mersenneforum.org  

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

Reply
 
Thread Tools
Old 2015-08-15, 03:05   #111
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11000110100002 Posts
Default

Quote:
Originally Posted by wombatman View Post
My house had a short power outage. Is there a good way to try and pick back up with srbsieve, at least in terms of having it remove all the k's that have a prime found, or, even better, near the last n it was searching?
You can take the created files and remove the n from the original list. That might be a lot of work though. I should probably have it checkpoint after each phase is complete.
rogue is offline   Reply With Quote
Old 2015-08-15, 03:15   #112
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

22×5×89 Posts
Default

Could there a line in the ini file--something like LastN=""? That way, someone could just pick up from there or enter in the appropriate n value. Alternatively, a checkpoint would work fine too.

Edit: Is there a good way to restart it with the already proven k's removed? With, say, the pl_prime or using the pl_remain files that are created? That would be better than starting over completely.

Last fiddled with by wombatman on 2015-08-15 at 03:17
wombatman is offline   Reply With Quote
Old 2015-08-15, 11:05   #113
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

23·181 Posts
Default

Quote:
Originally Posted by wombatman View Post
With, say, the pl_prime or using the pl_remain files that are created? That would be better than starting over completely.
Fantastic idea!
And I also noticed one thing: if I start srbsieve for test and exit : then when I try to edit srbsieve.ini : got lock worning: and until I kill that cmd windows that is invisible ( kill it in the task manager) cannot edit anything.

Last: please could some one compile it for 64 bit Linux: I try but lot of warnings, and there is no binaries at end :(
pepi37 is offline   Reply With Quote
Old 2015-08-15, 14:16   #114
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

5A816 Posts
Default

Rogue one thing is still big mystery for me. Speed on different basses.
On first post you say
Quote:
Note that this range of 5M took a little over 6 hours.
So you process on one core at base 3 up to 25K with little over 6 hours.

In my case I started with only 89 candidates left and 5 hours later I still have it 20 and test is up 13.8K

I know the base 3 is very prime base, but so much difference is impossible ( or not)

I take you settings , and yesterday on S708 take my settings but there is no significant difference.
Running on I7 -2700K under Win 7 -x64 on 4Ghz.
Any advise?

P.S with this speed I will finish my base around 1.5 days from start. on four cores...

Last fiddled with by pepi37 on 2015-08-15 at 14:18
pepi37 is offline   Reply With Quote
Old 2015-08-15, 14:40   #115
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

28·19 Posts
Default

Quote:
Originally Posted by pepi37 View Post
Rogue one thing is still big mystery for me. Speed on different basses.
On first post you say
So you process on one core at base 3 up to 25K with little over 6 hours.

In my case I started with only 89 candidates left and 5 hours later I still have it 20 and test is up 13.8K

I know the base 3 is very prime base, but so much difference is impossible ( or not)

I take you settings , and yesterday on S708 take my settings but there is no significant difference.
Running on I7 -2700K under Win 7 -x64 on 4Ghz.
Any advise?

P.S with this speed I will finish my base around 1.5 days from start. on four cores...
Consider: How big a number is 708^10000? How big is 3^25000?
VBCurtis is offline   Reply With Quote
Old 2015-08-15, 15:03   #116
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

26508 Posts
Default

Quote:
Originally Posted by VBCurtis View Post
Consider: How big a number is 708^10000? How big is 3^25000?
On base 3 and on exponent 25K length is 11933 digits
On base 708 and on exponent 25K length is 71258 digits

x7 is factor :) so it will be at least 7x more time....
Thanks VBCurtis
pepi37 is offline   Reply With Quote
Old 2015-08-15, 15:08   #117
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

22×5×89 Posts
Default

Quote:
Originally Posted by wombatman View Post
Could there a line in the ini file--something like LastN=""? That way, someone could just pick up from there or enter in the appropriate n value. Alternatively, a checkpoint would work fine too.

Edit: Is there a good way to restart it with the already proven k's removed? With, say, the pl_prime or using the pl_remain files that are created? That would be better than starting over completely.
I ended up just making a quick and (very) dirty python script to generate a file with all the n's in a given range (like n=3000 to 4000) based on the k's that remain in pl_remain.txt. That should work alright for now, and I can resume the file with pfgw if the power goes out again.
wombatman is offline   Reply With Quote
Old 2015-08-15, 15:58   #118
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

251016 Posts
Default

Quote:
Originally Posted by pepi37 View Post
x7 is factor :) so it will be at least 7x more time....
If M is the size factor, it will be ~ M3 more time, times ratio of series densities.
Batalov is offline   Reply With Quote
Old 2015-08-15, 16:38   #119
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

23·181 Posts
Default

Quote:
Originally Posted by Batalov View Post
If M is the size factor, it will be ~ M3 more time, times ratio of series densities.
And M is what? ( or in my case what is X time more?)

I am tempted to stop all, make deep sieve and finished with LLR :)
It looks faster :)
pepi37 is offline   Reply With Quote
Old 2015-08-15, 20:37   #120
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

I've added recovery capability to this version, but it is completely untested. You will need to start a range from scratch so that it can build the checkpoint file as it executes. If it does work out of the box (which would surprise me), then there are conditions under which it cannot recover, such as incomplete writes to files. I can only think of that happening if there is a hardware problem, power less, or a software bug in my code.
Attached Files
File Type: 7z srbsieve.7z (34.8 KB, 63 views)
rogue is offline   Reply With Quote
Old 2015-08-15, 21:09   #121
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

178010 Posts
Default

I will test it with R708 as a new base up to n=25k.
wombatman is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very Prime Riesel and Sierpinski k robert44444uk Open Projects 587 2016-11-13 15:26
Sierpinski/ Riesel bases 6 to 18 robert44444uk Conjectures 'R Us 139 2007-12-17 05:17
Sierpinski/Riesel Base 10 rogue Conjectures 'R Us 11 2007-12-17 05:08
Sierpinski / Riesel - Base 23 michaf Conjectures 'R Us 2 2007-12-17 05:04
Sierpinski / Riesel - Base 22 michaf Conjectures 'R Us 49 2007-12-17 05:03

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


Tue Jul 27 09:15:54 UTC 2021 up 4 days, 3:44, 0 users, load averages: 1.59, 1.70, 1.62

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.