mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2010-12-09, 21:47   #12
axn
 
axn's Avatar
 
Jun 2003

5,051 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
Assuming (for simplicity) that the work needed to test an exponent is proportional to the square of the exponent and that all prime exponents are tested, that would require about 10,000 times the total effort of GIMPS to date. If half of that effort happened in the past two years, and GIMPS' computing power doubles every two years (by some combination of Moore's law and recruitment), this would require 2 lg(ln(2) * 20,001) or 27.5 years. Assuming instead that it doubles every two years for a decade and then holds constant, it would take about 2 * 20000/2^5 + 10 = 1260 years. So the timeline depends strongly on the assumptions made.
GPUs are the game changers. They will, in fact, keep pace with Moore's law, and bump the constants. I expect 2 decades (i.e before the end of 2030) for the necessary 8 primes to pop out.

Last fiddled with by axn on 2010-12-09 at 21:48
axn is offline   Reply With Quote
Old 2010-12-09, 21:51   #13
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

10111010110112 Posts
Default

Quote:
Originally Posted by axn View Post
GPUs are the game changers. They will, in fact, keep pace with Moore's law, and bump the constants. I expect 2 decades (i.e before the end of 2030) for the necessary 8 primes to pop out.
I'll bet you a (post-inflation) quarter* that we won't have the 8 by 2030.

I happily cede that they're game-changing, but I'd be surprised if their performance doubled even every three years after, say, 2025.

* With 2-3% inflation it would only be worth 13 to 17 cents in 2010 dollars by the time I'd be able to collect.

Last fiddled with by CRGreathouse on 2010-12-09 at 21:53
CRGreathouse is offline   Reply With Quote
Old 2010-12-09, 22:01   #14
axn
 
axn's Avatar
 
Jun 2003

5,051 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
I'll bet you a (post-inflation) quarter* that we won't have the 8 by 2030.

I happily cede that they're game-changing, but I'd be surprised if their performance doubled even every three years after, say, 2025.

* With 2-3% inflation it would only be worth 13 to 17 cents in 2010 dollars by the time I'd be able to collect.
You're on
axn is offline   Reply With Quote
Old 2011-08-09, 12:41   #15
axn
 
axn's Avatar
 
Jun 2003

5,051 Posts
Default

Another data point: Today, M35 is at 274. That's a drop of 104 positions in 244 days. Linear projection gives me 2014 days to fall off top 5000 - that is 5.5 years! That means in practice, it'll be like 3-4 years!
axn is offline   Reply With Quote
Old 2011-08-09, 19:37   #16
mart_r
 
mart_r's Avatar
 
Dec 2008
you know...around...

3×13×17 Posts
Default

I've been keeping track of the rank of numbers as well... lemme see...
100000-digit-mark: What was at # 170 by the end of 2002 dropped below # 5000 in July 2007.
120000-digit-mark: # 170 @ 1st quarter of 2003, # 5000 @ about early May 2009.
150000-digit-mark: # 170 @ 1st or early 2nd quarter of 2004, # 5000 @ mid April 2010.
--> Prediction: late 2016.

But right now it's 274th, so...
100000-digit-mark: # 274 @ mid 2003 --> about 4 years
120000-digit-mark: # 274 @ 1st quarter 2004 --> a bit more than 5 years
150000-digit-mark: # 274 @ early 2005 (?, rather roughly interpolated) --> about 5 years.
200000-digit-mark: # 274 @ early/mid 2006, # 5000 @ abt. April 2011 --> again about 5 years.

So my educated guess remains: late 2016.

Last fiddled with by mart_r on 2011-08-09 at 19:38
mart_r is offline   Reply With Quote
Old 2011-08-21, 14:06   #17
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3×7×167 Posts
Default

The real problem, in my opinion, is that cpus(now referred to as cores, since what we now call cpus actually tend to contain more than one actual cpu) haven't increased in speed all that much, so while people can do multiple tests, each test is getting longer. So, I think the biggest enemy to GIMPS is cruncher boredom.

