mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2009-09-07, 01:54   #573
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

3×1,129 Posts
Default

Quote:
Originally Posted by RichD View Post
I think the Quick ECM logic has changed again. You may not necessarily get all the factors within 4 seconds. Once it finds a factor (say > 2000?) it stops. You have to submit again on the remaining composite. But, if it can't find a single factor quickly, you do get more time than 4 seconds. In fact, quite a bit more it appears.
OK, someone made a liar out of me again. :-)

The Quick ECM just pulled a p8, p15, p18, p21 out of a c61 in a single pass.
RichD is offline   Reply With Quote
Old 2009-09-07, 12:51   #574
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

10000101010112 Posts
Default

Quote:
Originally Posted by RichD View Post
Ah, you might have a point Mini-Geek. I am logged in and the trial I was performing had all the other factors listed above the Quick ECM. In another words, I was going down the line picking primes off but left the c14 for last.
I've also noticed that it often fails on very small inputs, below about 20 digits. I'm not sure why. I'm sure that msieve can break them ridiculously easily. Maybe there's some problem with finding the factors in the msieve output when the number crunches too fast?
Quote:
Originally Posted by RichD View Post
OK, someone made a liar out of me again. :-)

The Quick ECM just pulled a p8, p15, p18, p21 out of a c61 in a single pass.
I've also noticed that it usually just pulls one factor at a time, but this could just be due to the nature of ECM, and more particularly the parameters Syd uses.

Last fiddled with by Mini-Geek on 2009-09-07 at 12:53
Mini-Geek is offline   Reply With Quote
Old 2009-09-07, 17:31   #575
10metreh
 
10metreh's Avatar
 
Nov 2008

44228 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
I've also noticed that it often fails on very small inputs, below about 20 digits. I'm not sure why. I'm sure that msieve can break them ridiculously easily. Maybe there's some problem with finding the factors in the msieve output when the number crunches too fast?
error: tiny factoring failed

If you have ever encountered this error, you will know that it only occurs on numbers below about 26 digits. It's rare, but it does occur. This may explain the problem.
10metreh is offline   Reply With Quote
Old 2009-09-07, 19:37   #576
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

2·33·109 Posts
Default

is there a problem when msieve finds a prime factor as apposed to a prp factor?
that will only happen with factors less than the trial factoring bound squared

Last fiddled with by henryzz on 2009-09-07 at 19:37
henryzz is offline   Reply With Quote
Old 2009-09-08, 03:43   #577
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

3×1,129 Posts
Default

Quote:
Originally Posted by jasonp View Post
Msieve uses trial division and pollard rho first, no 6-digit factors would survive that. Of course if the input is not factored msieve will then happily spend huge amounts of time trying to make further progress...
Quote:
Originally Posted by henryzz View Post
is there a problem when msieve finds a prime factor as apposed to a prp factor?
that will only happen with factors less than the trial factoring bound squared
huh??
RichD is offline   Reply With Quote
Old 2009-09-08, 04:48   #578
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2·17·73 Posts
Default

Quote:
Originally Posted by RichD View Post
huh??
When msieve finds a probable prime, the output says something like "prp = xx".
when it finds a (proved) prime, the output says something like "p = xx"

These are two different things, especially if you have to parse the line.
Andi47 is offline   Reply With Quote
Old 2009-09-08, 06:13   #579
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

3×1,129 Posts
Default

Quote:
Originally Posted by Andi47 View Post
When msieve finds a probable prime, the output says something like "prp = xx".
when it finds a (proved) prime, the output says something like "p = xx"

These are two different things, especially if you have to parse the line.
I guess I am from the old schooling where memory (common bank) transfers were the norm for critical results presentation.
RichD is offline   Reply With Quote
Old 2009-09-10, 21:23   #580
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

28AC16 Posts
Default

Aliquot sequence 10^53 has the squared line bug.

I tried the "repair sequence" link many times over many days and it has failed to correct the problem.

Can someone look into this?

BTW, the "quick ECM" button is really cool. Although it's quirky at times, sometimes it takes several attempts to crack a small factor, there are other times it will find factors > 30 digits. I've gotten to where I automatically hit it anywhere from 3-5 times if it hasn't found all of the factors. Frequently it will find a 20-30 digit factor on the 2nd or 3rd attempt.

Is there a time frame when we're going to get some more workers so that we can do some larger curves online?


Thanks,
Gary

Last fiddled with by gd_barnes on 2009-09-10 at 21:24
gd_barnes is online now   Reply With Quote
Old 2009-09-10, 21:33   #581
dekcarki
 
Aug 2009
Magdeburg, Germany

61 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Aliquot sequence 10^53 has the squared line bug.

I tried the "repair sequence" link many times over many days and it has failed to correct the problem.

Can someone look into this?
- go to the last merge 228805106151339279520
- "repair sequence"

This should work with every sequence which merges with another seq.
dekcarki is offline   Reply With Quote
Old 2009-09-15, 12:06   #582
akruppa
 
akruppa's Avatar
 
"Nancy"
Aug 2002
Alexandria

2,467 Posts
Default

Paul Zimmermann told me that he has entered all factors of Aliquot sequences he has (partly listed on http://www.loria.fr/~zimmerma/records/aliquot.html) to the factor database.

Alex
akruppa is offline   Reply With Quote
Old 2009-09-20, 09:34   #583
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2·17·73 Posts
Default

Just noticed: When I click "Quick ECM", the ECM curves don't appear under "work done".
Andi47 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Database for k-b-b's: 3.14159 Miscellaneous Math 325 2016-04-09 17:45
Factoring database issues Mini-Geek Factoring 5 2009-07-01 11:51
database.zip HiddenWarrior Data 1 2004-03-29 03:53
Database layout Prime95 PrimeNet 1 2003-01-18 00:49
Is there a performance database? Joe O Lounge 35 2002-09-06 20:19

All times are UTC. The time now is 07:51.


Mon Aug 2 07:51:33 UTC 2021 up 10 days, 2:20, 0 users, load averages: 1.66, 1.55, 1.44

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.