![]() |
|
|
#1244 |
|
May 2007
Kansas; USA
29×359 Posts |
I will need the primes for n<=2500 for this range before I can post anything as complete.
Last fiddled with by gd_barnes on 2017-02-10 at 07:21 |
|
|
|
|
|
#1245 |
|
"Nuri, the dragon :P"
Jul 2016
Good old Germany
14538 Posts |
|
|
|
|
|
|
#1246 |
|
May 2007
Kansas; USA
29·359 Posts |
|
|
|
|
|
|
#1247 | |
|
May 2007
Kansas; USA
29·359 Posts |
Quote:
I need for you to do two things for future submissions, especially for these large-conjectured bases: 1. Please remove all primes that are duplicates for each k. Only the smallest prime for each k should be included. This will allow you to do #2. 2. Please balance your k's remaining before posting. Take the number of k's remaining at nmin and subtract the primes found after removing duplicates in #1. That should be your number of k's remaining at nmax. This will save me a lot of work. It looks very strange when there are more primes in the primes file than there are k's remaining at nmin. You can prevent #1 by using the stop-on-prime option for PFGW and/or LLR. This seems to be an ongoing problem on this project and I cannot stress it enough. Your computers did a lot of extra work here. So that you can test out your own processes, I have attached the corrected primes and k's remaining files. Thanks. |
|
|
|
|
|
|
#1248 |
|
Sep 2011
Germany
2·3·479 Posts |
Reserving R15 to n=400k (200-400k) (0-10M) for BOINC
|
|
|
|
|
|
#1249 | |
|
"Nuri, the dragon :P"
Jul 2016
Good old Germany
11001010112 Posts |
Quote:
I removed every 24 hours all primed k´s using srfile (with -d). [Thats the reason why some k´s have more than 1 prime] The prp-tests are done by pfgw, using "-f0 -l" (logging it just for myself) I wonder how there some solved k´s still in my remain-file. About the "stop on prime": Whats the command for the this and will it stop the whole process or just an that k? I gonna check if my process contains some problems whichs creates work. I´m realy sorry about that. |
|
|
|
|
|
|
#1250 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2×47×101 Posts |
Quote:
Most programs read open files in buffered mode; they don't get notified that the file (for which they have an open file handle) changed. They only know that they've already read 4Kb (or other buffer size) from that file, and until they need more input they will not re-read. When they do, they will read from offset 4Kb. As a consequence, you can even get the program to output data for "input lines" that were never in the input file (that happens if the 4Kb boundary was in the middle of the line when you changed the file: then the line is combined from a chunk that was read before and an unrelated chunk that was read later). Bottom line: don't use this method of input file pruning. |
|
|
|
|
|
|
#1251 | |
|
May 2007
Kansas; USA
1041110 Posts |
Quote:
ABC $a*7^$b+1 // {number_primes,$a,1} If you are using LLR, use this in the llr.ini file (you don't need to change the sieve file): StopOnPrimedK=1 Those commands in the header or .ini file will cause the programs to stop running tests for a k after a prime is found. That way you don't ever have to stop it and remove k's with primes. Note that in most older versions of PFGW if you stop the program in the middle it will "forget" which k's have primes. I think in the newer versions it will not forget. You can experiment with it. Once you do this, you will never go back, especially for small tests. It's a pain to constantly stop the program and remove k's from the sieve file. |
|
|
|
|
|
|
#1252 |
|
Sep 2011
Germany
54728 Posts |
R15 tested to n=400k (200-400k) (0-10M)
5 primes found, 9 remain in this range 5149158*15^249605-1 5255502*15^257491-1 3889018*15^275603-1 3347624*15^347109-1 9535278*15^375675-1 Results emailed, Base released |
|
|
|
|
|
#1253 |
|
I moo ablest echo power!
May 2013
110111101012 Posts |
S26 is in progress and well past n=750,000 (with n=1M as the final). The remaining candidates are split into 4 files. I estimate about 4600 candidates remaining between the 4 split parts.
|
|
|
|
|
|
#1254 |
|
May 2005
23×7×29 Posts |
S10 tested till n=1.99M
R10 tested till n=1.75M |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bases 33-100 reservations/statuses/primes | Siemelink | Conjectures 'R Us | 1693 | 2021-08-01 08:40 |
| Bases 101-250 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 908 | 2021-08-01 07:48 |
| Bases 251-500 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 2304 | 2021-07-31 18:19 |
| Bases 501-1030 reservations/statuses/primes | KEP | Conjectures 'R Us | 3918 | 2021-07-30 17:32 |
| Riesel base 3 reservations/statuses/primes | KEP | Conjectures 'R Us | 1107 | 2021-07-26 18:37 |