![]() |
|
|
#45 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
2·5,393 Posts |
Quote:
Or don't you want it enough? Paul |
|
|
|
|
|
|
#46 | |
|
Nov 2003
22·5·373 Posts |
Quote:
backed up as a matter of course........ |
|
|
|
|
|
|
#47 | ||
|
Tribal Bullet
Oct 2004
3·1,181 Posts |
Quote:
Quote:
To answer you last question, nobody is sure of the maximum boost that a really excellent polynomial can supply, or at what point it becomes not worth the effort to keep searching. We have asymptotic formulas for the amount of work needed, but are not factoring infinitely large numbers :) Last fiddled with by jasonp on 2010-03-04 at 14:43 |
||
|
|
|
|
|
#48 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
74 Posts |
|
|
|
|
|
|
#49 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
2·5,393 Posts |
|
|
|
|
|
|
#50 |
|
Oct 2006
vomit_frame_pointer
16816 Posts |
I don't understand why so many are bothered by probabilistic primality tests.
As Knuth has pointed out, a Rabin-Miller test with 40 randomly-chosen bases is better than a single positive from a deterministic test. Your input number should have taken enough of an ECM beating to rule out factors as large as the square roots of most of your factors, anyway. The number of coincidences required for a composite factor to sneak through a sensible factorization is mind-boggling. ECM, p+1, or p-1 alone can pull composites, but one or more of these followed by a sieving run combined with a multi-base Rabin-Miller test at the end won't pull a composite factor in a million lifetimes. Meanwhile, a deterministic test alone will give a false result due to hardware or software error far more often than that. It doesn't hurt to run a deterministic test: I usually do, even though I feel silly wasting keystrokes. We humans like certainty, I suppose. Mathematically-oriented humans, especially. |
|
|
|
|
|
#51 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
2·5,393 Posts |
The 233 revision of msieve, which announces itself as v. 1.45, still has the crash in the sqrt phase which I reported for V. 1.44.
Building the CUDA version of the polynomial finder on a x86_64 RHEL5 system failed with numerous compiler errors. A non-CUDA build succeeded. I've reported these problems to Jason and have sent him some gdb output which I hope will help him find the sqrt bug(s). I'll try to track down the CUDA problem(s) before posting more information. Paul Last fiddled with by jasonp on 2010-03-05 at 18:57 Reason: I prefer to fork off a new thread after an official release... |
|
|
|
|
|
#52 |
|
Jan 2004
103 Posts |
I'm using msieve 1.44. After 2 days I had to interrupt a factorisation near the end of the polynomial selection and I'm now left with a large file of polynomials *.dat.p but no factor base file. How can I generate the factor base file without rerunning the entire polynomial selection again? I tried rerunning with the -d <min> option but it did not work.
|
|
|
|
|
|
#53 |
|
Nov 2008
44228 Posts |
msieve.fb should look something like this:
Code:
N 519521494505946372166961846604854273057273321528705990560860399305888091695373809830325305678021403153 SKEW 20527.51 R0 -45378477119138364191 R1 20740976113 A0 972017581594890759167616 A1 778394302774536155236 A2 35712697796688196 A3 -2958425352503 A4 -133688922 A5 2700 |
|
|
|
|
|
#54 |
|
Jan 2004
10310 Posts |
Thanks 10metreh, that's partly helps. The *.fb files that get generated for me usually look like this:
Code:
N 6305604764586976841269783664936088420483838880263269680858295203306676242972755990421303899165854134868182618668693167359439172047257287 SKEW 1379657.59 A5 8820 A4 -7501580412 A3 -3844690699407269 A2 14058914127294867489133 A1 -10758406262487063406410421939 A0 -15763645027809005702506419350231605 R1 946820976388829 R0 -234883186419221822334578424 FAMAX 9800000 FRMAX 9800000 SALPMAX 268435456 SRLPMAX 268435456 |
|
|
|
|
|
#55 |
|
Sep 2009
977 Posts |
For those 4 parameters, I always let factMsieve.pl do the job for me (I guess factmsieve.py does that task as well).
I haven't looked at how FAMAX/FRMAX are calculated, but I know that SALPMAX/SRLPMAX are 2^<number of bits for large primes>. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Msieve 1.53 feedback | xilman | Msieve | 149 | 2018-11-12 06:37 |
| Msieve 1.50 feedback | firejuggler | Msieve | 99 | 2013-02-17 11:53 |
| Msieve 1.43 feedback | Jeff Gilchrist | Msieve | 47 | 2009-11-24 15:53 |
| Msieve 1.42 feedback | Andi47 | Msieve | 167 | 2009-10-18 19:37 |
| Msieve 1.41 Feedback | Batalov | Msieve | 130 | 2009-06-09 16:01 |