![]() |
|
|
#1 |
|
19·23 Posts |
Ι am testing a number and i have done 18% of progress. I would like to ask you three questions:
1) What is «iterations»; 2) If the progress arrives to 99% (e.g.), then it means that the posibility to be Mersenne Prime is very high? 3) If it finds a factor in 25% of the process, it will immediately inform me or the results will appear when process arrives 100%; Thank a lot for help. |
|
|
|
#2 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
22×23×107 Posts |
Check out this thread: when does prime seach stop?. I think that it has the answers that you seek.
Short answers: 1) To do the test involved, certain steps are performed and the results are then used as the input for the next step (which is the same calculation, just with different starting numbers). Each pass through this process is an iteration. Total number of required iterations is about equal to the exponent that you are testing. 2) No. 3) If you are doing Trial Factoring, yes. If you are doing L-L testing, no factors can be found, the test must run to the end. |
|
|
|
|
|
#3 | |
|
Dec 2010
Monticello
5·359 Posts |
Quote:
That is, if you are testing 2^43,112,609-1 for primality, 43,112,609 LL iterations are required to determine if the number is indeed prime. 2) Progress in percent is simply the fraction of those iterations you have completed. It will reach 100% in a few weeks, Prime95 will contact the server, and your userid will be credited with 25 to 100GHz-Days of credit, and, typically, GIMPS will have a half of evidence needed to be sure the number being tested is indeed not a prime number. Someone else duplicating that LL test, referred to as a double-check or LL-D, will be the other half of the evidence. 3) With a LL test, it is not known if the number is prime until the very end of the test. Other kinds of testing are able to show, sometimes (maybe 10% of the time) that the mersenne number you are testing has a factor. However, these tests (TF -- Trial Factoring, and P-1) are significantly faster than LL tests. Some in this project run many of those tests to reduce the number of LL tests necessary to find the next Mersenne Prime. The odds of testing on an actual unknown mersenne prime are, unfortunately, significantly worse than the odds on a lottery ticket. Hope this helps... Happy testing. And do play around on www.mersenne.org -- read up a bit on "the math". |
|
|
|
|
|
|
#4 | |||
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
Quote:
Quote:
Last fiddled with by Mini-Geek on 2011-08-18 at 22:22 |
|||
|
|
|
|
|
#5 |
|
Jun 2003
49116 Posts |
In case it isn't clear from the above replies, if the progress arrives to 99% all it means is that you've nearly finished the test.
Last fiddled with by Mr. P-1 on 2011-08-20 at 01:31 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Progress graphs | fivemack | NFS@Home | 3 | 2016-05-06 22:09 |
| Progress | bsquared | YAFU | 20 | 2014-05-22 16:52 |
| Progress | R.D. Silverman | Factoring | 0 | 2012-05-22 14:03 |
| In Progress? | R.D. Silverman | Cunningham Tables | 33 | 2010-05-07 14:02 |
| Progress Page | wblipp | ElevenSmooth | 0 | 2004-01-22 04:12 |