mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Factoring

Closed Thread
 
Thread Tools
Old 2008-09-01, 06:32   #34
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2·17·73 Posts
Default

I just came back to office from holiday and found that my ranges are running much slower than expected.

My range 136-140M is currently done up to q=137377993 - I will keep this one running.

170-174M is done up to q=171450113. Hence running both ranges in parallel uses up approx. 95% of the memory and extremely slows down other applications (like word and excel), I stopped this run and will unreserve the rest of this range. I will upload the relations for 170M to 171.145M today or tomorrow in the evening.
Andi47 is offline  
Old 2008-09-02, 16:16   #35
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

66718 Posts
Default

This past weekend on vacation I found myself driving through Malmo, MN, and couldn't help thinking about this project...

http://maps.google.com/maps?f=q&hl=e...=11&iwloc=addr
bsquared is offline  
Old 2008-09-03, 06:52   #36
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36×13 Posts
Default

Quote:
Originally Posted by bsquared View Post
This past weekend on vacation I found myself driving through Malmo, MN, and couldn't help thinking about this project...
...that got me thinking, too. And I realized that in my life I've seen Malmo, apparently... from Kopenhagen, even if barely. And probably better than barely from the plane. And the tunnel-bridge that fooled people in some other thread - by not being the answer to the riddle.
Batalov is offline  
Old 2008-09-05, 15:32   #37
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3,541 Posts
Default

540k relations from line sieving are uploading now; I'll be able to submit another ~800k tonight or tomorrow.

The line sieving covered |a| <= 4G and b in [1,1200], and required about 20 CPU-days.

Tom, if you still have the scripts that analyzed line sieving relations from 6,383+, could you give a hint how many from this dataset have three large primes, and how many are likely not to be duplicated by the lattice sieving?

I can spare some more CPU time to go farther, but not much farther.
jasonp is offline  
Old 2008-09-05, 19:51   #38
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72×131 Posts
Default

Code:
open A,"< msieve_line_0501_0999.dat";
$novel = 0;
while (<A>)
{
    ($ab,$l,$r) = split ":",$_;
    @left = map hex,(split ",",$l);
    @right = map hex,(split ",",$r);
    $lbig = 0; $rbig = 0; $interesting = 1;
    for $u (@left)
    {
        if ($u > 80000000) {$lbig++;}
    }
    for $u (@right)
    {
        if ($u > 150000000) {$rbig++;}
        if ($u > 50000000 && $u < 350000000) {$interesting = 0;}
    }
    $ct{$lbig.",",$rbig}++;
    $novel += $interesting;
}

print $novel," would not appear in latsieve\n";

for $j (keys %ct)
{
    print $j," ",$ct{$j},"\n";
}
and the results are: 126013 of the 541038 relations would not have been picked up in lattice sieving (IE have no algebraic-side prime between 50M and 350M)

and as for the mix

Code:
{rational large primes, algebraic large primes, count}
0,0 7520
0,1 31938
0,2 38522
0,3 18262

1,0 20250
1,1 85531
1,2 101885
1,3 48298

2,0 13527
2,1 56769
2,2 67520
2,3 32277

3,0 1369
3,1 6007
3,2 7528
3,3 3835
I'll update this post when I've got 1-1200. I think we'll be getting about 400k known-non-duplicate relations in a time in which lattice sieving would have got 2.8M raw relations of which perhaps 60% would end up being duplicates.

I'll do another filtering pass at the end of next week, by which time 100-120 and 170-174 ought to be finished: bsquared, should I also wait until your 288-308 range is finished or will that not be until well after the 13th? Expecting ~250M raw relations by then, probably an unusable matrix at the end of September and a not-irredeemable one in mid-October.

The yield at Q=100M (about 1.4Mr/Mq) is very close to the yield at Q=150M, and significantly better than the 1.22Mr/Mq yield at Q=230M. I'm not sure when the diminishing returns from small algebraic factor bases will start kicking in. Should probably run 10k at {40,50,60,70,80}M on a spare core, I'll do that on Monday.

Last fiddled with by fivemack on 2008-09-05 at 20:07
fivemack is offline  
Old 2008-09-05, 20:39   #39
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

