![]() |
|
|
#23 |
|
Jun 2003
5,051 Posts |
Don't worry. That's just the way it works. Question is, how to suppress the screen output?
|
|
|
|
|
|
#24 |
|
"Sander"
Oct 2002
52.345322,5.52471
100101001012 Posts |
200 done. Nothing worth mentioning
|
|
|
|
|
|
#25 |
|
Jul 2003
So Cal
2·34·13 Posts |
500-600 is done. Here's the best:
Code:
BEGIN POLY #skewness 547461.22 norm 5.80e+24 alpha -6.05 Murphy_E 9.20e-14 X5 52101320040 X4 -44407918935106581 X3 -79015216368833586747403 X2 11164378525237099289579014018 X1 5527464674743398811310201276866547 X0 -673974942315034055091970689174411290421 Y1 1493967901901591351 Y0 -2155946141079123383394238690321070 M 11500375157769035299295133381748440806665134708448152341342997737069574639205081055883409910814286223252649$ END POLY frmky 225-300 |
|
|
|
|
|
#26 | |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72×131 Posts |
Quote:
error: rational leading coefficient is too large messages |
|
|
|
|
|
|
#27 |
|
Tribal Bullet
Oct 2004
3,541 Posts |
Stage 1 of the poly selector cannot generate polynomials when the leading rational coefficient exceeds 2^64; you'll either have to use a larger leading algebraic coefficient or reduce the stage 1 norm. The 109!+1 job was very nearly at the limit of what the current code can handle.
Degree 6 might make this work :) |
|
|
|
|
|
#28 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
191316 Posts |
frmky's 9.20e-14 polynomial comes close to answering Silverman's question of the second post: it produces more relations per second (though not by very many) than the obvious SNFS polynomial does with the same parameters (picked as optimised for SNFS). I don't know if the extra speed yet compensates for the time taken by the polynomial selection, timing for NFS is not an exact science (oversieving ...) and for distributed NFS even less so.
|
|
|
|
|
|
#29 |
|
Jul 2003
So Cal
1000001110102 Posts |
225-300 produced nothing better. I'll now take
frmky 113-200 |
|
|
|
|
|
#30 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
191316 Posts |
Code:
BEGIN POLY #skewness 143041.66 norm 2.94e+23 alpha -3.75 Murphy_E 9.23e-14 X5 21926606100 X4 -31451126262494076 X3 -2259400467300850427219 X2 106567670885434817955395000 X1 20941526259992061474399809393706 X0 -125552384749484687222699803637623825 Y1 2020030177733371421 Y0 -2563382232192727759573274378156942 Code:
-n 2e26 -N 3e23 Last fiddled with by fivemack on 2009-06-04 at 22:56 |
|
|
|
|
|
#31 |
|
Jul 2003
So Cal
83A16 Posts |
113-200 is done. Nothing of interest found. I'll take
frmky 20-112 excluding 28, 47, 56 |
|
|
|
|
|
#32 |
|
Oct 2004
Austria
248210 Posts |
I give it a try with the new msieve 1.42 beta and reserve a range of 1 to 1000.
|
|
|
|
|
|
#33 |
|
Oct 2004
Austria
9B216 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Polynomial selection | Max0526 | NFS@Home | 9 | 2017-05-20 08:57 |
| Distributed polynomial selection. | chris2be8 | Factoring | 17 | 2012-04-27 08:59 |
| Updated polynomial selection | jasonp | Msieve | 65 | 2011-05-01 19:06 |
| GNFS polynomial selection | Unregistered | Information & Answers | 3 | 2011-04-16 14:24 |
| Polynomial selection | CRGreathouse | Factoring | 2 | 2009-05-25 07:55 |