![]() |
|
|
#683 | |
|
"Ben"
Feb 2007
2×3×587 Posts |
Quote:
).Brute force (i.e. trial division or fermat's method) is out of the question for numbers of this size if the two primes are randomly chosen and have the same number of digits. Really, any factorization method is out of the question if that is true, but I'm trying to let you discover the futility of it for yourself. Last fiddled with by bsquared on 2012-01-11 at 17:01 |
|
|
|
|
|
|
#684 | |
|
Nov 2003
1D2416 Posts |
Quote:
parallel computer with at least 1 Terabyte of memory to do the linear algebra. It would be hard to buy this system at PC's 'R' Us. |
|
|
|
|
|
|
#685 | ||
|
Nov 2003
746010 Posts |
Quote:
can do 10^20 per second on each CPU and that you had 10^20 such computers. There are ~31 million seconds in a year. Now estimate the number of years it would take you. Quote:
|
||
|
|
|
|
|
#686 |
|
Apr 2010
Over the rainbow
50568 Posts |
no, it mean that the work done would take a single opteron @2.2Ghz 2000 year, but in fact took only 3 "real year', calendar time, to accomplish that factorisation.
multicore at work here. imagine you have a dual core opteron working 24h/24 365d/365, you produce 2 2.2GHz-opteron cpu year in 1 year calendar time. Now with my i5 2500k, clocked at 3.3Ghz , with its 4 core would produce (speed increase = production increase, to keep it simple) 4*1.5 =6 2.2GHz opteron-cpu year. so a total of 8 opteron cpu-year the submiter got 2000 cpu-year in 3 calendar year. That mean a lot of computer were involved. |
|
|
|
|
|
#687 |
|
Jan 2012
PT
2×3 Posts |
|
|
|
|
|
|
#688 | |
|
(loop (#_fork))
Feb 2006
Cambridge, England
23×11×73 Posts |
Quote:
Last fiddled with by fivemack on 2012-01-11 at 17:53 |
|
|
|
|
|
|
#689 |
|
Apr 2010
Over the rainbow
A2E16 Posts |
or, if you have 33 334 i5-2500k clocked at stock speed, you can do it in one year, 10 000 if you want in a bit above 3 years. that, working 24H/24, no break.
Even using fivemack's 48 core monster ( running at 2GHz if my memory serve), it would require 4583.33 years to get enough relations to start the final step. Now, imagining you have enough money to buy 1528 of those system, it will take 3 years to prepare the data. And That, is the most effective way (to this day) Last fiddled with by firejuggler on 2012-01-11 at 18:05 |
|
|
|
|
|
#690 | |
|
"Ben"
Feb 2007
2×3×587 Posts |
Quote:
*assuming facts not in currently in evidence about the software required to do the sieving. Namely, that AFAIK, neither ggnfs nor msieve has been attempted to be run on numbers of this size and may not work at all. |
|
|
|
|
|
|
#691 |
|
Jan 2012
PT
2×3 Posts |
Thanks you so much for the replies. Now everything is more clear :)
|
|
|
|
|
|
#692 |
|
Nov 2006
Terra
2×3×13 Posts |
Does a slightly smaller lp produce a matrix which will require less
RAM to solve ? If lpbr = lpba = 29 is optimal for an s204 , but only 1.4 GiB of RAM is available , might lp = 28 be a better choice than 29 ? |
|
|
|
|
|
#693 |
|
Tribal Bullet
Oct 2004
1101110101112 Posts |
Yes, a smaller LP generates a somewhat smaller matrix. Whether this is better than using a larger LP depends on how fast relations are accumulating. Your choice of LP determines how long you have until you run out of non-duplicated relations, or run out of relations entirely, so for large jobs the choice is dealing with a big matrix or not generating a matrix at all.
You can reduce the effect of a too-big matrix by sieving more, but that eats into the gain in relation rate from using a larger LP. Plus there's a poorly-understood limit to the extent that oversieving will reduce the matrix size. Last fiddled with by jasonp on 2012-01-18 at 20:03 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Msieve & ggnfs on MacOS | xilman | Msieve | 8 | 2017-05-20 00:12 |
| Factorizing with MSIEVE, GGNFS & Factmsieve.py | Romuald | Msieve | 24 | 2015-11-09 20:16 |
| Infinite loop for ggnfs or msieve | Greebley | Aliquot Sequences | 4 | 2013-02-06 19:28 |
| Error running GGNFS+msieve+factmsieve.py | D. B. Staple | Factoring | 6 | 2011-06-12 22:23 |
| A new driver? (or type of driver?) | 10metreh | Aliquot Sequences | 3 | 2010-02-15 15:57 |