mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Prime Sierpinski Project

Reply
 
Thread Tools
Old 2006-06-20, 12:53   #34
VJS
 
VJS's Avatar
 
Dec 2004

13·23 Posts
Default

Citrix,

I'm pretty sure that LTD commented about this before the number of non-matching residues is zero or very close to zero thus far.

This makes sence for PSP since errors seem to be more time dependant as opposed to n-size. The PRP tests for PSP are still very very short relative to mersenne or SoB. I personally wouldn't worry about missed primes yet. Think of it this way the first pass n value is less than half of sob's second pass n and computers are alot faster now for PSP compared to SoB or mersenne when their n's were at the same level.

As for sieve, the question about is sieve eliminating candiates faster than prp, the answer is probably yes and no. We are probably eliminating more k/n pairs per day over the entire 991-50M range. However, I'm pretty sure PSP is testing more n in the 2-5M range than sieve is eliminating.

I'd like to see a "all things sieve page" for PSP not nessarily a daily update but something monthly or weekly?

In either case the sieve should certainly continue at least, I'd even suggest more effort in that area.
VJS is offline   Reply With Quote
Old 2006-06-20, 18:27   #35
Citrix
 
Citrix's Avatar
 
Jun 2003

2×7×113 Posts
Default

Thank you for the information. I was basically trying to get the stats page to refelect if any triple check were pending so we could finish them, as they arise.
Citrix is offline   Reply With Quote
Old 2006-06-20, 18:35   #36
ltd
 
ltd's Avatar
 
Apr 2003

22×193 Posts
Default

For the moment i see no chance that i will find the time to create something like "all things sieving". There are to many other things that need to be done.

That normal stats pages need to be redesigned. They are very ugly in my opinion.
Then there are the addional stats requests like showing factors removed
from reservation files by sieving or some performance graphs.
There are some more internal optimisations needed.(At the moment the stats run does more then it needs to do)
Very important also. I like to have a web based factor/residues submission form that puts the manual results into the DB automatically.

My problem is that there is the real world alsowhere i have a very demanding job.


One more thing if there is anybody who has suggestions for better structured stats please tell me. I am a programmer and not a designer. I never manage it to produce something with a nice look and feel. ( One of the reasons why i only programm backend things in my job).

Lars

Edit: Forgot to answer the question about the error rates. Still the rates are extremely low. Problem with giving numbers is that sometimes it is not possible to distinuish if there was an wrong residue or if one of the result comes from an older llr client which produced PRP compatible results and the other one came from the new client. There is no way for the llrnet server to prduce such an information.
To be sure i would need to make a fourth check. (which i make sporadic when there are alot of errors from one user tomake sure that it is only incompatible results and not a PC problem)

Last fiddled with by ltd on 2006-06-20 at 18:42
ltd is offline   Reply With Quote
Old 2006-06-20, 18:40   #37
Citrix
 
Citrix's Avatar
 
Jun 2003

110001011102 Posts
Default

Quote:
Originally Posted by ltd
Then there are the addional stats requests like showing factors removed
from reservation files by sieving or some performance graphs.


Lars
How many tests have we done so far, for which a factor was found later?
(No need to put this on the stats page, I am just curious about the number of avoidable tests)

Thanks
Citrix is offline   Reply With Quote
Old 2006-06-20, 19:30   #38
ltd
 
ltd's Avatar
 
Apr 2003

22×193 Posts
Default

That is easy to answer.

When looking at all k in the DB we have 10190 factors for prp tested candidates while there were 146957 prp tests done inb total.

When we look only at the k values that are active at the moment we have the following numbers: 92741 prp tests done and 7183 factors for candidates which are already prp tested.
ltd is offline   Reply With Quote
Old 2006-06-20, 19:31   #39
Citrix
 
Citrix's Avatar
 
Jun 2003

110001011102 Posts
Default

Thats alot of CPU time we could have saved.
Citrix is offline   Reply With Quote
Old 2006-06-20, 19:52   #40
ltd
 
ltd's Avatar
 
Apr 2003

22×193 Posts
Default

One more number that shows that we should not push double cheching:

When looking at the active k values and check how many factors are found for candidates that have already been double checked you find that there are 1764.

The factors returned today by vaughan, hhh, and AMDave alone saved us from doing 14 double checks and even better it removed a test that would have been handed out by the llrnet server within the next 24 hours.

So sieving is very important and i encourage everybody with an AMD to help sieving.

Last fiddled with by ltd on 2006-06-20 at 19:53
ltd is offline   Reply With Quote
Old 2006-06-21, 14:47   #41
VJS
 
VJS's Avatar
 
Dec 2004

13×23 Posts
Default

I think we will find this to be true even with the current levels of prp until sieve reaches about 1000T. More than 5X higher than the current level, if sieve were around this level then I'd think about pushing prp a little harder.

I'd seriously not even think about secondpass or error rates until prp = 5M. At that point at least 1 k and probably more like 2 or 3k will be elimated.
VJS is offline   Reply With Quote
Old 2006-06-25, 06:32   #42
Citrix
 
Citrix's Avatar
 
Jun 2003

2·7·113 Posts
Default

Could p-1/ECm/P+1 have avoided all those tests and saved time? Should we start a factoring thread. We are almost at 2.5M.
How long does each p-1 test take and what bounds will be best?
Citrix is offline   Reply With Quote
Old 2006-06-25, 08:28   #43
ltd
 
ltd's Avatar
 
Apr 2003

22×193 Posts
Default

My internal tests show that with our sieving depth at the moment "p-1" would start to make sense somewhere around at least n=3.5M.

For "p+1" or "ECM" the numbers are even worse as for p+1 you need three runs with around the same runtime as "p-1".

And very simplified "ECM" is runing lots of "p-1". (Yes i know that you do not run "p-1" but the runtime per curve is in the same range)

So there is no time saving by trying these factoring methods.

Lars
ltd is offline   Reply With Quote
Old 2006-06-25, 08:37   #44
Citrix
 
Citrix's Avatar
 
Jun 2003

2×7×113 Posts
Default

Could you post your calculations?
Citrix is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Another milestone! tcharron PrimeNet 3 2013-08-29 06:44
Another milestone frmky Msieve 7 2012-04-25 22:12
New Milestone opyrt Prime Sierpinski Project 65 2010-10-06 13:18
CSVs for stats available + New combined stats opyrt Prime Sierpinski Project 3 2010-05-31 08:13
Stats Milestone - NEW Chino112 Prime Sierpinski Project 59 2010-01-15 17:19

All times are UTC. The time now is 16:03.


Fri Jul 16 16:03:56 UTC 2021 up 49 days, 13:51, 1 user, load averages: 1.52, 1.85, 1.79

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.