![]() |
|
|
#23 |
|
"Sander"
Oct 2002
52.345322,5.52471
100101001012 Posts |
also taking 3M - 4M
|
|
|
|
|
|
#24 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
47·229 Posts |
Quote:
Code:
cat *.cand | grep '_E ' | sort -n -k 10 | tail Paul |
|
|
|
|
|
|
#25 | |
|
(loop (#_fork))
Feb 2006
Cambridge, England
2×132×19 Posts |
Quote:
|
|
|
|
|
|
|
#26 |
|
Oct 2004
Austria
1001101100102 Posts |
Taking 10M to 12M. (the very first thing I will do with GGNFS)
P.S.: Beginner's question: What do the -p and -n options do? Last fiddled with by Andi47 on 2007-12-13 at 18:52 Reason: Extended my range to 12M - some work for a second CPU |
|
|
|
|
|
#27 |
|
Tribal Bullet
Oct 2004
3·1,181 Posts |
-p specifies the number of factors in the high-order coefficient of the rational polynomial. -n specifies the largest norm allowed for polynomials that are generated. Notice that pol51opt has a smaller value for -n, because the first stage generates a huge number of somewhat good polynomials but the standards are higher when the polynomials are allowed to be optimized like pol51opt does.
This is a common problem with searching in general: you want to break things up such that each stage gets rid of the vast majority of choices, but every choice that's ignored could possibly have become much better if you stuck with it and tried to optimize it (which is expensive). One reason the polynomial selection tools run so fast is that the value of -n given to them is extremely stringent, so that very nearly nothing survives the first stage. Making -n a little bit bigger can give 100x the amount of output. For example, when searching for a polynomial for a C100 the first stage runs in 5 seconds and the second stage runs in 30 seconds when using the recommended value of -n. Given that the sieving will take 4-8 hours, it would be nice to spend maybe 10 minutes instead of .5 minutes, looking for a better polynomial. Last fiddled with by jasonp on 2007-12-13 at 20:38 |
|
|
|
|
|
#28 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
191616 Posts |
I picked the -n value for pol51m0b so that it would produce a comfortable number of outputs: I'd run a small search with -n 2e25, which produced several megabytes of output from a range of length 1000, ran polopt, then checked that a smaller value of -n gave a more reasonable number of outputs and hadn't killed off all the good hits from the larger n.
The parameters in polopt were again picked so that it ran at about the same speed as pol51m0b, with the Murphy value picked as the score for about the tenth-best polynomial coming out of a smallish run. Anyone got 6e-13 or higher yet? |
|
|
|
|
|
#29 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
2·132·19 Posts |
Just a little note: I will usually see reservations made here, but if you make them on the factoring-forum thread
http://www.mersenneforum.org/showthread.php?t=9730 then I can summarise them all in a convenient table and delete them, to make the thread tidier when the archivists from the planet Yammel come around in the twenty-ninth century to admire it. I thought asking the gerbils for editing power on one forum was already sufficiently presumptuous. |
|
|
|
|
|
#30 | |
|
Oct 2004
Austria
2×17×73 Posts |
Quote:
P.S.: With some good polynomials reported at >6e-13, it would be sufficient to set -e 6e-13 or so in the poly51opt line? |
|
|
|
|
|
|
#31 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
2×132×19 Posts |
6.74e-13 is very impressive.
Yes, it would be fine to set -e 6e-13, but all it'll do is make the .cand file shorter rather than speeding up the run. I quite like setting the threshold so that the .cand file grows by a few lines an hour, so I know where everything's got up to at any moment. I would be interested to see what the shape of the distribution of E-values both in absolute terms and as a function of x5 looks like, for which the smaller filter value is useful - if people have kept their .cand files, could I ask them to mail them (compressed) to tom@womack.net Last fiddled with by akruppa on 2007-12-16 at 20:13 Reason: gentleman's email address restored |
|
|
|
|
|
#32 | ||
|
Oct 2004
Austria
2×17×73 Posts |
Quote:
Quote:
P.S.: You should obscure your mail address to avoid massive spam (spambots). Last fiddled with by Andi47 on 2007-12-16 at 16:00 |
||
|
|
|
|
|
#33 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
47×229 Posts |
Quote:
However, it does assume that the marginal cost of the bandwidth and cpu caused by the spam is minimal. It is for me, but YMMV. Paul |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Large Sequence Project direction | henryzz | Aliquot Sequences | 17 | 2013-08-09 00:15 |
| Year Over Year TF Progress | petrw1 | Factoring | 3 | 2013-03-20 19:34 |
| Top 10 GMP-ECM for the year | bdodson | GMP-ECM | 142 | 2013-03-01 12:54 |
| What year is it? | E_tron | Lounge | 3 | 2004-12-31 13:43 |
| 1 Year | QuintLeo | Lounge | 14 | 2003-11-14 07:56 |