![]() |
![]() |
#67 |
"Gary"
May 2007
Overland Park, KS
28·72 Posts |
![]()
Nice detailed analysis! A true stats nerd like me.
![]() I downloaded TwinGenX. It's a very nice GUI program even from 2012! It's basically a modernized NewPGen for multi-core, if you can call 2012 modernized at this point. I feel like it's aged well. I ran some parallel tests running TwinGenX on multiple cores vs. NewPGen's single-core process. Everything matched very well. I was especially happy how well it sieves a wide-range of k along with multiple n vs. NewPGen's single-n process. Of course this is all likely old news to you since I'm guessing you used it for sieving the original n=480K-500K range here. I mostly concur with your percentages. I'd even put it at ~90% that the prime gods are just being mean to us. I still feel PRPnet is pretty low because I've run this version of PRPnet (5.3.2) for so long at NPLB and on my personal efforts that it looks pretty clean. It has handled twin prime searches pretty well even though it was never tested on Sophies. (I see that Mark has recently fixed the Sophie issue in version 5.5.7.) Here are my percentages: 90% mean prime gods 4% LLR 3% PRPnet 2% hardware from various users 1% sieving software If we hit 100,000 tests without a prime, all bets are off. Perhaps some real investigation may be in order. Last fiddled with by gd_barnes on 2023-04-04 at 21:57 |
![]() |
![]() |
![]() |
#68 | |
"Michael Kwok"
Mar 2006
1,213 Posts |
![]() Quote:
Regarding the sieving for the original n=480K-500K range, I think the bulk of it was done via Ken's TPSieve software (https://www.mersenneforum.org/showpo...&postcount=308 ; some sample outputs and very early benchmarks are at https://www.mersenneforum.org/showpo...9&postcount=68). IIRC, NewPGen was used only for a very short time at the very beginning of the sieve, and TwinGen/TwinGenX wasn't used at all. Last fiddled with by MooMoo2 on 2023-04-05 at 01:35 |
|
![]() |
![]() |
![]() |
#69 | |
Sep 2011
Potsdam, Germany
2·7·11 Posts |
![]() Quote:
did you already test the new prprnet server 5.5? Regards Odi |
|
![]() |
![]() |
![]() |
#70 |
"Gary"
May 2007
Overland Park, KS
28·72 Posts |
![]()
I have not. Max has updated our 2 private servers to version 5.4.7 and we have been running "normal" tests on it with no problems. I'm not sure if that version has the fix for Sophies in it. I'd rather wait to do an upgrade on a public server until we've done extensive testing on it.
|
![]() |
![]() |
![]() |
#71 | |
"Michael Kwok"
Mar 2006
1,213 Posts |
![]() Quote:
![]() Statistically, we should have found 7 primes by now and had a 99.9% chance of at least one prime. I know the prime gods can be mean, but I don't think they're that mean... I'd like to run a limited double-check with different hardware and possibly different software as well. Gary, could you re-sieve random ranges (i.e., p=8T-9T) on the n=1.7M sieve file with NewPGen and/or TwinGenX to see if any candidates are removed? The "Lucky Minus" sieve option should be selected, which sieves k*2^1700000-1, k*2^1700000+1, k*2^1699999-1, and k*2^1700001-1. Another thing we could do is to create a new sieve file from scratch (let's call this "Sieve A"), sieve it to a relatively low depth, and compare it to our current sieve file ("Sieve B"). Due to the different sieve depths, it's expected that some candidates in Sieve A will not appear in Sieve B, but if there are any candidates in Sieve B that do not appear in Sieve A, that would be a huge red flag. Also, could someone randomly select and test a few candidates for n=1.7M, k<450G? Everything in that range has already been tested, and the residues should match those at: http://www.noprimeleftbehind.net/tps/results/llrnet/ If everything checks out, the problem most likely lies in PRPNet and/or LLR. |
|
![]() |
![]() |
![]() |
#72 |
Jul 2022
1110 Posts |
![]() These are the first two results from http://www.noprimeleftbehind.net/tps..._tps_12000.txt: Code:
user=odicin [2023-06-13 00:27:22] 385272479865*2^1700000-1 is not prime. Res64: 7D84DEC6EB43C38B Time : 0.0 sec. user=kruoli [2023-06-13 00:32:49] 385322591955*2^1700000-1 is not prime. Res64: 37869057674ACF04 Time : 0.0 sec. Code:
LLR Program - Version 3.8.16, using Gwnum Library Version 28.7 385272479865*2^1700000-1 is not prime. LLR Res64: 7D84DEC6EB43C38B Time : 1681.452 sec. 385322591955*2^1700000-1 is not prime. LLR Res64: B1ED52BBD9F6DE3E Time : 1703.661 sec. Code:
LLR Program - Version 3.8.16, using Gwnum Library Version 28.7 385272479865*2^1700000-1 is not prime. LLR Res64: 7D84DEC6EB43C38B Time : 1073.619 sec. 385322591955*2^1700000-1 is not prime. LLR Res64: B1ED52BBD9F6DE3E Time : 1074.299 sec. Last fiddled with by whengryphonsfly on 2023-07-23 at 20:16 Reason: Correct post based on new information |
![]() |
![]() |
![]() |
#73 |
"Oliver"
Sep 2017
Porta Westfalica, DE
70516 Posts |
![]()
Is that version running a PRP test? My LLR version does a PRP test.
|
![]() |
![]() |
![]() |
#74 |
Jul 2022
11 Posts |
![]()
I was running a true primality test, not a PRP test. And you are correct in thinking that was the issue. Rerunning with -oForcePRP=1:
Code:
385322591955*2^1700000-1 is not prime. RES64: 37869057674ACF04. OLD64: A693B10635E06D0B Time : 1077.301 sec. |
![]() |
![]() |
![]() |
#75 |
"Gary"
May 2007
Overland Park, KS
28×72 Posts |
![]()
I'll do some sieving for this on Monday as well as run a few double-checks. I had done a little test sieving previously to a lower depth and did not find there were any tests missing in our big sieve. I don't think it's going to be a sieving problem.
There is almost definitely a problem in either LLR or PRPnet at this point. There were quite a few changes in LLR related to PRP tests and the such in the last year or so. It's possible that PRPnet is not picking something up on residuals correctly or that LLR is writing out primes in an unusual manner. Perhaps PRPnet is having problems specifically related to running twin searches. Last fiddled with by gd_barnes on 2023-07-24 at 09:20 |
![]() |
![]() |
![]() |
#76 | |
"Alexander"
Nov 2008
The Alamo City
22×3×5×17 Posts |
![]() Quote:
Code:
155877*2^3032-1 is a Fermat Probable prime! (918 decimal digits) Time : 17.529 ms. 155877*2^3032-1 is prime! (918 decimal digits) Time : 8.533 ms. I've used PRPNet (granted, more recent versions) with LLR 3.8.24 and newer without issues for a couple of years. I'll admit I've never done twin searching with PRPNet (my twin tests on the results tend to be perfunctory), so I couldn't tell you if that's a possible issue. Looking at the prpserver.ini comments, shouldn't a Twin server type be fixed-k (and thus not used here)? Last fiddled with by Happy5214 on 2023-07-24 at 14:48 Reason: Clip first line of quote (didn't respond to it) |
|
![]() |
![]() |
![]() |
#77 |
"Oliver"
Sep 2017
Porta Westfalica, DE
3·599 Posts |
![]()
As a test, I quadruple sieved b=2, n=1.7e6 up to k=1e9 and p=1e12 and got the same results (plus extra ones, of course) as the server was loaded with.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
A question about twin primes and twin practical numbers | sweety439 | sweety439 | 1 | 2022-04-23 14:32 |
find very easy twin prime in the infamy twin primes | hal1se | Miscellaneous Math | 13 | 2018-11-05 16:34 |
pie chart: LL attempts | sixblueboxes | PrimeNet | 8 | 2014-04-18 14:46 |
Next steps for TPS after Primegrid's record twin discovery | axn | Twin Prime Search | 7 | 2011-12-31 07:04 |
LL-D attempts and successes | Christenson | Information & Answers | 1 | 2011-02-03 05:25 |