mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Data

Reply
Thread Tools
Old 2014-01-28, 21:45   #1123
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

3·5·59 Posts
Default

Agreed. Do something now.
Chuck is offline   Reply With Quote
Old 2014-01-28, 22:10   #1124
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

19·397 Posts
Default

I'm in the middle of some 28.4 changes. After that, I'll start the web server work.
Prime95 is offline   Reply With Quote
Old 2014-01-29, 06:14   #1125
TheMawn
 
TheMawn's Avatar
 
May 2013
East. Always East.

32778 Posts
Default

Analysis Paralysis... I can't believe there was a (group of) word(s) for that which I didn't know about.

I often lament at society's way of treating a solution with one small flaw as a flawed solution. For example, if all cars were driven by computers instead of people, the first crash would cause an uproar... despite having possibly reduced the number of accidents by 99.9%.
TheMawn is offline   Reply With Quote
Old 2014-01-31, 13:33   #1126
Qubit
 
Qubit's Avatar
 
Jan 2014

2×19 Posts
Default

Quote:
Originally Posted by tha View Post
These exponents you can look up in the active assignments where they are listed in between some more assignments that have become superfluent but remain because of glitches or specific interest of some user.
This list now contains only the 12 expected exponents (instead of slightly less than 200 exponents yesterday).
Does anyone know what has changed?

Last fiddled with by Qubit on 2014-01-31 at 13:34
Qubit is offline   Reply With Quote
Old 2014-01-31, 14:19   #1127
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

3·5·313 Posts
Default

I would say that George implemented phase one of the assignments reassignment unassignment process. The rest were superfluous.

Last fiddled with by petrw1 on 2014-01-31 at 14:30
petrw1 is offline   Reply With Quote
Old 2014-01-31, 16:12   #1128
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

15658 Posts
Default

Quote:
Originally Posted by petrw1 View Post
I would say that George implemented phase one of the assignments reassignment unassignment process. The rest were superfluous.
PrimeNet summary looks great now. It bugged me to see those counts in the LL-D column where there were none with status unproven.
Chuck is offline   Reply With Quote
Old 2014-01-31, 20:38   #1129
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×67×73 Posts
Default

Quote:
Originally Posted by Chuck View Post
PrimeNet summary looks great now. It bugged me to see those counts in the LL-D column where there were none with status unproven.
Indeed.

And the good news is when the client checks in again it will be told "stop this work" (so it won't continue to waste its time and energy), and will be assigned new work.

Hopefully George also has in place the logic to assign the slow machines work which will become "trailing edge" appropriately ahead. (?)

Last fiddled with by chalsall on 2014-01-31 at 20:39 Reason: s/appropriate/appropriately/
chalsall is offline   Reply With Quote
Old 2014-02-01, 00:34   #1130
TheMawn
 
TheMawn's Avatar
 
May 2013
East. Always East.

11×157 Posts
Default

Quote:
Originally Posted by chalsall View Post
Hopefully George also has in place the logic to assign the slow machines work which will become "trailing edge" appropriately ahead. (?)
I don't know if we ever really clearly defined how far ahead to put them. It's a bit of a crapshoot. The fastest machine qualifying as a slow one will finish more than a year than the slowest machine still qualifying for any DC.
TheMawn is offline   Reply With Quote
Old 2014-02-01, 01:31   #1131
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

263616 Posts
Default

Quote:
Originally Posted by TheMawn View Post
I don't know if we ever really clearly defined how far ahead to put them. It's a bit of a crapshoot. The fastest machine qualifying as a slow one will finish more than a year than the slowest machine still qualifying for any DC.
Defining the trailing edge 12 months out for DCing (assuming 41,000 candidates at year) is a very simple SQL statement.

Code:
mysql> select * from Exponent where Status=4 order by Exponent limit 41000,10;
+----------+--------+-------+--------+--------+----------+----+----+-----+
| Exponent | Status | Facts | FactTo | P11    | P12      | LL | P1 | ECM |
+----------+--------+-------+--------+--------+----------+----+----+-----+
| 34338743 |      4 |     0 |     69 | 400000 | 10300000 |  0 |  1 |   0 | 
| 34338809 |      4 |     0 |     69 | 385000 |  8181250 |  0 |  1 |   0 | 
| 34338919 |      4 |     0 |     69 | 395000 |  8295000 |  0 |  1 |   0 | 
| 34338949 |      4 |     0 |     69 | 395000 |  8295000 |  0 |  1 |   0 | 
| 34338989 |      4 |     0 |     69 | 540000 |   540000 |  0 |  1 |   0 | 
| 34339013 |      4 |     0 |     69 | 385000 |  7892500 |  0 |  1 |   0 | 
| 34339037 |      4 |     0 |     69 | 375000 |  6468750 |  0 |  1 |   0 | 
| 34339049 |      4 |     0 |     69 | 540000 |   540000 |  0 |  1 |   0 | 
| 34339051 |      4 |     0 |     69 | 385000 |  7892500 |  0 |  1 |   0 | 
| 34339087 |      4 |     0 |     69 | 405000 | 10833750 |  0 |  1 |   0 | 
+----------+--------+-------+--------+--------+----------+----+----+-----+
chalsall is offline   Reply With Quote
Old 2014-02-04, 20:20   #1132
tha
 
tha's Avatar
 
Dec 2002

11001011112 Posts
Default

New minor milestone, all exponents below 29 million have been DC'ed. The lowest exponent is now 29,838,439 which is the only one below 30 million that has not been DC'ed yet. It will be about half way this month.

So the countdown from 10 down for the next major milestone starts now.
tha is offline   Reply With Quote
Old 2014-02-09, 10:11   #1133
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

185216 Posts
Default People are getting impatient

30402401 was registered to BigBrother (Minipax)

But the results page say:
Code:
Fredrik              stella           30402401  C        Feb  9 2014  9:07AM   0.0  31.6692  5EF4440792DFC1__
If took only 0.0 days to run a 31.7 GHz-days test. That makes it an infinite-GHz CPU.
retina is online now   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newer X64 build needed Googulator Msieve 73 2020-08-30 07:47
Performance of cuda-ecm on newer hardware? fivemack GMP-ECM 14 2015-02-12 20:10
Cause this don't belong in the milestone thread bcp19 Data 30 2012-09-08 15:09
Newer msieves are slow on Core i7 mklasson Msieve 9 2009-02-18 12:58
Use of large memory pages possible with newer linux kernels Dresdenboy Software 3 2003-12-08 14:47

All times are UTC. The time now is 07:37.


Fri Aug 6 07:37:56 UTC 2021 up 14 days, 2:06, 1 user, load averages: 2.70, 2.81, 2.76

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.