![]() |
|
|
#23 |
|
Jul 2003
So Cal
22·32·59 Posts |
|
|
|
|
|
|
#24 | |
|
Nov 2003
746010 Posts |
Quote:
Only as an historical matter. It is the longest computational project in history. Are you aware of some of the pre-electronic computing machines that were built (and used successfully) for the project? BTW, Dick Lehmer thought they were important. |
|
|
|
|
|
|
#25 | |
|
Aug 2006
135338 Posts |
Quote:
It's interesting to me that you would use that explanation in the particular case of OPNs whose existence has been described as the oldest open problem in mathematics. Now I agree that pushing the bounds doesn't bring the project any closer to fruition, but technically neither does factoring 12,269- bring us closer to factoring the Cunninghams. I wonder on what basis. I mean, *I* think they're important -- at one point I wrote a program to do the grunt work of using the tables (find algebraic factors, look up appropriate table entries for composites, etc.). But I can't articulate a reason for that and I was wondering if someone else could. Last fiddled with by CRGreathouse on 2010-08-18 at 00:38 |
|
|
|
|
|
|
#26 | |
|
Nov 2003
11101001001002 Posts |
Quote:
Actually, what I would really like to see is for work to be done on the base 2 tables exclusively. They are the only unfinished numbers from the 1st edition of the book. Let's finish them off and move on to doing something else with the CPU time. I can suggest a number of things: Looking for elliptic curves of high rank. Further development in algorithms for computing class numbers/fundamental units of number fields of degree higher than 2. Looking for an integer that is both an ordinary pseudoprime and a LL pseudoprime (with discriminant -5 [The Wagstaff-Pomerance challenge]). This is a project that is finite in duration and has a definite goal. Finishing off Seventeen or Bust This is a project that is finite in duration and has a definite goal. There is a whole bunch of stuff in R. Guy's "Unsolved Problems in Number Theory" that could be investigated. |
|
|
|
|
|
|
#27 | |
|
Nov 2003
11101001001002 Posts |
Quote:
BTW, There was a time when Lehmer's sieves were actually held by the computer museum in Boston. Both his photoelectric sieve and DLS-127 were there. They were not however on display. I personally protested this to the museum staff, pointing out that they were classic examples of computing without digital computers. The museum staff was completely clueless about the machines. Noone, repeat noone knew what the hardware was, what it had been used for, or even why they had it. How can a museum function without a curator who knows the history of the artifacts in the museum??? I understand that the hardware has been returned to Berkeley. It was quite proper to do so. Does anyone know of its current status? I got permission to play around with the photoelectric sieve when I was at MITRE. I borrowed some equipment (a high torque motor, a rubber belt of the right size, a laser, and a photometer) and actually got the machine to work. I had to explain to the museum staff how the machine worked. Of course, they failed to follow my description about modular arithmetic, quadratic residues, and exclusion moduli. Whether this was due to my inadequate explanation I will leave for others to decide..... I will say that the museum staff was hopelessly clueless about the history of the machines that they had on display, how they were used, and what they were used for.... I expect the general public to be clueless about math and computation, but am surprised at the ignorance of the staff. I would have expected them to know something. |
|
|
|
|
|
|
#28 |
|
Oct 2004
Austria
2·17·73 Posts |
4 curves at B1=26e7 for benchmarking purpose, no factors.
|
|
|
|
|
|
#29 | |
|
Bamboozled!
"𒉺𒌌𒇷𒆷ð’€"
May 2003
Down not across
2·5,393 Posts |
Quote:
I doubt that there is a museum worthy of the name anywhere in the planet containing only artefacts which are recognized by the institution's present curators. Every now and again I read news reports of some thingummyajig lying deep in the bowels of a musuem which has escaped attention for a lengthy period of time until re-discovered by someone who knows, or is interested enough to find out, the nature of the object. Paul |
|
|
|
|
|
|
#30 | |
|
Nov 2003
22×5×373 Posts |
Quote:
they had in their possession. |
|
|
|
|
|
|
#31 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
23×11×73 Posts |
If you're talking about benchmarking purposes, building gmp-5.0.1 out of the box and ecm-6.3 out of the box against it, and running on the macpro I have at work (2.66GHz i7 Xeon CPUs) one curve at 26e7 takes an hour for Step 1 and 20 minutes for step 2, and sometimes has 1700MB of memory resident.
So I could reasonably run 270 over a weekend (sixty hours, six cores), but no more, and I can't reasonably have a job running in the background on each core because I'd run out of memory. The ECM step is requiring noticeably larger per-CPU resources than the sieving. |
|
|
|
|
|
#32 | |
|
Oct 2004
Austria
2·17·73 Posts |
Quote:
Code:
GMP-ECM 6.3 [configured with GMP 5.0.1 and --enable-asm-redc] [ECM] Input number is (3^607-1)/2 (290 digits) Using B1=260000000, B2=3178559884516, polynomial Dickson(30), sigma=3595759605 Step 1 took 4420818ms Step 2 took 887053ms Run 2 out of 2: Using B1=260000000, B2=3178559884516, polynomial Dickson(30), sigma=1767865861 Step 1 took 3253105ms (54 minutes) Step 2 took 770691ms (12.8 minutes) Last fiddled with by Andi47 on 2010-08-18 at 17:13 |
|
|
|
|
|
|
#33 |
|
Sep 2004
2×5×283 Posts |
Andi47 and fivemack,
My timings: Machine 1 - Core i5 750@3.7GHz Code:
GMP-ECM 6.3 [configured with GMP 5.0.1 and --enable-asm-redc] [ECM] Input number is (3^607-1)/2 (290 digits) Using B1=260000000, B2=3178559884516, polynomial Dickson(30), sigma=1725068313 Step 1 took 2554531ms Step 2 took 603256ms Code:
GMP-ECM 6.3 [configured with GMP 5.0.1 and --enable-asm-redc] [ECM] Input number is (3^607-1)/2 (290 digits) Using B1=260000000, B2=3178559884516, polynomial Dickson(30), sigma=3536664674 Step 1 took 3383594ms Step 2 took 880016ms Anyway, I started 800 curves on Machine 1 (100 done so far) and 400 curves on Machine 2 (80 done so far). Last fiddled with by em99010pepe on 2010-08-18 at 18:11 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| not needed | zeit | PrimeNet | 3 | 2008-04-25 08:03 |
| 5- Table Discussion and OddPerfect.org | Zeta-Flux | Cunningham Tables | 69 | 2008-04-24 11:04 |
| could oddperfect's ecm progress page be improved? | jasong | GMP-ECM | 11 | 2007-05-30 03:08 |
| P56 ECM Factor of 19^193-1 for OddPerfect.org | wblipp | Factoring | 33 | 2005-10-05 03:19 |
| V24.12 QA help needed | Prime95 | Software | 5 | 2005-06-17 15:54 |