![]() |
|
|
#177 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
9,497 Posts |
Well, then it's best to Windows-awarely "chomp" in line 1700.
Code:
s/\s+$//; |
|
|
|
|
|
#178 |
|
Jan 2009
Bilbao, Spain
283 Posts |
Jeff, I´m using your GGNFS files (v339) and factmsieve.pl and I have get this error with polynomial selection:
-> Searching leading coefficients from 86001 to 87000. => "C:/Users/Ignacio/Documents/G339/pol51m0b.exe" -b vv.polsel.Ignacio1.3196 -v -v -p 4 -n 8.13E+014 -a 86 -A 87 > vv.polsel.Ignacio1.3196.log lambda-comp Abnormal return value 256. Terminating... Is that a bug? |
|
|
|
|
|
#179 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
9,497 Posts |
Please see post 112. Yes, it is an old known bug; no-one knows that part well enough to fix (the parameter file may alternatively need fixing), but the workaround in the perl script may help.
Here's the highlighted change in the script; if you are using factLat.pl, you may use the same patch. Good luck factoring! |
|
|
|
|
|
#180 |
|
Jun 2003
Ottawa, Canada
3·17·23 Posts |
|
|
|
|
|
|
#181 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Hi,
Just now I tried running a GNFS factorization based on Jeff's guide for polynomial selection using msieve. The number is a C107 from some Aliquot sequence work I'm doing and took about 40 minutes for msieve to find an optimal polynomial when run with the -np switch. Here's the polynomial I got: Code:
N 28920454274023379407585900683723407567317016533970617364673384087817849013202048602792622724241676931623691 R0 -2157350365847100500 R1 1 A0 -36770012058151309 A1 35620331673416050 A2 -9289211598809493 A3 19515005648358552 A4 9218535440569200 A5 618873229578240 Code:
n: 28920454274023379407585900683723407567317016533970617364673384087817849013202048602792622724241676931623691 Y0: -2157350365847100500 Y1: 1 c0: -36770012058151309 c1: 35620331673416050 c2: -9289211598809493 c3: 19515005648358552 c4: 9218535440569200 c5: 618873229578240 type: gnfs 'Please set all bounds to reasonable values!' Does anyone know what might be causing this? I noticed that in the tutorial's example polynomial, there was a line labeled "skew:" that is not present in either the msieve or gnfs format polynomial that I just generated. Did something go wrong along the way when I generated my polynomial? Thanks, Max
|
|
|
|
|
|
#182 |
|
Jun 2003
5,087 Posts |
Did you try to directly invoke the siever or use factMsieve.pl? If it is a direct run, you need to set all the alim, rlim, lpba, ... stuff. Using factMsieve.pl will fill that for you.
Yes, skew also need to be set. Don't know what a good value is, but for such a small job, skew of 1 should work (I guess!) |
|
|
|
|
|
#183 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
![]() Though, indeed, I could have sworn I read somewhere that msieve is supposed to output the skew value, at least, in the polynomials it generates. I think the exact line I remember was something along the lines of (heavily paraphrased) "msieve searches a much bigger range of skews than the pol51 tools", from which I inferred that the skew value was an inherent part of the polynomial-searching process. In fact, Jeff's guide to polynomial generation with msieve seemed to show that the skew was present in the polynomial file from the moment msieve had finished generating it with the -np switch. That's why I was wondering whether something was wrong when I didn't see that value present in my output. |
|
|
|
|
|
|
#184 | |
|
"Frank <^>"
Dec 2004
CDP Janesville
2×1,061 Posts |
Quote:
Code:
rlim: 2500000 alim: 2500000 lpbr: 26 lpba: 26 mfbr: 49 mfba: 49 rlambda: 2.6 alambda: 2.6 qintsize: 100000 Code:
largePrimes:4588182 encountered Relations: rels:4835816 |
|
|
|
|
|
|
#185 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
624910 Posts |
Quote:
total yield: 6805, q=2502833 (0.01119 sec/rel) I presume that's a reasonbly good enough amount to say that I've at least got a half-decent polynomial set up now? (i.e. did setting the skew to 1.0 somehow turn a great polynomial into a somewhat lame one?)
|
|
|
|
|
|
|
#186 | |
|
"Frank <^>"
Dec 2004
CDP Janesville
2×1,061 Posts |
So it looks like a yield of ~2.5 relations per Q, which is actually better than the yield on my job. The scripts start sieving at 1/2 the alim to take advantage of the increased yield at lower Qs, but that should be OK. I had to sieve 2.75M Qs to get enough relations, so you can take your "sec/rel" value and multiply by approx 2.5 million and see how long that is....I make it in the neighborhood of 9 hours. Not bad for a c107!
Quote:
|
|
|
|
|
|
|
#187 | |
|
Oct 2004
Austria
248210 Posts |
Quote:
Download msieve 1.39 to do polynomial search, this version finds MUCH better polynomials. |
|
|
|
|
![]() |
| 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 |