![]() |
![]() |
#496 |
Sep 2002
Database er0rr
5·29·31 Posts |
![]()
If you have copy and pasted a number into the helper file, especially from the web, it might have non-printable characters in it. Please attach the file "xyz".
Last fiddled with by paulunderwood on 2021-10-18 at 11:25 |
![]() |
![]() |
![]() |
#497 |
Jan 2007
Germany
54 Posts |
![]()
E:\PFGW4.0>pfgw64 -N -tc -hhelper cousin.in
PFGW Version 4.0.0.64BIT.20190528.Win_Dev [GWNUM 29.8] Primality testing (520461*2^55931+1)*(43439253939*(520461*2^55931-1)^2-3)+1 [N-1/N+1, Brillhart-Lehmer-Selfridge] Reading factors from helper file helper Running N-1 test using base 5 ) Running N-1 test using base 13 Running N+1 test using discriminant 29, base 3+sqrt(29) Proof incomplete rerun with -x1994 of) (520461*2^55931+1)*(43439253939*(520461*2^55931-1)^2-3)+1 is Fermat and Lucas PRP! (608.7285s+0.0014s) Last fiddled with by Cybertronic on 2021-10-18 at 11:12 |
![]() |
![]() |
![]() |
#498 |
Jun 2003
10101001111102 Posts |
![]()
I don't think this has anything to do with Intel vs AMD. Clearly, PFGW is not recognizing the big helper. Possibly some corruption due to line endings or "invisible" characters or some such?
Delete the helper file and create new one (preferably using something other than Notepad) and try again? |
![]() |
![]() |
![]() |
#499 |
Jan 2007
Germany
62510 Posts |
![]()
Okay.
BTW , there was an " " behind 2584831267. Maybe now... NO! E:\PFGW4.0>pfgw64 -N -tc -hhelper cousin.in PFGW Version 4.0.0.64BIT.20190528.Win_Dev [GWNUM 29.8] ***WARNING! file cousin.in may have already been fully processed. Primality testing (520461*2^55931+1)*(43439253939*(520461*2^55931-1)^2-3)+1 [N-1/N+1, Brillhart-Lehmer-Selfridg Reading factors from helper file helper Running N-1 test using base 5 ) Running N-1 test using base 13 Running N+1 test using discriminant 29, base 3+sqrt(29) Proof incomplete rerun with -x1994 of) (520461*2^55931+1)*(43439253939*(520461*2^55931-1)^2-3)+1 is Fermat and Lucas PRP! (600.4830s+0.0022s) AND PFGW Version 3.7.7.64BIT.20130722.Win_Dev [GWNUM 27.11] Output logging to file pfgw.oua Primality testing (520461*2^55931+1)*(43439253939*(520461*2^55931-1)^2-3)+1 [N-1/N+1, Brillhart-Lehmer-Selfridg Reading factors from helper file helper Running N-1 test using base 5 Running N-1 test using base 13 Running N+1 test using discriminant 29, base 3+sqrt(29) Proof incomplete rerun with -x1994 of) (520461*2^55931+1)*(43439253939*(520461*2^55931-1)^2-3)+1 is Fermat and Lucas PRP! (461.7818s+0.0023s) Hardware problem? Last fiddled with by Cybertronic on 2021-10-18 at 12:09 |
![]() |
![]() |
![]() |
#500 | |
Jun 2009
70010 Posts |
![]() Quote:
Try pfgw64 -N -tc -hhelper -x1994 cousin.in The message might reappear with bigger numbers. Just follow the instructions until you get a proof or an error |
|
![]() |
![]() |
![]() |
#501 |
Jan 2007
Germany
54 Posts |
![]()
okay
try pfgw64 -N -tc -hhelper -x1994 cousin.in I give it up !!!! E:\pfgw_win_3.8.3>pfgw64 -N -tc -hhelper -x1994 cousin.in PFGW Version 3.8.3.64BIT.20161203.Win_Dev [GWNUM 28.6] ***WARNING! file cousin.in may have already been fully processed. Primality testing (520461*2^55931+1)*(43439253939*(520461*2^55931-1)^2-3)+1 [N-1/N+1, Brillhart-Lehmer-Selfr Reading factors from helper file helper Running N-1 test using base 5 Running N-1 test using base 13 Running N+1 test using discriminant 29, base 3+sqrt(29) (520461*2^55931+1)*(43439253939*(520461*2^55931-1)^2-3)+1 is Fermat and Lucas PRP! (763.1039s+0.0096s) E:\pfgw_win_3.8.3> Last fiddled with by Cybertronic on 2021-10-18 at 13:05 |
![]() |
![]() |
![]() |
#502 |
Sep 2002
Database er0rr
5×29×31 Posts |
![]()
Please attach your helper file for inspection.
![]() Use the forum's paperclip. Last fiddled with by paulunderwood on 2021-10-18 at 13:48 |
![]() |
![]() |
![]() |
#503 |
Jan 2007
Germany
54 Posts |
![]()
file..renamed to ini
I have also a Phenom X4...so I try it also on it Last fiddled with by Cybertronic on 2021-10-18 at 13:49 |
![]() |
![]() |
![]() |
#504 |
Jan 2007
Germany
54 Posts |
![]()
BTW, I have extended Jens' prime page with cousin primes.
You find it here: http://www.pzktupel.de/JensKruseAndersen/CPAP.htm I saw now +1 and +5 "is prime". Last fiddled with by Cybertronic on 2021-10-18 at 13:53 |
![]() |
![]() |
![]() |
#505 |
"Oliver"
Sep 2017
Porta Westfalica, DE
52F16 Posts |
![]()
Uh-oh, it starts with  (0xEF, 0xBB, 0xBF), which is the UTF byte order mark, if you open it in a Hex Editor. This might very well be a problem.
Last fiddled with by kruoli on 2021-10-18 at 13:56 Reason: Additions. |
![]() |
![]() |
![]() |
#506 |
Sep 2002
Database er0rr
5·29·31 Posts |
![]()
Thanks
Code:
head -n1 Downloads/helper.ini | wc 1 1 21 Code:
cat -A Downloads/helper.ini M-oM-;M-?520461*2^55931+1^M$ 2584831267^M$ Last fiddled with by paulunderwood on 2021-10-18 at 14:02 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
A possible bug in LLR/PFGW while using GWNUM (no bug in P95) | Batalov | Software | 77 | 2015-04-14 09:01 |
PFGW 3.2.0 has been Released | rogue | Software | 94 | 2010-09-14 21:39 |
PFGW 3.2.3 has been Released | rogue | Software | 10 | 2009-10-28 07:07 |
PFGW 3.2.1 has been released | rogue | Software | 5 | 2009-08-10 01:43 |
PFGW 3.1.0 has been Released | rogue | Software | 25 | 2009-07-21 18:13 |