mersenneforum.org  

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

Reply
 
Thread Tools
Old 2015-01-27, 22:17   #1189
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

Quote:
Originally Posted by VBCurtis View Post
Why not process, say, 1000 k at a time? According to Gary, there is no speed improvement beyond a few hundred k's in a single sieve.
There is some improvement, but I don't know how much since I'm using the -x option. One advantage of sr2sieve is that it doesn't write the .abcd file when it finishes, so when I ctrl-C it doesn't appear to hang writing the output file which right now has over 17M tests in it.
rogue is offline   Reply With Quote
Old 2015-01-27, 22:51   #1190
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101·103 Posts
Default

I had meant to imply that there is little improvement beyond several hundred k. Likely there is some but it is negligible. The main reason for doing what Mark is doing is to start one big range and forget about it for extended periods. It takes a fair amount of personal time to divide it up into multiple 1000 k chunks and manage them all when there are so many k's. As we all experience on anything related to prime searching, it's a balancing act between CPU time and personal time.

Last fiddled with by gd_barnes on 2015-01-27 at 22:52
gd_barnes is online now   Reply With Quote
Old 2015-01-28, 01:12   #1191
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

28·19 Posts
Default

Sure, makes sense. I had in mind doing, say, 4 pieces for 2 weeks at a time, allowing BOINC to test the files while sieving continued. I would be willing to do one of those 4 sieves if Mark cares. 2 months isn't all that long to outweigh the human time of splitting it up.
VBCurtis is offline   Reply With Quote
Old 2015-01-28, 02:03   #1192
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101·103 Posts
Default

Yeah splitting it into four files of ~7000 k's each seems like a good tradeoff and then BOINC could start on the first one earlier.
gd_barnes is online now   Reply With Quote
Old 2015-01-28, 13:44   #1193
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

I'll split the file and into smaller groups of k first and see if sr2sieve can handle that on Windows.
rogue is offline   Reply With Quote
Old 2015-01-31, 20:15   #1194
rebirther
 
rebirther's Avatar
 
Sep 2011
Germany

54468 Posts
Default

Reserving R79 to n=100k (25-100k) for BOINC
rebirther is offline   Reply With Quote
Old 2015-02-10, 23:52   #1195
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

22×23×31 Posts
Default S95

S95 tested n=25K-50K

98 primes found - 433 remain

Results emailed - Base released
MyDogBuster is offline   Reply With Quote
Old 2015-02-16, 21:49   #1196
lalera
 
lalera's Avatar
 
Jul 2003

13×47 Posts
Default R78

reserving R78 with all remaining k´s (75)
n= from 50000 to 100000
lalera is offline   Reply With Quote
Old 2015-02-23, 17:26   #1197
KEP
Quasi Admin Thing
 
KEP's Avatar
 
May 2005

11110001102 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Also R19 would be a lot easier for me to manage.
You could create an srsieve.out file, by sieving n=1 to n=100 to p=10 for the k's remaining in your list at the noprimeleftbehind website. Once you recieve the primes from Reb, then you create a file "pfgw.log", wich contains all the primes found by BOINC in the pfgw-form: k*79^n-1. Now you can use srfile to remove all the primed sequences from your srsieve.out file, by running this in commandline window: srfile -d "pfgw.log" srsieve.out - this will make srfile remove the primed sequences and leave only the unprimed k's in the srsieve.out file. Now you can open a spreadsheet, open srsieve.out in notepad, copy all the lines in the srsieve.out file to the spreadsheet (column A). In the spreadsheet, mark all entries and use the split text to columns function and in others you put in a *. Now sort the column B in ascending order, followed by column A in ascending order. By doing this last operation, you should in your spreadsheet have a complete list of the k's remaining for R79.

Hope everything is clear, else ask. One thing I can say for sure (unless a step were missed) is that this worked very well when I used it on R3

Take care

Kenneth
KEP is offline   Reply With Quote
Old 2015-02-23, 19:32   #1198
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Quote:
Originally Posted by KEP View Post
You could create an srsieve.out file, by sieving n=1 to n=100 to p=10 for the k's remaining in your list at the noprimeleftbehind website. Once you recieve the primes from Reb, then you create a file "pfgw.log", wich contains all the primes found by BOINC in the pfgw-form: k*79^n-1. Now you can use srfile to remove all the primed sequences from your srsieve.out file, by running this in commandline window: srfile -d "pfgw.log" srsieve.out - this will make srfile remove the primed sequences and leave only the unprimed k's in the srsieve.out file. Now you can open a spreadsheet, open srsieve.out in notepad, copy all the lines in the srsieve.out file to the spreadsheet (column A). In the spreadsheet, mark all entries and use the split text to columns function and in others you put in a *. Now sort the column B in ascending order, followed by column A in ascending order. By doing this last operation, you should in your spreadsheet have a complete list of the k's remaining for R79.

Hope everything is clear, else ask. One thing I can say for sure (unless a step were missed) is that this worked very well when I used it on R3

Take care

Kenneth
I do a variation of that already in a spreadsheet using a vertical lookup function after parsing out k's that have been primed from a file of primes. But it takes a fair amount of time to save off huge results files, run that process, update k's remaining, update the top-10 list of primes for the base, doublecheck myself, etc.

Last fiddled with by gd_barnes on 2015-02-23 at 19:53
gd_barnes is online now   Reply With Quote
Old 2015-02-23, 21:22   #1199
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

22·23·31 Posts
Default

All discussions of recommendations move to the recommendations thread

.http://www.mersenneforum.org/showthread.php?t=13196
MyDogBuster is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Riesel base 3 reservations/statuses/primes KEP Conjectures 'R Us 1107 2021-07-26 18:37
Bases 501-1030 reservations/statuses/primes KEP Conjectures 'R Us 3913 2021-07-26 09:58
Bases 251-500 reservations/statuses/primes gd_barnes Conjectures 'R Us 2300 2021-07-25 07:38
Bases 6-32 reservations/statuses/primes gd_barnes Conjectures 'R Us 1397 2021-07-25 07:07
Bases 101-250 reservations/statuses/primes gd_barnes Conjectures 'R Us 905 2021-07-18 16:55

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


Tue Jul 27 10:08:46 UTC 2021 up 4 days, 4:37, 0 users, load averages: 2.00, 2.07, 1.98

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.