![]() |
|
|
#1464 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2·7·19·37 Posts |
Quote:
http://www.mersenne.org/assignments/...et+Assignments Maybe someone can monitor these for a while. If there is low progress, maybe Chris can be summoned to perform a GIMPS "Christmas Miracle". The next xx,000,000 milestone after that would likely take until at least the end of March. |
|
|
|
|
|
|
#1465 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
754310 Posts |
Two points:
1) I think we need to rename the "active assignments" page to the "poach me" page. 2) For years I've wanted to eliminate the "all exponents tested once" milestones. To me, the milestone is pointless as it is a virtual certainty that there are many bad LL results. Thus some exponents are in reality untested and possibly prime. My opinion, however, is in the minority and many users feel such events are important. |
|
|
|
|
|
#1466 | |
|
Apr 2014
27 Posts |
Quote:
If you really want to see those "once tested" milestones pass just think about saving up X of them and completing X in a short time period. Last fiddled with by flagrantflowers on 2014-11-13 at 02:51 Reason: Edit: html formatting |
|
|
|
|
|
|
#1467 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2×7×19×37 Posts |
Just for the record, I personally have not done an LL in at least 6 years (unless one of my borgs did some unsupervised), maybe 8. And the last LL's that I did do were DC assignments handed out by the server.
|
|
|
|
|
|
#1468 | ||
|
"Kyle"
Feb 2005
Somewhere near M52..
3×5×61 Posts |
Quote:
What about "Mersenne candidates below 10 million decimal digits" Quote:
Last fiddled with by Primeinator on 2014-11-13 at 06:44 |
||
|
|
|
|
|
#1469 | ||
|
"Brian"
Jul 2007
The Netherlands
7×467 Posts |
Quote:
Quote:
Not easy to word it though. Somthing like "all exponents below XXXXXXXX have undergone their initial unconfirmed LL run" perhaps? Can anyone make it sound less clumsy? |
||
|
|
|
|
|
#1470 | ||
|
Einyen
Dec 2003
Denmark
2·1,579 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#1471 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
11101011101112 Posts |
The actual SQL code is below. As you can see there is no 15 month rule. I'm about to head out the door, perhaps you can calculate when these three might expire.
Code:
((dt_when_assigned < '2014-03-01' AND -- Grandfathered assignment
exponent < @exp1 AND -- exponent is in the most critical category
dt_when_assigned < DATEADD (DAY, -365, GETDATE()) AND -- and assignment is over a year old
percent_done < 10 + (DATEDIFF (DAY, dt_when_assigned, GETDATE()) - 365) / 3.33) OR -- plus a grace period if close to finished
|
|
|
|
|
|
#1472 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
I know that from a human point of view, milestones are interesting... those nice round numbers like 52 or 53 million, and having all exponents first time LL checked. But of course that's just a mental thing and in the grand scheme of things it doesn't matter much. I can see both sides of the argument though... yeah, it doesn't really mean much... the work will get done when it gets done, but on the other hand if people are able to measure some artificial measure of progress, it gives that warm fuzzy that "things are happening" and hopefully keeps them engaged in the project as a whole. If all we ever did was crunch numbers and never saw how that's moving the bar ever higher, it could give you that feeling that your effort doesn't matter and you don't bother keeping it going. I gather that's probably behind the whole idea of being able to form teams, or tracking and ranking individual work effort in the first place, because you can get that idea of "I'm doing something" or "we're doing something"
|
|
|
|
|
|
|
#1473 | |
|
Einyen
Dec 2003
Denmark
C5616 Posts |
Quote:
It was not a demand or statement, but a question why they were not recycled, by which I meant, what are the rules now? Which I got my answer to. From the code it seems they get 3.33 days extra beyond one year for every procent that are complete above 10%. That means they are very close to being recycled, unless they fall into the unspecified grace period: 1st one: 63.10% done, so will be recycled after: (63.1-10)*3.33 + 365 days ~ 549 days (currently at 536) 2nd and 3rd ~ 81% done, so will be recycled after: (81-10)*3.33 + 365 days ~ 601 days (currently at 576) Last fiddled with by ATH on 2014-11-14 at 06:07 |
|
|
|
|
|
|
#1474 | |
|
"GIMFS"
Sep 2002
Oeiras, Portugal
2×11×67 Posts |
Quote:
That said, I think that now, that new and more strict rules are in place to reassign exponents,we should also do something to prevent poaching in a more effective way. In fact, in the past we could say that the server wasn´t "doing its job properly" in that the supposed reassignments, under the old rules, were not taking place and milestones were systematically blocked. On the other hand, the server would (and still will) accept and credit any result, regardless of the assignment status of the exponent. I propose that from now on the server will not accept results for an exponent that is reserved by someone else. That would be the end of poaching. Period. Any thoughts? Last fiddled with by lycorn on 2014-11-14 at 14:11 |
|
|
|
|
![]() |
| 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 |