mersenneforum.org  

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

Reply
 
Thread Tools
Old 2016-11-25, 20:29   #166
lalera
 
lalera's Avatar
 
Jul 2003

13×47 Posts
Default

hi,
reserving R742, n=25k to 100k to sieve for BOINC
reserving S742, n=25k to 100k to sieve for BOINC
lalera is offline   Reply With Quote
Old 2016-11-28, 12:32   #167
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

5×7×83 Posts
Default

Thanks for sieving S30, S461 and R1019!!!

Last fiddled with by sweety439 on 2016-11-28 at 12:32
sweety439 is offline   Reply With Quote
Old 2016-11-28, 17:03   #168
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

5×7×83 Posts
Default

Sorry, I am a newcomer, should I sieve for BOINC myself?

Last fiddled with by sweety439 on 2016-11-28 at 17:03
sweety439 is offline   Reply With Quote
Old 2016-11-28, 17:23   #169
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

Quote:
Originally Posted by sweety439 View Post
Sorry, I am a newcomer, should I sieve for BOINC myself?
Yes. How you can start, read the quote. (Posted by lalera)
Quote:
hi,
in the case you are using linux x64
an example for S476, k=28, n=200k to 400k
you could start with
./srsieve-x86_64-linux --newpgen --nmin 200000 --nmax 400000 --pmax 20e9 28*476^n+1
this will take about 30 minutes
take the output file t16_b476_k28.npg
as an input file for sr1sieve
./sr1sieve-x86_64-linux -i t16_b476_k28.npg -o b476k28-1.txt -P40e12 -t4
this will take about 6 days
If your using Windows use CMD:

cd (to the directory where srsieve is located)
srsieve-x86_64-windows --newpgen --nmin 200000 --nmax 500000 --pmax 40e9 "28*476^n+1"
Well, its nearly the same like above. Notice: "-t(n)" only works on Linux.
You can found some informations in the README´s aswell.
MisterBitcoin is offline   Reply With Quote
Old 2016-11-28, 19:24   #170
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Quote:
Originally Posted by MisterBitcoin View Post
Notice: "-t(n)" only works on Linux.
One of those goals of mine to address, but easier said than done as it would likely require a rewrite of major portions of the code
rogue is offline   Reply With Quote
Old 2016-11-29, 16:25   #171
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

S1021 has sieved to p=15T.

S17 will be at 90T on 08.12.
And: Reserving S1027.

Future plans:

S17 is now running on my "big" server and the other on on the smaller once. In about 1-2 day(s) I will start with S1027, allready sieved to 20M. (still 2,4 Million lines. :O)
I´ll then focus on the bigger once, like S63, S66, S7 and S15.
Attached Files
File Type: zip b1021.zip (87.5 KB, 52 views)

Last fiddled with by MisterBitcoin on 2016-11-29 at 16:42 Reason: adding informations
MisterBitcoin is offline   Reply With Quote
Old 2016-11-29, 18:45   #172
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Quote:
Originally Posted by MisterBitcoin View Post
<snip>
In about 1-2 day(s) I will start with S1027, allready sieved to 20M. (still 2,4 Million lines. :O) I´ll then focus on the bigger once, like S63, S66, S7 and S15.
It would be better to focus on more reasonably sized bases. For example:
Instead of S1027, consider S1010 or S1017 for n=100K-200K. These very large bases with many k's remaining take an extremely long time to test.
Instead of S63 and S66, consider other bases < 300 that have < 500 k's remaining for n=25K-100K.

In particular S7 and S15 have only had a small portion of their entire k-range tested. I would ignore them completely for now. Extending the currently tested k-range is inefficient in the long run. Wait until more of their k-range has been tested so that a much larger k-range can be included in a sieve.

Last fiddled with by gd_barnes on 2016-11-29 at 19:14
gd_barnes is offline   Reply With Quote
Old 2016-11-29, 20:30   #173
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
It would be better to focus on more reasonably sized bases. For example:
Instead of S1027, consider S1010 or S1017 for n=100K-200K. These very large bases with many k's remaining take an extremely long time to test.
Instead of S63 and S66, consider other bases < 300 that have < 500 k's remaining for n=25K-100K.

In particular S7 and S15 have only had a small portion of their entire k-range tested. I would ignore them completely for now. Extending the currently tested k-range is inefficient in the long run. Wait until more of their k-range has been tested so that a much larger k-range can be included in a sieve.
Allright, there are a lot of unsieved bases at n=100K. I´ll pick some of them. I´ll reserve in a few days.
MisterBitcoin is offline   Reply With Quote
Old 2016-11-30, 09:26   #174
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

588110 Posts
Default

Quote:
Originally Posted by rogue View Post
One of those goals of mine to address, but easier said than done as it would likely require a rewrite of major portions of the code
I think it should now be possible to compile pthreads on windows and as such srxsieve with -t. Msieve uses pthreads currently on windows I think.
henryzz is online now   Reply With Quote
Old 2016-11-30, 13:39   #175
grueny
 
Jul 2010
Germany

10110 Posts
Default s63

i'm working on s63
http://mersenneforum.org/showpost.ph...postcount=1337
grueny is offline   Reply With Quote
Old 2016-11-30, 15:31   #176
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

Quote:
Originally Posted by grueny View Post
Well, it isnt reserved on the page. But there is a lot of work still open, no problem. ;)

S1027 will be at 50e9 in about 24 hours, >750000 factors found sofar. If this step is done I´ll bring it on one of my servers to give informations about the ETA.

BTW: Reserving S884, will be done in 3-4 days.
MisterBitcoin is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sieving Drive all base 2/4 k's worked by CRUS gd_barnes Conjectures 'R Us 143 2014-10-21 23:55
Some CRUS stats vmod Conjectures 'R Us 213 2014-02-28 21:23
What are your CRUS plans? rogue Conjectures 'R Us 35 2013-11-09 09:03
CRUS-like sieving challenge CRGreathouse Puzzles 24 2011-10-28 18:30
how high will CRUS go Mini-Geek Conjectures 'R Us 1 2010-11-08 20:50

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


Tue Jul 27 08:53:25 UTC 2021 up 4 days, 3:22, 0 users, load averages: 1.61, 1.59, 1.59

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.