mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Riesel Prime Search

Reply
Thread Tools
Old 2015-01-11, 22:20   #826
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

22·1,217 Posts
Default

Quote:
Originally Posted by pinhodecarlos View Post
RPS is working on k<300 except a few k's. I was wondering how much CPU power has been used so far for actual progress and how that would reflect if we only tested one k, meaning how much further in comparison with Gimps we would stand now, example k=5.
For a first approximation, we can look at the top-5000 score for primes found. RPS' current total is ~2500. Even if we double that to account for all the primes that have fallen off the list, we are still 20% below the single prime at 20M for mersennes.

So, I'd say we are equivalent to a number between 15M and 19M for mersennes.

A second approximation: Work done scales with the cube of exponent tested. You could sum the cubes of the test limits multiplied by the weight of each k. Divide by weight of k=1 and take the cube root, and you'd have a better equivalence.
VBCurtis is offline   Reply With Quote
Old 2015-01-13, 09:54   #827
Thomas11
 
Thomas11's Avatar
 
Feb 2003

22×32×53 Posts
Default

Based on Curtis' second approximation I created a spreadsheet (see attachment) using the Nash weights and current test limits.

Here are just the first few lines:

Code:
k   Nash weight    square free    n_max [M]    w * n^3    equiv. n_max (single k)
---------------------------------------------------------------------------------
1        925          925           --                        17.028
3       2976         2976           --	                      11.535
5       2180         2180          4.34       178207.4        12.796
7        912          912          4.23        69026.5        17.109
9       1674         1447          5.22       205816.4        14.669
The Nash weights are given in the second column, followed by the corrected (square free) Nash weights in the third column. The fourth column contains the current test limits (n_max). Column 5 is Curtis' formula: weight times n_max cubed. We could take this as a measure of how much effort was spent into which k.
And finally column 6 is an "equivalent n_max" if we would have spent all our effort into just a single k.

The "equivalent n_max" are ranging between n_max = 10.36M for k=195 (highest weight) and n_max = 29.12M for k=253 (lowest weight).
Attached Files
File Type: zip RPS300.zip (8.4 KB, 102 views)
Thomas11 is offline   Reply With Quote
Old 2015-01-13, 15:41   #828
sjtjung
 
sjtjung's Avatar
 
Mar 2006
Columbus, OH

7×11 Posts
Default status update

k=31 is at 2.1M
k=207 is at 1.73M
sjtjung is offline   Reply With Quote
Old 2015-01-13, 23:03   #829
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

130416 Posts
Default

Thomas-
Thanks for the analysis!

Note that column 6 for k=3 is 11.5M. Primegrid is near 11.5M on this k, suggesting that there has been nearly as much effort put into k=3 as all of k=5 to 299 combined! Amazing.
VBCurtis is offline   Reply With Quote
Old 2015-01-14, 00:32   #830
pinhodecarlos
 
pinhodecarlos's Avatar
 
"Carlos Pinho"
Oct 2011
Milton Keynes, UK

135316 Posts
Default

Thank you both. When I get back from my trip I will take a look on that file.
pinhodecarlos is online now   Reply With Quote
Old 2015-01-18, 09:21   #831
lalera
 
lalera's Avatar
 
Jul 2003

13×47 Posts
Default

k=119
n=2100000
lalera is offline   Reply With Quote
Old 2015-01-18, 11:00   #832
pinhodecarlos
 
pinhodecarlos's Avatar
 
"Carlos Pinho"
Oct 2011
Milton Keynes, UK

115238 Posts
Default

Quote:
Originally Posted by lalera View Post
k=119
n=2100000
Could you post here your results? Thank you in advance.

PS( Let me know if you need the file up to n=6M)
pinhodecarlos is online now   Reply With Quote
Old 2015-01-19, 14:58   #833
lalera
 
lalera's Avatar
 
Jul 2003

13·47 Posts
Default

Quote:
Originally Posted by lalera View Post
k=119
n=2100000
here are the results

continuing

to pinhodecarlos: no thanks - I do the presieveing by myself.
Attached Files
File Type: zip resk119n20htto21ht.zip (28.0 KB, 91 views)
lalera is offline   Reply With Quote
Old 2015-01-19, 15:44   #834
Thomas11
 
Thomas11's Avatar
 
Feb 2003

22×32×53 Posts
Default

Quote:
Originally Posted by lalera View Post
to pinhodecarlos: no thanks - I do the presieveing by myself.
I would highly suggest to use the sieve file from PrimeGrid as provided by pinhodecarlos in his earlier post.

This one is already perfectly sieved up to p=100P - much more than one could do by individual sieving.
Just complare it to your sieve file and count the number of candidates...

Last fiddled with by Thomas11 on 2015-01-19 at 15:45
Thomas11 is offline   Reply With Quote
Old 2015-01-19, 19:58   #835
lalera
 
lalera's Avatar
 
Jul 2003

61110 Posts
Default

Quote:
Originally Posted by Thomas11 View Post
I would highly suggest to use the sieve file from PrimeGrid as provided by pinhodecarlos in his earlier post.

This one is already perfectly sieved up to p=100P - much more than one could do by individual sieving.
Just complare it to your sieve file and count the number of candidates...
I looked at the presieved file and in the first line is standing that it is presieved to 500 mio p (that is not much)
and there are not much candidates in it.
lalera is offline   Reply With Quote
Old 2015-01-19, 20:25   #836
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

22×1,217 Posts
Default

Quote:
Originally Posted by lalera View Post
I looked at the presieved file and in the first line is standing that it is presieved to 500 mio p (that is not much)
and there are not much candidates in it.
The header line is not updated by the sieve program they use; it is just a marker to tell LLR what type of file it is. Trust us that it's sieved to 100P = 100000T. Or, test it for yourself- try sieving the good file on any region below 100P. There really isn't any reason to repeat even a fraction of this factoring work.
VBCurtis 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
Proth and Riesel Primes lukerichards Number Theory Discussion Group 7 2018-01-20 16:47
Riesel primes Primeinator Information & Answers 12 2009-07-19 23:30
Sierpinski/Riesel Base 5: Post Primes Here robert44444uk Sierpinski/Riesel Base 5 358 2008-12-08 16:28
Riesel.15k.org LLRnet Primes Found! SlashDude 15k Search 3 2004-06-14 16:07

All times are UTC. The time now is 14:38.


Mon Aug 2 14:38:37 UTC 2021 up 10 days, 9:07, 0 users, load averages: 4.24, 4.37, 3.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.