![]() |
|
|
#12 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224058 Posts |
An incremental improvement; still a long way to go to catch up with the 5th degree:
# norm 2.027687e-14 alpha -10.660168 e 4.031e-15 rroots 4 skew: 18649788.79 c0: -1054693895229737111542912875645712585798874585840 c1: -648953488177000550863606724453595751154052 c2: 46873012550011122605269225426938000 c3: 5344436734176828120536762249 c4: -178225159341792183379 c5: -5869354067069 c6: 205716 Y0: -81698919261232456726361244988593 Y1: 4025080561718281307 |
|
|
|
|
|
#13 |
|
Sep 2004
2·5·283 Posts |
I never used msieve to find a poly, what's the flag? How I start the search? I will try it on 4 cores...
Last fiddled with by em99010pepe on 2011-05-05 at 22:27 |
|
|
|
|
|
#14 |
|
Jun 2005
lehigh.edu
40016 Posts |
|
|
|
|
|
|
#15 |
|
Sep 2004
2×5×283 Posts |
|
|
|
|
|
|
#16 | |
|
Tribal Bullet
Oct 2004
3,541 Posts |
Quote:
There are a lot of internal buckets in the root sieve, because it's possible to spend weeks on a single stage 1 hit if you're not careful. For degree 5 the number of lines given to the actual sieve is controlled by XLINE_HEAP_SIZE in gnfs/poly/stage2/root_sieve_deg45_x.c If the sieving region is large enough, the code in gnfs/poly/stage2/root_sieve_deg5_xy.c restricts the choice of lines to those that have the highest root score modulo the smallest few p^k (not even the second highest; for degree 5 the limit on p^k here is quite small, so I suspect there isn't much advantage to being less restrictive). |
|
|
|
|
|
|
#17 |
|
Sep 2004
2·5·283 Posts |
Here's my msieve output. What am I doing wrong?
Code:
msieve0.exe -v -l msieve.log -nf msieve.log -s msieve.fb -s msieve.dat -np1 50000,60000 Msieve v. 1.48 Sat May 07 17:26:48 2011 random seeds: bd90aeec 73de0051 factoring 6117378187980081398706225420896908215238102943841526255679961994389507 96154227403439943437705346896479335277911619430806081130583094865607915507328093 40767016424578028793088881479019117986214217881 (197 digits) searching for 15-digit factors commencing number field sieve (197-digit input) warning: factor base file uninitialized commencing number field sieve polynomial selection error: no parameters for 197 digit inputs |
|
|
|
|
|
#18 |
|
Tribal Bullet
Oct 2004
DD516 Posts |
The current code has no parameters for 195- or 200-digit degree-5 inputs, and there's currently no way to add them without having to recompile.
|
|
|
|
|
|
#19 | |
|
Sep 2009
2·1,039 Posts |
Quote:
The following might be what you intended: msieve0.exe -v -l msieve.log -nf msieve.fb -s msieve.dat -np1 50000,60000 Chris K |
|
|
|
|
|
|
#20 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72·131 Posts |
Please download the most recent SVN, add
Code:
{195, 1.00E+030, 1.00E+029, 2.00E-015},
{197, 1.00E+030, 1.00E+029, 2.00E-015},
and recompile. It should then work. |
|
|
|
|
|
#21 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
144238 Posts |
Bruce Dodson has run one pass over 5000000 - 6000000.
Best score is 5.430e-15 from Code:
1.56274e+27 5439060 2166888684226480343737 102378390127366473853535596376254933061 I see that 6000000 - 6800000 has appeared, so I'll run stage2 over that next. I've finished stage1 on 2000000 - 3000000 but haven't quite finished stage 2. |
|
|
|
|
|
#22 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72×131 Posts |
I've finished one pass over 2100000-3000000
Best is 5.500e-15 from Code:
2.28335e+27 2885580 2513149667468253200263 116216138797108534231486454637868571506 6M-7M done by bdodson and currently going through stage 2; 3M-4M stage 1 currently running at my machine. Last fiddled with by fivemack on 2011-05-12 at 18:50 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| c176 polynomial search | bdodson | Msieve | 45 | 2010-10-29 19:39 |
| 109!+1 polynomial search | fivemack | Factoring | 122 | 2009-02-24 07:03 |
| 5^421-1 polynomial search | fivemack | Factoring | 61 | 2008-07-21 11:16 |
| 6^383+1 by GNFS (polynomial search; now complete) | fivemack | Factoring | 20 | 2007-12-26 10:36 |
| GNFS polynomial search tools | JHansen | Factoring | 0 | 2004-11-07 12:15 |