mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2009-08-28, 02:42   #78
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3×2,083 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
How does PFGW store its list of k's to skip? If that could be easily edited to include 59095, that'd be great.
Or, here's a simple trick you could do to get it to skip that k:
Stop PFGW
Open your sieve file in Notepad (or similar)
Delete all lines up to the candidate you're currently working on (leave the current one alone)
Put "59095 171929" on its own line at the top (below the header line, of course)
Start PFGW again

When you start PFGW back up, it'll see that the file changed and restart at line 2, find the PRP, then know to skip all with that k, then continue to the one you left off at and resume from its save file. The only downside is that you have to duplicate the few minutes (for me, 13.85 minutes in far-from-optimal conditions, probably closer to 10 minutes CPU time) to find that number is PRP, and do so for every instance of PFGW.
Hmm...I guess that works too. One other thing you'll have to make sure is that you remove the re-processed prime from the final results file, but as long as you're fine with doing that and can spare about 10 minutes of CPU time, then this method would work OK.

To answer your question about how PFGW stores its list of k's to skip, I think it only stores them in memory, and thus the list is lost every time it's restarted. Hmm...methinks maybe the next version of PFGW could save the list in the .ini file to avoid these problems?
mdettweiler is offline   Reply With Quote
Old 2009-08-28, 08:28   #79
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

28A316 Posts
Default

Hey guys, make it much easier on yourself. Just leave k=59095 in your in-process files. Maybe you'll find a top-5000 prime for it! It won't hurt anything to find an extra prime for the same k, especially since it would be top 5000.

It seems that everyone is making it much too hard if you want to remove a k from an in-process file. On your PFGW file, do the following (which is what I always do in files for NON-top 5000 work), which is a variation on what Tim suggested:

1. Change the header to an LLR (NewPGen) header.
2. Use srfile to remove the k.

In the output file from #2, do the following:

3. Remove all lines from the first part of the file that have already been tested.
4. Change the header back to PFGW format.
5. Change the file name back to the same as it was before except add a "-b" or "-2" to the end of it.
6. Run PFGW with the new file name while keeping the existing results named pfgw.out. It just starts from line #1 and continues concatenating results on to pfgw.out.


That's about equal effort and is far less risky than trying to mess with line #'s or inserting a prime at the beginning of it, which would also mess up the line #'s.

One more thing I do in the results file: I manually type a line in there at the CURRENT end of the file that says: Removed k=xxxxx. That would help us if we ever want to match up what was tested with the original sieve file. The comment would show exactly where that k would no longer have results.

Note that I said I do the above for NON-top 5000 work. Personally, I never remove a k from an in-process file if the file is top-5000 work. It's sufficiently sieved. You may as well take a shot with a few more top-5000 tests. Using the approach netted me an extra top 5000 prime on Sierp base 16, even though Max had found a slightly smaller prime on the same k a few days before.

Max note: I have included the # of primes we've found and our current # of k's remaining in the 1st para. of the 1st post here.


Gary

Last fiddled with by gd_barnes on 2009-08-28 at 08:40
gd_barnes is online now   Reply With Quote
Old 2009-08-28, 08:58   #80
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Max,

Let's start uploading files to the noprimeleftbehind server again now. Thanks.


Gary
gd_barnes is online now   Reply With Quote
Old 2009-08-28, 10:45   #81
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

22·23·31 Posts
Default

Shouldn't the title of the thread be "SEVEN OR BUST" now?

Nice find Tim.

Last fiddled with by MyDogBuster on 2009-08-28 at 10:46
MyDogBuster is offline   Reply With Quote
Old 2009-08-28, 11:07   #82
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

10110111110012 Posts
Default

Quote:
Originally Posted by MyDogBuster View Post
Shouldn't the title of the thread be "SEVEN OR BUST" now?

Nice find Tim.
FIVE OR BUST didnt change theirs even though they are at 3 now
henryzz is online now   Reply With Quote
Old 2009-08-28, 11:26   #83
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17×251 Posts
Default

170k-175k complete, 1 prime found. The results are attached. (I included the two original, untouched log files, and one where I merged them and took out all non-result info, such as restarting notes and the primality test)

Seventeen or Bust hasn't been changing their name with each prime either. Given the informality of "Eight or Bust" we may change it as we go, but then when we're at Five we'll be named the same as another project.
Attached Files
File Type: zip 170-175.zip (22.0 KB, 90 views)

