![]() |
|
|
#34 |
|
Mar 2004
Belgium
292 Posts |
139606*5^138+1 completed & submitted
|
|
|
|
|
|
#35 | |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72×131 Posts |
Quote:
|
|
|
|
|
|
|
#36 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
Quote:
![]() However, if I'm going to be crunching something that might take upwards of 48 hours on my CPU, that means that I'm going to need to be able to stop and resume the client easily, since my computer's not on 24/7. When I had last shut down my computer, I closed out msieve by pressing Control-C, and then letting it gracefully shut down; however, now when I try to run msieve, it just tells me "could not open file worktodo.ini". I don't have a worktodo.ini file; instead, I just originally ran it with the -m option so that I would be able to punch in the number directly to the program. While running, it had created a "msieve.dat" file. Now, however, when I try to just run "msieve" (I'm afraid that if I use -m and punch the number in again, then it will start all over again), it gives me the worktodo.ini error. What command do I need to launch it with in order to have it resume where it left off? |
|
|
|
|
|
|
#37 | |
|
Mar 2004
Belgium
292 Posts |
Quote:
Following poly gives Code:
Error: poly coefficients have a common factor 0. Please divide it out Code:
n: 74229775530521455488007758492787522898438620227229981378006965553757821319102732125294955012329012333793798461556434631347656251 type: snfs skew: 1 c4= 71098 c0 = 1 Y0= 5^44 Y1= 1 I appreciate that people are helping me understanding SNFS from scratch! Respect! |
|
|
|
|
|
|
#38 | |
|
Tribal Bullet
Oct 2004
3,541 Posts |
Quote:
You can restart with -m, or just paste the number to factor into a file named 'worktodo.ini' and run msieve without arguments. To prevent confusion in the future, the next release will not print out any factors if none were found. Last fiddled with by jasonp on 2007-09-06 at 16:01 |
|
|
|
|
|
|
#39 | |
|
"Ben"
Feb 2007
3×1,171 Posts |
Quote:
If you are taking an interest in factoring 105 digit numbers, you also owe it to yourself to read up on and try to use ggnfs. Numbers this size can be factored in a few hours or less using it. Search this forum and google with ggnfs to get started. [edit] The first part is now redundant, but I'll go ahead a reemphasize part 2: ggnfs (using SNFS). msieve is the fastest QS implementation I am aware of, but it simply can't keep up to the NFS for numbers this large. - ben. Last fiddled with by bsquared on 2007-09-06 at 16:06 |
|
|
|
|
|
|
#40 | ||
|
A Sunny Moo
Aug 2007
USA (GMT-5)
11000011010012 Posts |
Quote:
Quote:
![]() You know, I'm thinking that it might be kind of cool to use for this project numbers that haven't been proven prime or composite yet--since most of them are composite anyway. Then, this subproject could actually be somewhat useful to the project, rather than just being a fun little way to use up your CPU time. Then, when the factors are submitted to the factor submission page, instead of just being noted as being a factor for a number and nothing more, they'll actually help to knock down candidates.
Last fiddled with by mdettweiler on 2007-09-06 at 17:00 |
||
|
|
|
|
|
#41 | |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72·131 Posts |
Quote:
Code:
c4: 71098 Code:
Y0: 5684341886080801486968994140625 Code:
Y0: 5^44 You should also put Y1 as -1 (because the value at which the polynomial is evaluated is the root of Y0+Y1*x=0, ie if you want the value to be Y then you should have Y0=Y and Y1=-1 to get the equation Y-x=0); but it doesn't matter here because the polynomial has coefficients only at even powers, and (-t)^4 = t^4. |
|
|
|
|
|
|
#42 | |
|
Jul 2003
wear a mask
2·829 Posts |
Quote:
Currently we can do primality tests that tell us whether a candidate is prime or composite. Right now, sieving (finding just one factor of a candidate) is more efficient than performing primality tests. We use srsieve to do the sieving for this project: see http://www.mersenneforum.org/showthread.php?t=6084. Eventually, perhaps when testing reaches n = 700,000, P-1 factoring will also become useful to the Base 5 Riesel Sierpinski project. Last fiddled with by masser on 2007-09-07 at 03:49 Reason: changed adverb |
|
|
|
|
|
|
#43 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
As for this factoring, if that's the case, with the factoring not being useful for any purpose other than just for the fun of finding the prime factors of a number, I probably won't do any more factoring after this one number. I'll just go along and finish this one because after having put 10 hours of CPU time into it, it would be a big waste of CPU power not to. I started with the assumption that these factors were actually helping to knock down candidates by proving that they're composite. Oh well.
|
|
|
|
|
|
|
#44 |
|
Jul 2003
wear a mask
2·829 Posts |
36412*5^142+1 = 242493545107546848231264593265788131 * p69 = p36*p69
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| msieve on KNL | frmky | Msieve | 3 | 2016-11-06 11:45 |
| Msieve on a Mac (Help) | pxp | Msieve | 1 | 2013-02-28 14:56 |
| Using msieve with c | burrobert | Msieve | 9 | 2012-10-26 22:46 |
| msieve help | em99010pepe | Msieve | 23 | 2009-09-27 16:13 |
| Msieve 1.10 | RedGolpe | Msieve | 6 | 2006-09-07 12:56 |