mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Aliquot Sequences

Reply
 
Thread Tools
Old 2009-07-17, 21:53   #254
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17×251 Posts
Default

Quote:
Originally Posted by Greebley View Post
Also is there a maximum size for ecm curves done by aliqueit.exe? Is there ever an number that I would want to manually run more ecm at higher levels than aliqueit does? Not that I think I will be running much higher than the 124. That took a good while to complete. I am guessing a c130 would be measured in weeks?
From aliqueit.cc:
Code:
    int ecm_settings[][3] = {
        { 20, 11000, 74 },
        { 25, 50000, 214 },
        { 30, 250000, 430 },
        { 35, 1000000, 904 },
        { 40, 3000000, 2350 },
        { 45, 11000000, 4480 },
        { 50, 43000000, 7553 },
        { 55, 110000000, 17769 },
        { 60, 260000000, 42017 },
        { 65, 850000000, 69408 },    //quick, someone find a way for this to be useful!
    };
From default aliqueit.ini:
Code:
//Formulae used to determine the maximum factor size we will do ecm to.
//For QS: <qs_k> * input_digits + <qs_m>
qs_k = 0.448
qs_m = -11.26

//For GNFS: <gnfs_k> * input_digits + <gnfs_m>
gnfs_k = 0.235
gnfs_m = 9.4
At input_digits=237 for GNFS, that formula puts it above 65 digits. That means that the highest tier of ECM would only be exhausted on a c237 after an enormous amount of time (I'd guess years on a decent CPU) of ECM. No, you don't have to worry about it. (Now, might you want to reject aliqueit's assumptions somewhere before this and run more or less ECM? Certainly.)
(By the way, the QS and GNFS calculations meet at 97 digits.)

Last fiddled with by Mini-Geek on 2009-07-17 at 21:58
Mini-Geek is offline   Reply With Quote
Old 2009-07-18, 03:07   #255
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3×281 Posts
Default

I determined that I could run 35e7 (350 million) but not 40e7 due to the limit of 2 GB of memory, but if the 85e7 kicks in at 237 digits it doesn't sound like I need to worry about that. It also sounds like aliqueit covers any number I am likely to try to factor.

--

I was curious and tried aliqueit out on the 157 the forum is working on and just the polynomial finding would last 300 hours. I can see why it takes the whole group.

--

I think I saw that the beta msieve has degree 6 (and 4) as well as degree 5. How big does the number have to be for degree 6 become worthwhile - or is that not yet known?
Greebley is offline   Reply With Quote
Old 2009-07-18, 07:47   #256
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

Quote:
Originally Posted by Greebley View Post
I determined that I could run 35e7 (350 million) but not 40e7 due to the limit of 2 GB of memory, but if the 85e7 kicks in at 237 digits it doesn't sound like I need to worry about that. It also sounds like aliqueit covers any number I am likely to try to factor.
The 85e7 will actually kick in earlier, at 216 digits. It will finish at 237.

Quote:
I think I saw that the beta msieve has degree 6 (and 4) as well as degree 5. How big does the number have to be for degree 6 become worthwhile - or is that not yet known?
I think it's around 185 or 190 digits.
10metreh is offline   Reply With Quote
Old 2009-07-19, 16:56   #257
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

34B16 Posts
Default

As I understand it aliqueit uses a "probably prime" primality test and that some seq have been checked to prove the primality. Is this already done on all sequences?

If not, since I would be stepping over all the sequences checking for data errors, I could prove primality too. Is there a good way to do this?

Not that I would expect to find any errors, but it would be nice to be able to state that we know the sequences were all correct.
Greebley is offline   Reply With Quote
Old 2009-07-19, 17:28   #258
axn
 
axn's Avatar
 
Jun 2003

5,087 Posts
Default

Quote:
Originally Posted by Greebley View Post
As I understand it aliqueit uses a "probably prime" primality test and that some seq have been checked to prove the primality. Is this already done on all sequences?
The database does prove primality. So if the sequence manages to pass aliqueit's checks and is in the db (without any errors), it is fine.
axn is offline   Reply With Quote
Old 2009-07-19, 17:30   #259
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3×1,181 Posts
Default

Quote:
Originally Posted by Greebley View Post
I think I saw that the beta msieve has degree 6 (and 4) as well as degree 5. How big does the number have to be for degree 6 become worthwhile - or is that not yet known?
It's not known (but will definitely be needed above 200 digits). Right now it also doesn't actually matter, if you're using msieve, because the degree 6 code isn't done yet. Nonethless the plan is to switch at around 180 digits, since the degree 5 code has a very difficult time for problems that large.
jasonp is offline   Reply With Quote
Old 2009-07-19, 17:43   #260
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3×281 Posts
Default

Quote:
Originally Posted by axn View Post
The database does prove primality. So if the sequence manages to pass aliqueit's checks and is in the db (without any errors), it is fine.
Ah right, that's what worker 4 does all the time - 'primality proof'. Got it.
Greebley is offline   Reply With Quote
Old 2009-07-20, 14:08   #261
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3×281 Posts
Default

The -s option no longer works. Anyone else having that problem?
Greebley is offline   Reply With Quote
Old 2009-07-20, 14:13   #262
10metreh
 
10metreh's Avatar
 
Nov 2008

44228 Posts
Default

Quote:
Originally Posted by Greebley View Post
The -s option no longer works. Anyone else having that problem?
Fine over here.
10metreh is offline   Reply With Quote
Old 2009-07-20, 14:18   #263
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3·281 Posts
Default

Actually does look like it is working but it no longer tells you the number of factors added. Did it get changed?
Greebley is offline   Reply With Quote
Old 2009-07-20, 14:21   #264
10metreh
 
10metreh's Avatar
 
Nov 2008

2·33·43 Posts
Default

Quote:
Originally Posted by Greebley View Post
Actually does look like it is working but it no longer tells you the number of factors added. Did it get changed?
Yep, that's gone here. I guess that's the database not aliqueit.
10metreh is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Resuming aliqueit johnadam74 Aliquot Sequences 4 2016-03-28 12:32
Apparent aliqueit issue with specifying factors pakaran Aliquot Sequences 2 2015-09-12 23:10
Using Several Instances of Aliqueit for a large gnfs job EdH Aliquot Sequences 6 2011-12-13 18:58
Setting up aliqueit science_man_88 Aliquot Sequences 185 2011-11-08 12:18
Tried out aliqueit.exe: ggnfs failing Greebley Aliquot Sequences 35 2010-02-13 15:23

All times are UTC. The time now is 21:52.


Fri Aug 6 21:52:31 UTC 2021 up 14 days, 16:21, 1 user, load averages: 2.96, 2.62, 2.54

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.