![]() |
|
|
#2212 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
23×1,223 Posts |
There is nothing preventing you from changing the value to 1.1 tests saved versus 2. You could even write a chron job that hourly checks for new assignments and fixes the entries in the worktodo. kriesel explained why PrimeNet might not want to change over from 2 tests saved straight to 1. Maybe 6 months after April 8 (the end of first first time LL's being handed out) the value can start be set to 1.5. Then if the data support it, later to 1.2 or 1.1
|
|
|
|
|
|
#2213 | |
|
Serpentine Vermin Jar
Jul 2014
7×11×43 Posts |
Quote:
When you have access to query the database directly, it's nearly trivial.When it comes to "interesting" requests for data that: a) isn't readily available from the website data (or would be intensive to get that way) b) is something that would be useful to more than just a few people We're amenable to those requests - we've generated reports and posted the data here on the forum. Fact is, we'd rather do a simple SQL query and spit out the data than have someone tying up the server with millions of web requests for days at a time. LOL And if it's something that we get regular requests for, we may even bake it into an existing report, or a brand new one. I think James did that recently for a request to spit out lists of all unassigned exponents that have mismatching LL results that need a 3rd (or more) test to resolve. I used to spit those lists out more regularly back when there was a huge backlog, but now there aren't quite as many. |
|
|
|
|
|
|
#2214 |
|
"David Kirkby"
Jan 2021
Althorne, Essex, UK
2×3×61 Posts |
Is the data on milestones for first-time checks at https://www.mersenne.org/report_milestones/ accurate?
I was looking at the data at https://www.mersenne.org/report_milestones/ to see if I could estimate where first time checks would be in 6 months time. I'm a bit puzzled by the data which shows the date of first time tests of exponents of different values. According to that webpage, it has taken * Approximately 6 months to get the first time tests from 90 million to 92 million * Approximately 1 month to get the first time tests from 95 million to 100 million * Approximately 6 months to get the first time tests from 100 million to 103 million * 97 & 98 million were completed on the same day (2020-11-17). Are these really correct, or are there some errors? I find it a bit hard to believe it can take 6 months to cover 1 million, then 5 million are completed within one month. Here's a copy of the data from the webpage Date ...........First time checks 2021-06-05 All exponents below 103 million tested at least once. 2021-04-11 All exponents below 102 million tested at least once. 2021-01-15 All exponents below 101 million tested at least once. 2020-12-04 All exponents below 100 million tested at least once. 2020-11-27 All exponents below 99 million tested at least once. 2020-11-17 All exponents below 98 million tested at least once. 2020-11-17 All exponents below 97 million tested at least once. 2020-11-09 All exponents below 96 million tested at least once. 2020-11-03 All exponents below 95 million tested at least once. 2020-10-24 All exponents below 94 million tested at least once. 2020-10-09 All exponents below 93 million tested at least once. 2020-10-04 All exponents below 92 million tested at least once. 2020-06-20 All exponents below 91 million tested at least once. 2020-04-09 All exponents below 90 million tested at least once. Last fiddled with by drkirkby on 2021-07-13 at 11:58 |
|
|
|
|
|
#2215 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
23×1,223 Posts |
Those are the dates for when the last numbers were completed. Not the bulk of the numbers being completed. Stragglers are the laggards. That does not reflect the number of exponents per day that are being completed. You are looking at the wrong metric.
|
|
|
|
|
|
#2216 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2·7·383 Posts |
As it happens, it can be seen as in https://www.mersenne.org/assignments...chk=1&excert=1
103580003 103832639 are all that currently remain in 103M-104M. Both appear likely to expire and be reissued, increasing the time for completion of the 104M milestone somewhat. |
|
|
|
|
|
#2217 | |
|
"David Kirkby"
Jan 2021
Althorne, Essex, UK
36610 Posts |
Quote:
Given I am currently receiving exponents around 104.5 million, is there any reasonable way to estimate what the exponents will be in 6 months time? (I was interested in this with a view to using the information to determine at what FFT values were worth benchmarking.) |
|
|
|
|
|
|
#2218 | |
|
"Viliam Furík"
Jul 2018
Martin, Slovakia
2·3·5·19 Posts |
Quote:
The corresponding FFT size for the aforementioned range is 5760K. 104.5M should have 5600K in Prime95. The milestones are that way because the PrimeNet work assigning is not sequential, but rather categorical (assignment categories and rules), thus spread out further forward. That way it can happen that the 98M range is already complete, but 97M is not; therefore for both of them to be complete, the 97M must be completed. |
|
|
|
|
|
|
#2219 | |
|
Jan 2021
California
11×13 Posts |
Quote:
|
|
|
|
|
|
|
#2220 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
10100111100102 Posts |
Quote:
Projections made in December 2018 with stated assumptions, versus observed history. Last fiddled with by kriesel on 2021-07-13 at 17:24 |
|
|
|
|
|
|
#2221 |
|
Sep 2006
Brussels, Belgium
2·3·281 Posts |
First of all the LL results query (https://www.mersenne.org/report_ll/) works as if the upper limit of the range to be queried defaults to 999999937. This means that just going to that page implies a query is started that stops to display the first 10000 results and after that if one does only specifies the lower bound (to query the LL results for a particular exponent for instance) again one gets the first 10000 results and the upper bound changes to 999999937. Other queries default to an upper bound equal to the lower bound and thus avoid trashing the database whenever the page is opened.
Then the database has a field for the status of LL and PRP tests. This field allows the residue "78BA" to be considered verified for exponent 1277. The current query doesn't show the status of the tests for factored Mersenne numbers. They are grouped in the "Later Factored test results" category. But the LL (or PRP) test still is verified, unverified or bad (it certainly hasn't been factored ;-). If that information isn't deleted for all test results when a factor is found, it would be great to be able to retrieve it. Jacob |
|
|
|
|
|
#2222 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2·7·383 Posts |
www.mersenne.org or pages beneath get the hourglass, not the page. No manual assignments or reporting.
Last fiddled with by kriesel on 2021-07-15 at 15:40 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Official "Faits erronés dans de belles-lettres" thread | ewmayer | Lounge | 39 | 2015-05-19 01:08 |
| Official "all-Greek-to-me Fiction Literature and Cinema" Thread | ewmayer | Science & Technology | 41 | 2014-04-16 11:54 |
| Official "Lasciate ogne speranza" whinge-thread | cheesehead | Soap Box | 56 | 2013-06-29 01:42 |
| Official "Ernst is a deceiving bully and George is a meanie" thread | cheesehead | Soap Box | 61 | 2013-06-11 04:30 |
| Official "String copy Statement Considered Harmful" thread | Dubslow | Programming | 19 | 2012-05-31 17:49 |