mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Factoring

Reply
 
Thread Tools
Old 2009-01-01, 13:19   #56
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

12D316 Posts
Default Sieving complete. Now what?

I completed sieving my C104 with 4,6M relations on spairs.out

I tried to postprocess the file using Andy43 hints, (and "cat" instead of "copy" on my linux box) and all I got was a list of error-15: can't read relations.

Then I tried 10metreh's nfs2ms.pl file, but it was configured to run on Windows, while my msieve is on linux.

Finally, I tried to let factLat.pl script run on its own to complete factorization on GGNFS, and I got "Failed to open rels.bin.0 for read" (It was the first, the second, the third... run).

Any more hints?

Luigi
ET_ is offline   Reply With Quote
Old 2009-01-01, 14:19   #57
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

588710 Posts
Default

using factlat.pl you will need to rename your data file spairs.add and then delete all the factlat.pl generated files except the poly file and spairs.add and then wait for it to do one short sieving run and then it should do the postprocessing
henryzz is online now   Reply With Quote
Old 2009-01-01, 14:25   #58
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

352210 Posts
Default

Quote:
Originally Posted by ET_ View Post
I completed sieving my C104 with 4,6M relations on spairs.out

I tried to postprocess the file using Andy43 hints, (and "cat" instead of "copy" on my linux box) and all I got was a list of error-15: can't read relations.

Then I tried 10metreh's nfs2ms.pl file, but it was configured to run on Windows, while my msieve is on linux.

Finally, I tried to let factLat.pl script run on its own to complete factorization on GGNFS, and I got "Failed to open rels.bin.0 for read" (It was the first, the second, the third... run).

Any more hints?

Luigi
Here's a script I use. The first argument should be the poly file. Then give it the name of all the data files. For example if your poly file is named gnfs.poly and you have a bunch of gnfs_0.dat, gnfs_1.dat, etc then do:

% perl make_msieve.pl gnfs.poly gnfs*.dat

It will make everything you need to run msieve.

best,
- ben.

oh, and rename the file to .pl
Attached Files
File Type: txt make_msieve.txt (852 Bytes, 148 views)

Last fiddled with by bsquared on 2009-01-01 at 14:26
bsquared is offline   Reply With Quote
Old 2009-01-01, 15:17   #59
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2·17·73 Posts
Default

Is there a "run at idle priority" option for gnfs-lasieve4I1*e?
Andi47 is offline   Reply With Quote
Old 2009-01-01, 15:41   #60
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

23·11·73 Posts
Default

"run at idle priority" is something to be done by the command-line interpreter not the executable:

start /low gnfs-lasieve4I15e ... (in cmd on Windows)
nohup nice -19 gnfs-lasieve4I15e ... (on Unix)

Last fiddled with by fivemack on 2009-01-01 at 18:31
fivemack is offline   Reply With Quote
Old 2009-01-01, 18:28   #61
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

2A2216 Posts
Default

Quote:
Originally Posted by jasonp View Post
No, they are for unix systems. On windows you can bring up the task manager, right click on the process you want to set to idle, then select idle priority. You have to do that every time you restart the process; no doubt there are other programs that make the choice permanent.
Actually, I think you;ll find that the start /low variant is for a Windows CMD window.


Paul
xilman is offline   Reply With Quote
Old 2009-01-01, 22:00   #62
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3·1,181 Posts
Default

Quote:
Originally Posted by xilman View Post
Actually, I think you;ll find that the start /low variant is for a Windows CMD window.
Oops, I saw the 'nohup' line and stopped reading.
jasonp is offline   Reply With Quote
Old 2009-01-03, 16:47   #63
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

10010110100112 Posts
Default

Quote:
Originally Posted by bsquared View Post
Here's a script I use. The first argument should be the poly file. Then give it the name of all the data files. For example if your poly file is named gnfs.poly and you have a bunch of gnfs_0.dat, gnfs_1.dat, etc then do:

% perl make_msieve.pl gnfs.poly gnfs*.dat

It will make everything you need to run msieve.

best,
- ben.

oh, and rename the file to .pl
That worked! thank you very much, Ben!

Luigi
ET_ is offline   Reply With Quote
Old 2009-01-03, 17:06   #64
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

2·3·587 Posts
Default

Quote:
Originally Posted by ET_ View Post
That worked! thank you very much, Ben!

Luigi
No problem, glad it helped. I think I originally got that script from fivemack when I was first learning how to use GGNFS. Good to see others becoming interested as well.

Happy factoring!
bsquared is offline   Reply With Quote
Old 2009-01-05, 20:08   #65
Jeff Gilchrist
 
Jeff Gilchrist's Avatar
 
Jun 2003
Ottawa, Canada

3×17×23 Posts
Default

For those using Windows, I have working binaries for 32bit and 64bit Windows available using the latest GGNFS build 329 from SVN compiled with GMP 4.2.4 optimized for Core 2 systems (Visual Studio 2008).

Win32:
http://gilchrist.ca/jeff/ggnfs/ggnfs...in32-core2.zip

Win64:
http://gilchrist.ca/jeff/ggnfs/ggnfs...in64-core2.zip

Jeff.
Jeff Gilchrist is offline   Reply With Quote
Old 2009-01-05, 20:45   #66
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

7×292 Posts
Default

Quote:
Originally Posted by Jeff Gilchrist View Post
For those using Windows, I have working binaries for 32bit and 64bit Windows available using the latest GGNFS build 329 from SVN compiled with GMP 4.2.4 optimized for Core 2 systems (Visual Studio 2008).

Win32:
http://gilchrist.ca/jeff/ggnfs/ggnfs...in32-core2.zip

Win64:
http://gilchrist.ca/jeff/ggnfs/ggnfs...in64-core2.zip

Jeff.
could you email the links to the ggnfs mailing list
the latest that have been posted there are 322
posting here was a good idea as well though

Last fiddled with by henryzz on 2009-01-05 at 20:45
henryzz is online now   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of GGNFS LegionMammal978 Msieve 17 2017-01-20 19:49
Running other programs while running Prime95. Neimanator PrimeNet 14 2013-08-10 20:15
Error running GGNFS+msieve+factmsieve.py D. B. Staple Factoring 6 2011-06-12 22:23
GGNFS or something better? Zeta-Flux Factoring 1 2007-08-07 22:40
ggnfs ATH Factoring 3 2006-08-12 22:50

All times are UTC. The time now is 23:27.


Fri Aug 6 23:27:12 UTC 2021 up 14 days, 17:56, 1 user, load averages: 3.92, 4.04, 4.04

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.