Re: Mersenne: ECM

2003-02-02 Thread Brian J. Beesley
On Saturday 01 February 2003 07:53, Eric Hahn wrote: Let's say you've done 700 curves with B1=25,000 to find a factor up to 30-digits... and you've been unsuccessful... :-( Now you've decided to try 1800 curves with B1=1,000,000 to try and find a factor up to 35-digits. Do you have to

Mersenne: ECM

2003-01-31 Thread Eric Hahn
Not knowing a whole lot about ECM... I thought I'd ask this question... and maybe put out a new topic to discuss... ;-) Let's say you've done 700 curves with B1=25,000 to find a factor up to 30-digits... and you've been unsuccessful... :-( Now you've decided to try 1800 curves with B1=1,000,000

Mersenne: ECM on Fermat factoring

2002-09-17 Thread Phil Moore
Hello, everyone! I sent a letter to this list about a month ago indicating that Fermat number factoring by the Elliptic Curve Method could be done more efficiently by running curves on numbers of the form 2^(2^n) - 1 (M-numbers) instead of running on the Fermat numbers themselves of the

RE: Mersenne: ECM

2002-04-16 Thread Paul Leyland
I think I know the answer to this... but want to double-check to be sure... While doing factoring... using ECM... factors up to: 15 digits is the equivalent of ~2^50... 20 digits is the equivalent of ~2^67... 25 digits is the equivalent of ~2^83... 30 digits is the equivalent of

RE: Mersenne: ECM

2002-04-16 Thread Hoogendoorn, Sander
If trial-factoring has been done up to 2^68... is it possible to skip testing ECM curves for factors up to 15 and/or 20 digits... and go straight to testing ECM curves for digits up to 25 digits??? Personally, I would go straight in at the 25+ digits level. OTOH, if trial factoring has

RE: Mersenne: ECM

2002-04-16 Thread Paul Leyland
If trial-factoring has been done up to 2^68... is it possible to skip testing ECM curves for factors up to 15 and/or 20 digits... and go straight to testing ECM curves for digits up to 25 digits??? Personally, I would go straight in at the 25+ digits level. OTOH, if trial

Mersenne: ECM

2002-04-15 Thread Eric Hahn
OK... I think I know the answer to this... but want to double-check to be sure... While doing factoring... using ECM... factors up to: 15 digits is the equivalent of ~2^50... 20 digits is the equivalent of ~2^67... 25 digits is the equivalent of ~2^83... 30 digits is the equivalent of

Re: Mersenne: ECM Question...

2001-05-22 Thread Alexander Kruppa
Alexander Kruppa wrote: gp_p(x) | go_p, and p+1-sqrt(p) = go_p = p+1+sqrt(p) . Since go_p(x) Correction: I have taken the limits above from my memory which has once again proved itself untrustworthy. The correct limits are p+1-2*sqrt(p) go_p = p+1+2*sqrt(p) , a theorem by Haase, which I

Re: Mersenne: ECM Question...

2001-05-21 Thread Alexander Kruppa
Steve Phipps wrote: While we're on the subject, can someone explain how to derive the group order for factors found using ECM? I've been carrying out ECM on an old PC for almost a year now, and I'd like to be able to derive, and factorise, the group orders for the factors that I've found.

Re: Mersenne: ECM Question...

2001-05-17 Thread Steve Phipps
While we're on the subject, can someone explain how to derive the group order for factors found using ECM? I've been carrying out ECM on an old PC for almost a year now, and I'd like to be able to derive, and factorise, the group orders for the factors that I've found. I've been making an effort

Re: Mersenne: ECM Question...

2001-05-16 Thread Alexander Kruppa
Eric Hahn wrote: If a person runs an ECM test using a B1 of 250,000 with 700 curves (for up to 30 digits), will they also find any factors that they would have found if they had used a B1 of 50,000 with 300 curves (for up to 25 digits) ?!? Eric If the sigma is the same, then a curve

Mersenne: ECM memory usage

2001-03-28 Thread Steve Phipps
I've been carrying out ECM for some time now on small exponents (under 40,000) and I'm curious about the amount of memory that it uses. According to readme.txt, the minimum memory required is 192 times the FFT size. For the exponents I'm looking at, I suspect that the FFT size is of order a

Re: Mersenne: ECM memory usage

2001-03-28 Thread George Woltman
Hi, At 10:08 AM 3/29/2001 +1000, Steve Phipps wrote: For the exponents I'm looking at, I suspect that the FFT size is of order a kilobyte (BTW, can I look the FFT sizes and breakpoints up somewhere?) and so the minimum memory required is less than 1MB. A size 1024 FFT can handle exponents up to

Mersenne: ECM update -- M727 finished up to 50 digits

2000-11-01 Thread David A. Miller
The last machine that I had working on M727 has finished its 1000 curves at B1=44M. This is enough to finish the recommended number of curves at that bound. Thus there are probably no factors below 10^50, and it won't be practical to find the factors with ECM. Have any other numbers received as

Mersenne: ECM better than O(sqrt(f)) ?

2000-10-31 Thread Alexander Kruppa
I've read on the list some time ago that ECM takes, like Pollard-Rho or P-1, O(sqrt(f)) operations mod N to find a factor f. But looking at the factors found so far I find that hard to believe; according to that formula, finding a 50-digit factor should be 10^15 times harder than finding a

RE: Mersenne: ECM better than O(sqrt(f)) ?

2000-10-31 Thread Paul Leyland
I've read on the list some time ago that ECM takes, like Pollard-Rho or P-1, O(sqrt(f)) operations mod N to find a factor f. But looking at the factors found so far I find that hard to believe; according to that And quite right too. It's just plain wrong. ECM runs in sub-exponential

Mersenne: ECM time needed?

2000-04-07 Thread Nathan Russell
How long will each ECM curve on M727 take? I'd like to run a few in May, when I'm done with my current work, but don't know how many to set up. To put it another way, how many curves will take about a week on a p3-600 running 16/7? I checked the various FAQs, but couldn't find this

Mersenne: ECM Factoring

1999-10-02 Thread MilesDaniel
Hi, I need some help. I would like to look for a factor of a mersenne prime in a specific area. For example, for a mersenne exponent of say 40,000,000. I want to use the Prime95b program, (v19 I guess), to search for a factor in a specific range from, say, 2^40 to 2^50. I do not understand the

Re: Mersenne: ECM Factoring

1999-10-02 Thread Lucas Wiman
I would like to look for a factor of a mersenne prime in a specific area. For example, for a mersenne exponent of say 40,000,000. I want to use the Prime95b program, (v19 I guess), to search for a factor in a specific range from, say, 2^40 to 2^50. I do not understand the ECM factoring

Re: Mersenne: ECM Factoring

1999-10-02 Thread Vincent J. Mooney Jr.
When this is cleared up, it will make a good FAQ. Who maintains the FAQ list? Do you agree the answer here is a good FAQ? At 01:10 PM 10/2/99 -0700, you wrote: Hi, I need some help. I would like to look for a factor of a mersenne prime in a specific area. For example, for a mersenne exponent

Re: Mersenne: ECM Factoring

1999-10-02 Thread Lucas Wiman
When this is cleared up, it will make a good FAQ. Who maintains the FAQ list? Do you agree the answer here is a good FAQ? I would like to look for a factor of a mersenne prime in a specific area. For example, for a mersenne exponent of say 40,000,000. I want to use the Prime95b

Re: Mersenne: ECM on P773

1999-06-16 Thread Anonymous
"David A. Miller" wrote: In response to a recent suggestion by Paul Leyland, I've been focusing my ECM work on P773. I checked George's ECM status page tonight, and it lists an astonishing 7210 completed curves at B1=11E6. Is this an error, or has someone been putting a ton of machines to

Re: Mersenne: ECM question

1999-05-12 Thread Alex Kruppa
Hi all, I have a different question concerning P-1 and ECM. Some time ago I asked which power to put small primes into when multiplying them into E ( factor = gcd(a^E-1,N) ). Paul Leyland, I believe, replied that the power for prime p should be trunc( ln(B1) / ln(p) ) ( log(B1) with base p ),

RE: Mersenne: ECM question

1999-05-07 Thread Paul Leyland
The function being minimized, namely probability of finding a 50-digit factor on one curve - time per curve is flat near its minimum. Implementation and platform differences can obviously affect the denominator

RE: Mersenne: ECM question

1999-05-06 Thread Paul Leyland
At Paul Zimmerman's ECM page, http://www.loria.fr/~zimmerma/records/ecmnet.html the optimal B1 value listed for finding 50-digit factors is 4300, but George's ECM factoring page uses 4400 for the same purpose. Is one of them wrong, or is there a reason for the difference?

Mersenne: ECM question

1999-05-05 Thread Foghorn Leghorn
At Paul Zimmerman's ECM page, http://www.loria.fr/~zimmerma/records/ecmnet.html the optimal B1 value listed for finding 50-digit factors is 4300, but George's ECM factoring page uses 4400 for the same purpose. Is one of them wrong, or is there a reason for the difference?

Mersenne: ECM Factoring

1998-11-19 Thread Will Edgington
Glenn Brown writes: The computer has found TWO factors of 2^647+1. It's still searching! WHY Good question. Most likely, because what's left is still composite. But since I don't know what program you're using nor what factors it has found, I can't help you more without more