mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Cunningham Tables

Reply
 
Thread Tools
Old 2008-03-11, 12:28   #1
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default 2,776+ Status

I have (barely) enough relations for 2,776+ to begin the linear algebra.
However, I can't cope with a matrix of 15million rows, so I will need to do
some extra sieving to reduce its size.
R.D. Silverman is offline   Reply With Quote
Old 2008-03-11, 18:47   #2
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

2×132×19 Posts
Default

That seems really very large for a 'mere' 776-bit SNFS; it's rather larger than the matrix I got for 2,841-, and a lot larger than the matrices NFSnet report here for numbers around 800 bits. Is this a consequence of the disgusting polynomial (and presumably the large factor base needed) ?
fivemack is offline   Reply With Quote
Old 2008-03-12, 00:46   #3
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by fivemack View Post
That seems really very large for a 'mere' 776-bit SNFS; it's rather larger than the matrix I got for 2,841-, and a lot larger than the matrices NFSnet report here for numbers around 800 bits. Is this a consequence of the disgusting polynomial (and presumably the large factor base needed) ?
This is a matrix created with only 2-way merges. There are no higher order
merges at all; I have no extra relations needed to conduct such a merge.
I expect the final matrix will be about 7M rows, once I get another 2 to
3 million relations (accumulating at 600K/day).
R.D. Silverman is offline   Reply With Quote
Old 2008-03-12, 12:21   #4
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by fivemack View Post
That seems really very large for a 'mere' 776-bit SNFS; it's rather larger than the matrix I got for 2,841-, and a lot larger than the matrices NFSnet report here for numbers around 800 bits. Is this a consequence of the disgusting polynomial (and presumably the large factor base needed) ?
Actually, I did not use that large a factor base. The FB bound was
30M, the LP bound was 800M.
R.D. Silverman is offline   Reply With Quote
Old 2008-03-12, 13:45   #5
JHansen
 
JHansen's Avatar
 
Apr 2004
Copenhagen, Denmark

22×29 Posts
Default

Quote:
Originally Posted by fivemack View Post
Is this a consequence of the disgusting polynomial ... ?
I assume the polynomial is X^4+1. Which features makes this polynomial especially icky (besides the large norms on the rational side)?

--
Cheers,
Jes
JHansen is offline   Reply With Quote
Old 2008-03-12, 14:01   #6
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

164448 Posts
Default

Quote:
Originally Posted by JHansen View Post
I assume the polynomial is X^4+1. Which features makes this polynomial especially icky (besides the large norms on the rational side)?

--
Cheers,
Jes
No. I used 4x^6 + 1
R.D. Silverman is offline   Reply With Quote
Old 2008-03-12, 15:49   #7
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

191616 Posts
Default

And the icky features of 4x^6+1 are that it has no real roots and very few roots modulo primes (two modulo any prime ==5 mod 12, six modulo any prime ==1 mod 12 for which 4 is a cubic residue, of which the smallest is 109).
fivemack is offline   Reply With Quote
Old 2008-03-18, 11:56   #8
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
I have (barely) enough relations for 2,776+ to begin the linear algebra.
However, I can't cope with a matrix of 15million rows, so I will need to do
some extra sieving to reduce its size.
I have finished the sieving. Filtering is going slowly because I keep
running into Windows address space limits. At the moment I have
a matrix of 18.7M rows, but have not begun 3-way and higher merges.
The excess is currently 1.7M, so I have a lot of extra relations to play with.
I hope to get a final matrix of about 7M rows.

I have started sieving 2,1068+.
R.D. Silverman is offline   Reply With Quote
Old 2008-03-23, 21:49   #9
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
I have finished the sieving. Filtering is going slowly because I keep
running into Windows address space limits. At the moment I have
a matrix of 18.7M rows, but have not begun 3-way and higher merges.
The excess is currently 1.7M, so I have a lot of extra relations to play with.
I hope to get a final matrix of about 7M rows.

I have started sieving 2,1068+.
I finished filtering the data. The final matrix was 8.8M rows, which
is too big for me to run (my biggest machine has only 2G memory),
so I must do some more sieving.

2,1068+ is in progress, so I have to switch back tomorrow.
R.D. Silverman is offline   Reply With Quote
Old 2008-04-06, 23:51   #10
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
I finished filtering the data. The final matrix was 8.8M rows, which
is too big for me to run (my biggest machine has only 2G memory),
so I must do some more sieving.

2,1068+ is in progress, so I have to switch back tomorrow.
After more sieving I was only able to bring the matrix down to 8.4M rows.
Windows still refuses to allocate enough space to solve it.

Can anyone help? I can send the final matrix, or the final filtered
data, or the raw data with singletons & dups removed.

Bob
R.D. Silverman is offline   Reply With Quote
Old 2008-04-07, 00:16   #11
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

2A0B16 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
After more sieving I was only able to bring the matrix down to 8.4M rows.
Windows still refuses to allocate enough space to solve it.

Can anyone help? I can send the final matrix, or the final filtered
data, or the raw data with singletons & dups removed.

Bob
I can do it. I'll contact you by email to arrange details.


Paul
xilman is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Status Primeinator Operation Billion Digits 5 2011-12-06 02:35
62 bit status 1997rj7 Lone Mersenne Hunters 27 2008-09-29 13:52
OBD Status Uncwilly Operation Billion Digits 22 2005-10-25 14:05
1-2M LLR status paulunderwood 3*2^n-1 Search 2 2005-03-13 17:03
Status of 26.0M - 26.5M 1997rj7 Lone Mersenne Hunters 25 2004-06-18 16:46

All times are UTC. The time now is 08:06.


Tue Jul 27 08:06:00 UTC 2021 up 4 days, 2:34, 0 users, load averages: 1.35, 1.65, 1.76

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.