![]() |
|
|
#980 |
|
Jun 2012
309110 Posts |
Here is a nice post by Fivemack with a worked example which I bookmarked a while back for future reference. Might be helpful.
Last fiddled with by swellman on 2017-03-28 at 15:49 |
|
|
|
|
|
#981 | |
|
I moo ablest echo power!
May 2013
13×137 Posts |
Quote:
|
|
|
|
|
|
|
#982 |
|
Sep 2008
Kansas
2·3·5·113 Posts |
Two more from the Most Wanted Road Blocks file. These are essentially the same size as the previous p^59-1. On the last number I did trial sieving and modified the lambda to 2.7 and 2.8. It produced the exact same yield (at the low end Q) but the time per rel slightly increased. I’m not sure when it is beneficial to adjust lambda values.
Code:
n: 847723934416465493580272554892025373599007092570627195956498222363745656989708622154204752294161815812225418255421119129594611560479912098356746948456292420295531238045291708101479001652143055178245176897285838111612431466354707316652219 # 12161^59-1, difficulty: 245.10, skewness: 6.56, alpha: 0.00 # cost: 5.69852e+18, est. time: 2713.58 GHz days (not accurate yet!) skew: 6.561 c5: 1 c0: -12161 Y1: -1 Y0: 10462403413179934189087975464111709024319498795521 m: 10462403413179934189087975464111709024319498795521 rlim: 134000000 alim: 134000000 lpbr: 31 lpba: 31 mfbr: 62 mfba: 62 rlambda: 2.6 alambda: 2.6 Code:
n: 1646567655210039000288095767644921118295743082919258060516520401092306844415757601694422313656162831139089237128683705211190457179971017452768733076015656496624625029005054302685465734055828748899565753384816826747043000743982635149655359 # 12301^59-1, difficulty: 245.40, skewness: 6.58, alpha: 0.00 # cost: 5.83134e+18, est. time: 2776.83 GHz days (not accurate yet!) skew: 6.576 c5: 1 c0: -12301 Y1: -1 Y0: 12002867777697010537813175139358373530690225287601 m: 12002867777697010537813175139358373530690225287601 rlim: 134000000 alim: 134000000 lpbr: 31 lpba: 31 mfbr: 62 mfba: 62 rlambda: 2.6 alambda: 2.6 |
|
|
|
|
|
#983 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
144308 Posts |
Lambda determines which entries in the sieve array get looked at; I think alambda=2.5 means 'look at anything where the estimate for the part on the algebraic side remaining after small factors are removed is alim^2.5 or less'. So increasing lambda will slow down the sieving slightly, and it's interesting that it didn't reveal a single extra factor.
If you have done trial sieving and got some yield measurements, please put them at the bottom of the post, otherwise I end up repeating the trial sieving to get the estimate for the initial range to submit. C237_12161_19 and C238_12301_19 jobs queued to 14e It looks as if we can sit back for a few days, the queues are reasonably full. Last fiddled with by fivemack on 2017-03-29 at 09:51 |
|
|
|
|
|
#984 |
|
Sep 2009
24×131 Posts |
For the C207 blocking progress on HP2(4496) I'd try something like
Code:
lpbr: 32 lpba: 33 mfbr: 64 mfba: 66 rlambda: 2.7 alambda: 2.7 Or even: Code:
lpbr: 32 lpba: 33 mfbr: 64 mfba: 96 rlambda: 2.7 alambda: 3.7 Chris |
|
|
|
|
|
#985 | |
|
I moo ablest echo power!
May 2013
13×137 Posts |
Quote:
|
|
|
|
|
|
|
#986 |
|
Jun 2012
11×281 Posts |
Another 14e candidate with good yield. It has survived t55 by yoyo@Home. plus another 2000 curves @B1=3e8 by me.
C207_128_91 Code:
n: 802320890217478042163831208585260808818112468994562646062921218163624296944397084983306680966607349361160236150639896586413248097648688106047528225560026228558455487639033157834143057744927653178053197649963 # 128^91+91^128, difficulty: 251.06, anorm: 2.57e+38, rnorm: -2.76e+47 # scaled difficulty: 252.56, suggest sieving rational side # size = 1.360e-12, alpha = 0.179, combined = 1.511e-13, rroots = 0 type: snfs size: 251 skew: 4.0072 c6: 2 c0: 8281 Y1: -137996870875659993023030601717979081222891 Y0: 81129638414606681695789005144064 rlim: 240000000 alim: 240000000 lpbr: 32 lpba: 32 mfbr: 64 mfba: 64 rlambda: 2.8 alambda: 2.8 |
|
|
|
|
|
#987 |
|
Jun 2012
11×281 Posts |
Anybody got more candidates for 14e? That queue has almost run dry.
I should have another one to propose tomorrow. |
|
|
|
|
|
#988 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
23·11·73 Posts |
Queued C207_128_91
(if you've done the trial sieving, please post something like Code:
total yield: 1830, q=240001001 (0.30546 sec/rel) |
|
|
|
|
|
#989 |
|
Jun 2012
1100000100112 Posts |
Ok, I always do trial sieving to verify that the performance of a poly is appropriate for 14e (or 15e). Always just assumed the gatekeepers did some kind of prep behind the curtain but I'll be happy to post test sieving results and suggested sieving range from now on if it helps.
I learned from this forum that for an individual effort, the best starting Q is half of r/alim for SNFS, a third if GNFS. But this rule of thumb does not seem to be best practice for BOINC. What value of Q0 is preferred? I'll be sure the test 2-3 Q values for estimating the sieving range. And thank you for enqueining C207_128_91. |
|
|
|
|
|
#990 | |
|
"Curtis"
Feb 2005
Riverside, CA
11·443 Posts |
Quote:
BOINC seems to start at 20M pretty regularly, and I don't think it matters a whole lot whether one chooses 15M or 20M or 25M to start when alim/rlim are 100M+, so 20M has become a sort of de facto standard for all but the largest projects. In the past, it was believed that the faster sec/rel times at small Q were illusions because of higher duplicate rates, but I think that has been debunked in the alim/5 to alim/2 region. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| System management notes | kriesel | kriesel | 7 | 2020-10-21 18:52 |
| Improving the queue management. | debrouxl | NFS@Home | 10 | 2018-05-06 21:05 |
| Script-based Primenet assignment management | ewmayer | Software | 3 | 2017-05-25 04:02 |
| Do normal adults give themselves an allowance? (...to fast or not to fast - there is no question!) | jasong | jasong | 35 | 2016-12-11 00:57 |
| Power Management settings | PrimeCroat | Hardware | 3 | 2004-02-17 19:11 |