Last fiddled with by Mini-Geek on 2009-08-28 at 11:31
Mini-Geek is offline   Reply With Quote
Old 2009-08-28, 12:42   #84
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31·67 Posts
Default

Taking 290-293.

250-255 is complete.
Attached Files
File Type: zip pfgw.zip (10.2 KB, 90 views)

Last fiddled with by Flatlander on 2009-08-28 at 12:44
Flatlander is offline   Reply With Quote
Old 2009-08-28, 15:20   #85
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31·67 Posts
Default

280-285 is complete.
Attached Files
File Type: zip 280-285-pfgw.zip (11.5 KB, 97 views)
Flatlander is offline   Reply With Quote
Old 2009-08-28, 16:50   #86
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Max,

Let's start uploading files to the noprimeleftbehind server again now. Thanks.


Gary
Way ahead of you there. When I removed k=59095 from the posted files, I put the updated ones on the noprimeleftbehind.net server.
mdettweiler is offline   Reply With Quote
Old 2009-08-28, 19:11   #87
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101·103 Posts
Default

Max,

Changed my mind...go ahead and post files up to n=320K in 3K chunks now even though we still have one range for n<=250K to finish up. There's no reason to hold up the drive with this much demand. Even if a prime at a lower limit is found, it doesn't hurt much to be searching a k somewhat higher on the offhand chance that we might get two top-5000 primes for it.

I also don't see any problem with leaving the k in the posted files if a prime is found to reduce admin time. Like other drives, I/we will just note in the 1st post here that k=xxxxx has not been removed from any files and people can make their own decision on whether they want to remove it before searching it. The main situation that I want to remove k's from already posted files is when it is non-top 5000 work, especially where many smaller primes are being found like is the case with the base 3 drives.

Of course if we find a prime, we should go ahead and remove the k from the n=320K-1M portion of the file for future posting of files. I assume you've already done that for k=59095 for n=290K-1M.

Ian,

The "xx or bust" projects just leave their name the same as they find primes...that is "17 or bust" and "5 or bust" so we'll leave it at "eight or bust". I'll be keeping the # of primes found and k's remaining in the 1st para. of the 1st post here.


Gary

Last fiddled with by gd_barnes on 2009-08-28 at 19:14
gd_barnes is online now   Reply With Quote
Old 2009-08-28, 20:02   #88
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Max,

Changed my mind...go ahead and post files up to n=320K in 3K chunks now even though we still have one range for n<=250K to finish up. There's no reason to hold up the drive with this much demand. Even if a prime at a lower limit is found, it doesn't hurt much to be searching a k somewhat higher on the offhand chance that we might get two top-5000 primes for it.

I also don't see any problem with leaving the k in the posted files if a prime is found to reduce admin time. Like other drives, I/we will just note in the 1st post here that k=xxxxx has not been removed from any files and people can make their own decision on whether they want to remove it before searching it. The main situation that I want to remove k's from already posted files is when it is non-top 5000 work, especially where many smaller primes are being found like is the case with the base 3 drives.

Of course if we find a prime, we should go ahead and remove the k from the n=320K-1M portion of the file for future posting of files. I assume you've already done that for k=59095 for n=290K-1M.
Okay, sounds good. In the particular case of last night when the prime for k=59095 was found, it wasn't a big deal to remove the prime from all the files, since there was only three of them. But, yes, I'll keep that in mind for the future.

Meanwhile, files have been posted up to n=320K. Come and get 'em!
mdettweiler is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Riesel base 16 - team drive #2 gd_barnes Conjectures 'R Us 213 2014-02-26 09:35
Sierp base 63 - team drive #5 rogue Conjectures 'R Us 146 2011-04-20 05:12
Sieving drive Riesel base 6 n=1M-2M gd_barnes Conjectures 'R Us 40 2011-01-22 08:10
Sieving drive Riesel base 6 n=150K-1M gd_barnes Conjectures 'R Us 27 2009-10-08 21:49
Riesel base 3 - mini-drive I gd_barnes Conjectures 'R Us 199 2009-09-30 18:44

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


Tue Jul 27 10:01:25 UTC 2021 up 4 days, 4:30, 0 users, load averages: 1.96, 1.92, 1.92

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.