I know this has probably been suggested before, but sometime in the future I think GIMPS should consider keeping intermediate residues(or whatever they're called) for Mersenne tests. Like every 5 million bits or so.
jasong is offline   Reply With Quote
Old 2011-09-18, 12:53   #18
aketilander
 
aketilander's Avatar
 
"Åke Tilander"
Apr 2011
Sandviken, Sweden

2·283 Posts
Smile Intermediary backup files and intermediary residues for large LL-tests

Quote:
Originally Posted by jasong View Post
I know this has probably been suggested before, but sometime in the future I think GIMPS should consider keeping intermediate residues(or whatever they're called) for Mersenne tests. Like every 5 million bits or so.
Yes, I think jasong is right, especially when large LL-tests are concerned (above 332.000.000). You see a lot of LL-work being done in this region but almost no results because the participants get tired, the computers break, and so on, before the LL-tests finish. Wouldn't it be a good idea to upload the backup-files (intermediary results file output) to the primeserver lets say for every 25.000.000 iteration when this region (above 332.000.000) is concerned. In that case someone else could continue the test from that point if the first one gets tired and drops out. If you also calculate a residue for every 25.000.000 iteration the LL-D test could be interrupted or a second LL-D test could be continued at the last point where we had a residue match between the LL-test and first LL-D-test.

I think that such a procedure would save quite a lot of energy and GHz-days.
aketilander is offline   Reply With Quote
Old 2011-09-18, 15:43   #19
Brain
 
Brain's Avatar
 
Dec 2009
Peine, Germany

5138 Posts
Default P-1 could also benefit

Quote:
Originally Posted by jasong View Post
I know this has probably been suggested before, but sometime in the future I think GIMPS should consider keeping intermediate residues(or whatever they're called) for Mersenne tests. Like every 5 million bits or so.
I love this idea. LL resuming could really speed PrimeNet up.
Preconditions: Exponent is assigned to myself or abandoned and error-free.
Saving 1 million LL tests in 4M range would take 32MB * 1.000.000 = 32TB... Derived from CUDALucas save files. Or am I wrong?

I suggest enhancing to P-1: One could also resume P-1 runs that hadn't stage 2 done.
I have to admit that PrimeNet's throughput would not increase by factoring numbers that have already been LL tested. But it's fun.
Brain is offline   Reply With Quote
Old 2011-09-18, 16:02   #20
aketilander
 
aketilander's Avatar
 
"Åke Tilander"
Apr 2011
Sandviken, Sweden

2·283 Posts
Smile

Quote:
Originally Posted by Brain View Post
Saving 1 million LL tests in 4M range would take 32MB * 1.000.000 = 32TB... Derived from CUDALucas save files. Or am I wrong?
That sounds a lot! But I suppose if the stored tests are always the first ones to go when someone is requesting a new test, then I suppose you don't need to store 1 million of them, maybe a few thousand will be sufficient.

Last fiddled with by aketilander on 2011-09-18 at 16:03
aketilander is offline   Reply With Quote
Old 2011-09-18, 19:40   #21
Christenson
 
Christenson's Avatar
 
Dec 2010
Monticello

5×359 Posts
Default

Quote:
Originally Posted by aketilander View Post
That sounds a lot! But I suppose if the stored tests are always the first ones to go when someone is requesting a new test, then I suppose you don't need to store 1 million of them, maybe a few thousand will be sufficient.
We have < 100K participants, so that's only 3.2TB...assuming ALL of us abandoned an exponent mid-way, which isn't going to happen....

3.2TB (or double that, for a hot backup) isn't out of reach of Primenet, if P95 and Scott ask for the donations -- look what MET did to the forum budget, and I think you'd only need about $200, not $500. But I'd start out at M(100M), not M(332M).
[So says the man that's working on billion digit primes. P95? Scott?]
Christenson is offline   Reply With Quote
Old 2011-09-19, 09:30   #22
Brain
 
Brain's Avatar
 
Dec 2009
Peine, Germany

331 Posts
Default Prime95 save file

Quote:
Originally Posted by aketilander View Post
That sounds a lot! But I suppose if the stored tests are always the first ones to go when someone is requesting a new test, then I suppose you don't need to store 1 million of them, maybe a few thousand will be sufficient.
Prime95 save file size is about 6.5MB for 3M exponent. Maybe already compressed?
Brain is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
GIMPS and Fibonacci prime project? Shen Information & Answers 6 2017-10-25 20:59
Will GIMPS Ever Discover a New Prime Through Doublecheck? jinydu Lounge 34 2015-07-22 21:41
How do I test if it is a mersenne prime on GIMPS? spkarra Math 21 2015-01-23 18:13
gimps prime ps3 schoash Information & Answers 1 2008-12-24 13:57
GIMPS 10'th prime michaf Sierpinski/Riesel Base 5 6 2006-09-12 17:47

All times are UTC. The time now is 22:49.


Fri Jul 16 22:49:59 UTC 2021 up 49 days, 20:37, 1 user, load averages: 1.71, 2.70, 2.87

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.