![]() |
|
|
#397 |
|
Nov 2008
44228 Posts |
|
|
|
|
|
|
#399 |
|
May 2008
3×5×73 Posts |
|
|
|
|
|
|
#400 | |
|
May 2008
3×5×73 Posts |
Quote:
Code:
n: 128884548745268111272865256286343647297362141639349354777257427180583981433019147873573181228554594271870135015462926183892184639779 # norm 8.620730e-13 alpha -6.151233 e 5.416e-11 skew: 221034.75 c0: -85848422053291577310541182972672 c1: -182784784632530169810380096 c2: 9264140201154197887028 c3: 4616332621091608 c4: -130712859177 c5: 288420 Y0: -13490760014661274202566223 Y1: 452441599659677 rlim: 10000000 alim: 10000000 lpbr: 27 lpba: 27 mfbr: 54 mfba: 54 rlambda: 2.5 alambda: 2.5 |
|
|
|
|
|
|
#401 |
|
May 2008
3·5·73 Posts |
A bit better:
Code:
n: 128884548745268111272865256286343647297362141639349354777257427180583981433019147873573181228554594271870135015462926183892184639779 # norm 9.962231e-13 alpha -5.919298 e 5.909e-11 skew: 94066.60 c0: -2859035759779303395827765570880 c1: 35371317901777264650071124 c2: 3858856143107184029879 c3: 5211231669097662 c4: -481062970300 c5: 581640 Y0: -11724987796918835499253147 Y1: 502923181106423 rlim: 10000000 alim: 10000000 lpbr: 27 lpba: 27 mfbr: 54 mfba: 54 rlambda: 2.5 alambda: 2.5 |
|
|
|
|
|
#402 |
|
Nov 2008
2·33·43 Posts |
That isn't actually a "good score". It's just a (bad) name for "below this bound, polynomials will not be saved".
Is the poly search finished yet? Last fiddled with by 10metreh on 2009-08-22 at 07:15 |
|
|
|
|
|
#403 | |
|
May 2008
100010001112 Posts |
Another slight improvement:
Code:
n: 128884548745268111272865256286343647297362141639349354777257427180583981433019147873573181228554594271870135015462926183892184639779 # norm 9.990093e-13 alpha -6.530119 e 5.917e-11 skew: 125304.96 c0: -3154210280231927135107173799541 c1: 2852258150863533245214823 c2: 9742539035261862224357 c3: 31979892546453095 c4: -390636665178 c5: 743640 Y0: -11162726022381847086623940 Y1: 646588654726421 rlim: 10000000 alim: 10000000 lpbr: 27 lpba: 27 mfbr: 54 mfba: 54 rlambda: 2.5 alambda: 2.5 Quote:
I'd suggest using siever 13e and starting at Q=5M up to 15M. |
|
|
|
|
|
|
#404 | |
|
Nov 2008
91216 Posts |
Quote:
|
|
|
|
|
|
|
#405 | |
|
May 2008
3×5×73 Posts |
Quote:
alim & rlim = 10M: Code:
$ for i in `seq 2000000 2000000 18000000`; do ~/ggnfs/trunk/bin/gnfs-lasieve4I13e -a test.poly -f $i -c 500; done Warning: lowering FB_bound to 1999999. total yield: 999, q=2000503 (0.02309 sec/rel) Warning: lowering FB_bound to 3999999. total yield: 462, q=4000511 (0.02297 sec/rel) Warning: lowering FB_bound to 5999999. total yield: 1231, q=6000503 (0.02399 sec/rel) Warning: lowering FB_bound to 7999999. total yield: 995, q=8000507 (0.02666 sec/rel) total yield: 584, q=10000511 (0.02642 sec/rel) total yield: 751, q=12000509 (0.02696 sec/rel) total yield: 879, q=14000507 (0.02965 sec/rel) total yield: 714, q=16000507 (0.03031 sec/rel) total yield: 402, q=18000527 (0.03308 sec/rel) Code:
$ for i in `seq 2000000 2000000 14000000`; do ~/ggnfs/trunk/bin/gnfs-lasieve4I13e -a test.poly -f $i -c 500; done Warning: lowering FB_bound to 1999999. total yield: 950, q=2000503 (0.02040 sec/rel) Warning: lowering FB_bound to 3999999. total yield: 439, q=4000511 (0.02055 sec/rel) total yield: 1076, q=6000503 (0.02257 sec/rel) total yield: 804, q=8000507 (0.02567 sec/rel) total yield: 449, q=10000511 (0.02523 sec/rel) total yield: 569, q=12000509 (0.02624 sec/rel) total yield: 658, q=14000507 (0.02894 sec/rel) Code:
$ for i in `seq 2000000 2000000 14000000`; do ~/ggnfs/trunk/bin/gnfs-lasieve4I13e -a test.poly -f $i -c 500; done Warning: lowering FB_bound to 1999999. total yield: 964, q=2000503 (0.02082 sec/rel) Warning: lowering FB_bound to 3999999. total yield: 445, q=4000511 (0.02112 sec/rel) total yield: 1173, q=6000503 (0.02233 sec/rel) total yield: 876, q=8000507 (0.02527 sec/rel) total yield: 490, q=10000511 (0.02496 sec/rel) total yield: 623, q=12000509 (0.02597 sec/rel) total yield: 713, q=14000507 (0.02872 sec/rel) Code:
$ for i in `seq 2000000 2000000 14000000`; do ~/ggnfs/trunk/bin/gnfs-lasieve4I13e -a test.poly -f $i -c 500; done Warning: lowering FB_bound to 1999999. total yield: 986, q=2000503 (0.02177 sec/rel) Warning: lowering FB_bound to 3999999. total yield: 457, q=4000511 (0.02182 sec/rel) Warning: lowering FB_bound to 5999999. total yield: 1211, q=6000503 (0.02306 sec/rel) total yield: 972, q=8000507 (0.02584 sec/rel) total yield: 548, q=10000511 (0.02526 sec/rel) total yield: 708, q=12000509 (0.02564 sec/rel) total yield: 800, q=14000507 (0.02899 sec/rel) Here's 27-bit vs 28-bit: 27-bit Code:
$ ~/ggnfs/trunk/bin/gnfs-lasieve4I13e -a test.poly -f 6000000 -c 2000 total yield: 3406, q=6002033 (0.02153 sec/rel) Code:
$ ~/ggnfs/trunk/bin/gnfs-lasieve4I13e -a test.poly -f 6000000 -c 2000 total yield: 6420, q=6002033 (0.01175 sec/rel) So with the changed alim & rlim, here's a new file: Code:
n: 128884548745268111272865256286343647297362141639349354777257427180583981433019147873573181228554594271870135015462926183892184639779 # norm 9.990093e-13 alpha -6.530119 e 5.917e-11 skew: 125304.96 c0: -3154210280231927135107173799541 c1: 2852258150863533245214823 c2: 9742539035261862224357 c3: 31979892546453095 c4: -390636665178 c5: 743640 Y0: -11162726022381847086623940 Y1: 646588654726421 rlim: 6000000 alim: 6000000 lpbr: 27 lpba: 27 mfbr: 54 mfba: 54 rlambda: 2.5 alambda: 2.5 |
|
|
|
|
|
|
#406 |
|
May 2008
3·5·73 Posts |
If a mod would please start a thread for a team sieve, I will go ahead and reserve:
reserving 12M to 13M reserving line sieving from b=1 to 500 |
|
|
|
|
|
#407 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
![]() Note: while we should be OK for this team sieve, sometime within the next few weeks we'll be starting some major restructuring of the NPLB server setup. The FTP server may be inaccessible during much of that time. I'll let you guys know when everything is all finished being set up and the server is back for good, but meanwhile I'd suggest that for the next team sieve after this, we stay off the FTP server entirely. If someone else is interested in running a temporary FTP server in the meantime, that would be great, or we could use file-sharing websites like Rapidshare. (Actually, over at the Twin Prime Search project they've been using SendSpace for tranferring large files, and I've found that it's much faster than Rapidshare, and doesn't have all the restrictions on free users that Rapidshare does. Plus, it allows uploading of files up to 300MB, as opposed to Rapidshare's 100MB. If you guys end up needing to use file-sharing web sites, I'd recommend SendSpace over Rapidshare.) Last fiddled with by mdettweiler on 2009-08-23 at 22:25 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reserved for MF - Sequence 3366 | RichD | Aliquot Sequences | 470 | 2021-04-22 02:17 |
| Reserved for MF - Sequence 3408 | RichD | Aliquot Sequences | 474 | 2021-03-07 20:28 |
| Reserved for MF - Sequence 276 | kar_bon | Aliquot Sequences | 127 | 2020-12-17 10:05 |
| Assignments are reserved but not showing up | prism019 | GPU to 72 | 6 | 2020-09-21 22:11 |
| 80M to 64 bits ... but not really reserved | petrw1 | Lone Mersenne Hunters | 82 | 2010-01-11 01:57 |