... The Linux 64bit version I compiled seems to be working fine but the 64bit Windows version I just compiled seems to have slightly different output and I'm...
Since many people don't use the Yahoo Groups web interface and can't see what files are posted in the Files section, I figured it would be useful to point out...
Hi Jeff, Just trying the new Windows executables you prepared from the latest SVN331. http://gilchrist.ca/jeff/ggnfs/ggnfs-svn331-win32-core2.zip Using your...
... The eagle has landed! I've warned about this possibility on mersenneforum. That's the new safety in action. (That's my change; Jeff only compiled it. Blame...
... Thanks Serge. Good precaution - I've lost relations this way too ! IDEA: Let lasieve4I12e (etc) APPEND to the output file. If the file does not exist, it...
... Please Sirs, Also from the new SVN331: ... => "../../bin/sqrt" -fb n.fb -deps deps -depnum 32 ... depNum=32 is invalid. It should be in [0,31]. ->...
... Hmm... I have absolute zero knowledge of the true GGNFS tools. (I only ever touched the lat.siever and the pol51 selection tool - which are the contributed...
... I thought about that, too (and of course not only I - in the source there's a remark "consider appending"!) But this is also prone to ugly results. If...
Is it possible to estimate the approximate duration of a factorization for rsa-309 (1024 bit rsa)? How long will it take to find good polynoms? (for example on...
... Sorry I don't know the answer to this, but I am also curious about RSA-155 now that it has been almost 10 years since the first 512bit RSA key was publicly...
... The current experience is that it takes a few months on one machine, and perhaps two weeks with a small collection of machines. Nobody has ever completed...
Jason Papadopoulos
jasonp@...
Jan 15, 2009 2:39 pm
2318
... Factoring estimates for a 1024-bit RSA modulus people.csail.mit.edu/tromer/papers/factorest.pdf Sergey Miklin...
I have run factmsieve.pl on a RSA-512 number for 2 months. Below is the most recent run log: reduce to 1188203 relations and 1933967 ideals in 7 passes ...
... It looks like you are very early, your job is perhaps 10% complete. The output from msieve is quite unpredictable at this stage of completion. Are you...
Jason Papadopoulos
jasonp@...
Jan 16, 2009 6:53 pm
2321
I am now maintaining a web page that will contain the latest SVN builds of GGNFS for 32bit and 64bit Windows here: http://gilchrist.ca/jeff/factoring/ Right...
How do I run factmsieve.pl? I can factor using factlat.pl with no problems, using the latest core 2 distribution. factmsieve terminates after a short print out...
... Usually you run it just like factlat.pl. There are a couple of gotchas in the script. First, of course, is to put a working binary of msieve (or msieve.exe...
i have downloaded ggnfs new version can anybody suggest me how i can compile that on redhat linux operating system (i have very nice environment to run it for...
Summary of the problem. GGNFS crashes 85% of the time on C85-C115 factorisations when run through fact*.pl (* is Lat or Msieve) due to pol51m0b failure. The ...
I forgot to add that when I rerun the program after the crash, in all cases the program resumes perfectly and goes on to successfully factor the number....
... Yes, I've seen this bug on some small numbers. It's not really a crash, it's an abnormal exit. Some assertions fail in the code's logic and it exits. Aside...
... Thanks Serge, I think the above workaround is within my limited range of perl skills. I'll replace the "die if" with a "last if" and see how it goes. The...
Thank you Serge! Finally I got the factoring running. I will also use your parameter set for similar numbers in my list. I have picked up my old search for...
... after ... so ... You can also do "next if". "last is" will also work because I've noticed those lambda-comps starting after quite a few iterations - when...
... I remembered about your search. In fact I've mentioned your collection somewhere in this thread: http://mersenneforum.org/showpost.php? p=153426 Syd later...
In a cygwin shell, a correctly installed cygwin does not require system paths prepended to commands in order to issue standard utilities like cat, gzip etc,...