mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Prime Cullen Prime (https://www.mersenneforum.org/forumdisplay.php?f=79)
-   -   Sieve Discussion (https://www.mersenneforum.org/showthread.php?t=7623)

SB2 2007-03-24 20:40

If it is alright with all involved, I'm going to sieve the 60-70 range.

hhh 2007-03-25 08:48

As for the stats within the client:
I let it run
12 hours on a Athlon XP 2000+, found
31 factors, from 32 551M to 36 020M, that makes
3.5G, and it shows
1480 seconds per candidate.

I will give some other this evening. H.

Citrix 2007-03-25 16:13

Stats

Program ran for 2 hrs
cpu: Intel celeron 1.4 ghz
found 3 factors.
time per factor=40 min
was able to do about 650M
range 50,000M to 50,650M

I think p-1 might be better, after we sieve to 100G, if the time per factor is rising so rapidly.:down:

edit: any bugs or changes anyone wants?

hhh 2007-03-25 16:55

Can the time it takes for the first factor to be found be taken into account for the time per candidate calculation? Thet would make it more accurate.
That's the only thing to make it better I can see.

As for the factor density, your three factors can be a statistical deviation. And I think we should still continue sieving for a moment, as
1) we find nonsmooth factors as well and
2) the time to eliminate an average canditate by sieving is still much lower than the time for LLR; finally
3) Why not spend too much time in sieving rather than spend too much time in LLR, for a change? Never a project was so easy to over-sieve, I vote for this luxury.

BTW, question: Should we keep searching for factors of candidates that have a LLR-residue?
How is the relation between sievespeed and number of candidates in the list? Proportional? logarithmic? Citrix?

H.

Citrix 2007-03-25 17:22

There are two stages to the algorithm

Stage 1) Takes about 2 sec per million range and this is fixed and does not vary with the number of candidates

Stage 2) Takes about 14 sec per million. If we reduced the number of candidates by 1/2 then this would take 7 sec. So propotional.

But since LLR and machines are not perfect, I think we should try to find a factor for all numbers even when they are LLRed, there might have been some error. No point on doing p-1 once they are llred. We can remove them from the sieve file once a candidate is double checked. This is the same as how PSP is set up.

If you want you can sieve n=1.5-2M first and then the rest. Only the first 2 sec per million is duplicated in this , the rest is the same, but you will have ranges to LLR sooner. This method will require more book keeping effort.

Also I think we should p-1 all candiates with low bounds say B1=10000 and b2=100,000 and quickly find all the low lying factors. Perhaps ECM with low bounds. Then see how many candidates left and then sieve.

The time it takes to find the first candidate is already taken into account to calculate time per factor.

SB2 2007-03-25 18:26

Just finished my first range 60-70

Program ran for 21.5 hrs
cpu: Opteron 248 @ 2.2GHz
found 38 factors.
Sieving Rate 1341.70 sec/candidate
465M / hr.

hhh 2007-03-25 20:45

12h
3.6G sieved
25 factors found
2500 seconds/factor

hhh 2007-03-25 20:59

[QUOTE=Citrix;102071]
But since LLR and machines are not perfect, I think we should try to find a factor for all numbers even when they are LLRed, there might have been some error. No point on doing p-1 once they are llred. We can remove them from the sieve file once a candidate is double checked. This is the same as how PSP is set up.
[/QUOTE]

Until here, we agree, just that I thought we could let the doublecheck to Ray Ballinger et al., if they agree, in the frame of their normal Cullen search. I didn't contact them yet; It would make things easier.

[QUOTE=Citrix;102071]
If you want you can sieve n=1.5-2M first and then the rest. Only the first 2 sec per million is duplicated in this , the rest is the same, but you will have ranges to LLR sooner. This method will require more book keeping effort.
[/QUOTE]
VETO. I am for computational efficiency, but the free-time efficiency counts as well.

[QUOTE=Citrix;102071]
Also I think we should p-1 all candiates with low bounds say B1=10000 and b2=100,000 and quickly find all the low lying factors. Perhaps ECM with low bounds. Then see how many candidates left and then sieve.

The time it takes to find the first candidate is already taken into account to calculate time per factor.[/QUOTE]
I don't see the the point of this. You want low lying factors? You sieve. You want efficiency? You let prime95 choose the bounds, and ECM is slower. You want to be sure not to miss some easy factors before LLR? Then you P-1. The whole philosophy is sieve-P-1-LLR.
Or I missed you point, that's possible. Perhaps you wanted to propose some sophisticated P-1/sieve-mix that is even more efficient. Please explain.

After all, everybody is free to do whatever he is pleased to do in this project, as long as it is halfway reasonable and doesn't cause too much work for bookkeeping(<--what a word, that!).

Yours H.

Xyzzy 2007-03-25 21:06

[quote]...bookkeeping(<--what a word, that!)...[/quote][URL]http://answers.yahoo.com/question/index?qid=20070315022759AALr5af[/URL]

Citrix 2007-03-25 21:22

[QUOTE=hhh;102089]Until here, we agree, just that I thought we could let the doublecheck to Ray Ballinger et al., if they agree, in the frame of their normal Cullen search. I didn't contact them yet; It would make things easier.


VETO. I am for computational efficiency, but the free-time efficiency counts as well.


I don't see the the point of this. You want low lying factors? You sieve. You want efficiency? You let prime95 choose the bounds, and ECM is slower. You want to be sure not to miss some easy factors before LLR? Then you P-1. The whole philosophy is sieve-P-1-LLR.
Or I missed you point, that's possible. Perhaps you wanted to propose some sophisticated P-1/sieve-mix that is even more efficient. Please explain.


Yours H.[/QUOTE]

It is ok with me if you want to deligate the work of double checking for Ray Ballinger et al. If so then you can remove candidates from the sieve. Just ask all users with new machines to double check 1-2 candidates before they reserve a new range or run Prime95 stress testing.

One thing is that if double checking missed a prime, you may have to PRP a long way before you find one more and solve the question. Consider SOB and their missed prime. But I leave the decision upto you.


For p-1, I looked at the 10 or so of the factors I found. Most of the factors could have been found within a few min of p-1 work compared to 40 min on the sieve for each factor. I suggest we do some basic p-1 with low bounds like b1=10000 and b2=100000. Then sieve with the remaining candidates and then return to p-1 with larger bounds. Anyway,we should do what ever is most efficient.

Book Keeping? I always thought, it was two words? What are the roots of the word?

hhh 2007-03-25 21:28

[QUOTE=Citrix;102092]But I leave the decision upto you.[/QUOTE]
Anyways, we are going to think about DC only when we reach 5M or something.
[QUOTE=Citrix;102092]For p-1, I looked at the 10 or so of the factors I found. Most of the factors could have been found within a few min of p-1 work compared to 40 min on the sieve for each factor.[/QUOTE]
The problem with P-1 are all those that you test without finding a factor. [QUOTE=Citrix;102092]I suggest we do some basic p-1 with low bounds like b1=10000 and b2=100000. Then sieve with the remaining candidates and then return to p-1 with larger bounds. Anyway,we should do what ever is most efficient. [/QUOTE]
Free-time-Veto again. If somebody wants to do P-1, he can, but then correctly, please. It's still fast enough.
Yours H.


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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.