![]() |
|
|
#1 |
|
Nov 2010
Germany
59710 Posts |
Hi,
can someone please point me to how exactly the GHz days are calculated? I have the (for me) very strange observation: Manual testing333001871NF2010-11-11 13:170.0no factor from 2^66 to 2^67 0.0449 Manual testing87643753NF2010-10-29 14:150.1no factor from 2^66 to 2^67 0.1705 This means, for the same range (2^66 to 2^67) an exponent that is 4 times as large only gets you a quarter of the score? It's the same machine, maybe on a different clock speed ... ![]() Thanks for some clarification ... |
|
|
|
|
|
#2 |
|
Sep 2006
Brussels, Belgium
35·7 Posts |
Factors of a Mersenne number 2M-1 are of the from 2*k*M+1. So when M is bigger there are less possible factors for a given bit level.
The formula for factoring credit is something like : Constant * 2,4 * 1860 (2 ^ ("HowFarFactored" - 48) - 2 ^ ("HowFarPreviouslyFactored" - 48)) / M You see that with M four times bigger the credit is four times less. See the Maths pages on the Gimps site and the Mersenne Wiki. Jacob |
|
|
|
|
|
#3 |
|
"GIMFS"
Sep 2002
Oeiras, Portugal
3×491 Posts |
Adding to Jacob“s excellent explanation, also note that the test of the larger exponent has taken roughly 4 times less to complete, due the fact he pointed out. That means the credit per unit of work actually done is the same on both cases.
|
|
|
|
|
|
#4 |
|
Apr 2009
Venice, Chased by Jaws
3·29 Posts |
Those systems that I have set to factoring only are taking assignments in the 70 to 80 million range at depths of 2^(66-70). Have we reached anywhere so far a frontier? To factor so far ahead, is it not like prospecting for gold far in the desert all by one's self?
|
|
|
|
|
|
#5 | |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22·3·641 Posts |
Quote:
See http://mersenneforum.org/forumdisplay.php?f=46 (But don't take "Lone Mersenne Hunters" too literally; they're mostly actually factor-hunting.) Last fiddled with by cheesehead on 2010-11-11 at 19:38 |
|
|
|
|
|
|
#6 |
|
"Lucan"
Dec 2006
England
2·3·13·83 Posts |
|
|
|
|
|
|
#7 |
|
Nov 2010
Germany
59710 Posts |
Thanks a lot for the answers ... I've read that the factors are of the form 2*k*M+1 but did not think the next logical step that this is being used in the TF algorithm.
Regarding the 333M exponent: That was just out of curiosity, how much more effort it would be to find a 100 Million digit prime, compared to today's tests. And that range is worked on quite a bit, so I was not the only one ;-) I came to prime95 because of a performance issue with my laptop (that is now solved through TrottleStop). For the tests I randomly entered a few numbers "87643753" and only later joined PrimeNet and started understanding the math and algorithms part. And in the meantime I found a factor for my random number, so no prime :-/ |
|
|
|
|
|
#8 | |
|
Nov 2003
22×5×373 Posts |
Quote:
if certain conjectures (e.g. Wagstaff's) about the distribution of Mersenne primes is correct. When we find a Mersenne prime, M_p in time t, it will require time 8t (approximately) to find the next larger one. Thus, each successive one is approximately 8 times harder than the previous one. |
|
|
|
|
|
|
#9 | |
|
"Lucan"
Dec 2006
England
2×3×13×83 Posts |
Quote:
The effort required goes as ~ exponent3 but IIRC, 1.473 would be nearer the mark than 23. Either way, there is a fighting chance we won't find any new Mersenne primes before 2025, let alone a 100M digit one. David In short, GIMPS has plundered the low-flying fruit. Last fiddled with by davieddy on 2010-11-15 at 18:01 |
|
|
|
|
|
|
#10 | |
|
Nov 2010
Germany
59710 Posts |
Quote:
Does that mean the effort of a single test division (or FFT) correlates to the size of the exponent rather than the size of the Mersenne number itself (which would be 4 times the size instead of just 2 bits more)? Otherwise I'm not getting the point of this remark ... |
|
|
|
|
|
|
#11 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Quote:
The time it takes for one FFT-using, is mainly dependent on the FFT length used. Larger exponents require larger FFT lengths for their LLs. I don't know mathematically how exactly it's related, but from looking at a benchmark, it looks like each time the exponent size approximately doubles (a bit less than double), the FFT length (exactly) doubles, and the time per iteration approximately doubles (a bit more than double). But it's not that simple because there are also considerations like that power of 2 FFTs (1024K, 2048K, etc.) run faster for their size than other FFTs (1792K, 2560K, etc.). Because of these two doublings, this of course means that when you double the size of the exponent, the number is about 4 times harder to run. Last fiddled with by Mini-Geek on 2010-11-17 at 13:59 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I enter a larger exponent? | evanh | Software | 59 | 2017-12-28 11:25 |
| larger B1 for GMP-ECM in yoyo@home | yoyo | GMP-ECM | 41 | 2017-01-04 05:53 |
| 2003-10-29: P-1: a set of 26 larger exponents | GP2 | Completed Missions | 3 | 2003-11-12 14:16 |
| 2003 Nov 03: P-1: a set of 16 larger exponents | GP2 | Completed Missions | 2 | 2003-11-09 01:21 |
| 2003 Oct 31: P-1: a set of 17 larger exponents | GP2 | Completed Missions | 2 | 2003-11-03 15:34 |