3×1,171 Posts
Default

Quote:
Originally Posted by fivemack View Post
bsquared, should I also wait until your 288-308 range is finished or will that not be until well after the 13th?
It should be done 110 hrs from now. Uploaded say by next Wednesday evening (the 10th), your time.
bsquared is offline  
Old 2008-09-05, 22:32   #40
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72·131 Posts
Default

Wow, that's an impressive pace; I guess the cluster upgrade is complete.
fivemack is offline  
Old 2008-09-05, 23:02   #41
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

DB916 Posts
Default

Quote:
Originally Posted by fivemack View Post
Wow, that's an impressive pace; I guess the cluster upgrade is complete.
It is, but I'm not actually making use of the extra HP. The other 20M ranges I've reserved were tackled with 36 1.4GHz Opteron cores. I'm now using 40 (out of 250 some, most of the rest of which are faster 2 Ghz Opterons). The rest of the cores are queued to obilvion by other people, so I'm thankful to get access to something, at least. And the range would have been ready tomorrow, but for my weekend vacation when I had to leave things idle (but got to see Malmo!).

- ben.

Last fiddled with by bsquared on 2008-09-05 at 23:02
bsquared is offline  
Old 2008-09-05, 23:44   #42
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72·131 Posts
Default

Quote:
Originally Posted by Batalov View Post
...that got me thinking, too. And I realized that in my life I've seen Malmo, apparently... from Kopenhagen, even if barely. And probably better than barely from the plane. And the tunnel-bridge that fooled people in some other thread - by not being the answer to the riddle.
I managed to miss both Malmo and the tunnel-bridge; I got into the train in Copenhagen, after a long day visiting museums most of which seemed to be shut, closed my eyes briefly and woke up half an hour beyond Malmo.

I don't recommend long train trips in northern Europe for the scenery; in the Balkans, yes, there are nice mountains all over the place, with bridges, rivers, tunnels and all other manner of scenery, but in the aggregate of about twenty hours from Brussels to Stockholm, the part that happened during daylight could have been an endless repeat of the trip from Cambridge to Peterborough. Flat. Fields. The occasional prosperous-looking market town. More flat. More fields. Sometimes, a cow.
fivemack is offline  
Old 2008-09-06, 04:46   #43
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3,541 Posts
Default

Quote:
Originally Posted by fivemack View Post
I'll update this post when I've got 1-1200. I think we'll be getting about 400k known-non-duplicate relations in a time in which lattice sieving would have got 2.8M raw relations of which perhaps 60% would end up being duplicates.
Upload of 940k additional relations just completed. Also, note that relations with three rational large primes would also be missed by the lattice siever (that's a small effect, though).

By your next filtering run I should be able to get you another 400k relations or so.
jasonp is offline  
Old 2008-09-06, 10:45   #44
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72×131 Posts
Default

Stats from linesieving 1-1200:

1485351 relations. 353914 wouldn't appear in latsieve. The distribution's pretty similar:

Code:
0,0 21949
0,1 90519
0,2 106559
0,3 49642

1,0 57967
1,1 238894
1,2 279102
1,3 130241

2,0 37857
2,1 155946
2,2 182481
2,3 84804

3,0 3633
3,1 15716
3,2 19935
3,3 10106
fivemack is offline  
Closed Thread



Similar Threads
Thread Thread Starter Forum Replies Last Post
2801^79-1 reservations (CLOSED 27 AUGUST) fivemack Factoring 76 2010-11-06 11:36
Run to the Top Contest - Closed Joe O Sierpinski/Riesel Base 5 12 2010-10-11 16:22
Sieving - information and reservations philmoore Five or Bust - The Dual Sierpinski Problem 1 2009-09-22 07:58
Sieving reservations and coordination gd_barnes No Prime Left Behind 2 2008-02-16 03:28
Is P.I.E.S. still closed to some users? jasong Information & Answers 9 2005-10-23 19:04

All times are UTC. The time now is 09:10.


Sat Jul 17 09:10:17 UTC 2021 up 50 days, 6:57, 1 user, load averages: 1.62, 1.62, 1.57

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.