![]() |
|
|
#254 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Quote:
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!
};
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 (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 |
|
|
|
|
|
|
#255 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
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? |
|
|
|
|
|
#256 | ||
|
Nov 2008
2×33×43 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#257 |
|
May 2009
Dedham Massachusetts USA
34B16 Posts |
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. |
|
|
|
|
|
#258 |
|
Jun 2003
5,087 Posts |
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.
|
|
|
|
|
|
#259 |
|
Tribal Bullet
Oct 2004
3×1,181 Posts |
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.
|
|
|
|
|
|
#260 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
|
|
|
|
|
|
#261 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
The -s option no longer works. Anyone else having that problem?
|
|
|
|
|
|
#262 |
|
Nov 2008
44228 Posts |
|
|
|
|
|
|
#263 |
|
May 2009
Dedham Massachusetts USA
3·281 Posts |
Actually does look like it is working but it no longer tells you the number of factors added. Did it get changed?
|
|
|
|
|
|
#264 |
|
Nov 2008
2·33·43 Posts |
|
|
|
|
![]() |
| 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 |