![]() |
![]() |
#529 |
"Oliver"
Sep 2017
Porta Westfalica, DE
3·73 Posts |
![]()
I would assume that Prime95 is showing this message because of the greyed-out field (certification work) which is set to 0. You might have to enable CERT work, change this value to e.g. 1, then disable CERT work again. Then you should be able to change the setting you want.
Last fiddled with by kruoli on 2022-04-18 at 18:45 Reason: Wording. |
![]() |
![]() |
![]() |
#530 | |
P90 years forever!
Aug 2002
Yeehaw, FL
1ED916 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#531 |
Einyen
Dec 2003
Denmark
333210 Posts |
![]()
Is the formula for GHz-Days based on the version number in the json result file?
I finished some P-1 back in January that I did not turn in, because the rewards was off the charts broken, I turned in this now but it still gave too much: Code:
processing: P-1 no-factor for M7508981 (B1=1,000,000,000, B2=10,045,573,648,110) CPU credit is 219721.2393 GHz-days. Last fiddled with by ATH on 2022-04-19 at 16:57 |
![]() |
![]() |
![]() |
#532 | |
"James Heinrich"
May 2004
ex-Northern Ontario
3,733 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#533 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
38 Posts |
![]()
For probing what is the minimum allowed exponent, I tried running v30.8b14 P-1 on some very low exponents.
It allows running very low exponents. It missed some known small factors. See for example M41, M67, M71. For M73 and M79, factors are found in stage 1. Last fiddled with by kriesel on 2022-04-19 at 20:23 |
![]() |
![]() |
![]() |
#534 |
Dec 2021
2×5 Posts |
![]()
I think this may be an issue with the P-1 algorithm itself rather than v30.8b14 - I haven't checked the rest, but for M41, all factors have k that is 50000-powersmooth, but the largest factor of M73 does not. So the gcd will give M41 itself at the end of stage 1, whereas there are still non-trivial factors found for M73.
|
![]() |
![]() |
![]() |
#535 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
38 Posts |
![]()
Prime95 assumes (and so presumably also mprime would) that p<exponent> files are whatever primality test worktodo type (among PRP, PRPDC, LL, LLDC) is next in line. Then when a PRP partial run's save files are tried by an LL/DC worktodo entry or vice versa, they're declared to be bad. Admittedly such a case should not normally occur; shouldn't be running LL first test, or giant LLDC either, but the same overloading of file name issue can occur down to the DC wavefront or below.
Code:
[Apr 19 15:36:50] Worker starting [Apr 19 15:36:50] Setting affinity to run worker on CPU core #1 [Apr 19 15:36:52] Setting affinity to run helper thread 1 on CPU core #2 [Apr 19 15:36:52] Setting affinity to run helper thread 2 on CPU core #3 [Apr 19 15:36:52] Setting affinity to run helper thread 3 on CPU core #4 [Apr 19 15:36:52] Starting Gerbicz error-checking PRP test of M1168999969 using AVX-512 FFT length 64M, Pass1=2K, Pass2=32K, clm=1, 4 threads [Apr 19 15:36:52] Preallocating disk space for the proof interim residues file p1168999969.residues [Apr 19 15:37:19] PRP proof using power=7x2 and 64-bit hash size. [Apr 19 15:37:19] Proof requires 18.7GB of temporary disk space and uploading a 2338MB proof file. [Apr 19 15:39:22] Stopping PRP test of M1168999969 at iteration 686 [0.00%] [Apr 19 15:39:22] Worker stopped. (switched worktodo entry order at this point, so LL of exponent is before prp of same exponent in worktodo.) [Apr 19 15:40:49] Worker starting [Apr 19 15:40:49] Setting affinity to run worker on CPU core #1 [Apr 19 15:40:51] Setting affinity to run helper thread 1 on CPU core #2 [Apr 19 15:40:51] Setting affinity to run helper thread 2 on CPU core #3 [Apr 19 15:40:51] Setting affinity to run helper thread 3 on CPU core #4 [Apr 19 15:40:51] Error reading intermediate file: p1168999969 [Apr 19 15:40:51] Renaming p1168999969 to p1168999969.bad1 [Apr 19 15:40:51] Trying backup intermediate file: p1168999969.bu [Apr 19 15:40:51] Error reading intermediate file: p1168999969.bu [Apr 19 15:40:51] Renaming p1168999969.bu to p1168999969.bad2 [Apr 19 15:40:51] All intermediate files bad. Temporarily abandoning work unit. [Apr 19 15:40:51] [Apr 19 15:41:41] Worker starting [Apr 19 15:41:41] Setting affinity to run worker on CPU core #1 [Apr 19 15:41:42] Setting affinity to run helper thread 1 on CPU core #2 [Apr 19 15:41:42] Setting affinity to run helper thread 2 on CPU core #3 [Apr 19 15:41:42] Setting affinity to run helper thread 3 on CPU core #4 [Apr 19 15:41:43] Trying backup intermediate file: p1168999969.bad2 [Apr 19 15:41:43] Error reading intermediate file: p1168999969.bad2 [Apr 19 15:41:43] Trying backup intermediate file: p1168999969.bad1 [Apr 19 15:41:43] Error reading intermediate file: p1168999969.bad1 [Apr 19 15:41:43] Starting primality test of M1168999969 using AVX-512 FFT length 64M, Pass1=2K, Pass2=32K, clm=1, 4 threads [Apr 19 15:43:56] Iteration: 1000 / 1168999969 [0.00%], ms/iter: 133.028, ETA: 1799d 21:16 [Apr 19 15:46:01] Iteration: 2000 / 1168999969 [0.00%], ms/iter: 125.050, ETA: 1691d 22:24 [Apr 19 15:48:02] Iteration: 3000 / 1168999969 [0.00%], ms/iter: 121.164, ETA: 1639d 08:30 [Apr 19 15:50:04] Iteration: 4000 / 1168999969 [0.00%], ms/iter: 121.630, ETA: 1645d 15:40 [Apr 19 15:52:05] Iteration: 5000 / 1168999969 [0.00%], ms/iter: 121.421, ETA: 1642d 19:53 [Apr 19 15:54:07] Iteration: 6000 / 1168999969 [0.00%], ms/iter: 121.493, ETA: 1643d 19:19 [Apr 19 15:55:49] Stopping primality test of M1168999969 at iteration 6805 [0.00%] [Apr 19 15:55:49] Worker stopped. Last fiddled with by kriesel on 2022-04-19 at 21:53 |
![]() |
![]() |
![]() |
#536 | |||
P90 years forever!
Aug 2002
Yeehaw, FL
53·149 Posts |
![]() Quote:
Much like TF on a GPU, the credit given is more than the wall clock time invested. TF has been that way for years. P-1 on small exponents with large B2 is even worse than GPU TF in terms of over-sized credits. One could argue for new credit formulas. And/or argue for eliminating the combining work types in the top-500 page. Quote:
Quote:
|
|||
![]() |
![]() |
![]() |
#537 | |
Einyen
Dec 2003
Denmark
64048 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#538 | |
"University student"
May 2021
Beijing, China
22×5×13 Posts |
![]() Quote:
take M67 for example: 2^67-1= 193707721 (k=2^2*3^3*5*2677) *761838257287 (k=3^2*29*2551*8539) So, you know, P-1 will find both factors, taking B1=50000. However, the GCD step, yields M67 itself (which is a trivial factor), thus not providing any information about an nontrivial factor. This circumstance inplies that you have used too LARGE bounds. Taking B1=30, B2=3000 and you can find 193707721 as a factor. However that's impossible for Prime95. As the case of M73: The cofactor is 9361973132609 (k=2^5*19*105465631) which couldn't be found in stage 1, while the first two factors could. So P-1 yields the product of fiist 2 factors, which is 1008839999. Last fiddled with by Zhangrc on 2022-04-20 at 00:27 |
|
![]() |
![]() |
![]() |
#539 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
38 Posts |
![]()
It's something I sometimes stumble into when doing limits testing or real-run benchmarking, and could also arise if files remain from an old LL completed run, that later gets a PRP with proof as DC by the same user. Giving the interim files file types, if that does not gore some supported OS compatibility, would both address some of that going forward, and make it clearer & easier for an end user when manually cleaning up file clutter after running for months or years in the same folder.
But as always, your code, your time, your call. |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Prime95 beta version 28.4 | Prime95 | Software | 20 | 2014-03-02 02:51 |
Prime95 beta version 28.3 | Prime95 | Software | 68 | 2014-02-23 05:42 |
Prime95 version 27.1 early preview, not-even-close-to-beta release | Prime95 | Software | 126 | 2012-02-09 16:17 |
Beta version 24.12 available | Prime95 | Software | 33 | 2005-06-14 13:19 |
Beta version of PRP | Prime95 | PSearch | 15 | 2004-09-17 19:21 |