![]() |
|
|
#12 |
|
Jul 2004
24×3 Posts |
Testing the primality of Generalized Fermat number 824^1024+1 by Phrot 0.68, it shows that it is composite.
Code:
math@linux-0rdr:~/Desktop/other> phrot -q 1*824^1024+1 Phil Carmody's Phrot (0.68) Input 1*824^1024+1 : Actually testing 1*678976^512+1 (witness=3 513/1152 limbs) 1*824^1024+1 is composite LLR64=0000000000000001. (t=0.29s) Here are the results doing by LLR with llr -q"1*824^1024+1", Code:
824^1024+1 is a probable prime. Time : 285.661 ms. Please credit George Woltman's PRP for this result! Code:
math@linux-0rdr:~/Desktop/other> gp
Reading GPRC: /home/math/.gprc ...Done.
GP/PARI CALCULATOR Version 2.4.3 (development)
amd64 running linux (x86-64/GMP-4.2.3 kernel) 64-bit version
compiled: Mar 13 2009, gcc-4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
(readline v5.2 enabled, extended help enabled)
Copyright (C) 2000-2008 The PARI Group
PARI/GP is free software, covered by the GNU General Public License, and comes
WITHOUT ANY WARRANTY WHATSOEVER.
Type ? for help, \q to quit.
Type ?12 for how to get moral (and possibly technical) support.
parisize = 8000000, primelimit = 500509
(00:37) gp > isprime(1*824^1024+1)
%1 = 1
(00:38) gp >
Last fiddled with by Shaopu Lin on 2009-03-19 at 16:53 |
|
|
|
|
|
#13 | |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
|
|
|
|
|
|
|
#14 |
|
"Mark"
Apr 2003
Between here and the
143208 Posts |
An issue has been discovered in phrot 0.68 that causes it to produce incorrect residues and miss primes for various bases. I recommend that anyone using phrot to use the -e switch until this issue is resolved.
Last fiddled with by rogue on 2009-04-22 at 19:58 |
|
|
|
|
|
#15 |
|
May 2007
Kansas; USA
101·103 Posts |
Oh goodie. Now we need to rerun all of our tests where we had used Phrot 0.68. I'll have to see what version is running on my machine for bases 22 and 28. I've done a lot of n=100K-150K work there. Can you possibly isolate the specific conditions, residues, or patterns in the tests that created the incorrect residues? When I had a memory error in a laptop, I would frequently get the extremely small near-zero residues like what was found for the GFN test shown previously here. Perhaps I just need to look for residues with a whole bunch of leading zeros in them.
Does this apply to any other version of Phrot? Last fiddled with by gd_barnes on 2009-04-23 at 00:42 |
|
|
|
|
|
#16 | |
|
"Mark"
Apr 2003
Between here and the
18D016 Posts |
Quote:
I'm sorry that this is causing so many problems for people, but I'm working on getting it fixed. |
|
|
|
|
|
|
#17 |
|
I quite division it
"Chris"
Feb 2005
England
31×67 Posts |
Perhaps it's worth others looking at the code to try to narrow down the k/n/b/c?
Or perhaps run LLR and compare the residues to narrow it down? Last fiddled with by Flatlander on 2009-04-23 at 07:39 |
|
|
|
|
|
#18 | |
|
"Mark"
Apr 2003
Between here and the
143208 Posts |
Quote:
I do know that error checking does catch the issue. Unfortunately it slows phrot down when error checking is turned on. |
|
|
|
|
|
|
#19 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
11000011010012 Posts |
Quote:
![]() Not that will help matters much, though, considering that the bug could affect all versions... Last fiddled with by mdettweiler on 2009-04-23 at 17:56 |
|
|
|
|
|
|
#20 | |
|
"Mark"
Apr 2003
Between here and the
143208 Posts |
Quote:
|
|
|
|
|
|
|
#21 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Hmm...I could have sworn that version 0.51 had error checking built into a separate binary. I know that it was built with a fully patched (at least at the time--I don't think there were any further patches, right?) version of YEAFFT. Does this mean that he's vulnerable to errors?
|
|
|
|
|
|
#22 | |
|
"Mark"
Apr 2003
Between here and the
635210 Posts |
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Msieve announcements | jasonp | Msieve | 101 | 2021-07-08 20:27 |
| Primenet maintenance announcements | Madpoo | PrimeNet | 7 | 2015-11-12 05:50 |
| GMP-ECM Announcements | akruppa | GMP-ECM | 12 | 2013-02-27 15:30 |
| Compiling Phrot | rogue | Sierpinski/Riesel Base 5 | 142 | 2009-01-09 03:42 |
| Announcements | hhh | Prime Cullen Prime | 10 | 2007-05-16 20:42 |