![]() |
|
|
#12 |
|
Nov 2008
2×33×43 Posts |
Looks like msieve failed to find any polys and there was then an error because the script couldn't locate the poly file, which isn't surprising as it didn't exist. Does this also happen with this number on your other system?
Last fiddled with by 10metreh on 2010-12-20 at 21:21 |
|
|
|
|
|
#13 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
On x86_64, a dozen small jobs came and went without any problems since the switch to the new binary.
|
|
|
|
|
|
#14 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11×347 Posts |
Quote:
I watched more closely this time and found that it did only take about 1.5 minutes to return, but the system mentioned the failure to find a poly and then immediately started again. It failed the second try and died. The c97 says it will run for .28 hour and seems correct. The c102 says .42 hour and returns in about 1.5 minutes. More later - I'm being called away. . . |
|
|
|
|
|
|
#15 |
|
Dec 2009
5916 Posts |
I did two more comparisons. The first was on C118 of 89222701^19-1.
From old version: Code:
N 8837749134432835806195070022260085293230408134334557837785022990091369943335064126559771950700120538497543066264805577 SKEW 152586.60 A5 7800 A4 -434442398 A3 374317654297266 A2 -51518077588729575083 A1 -9194728976614280772808512 A0 -31249598269629476722371712085 R1 3811599996679 R0 -64691868997542707118834 skew 152586.60, size 2.349e-011, alpha -6.725, combined = 3.440e-010 rroots = 3 Code:
N 8837749134432835806195070022260085293230408134334557837785022990091369943335064126559771950700120538497543066264805577 SKEW 145029.30 A5 8208 A4 -886026915 A3 -590168648007458 A2 17619088865183789852 A1 4801626438984607946945394 A0 -41185957167849307193226488313 R1 3846551399719 R0 -64035591815269946028524 skew 145029.30, size 2.499e-011, alpha -6.052, combined = 3.589e-010 rroots = 5 The second test was on C119 of 1501489387^17-1, and the result is very interesting. From old version: Code:
N 49051250488250332964105132536210364412403538501460947746946260536246841041442844030066770905907500315930955943508134137 SKEW 232645.04 A5 15060 A4 2625466784 A3 -848598148723481 A2 -226352786741367690238 A1 9703372046994915907276560 A0 4744332674855990753222837678400 R1 6176358528101 R0 -79903141015694543301389 skew 232645.04, size 2.700e-011, alpha -7.906, combined = 3.694e-010 rroots = 3 Code:
N 49051250488250332964105132536210364412403538501460947746946260536246841041442844030066770905907500315930955943508134137 SKEW 258403.20 A5 780 A4 394926913 A3 -159973478651993 A2 -18112496710022114576 A1 4699438625933033314884249 A0 237569645510482655941466299299 R1 2760211179763 R0 -144447575183681804011184 skew 258403.20, size 2.197e-011, alpha -5.372, combined = 3.369e-010 rroots = 3 |
|
|
|
|
|
#16 |
|
Tribal Bullet
Oct 2004
3,541 Posts |
The poly selection as implemented in msieve is not very deterministic, because the search space is so large. If an old version finds a good polynomial that says nothing about whether a newer version could find the same polynomial. Even the same code running on a different machine may not find the same polynomial, because there is a limit on wall-clock time that the code will spend on any given leading algebraic coefficient (and for large problems the code will randomly pick a small part of the search space and search only that). You can only hope that a given version will find some *other* polynomial that is hopefully as good or better than before.
Last fiddled with by jasonp on 2010-12-21 at 03:07 |
|
|
|
|
|
#17 | |
|
Nov 2008
91216 Posts |
Quote:
Code:
# norm 9.608746e-010 alpha -4.936962 e 2.547e-009 rroots 1 skew: 21131.85 c0: 1600054119430816404941596 c1: 351741744142373229717 c2: -22930514643462185 c3: -259919144097 c4: 25321942 c5: 1452 Y0: -43428623886994629249 Y1: 32070619501 Last fiddled with by 10metreh on 2010-12-21 at 08:21 |
|
|
|
|
|
|
#18 | |
|
May 2008
3·5·73 Posts |
Quote:
|
|
|
|
|
|
|
#19 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
11001000100112 Posts |
I'm wondering if this might be an incompatibility / bug with gmp-5.0.1. Builds on my ubuntu machines against libgmp3-dev work fine.
Error came on poly 0 77173 46567 55849 5953485316612104235062421 algebraic poly rootfinder failed having built msieve against gmp-5.0.1-x86-64-i7-install/include (whose contents are what it says on the packet) and running LD_LIBRARY_PATH=~/math/gmp-5.0.1-x86-64-i7-install/lib ~/math/msieve-svn-linux/trunk/msieve -v -np 93001,93999 with worktodo.ini containing 696005113603274146249087406461080151837868785491046290335993731206770181299351306725449365913668810065423694108036416675915143109 |
|
|
|
|
|
#20 | ||
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11×347 Posts |
Quote:
Code:
738677034112727630801795082875338426629435597713265653277611629383222178533167933102186322561385336223 Code:
[Dec 21 2010, 07:27:19] *** prp42 = 312737738894660776926271449719691462820837 [Dec 21 2010, 07:27:19] *** prp61 = 2361969606621526652678994236908166532945737170991242903747379 Quote:
Thanks! |
||
|
|
|
|
|
#21 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11×347 Posts |
Bummer! It failed on one of my Ubuntu machines, too.
![]() Code:
-> ________________________________________________________________ -> | Running factmsieve.py, a Python driver for MSIEVE with GGNFS | -> | sieving support. It is Copyright, 2010, Brian Gladman and is | -> | a conversion of factmsieve.pl that is Copyright, 2004, Chris | -> | Monico. Version 0.76 (Python 2.6 or later) 10th Nov 2010. | -> |______________________________________________________________| -> This is client 1 of 1 -> Running on 1 Core with 1 hyper-thread per Core -> Working with NAME = test -> Error: Polynomial file test.poly does not exist! -> Found n = 835989648594235417164528517312284786947851669414128953643421282359992456221670733279993029863509619. -> Running polynomial selection ... -> ./msieve -s ../../Aliqueit/ggnfs_835989648594235417164528517312284786947851669414128953643421282359992456221670733279993029863509619/test.dat -l ../../Aliqueit/ggnfs_835989648594235417164528517312284786947851669414128953643421282359992456221670733279993029863509619/test.log -i ../../Aliqueit/ggnfs_835989648594235417164528517312284786947851669414128953643421282359992456221670733279993029863509619/test.ini -nf ../../Aliqueit/ggnfs_835989648594235417164528517312284786947851669414128953643421282359992456221670733279993029863509619/test.fb -v -np Msieve v. 1.48 Wed Dec 22 10:01:02 2010 random seeds: 16fcd29b 061338f5 factoring 835989648594235417164528517312284786947851669414128953643421282359992456221670733279993029863509619 (99 digits) Msieve Error: return value -4. Terminating... Last fiddled with by EdH on 2010-12-22 at 15:58 |
|
|
|
|
|
#22 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11×347 Posts |
Update to prior post, since my edit window has expired:
I had to delete the whole directory and then check out an earlier SVN version from scratch, rather than simply reverting to an earlier one. My Ubuntu machine is now happy again.
Last fiddled with by EdH on 2010-12-22 at 17:38 Reason: clarity |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Polynomial selection | Max0526 | NFS@Home | 9 | 2017-05-20 08:57 |
| SNFS Polynomial selection help? | mhill12 | Factoring | 59 | 2013-09-09 22:40 |
| Best way to scale polynomial selection | pastcow | Msieve | 6 | 2013-05-08 09:01 |
| 2^877-1 polynomial selection | fivemack | Factoring | 47 | 2009-06-16 00:24 |
| Polynomial selection | CRGreathouse | Factoring | 2 | 2009-05-25 07:55 |