mersenneforum.org  

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

Reply
 
Thread Tools
Old 2016-11-14, 20:31   #133
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default The solution is here...finaly

To late to edit it...
I got it solved!
Using "chmod +x" and then start Dash (not the bash) using the following command:
Code:
./sr2sieve_x86_linux -i input.abcd -pmax 5e12
Don´t know why it doesn´t work with the bash...
MisterBitcoin is offline   Reply With Quote
Old 2016-11-15, 04:23   #134
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101·103 Posts
Default

MisterBitcoin,

Per your PM, I now have you reserved for only R523, R533, R548, R549, and S17. Please complete those to at least P=5T and post the files here before reserving any more work. Thanks.


Gary
gd_barnes is offline   Reply With Quote
Old 2016-11-15, 13:15   #135
lalera
 
lalera's Avatar
 
Jul 2003

11438 Posts
Default

Quote:
Originally Posted by MisterBitcoin View Post
To late to edit it...
I got it solved!
Using "chmod +x" and then start Dash (not the bash) using the following command:
Code:
./sr2sieve_x86_linux -i input.abcd -pmax 5e12
Don´t know why it doesn´t work with the bash...
hi,
you could try to use the -t switch (works only with linux)
an example to use 4 cpu cores:
./sr2sieve-x86_64-linux -f factors.txt -i xxx.abcd -P 5e12 -t4
lalera is offline   Reply With Quote
Old 2016-11-15, 15:42   #136
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

23·181 Posts
Default

Quote:
Originally Posted by lalera View Post
hi,
you could try to use the -t switch (works only with linux)
an example to use 4 cpu cores:
./sr2sieve-x86_64-linux -f factors.txt -i xxx.abcd -P 5e12 -t4
If you use -t4 is sieve four time faster or it is below that factor?
pepi37 is offline   Reply With Quote
Old 2016-11-15, 16:05   #137
lalera
 
lalera's Avatar
 
Jul 2003

11438 Posts
Default

Quote:
Originally Posted by pepi37 View Post
If you use -t4 is sieve four time faster or it is below that factor?
hi,
the speed is below 4 times but it scales good
lalera is offline   Reply With Quote
Old 2016-11-15, 23:50   #138
lalera
 
lalera's Avatar
 
Jul 2003

61110 Posts
Default

hi,
here is a sieve-file for R565
n= 100k to 200k
sieved to 44T
Attached Files
File Type: zip t17_b565.prp.zip (358.9 KB, 68 views)
lalera is offline   Reply With Quote
Old 2016-11-16, 01:58   #139
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

28×19 Posts
Default

Quote:
Originally Posted by pepi37 View Post
If you use -t4 is sieve four time faster or it is below that factor?
It's really close; -t 2 is within 5% of two single-threaded sieves, and -t 8 is <12% slower than 8 single-threaded sieves (that is, faster than 7 single-threaded instances). The code I have is limited to 8 or fewer threads.
VBCurtis is offline   Reply With Quote
Old 2016-11-16, 17:08   #140
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

Hi,

R548 is sieved to p=5T. (n=200K to 400K)


Thanks to Lalera and Curtis for "-t". Running one program with all CPU´s seems to be faster than running six (in my case) different threads and bases.
Attached Files
File Type: txt R548_p=5T.txt.txt (55.0 KB, 149 views)
MisterBitcoin is offline   Reply With Quote
Old 2016-11-17, 07:29   #141
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

1040310 Posts
Default

Quote:
Originally Posted by MisterBitcoin View Post
Hi,

R548 is sieved to p=5T. (n=200K to 400K)


Thanks to Lalera and Curtis for "-t". Running one program with all CPU´s seems to be faster than running six (in my case) different threads and bases.
Thanks. I previously gave P=5T as a good starting point if you have limited resources. Someone can use the file but will need to do much additional sieving before beginning testing. In the future if you have the resources when sieving n=200K-400K or higher it is better that the files be sieved to at least P=25T.

As a general guideline on this project, n=25K-100K can be sieved to P=5T, 100K-200K to P=15T, and 200K-400K to P=25T. You can see some of the sieve depths that lalera sieved to in the first post of this thread.

Last fiddled with by gd_barnes on 2016-11-17 at 07:29
gd_barnes is offline   Reply With Quote
Old 2016-11-17, 17:16   #142
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

32B16 Posts
Default

That shouldn´t be the biggest problem, my second server will be, hopefully, online in 24 hrs. (ty strato support...very slow atm).
It will take some days longer. ;)
I´ll focus on sierp, starting with some 25K-100K and 100K-200K work, when the reserved work is done.
My actual server has 6 v Cores and is from an good friend. (cheap. ;)

I gonne set up an patreon account soon, more money=more servers. :))
I have planned 4 servers with 16 cores to add in 2016 (in total 200€/month), plus an Raspberry Pi Cluster.
The cluster wont start before 06/2017, a lot of planning and money is needed. My mate is very busy, not sure if we can start the project...:/
MisterBitcoin is offline   Reply With Quote
Old 2016-11-17, 18:29   #143
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

32B16 Posts
Default

I got an idea, again. Not sure if it´s needed, but if someone needs inputs files for srsieve (>2 k´s left) try your luck on the github I created.
You simply download the file or copy the lines into a text-file. (You don´t need an account. ;))
Here is the link: https://github.com/AureliusB/CRUS_Sieve

File is looking like:
S/R (base)_(lowest n-value)
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 09:14.


Tue Jul 27 09:14:20 UTC 2021 up 4 days, 3:43, 0 users, load averages: 1.96, 1.77, 1.64

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.