![]() |
|
|
#177 |
|
"Mark"
Apr 2003
Between here and the
11000110100102 Posts |
|
|
|
|
|
|
#178 |
|
Jun 2009
22·32·19 Posts |
|
|
|
|
|
|
#179 |
|
"Curtis"
Feb 2005
Riverside, CA
22·1,217 Posts |
What's the flag to put into llr.ini to tell llr to ignore a k-value after a prime is found? It's not in the first post of this thread (that post still instructs us to use pfgw always, which is not fast, right?), and I'm too lazy to read the entire thread to find the fix.
Something like stoponprimedk=1? |
|
|
|
|
|
#180 | |
|
Dec 2011
After milion nines:)
1,451 Posts |
Quote:
|
|
|
|
|
|
|
#181 |
|
Romulan Interpreter
Jun 2011
Thailand
25B916 Posts |
I am sieving 2*1909^n-1 100k<n<=200k, with both sr1sieve and sr2sieve starting from a pre-sieved file (done with srsieve to 1e9 or so) and I am getting different lists of factors. Am I doing something stupid, or I just uncovered a bug in sr1sieve that seems to miss many factors? Can anybody reproduce this?
(edit: you only need to sieve one minutes or so, the first difference appears at 1568702129 | 2*1909^169938-1, for which sr2sieve agrees, but sr1sieve disagrees) Last fiddled with by LaurV on 2017-05-25 at 17:00 |
|
|
|
|
|
#182 | |
|
"Nuri, the dragon :P"
Jul 2016
Good old Germany
811 Posts |
Quote:
Code:
1031811247 | 2*1909^169938-1 Booth factor files have the same factor count and found the same factors. (Tested from 1e9 up to 5e9) Which versions from sr1sieve/sr2sieve are you using, can you upload your factor files? |
|
|
|
|
|
|
#183 |
|
"Mark"
Apr 2003
Between here and the
635410 Posts |
The latest versions, sr1sieve 1.4.5 and sr2sieve 1.9.3 agree on factors on Win64. I have not made any code codes in either in over four years. If you are using those releases, but on a different OS, please let me know.
|
|
|
|
|
|
#184 | |
|
Romulan Interpreter
Jun 2011
Thailand
226718 Posts |
Quote:
sr2sieve -P 5e12 -R 1500 -w -i sr_1909.pfgw respectively sr1sieve -P 5e12 -i sr_1909.pfgw -o t17_b1909.prp -f factors.out The result has over 100 different lines, like this: I will have to go to job today and see if the problem is reproducible on those computers there, and late tonight back home I will try the other computers, last night it was too late already. |
|
|
|
|
|
|
#185 | |
|
Dec 2011
After milion nines:)
26538 Posts |
Quote:
Second using Sr1sieve i sr2sieve on Win7 x64 give me same output, same number of factors and same value as for MRBitcoinn ( 1031811247 | 2*1909^169938-1) Third: I use your command lines, and again got same results. same number of factors . |
|
|
|
|
|
|
#186 | |
|
Romulan Interpreter
Jun 2011
Thailand
25B916 Posts |
Quote:
More details: - it only happenes on 6950X and only when all 20 cores (HT) are sieving (there are 21 bases left and I was sieving all in the same time) with sr2sieve (so the issue is with sr2sieve, not with sr1sieve). The additional factors appear when I sieve 20 or 21 of those bases. - all additional factors that appear in the factor file are redundant (sometimes more than once), i.e. there exist lower factors for those candidates (see the example of MisterB above). Looks like somehow sr2sieve is saving all duplicates even if the candidate was eliminated. - it is not related to temperature, the CPU is not stressed and it does not get hot (I can even run few more threads of cllr in the background with no speed/heat difference, but the problem will not occur with, say, 18 threads of sr2sieve and few threads of cllr) - it is not related to the base, other bases behave exactly the same, see attached picture. The reason I was using sr2sieve (instead of sr1sieve, as it woul be normal for a single base single k) is the -R switch which I don't have for sr1sieve. Otherwise I won't be stupid to plan willingly to run manual factor elimination, and I wouldn't use sr2sieve. The speeds of them both are identical. Why did I tried a double-check with sr1sieve for this base? (we talk about 1909). Well, long story short, after sieving to 5e12, all the other bases (2*b^n-1) have like 4k candidates left for 100k<n<200k, except this one which has 9k candidates left for cllr. I thought, what the hack, it may be a mistake, maybe I missed a zero or so, or it must be because there are 20 threads and 21 bases and maybe this one was left apart? Therefore I did it again only for this base, with sr1sieve. Well the result was the same, except for the ~100 less factors. But after eliminating the factors in both cases, I get the same final file for cllr in both cases, proving tht all were duplicates. It looks like this base has indeed much less amount of low factors than the other 20 bases. But is still strange why sr2sieve behave in that way. Last fiddled with by LaurV on 2017-05-26 at 13:29 |
|
|
|
|
|
|
#187 |
|
Romulan Interpreter
Jun 2011
Thailand
100101101110012 Posts |
Because we anyhow totally hijacked this thread...
(I elliminated the macros and DDE part, you can click on the plus signs or on the little 1/2 tabs on the upper left, or see the second sheet too) |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Useless SSE instructions | __HRB__ | Programming | 41 | 2012-07-07 17:43 |
| Questions about software licenses... | WraithX | GMP-ECM | 37 | 2011-10-28 01:04 |
| Software/instructions/questions | gd_barnes | No Prime Left Behind | 48 | 2009-07-31 01:44 |
| Instructions to manual LLR? | OmbooHankvald | PSearch | 3 | 2005-08-05 20:28 |
| Instructions please? | jasong | Sierpinski/Riesel Base 5 | 10 | 2005-03-14 04:03 |