mersenneforum.org  

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

Reply
 
Thread Tools
Old 2006-06-15, 11:55   #1
Kosmaj
 
Kosmaj's Avatar
 
Nov 2003

2×1,811 Posts
Default False primes

Something appears to be wrong with 127*2^841793-1, it was found to be composite by the Top-5000 verification program. Can you check your output files? I hope it's not yet another false prime caused by a software or hardware error... The link is here
Kosmaj is offline   Reply With Quote
Old 2006-06-15, 12:50   #2
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

22·941 Posts
Default

Here's my LLR 3.7 test for the number:

127*2^841793-1 is not prime. LLR Res64: D556CA9818F86A8A Time : 1133.336 sec.

paulunderwood is offline   Reply With Quote
Old 2006-06-15, 16:07   #3
lsoule
 
lsoule's Avatar
 
Nov 2004
California

23·3·71 Posts
Default

I get the same result as Paul:
127*2^841793-1 is not prime. LLR Res64: D556CA9818F86A8A Time : 1359.384 sec.
lsoule is offline   Reply With Quote
Old 2006-06-15, 20:36   #4
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

114128 Posts
Default

I noticed the composite myself, and am double-checking it presently, though the previous two posts make that effort only to see if my error is reproducible. I have checked my results file, and I did not typo the purported prime.

I do overclock my machine, but I have not had LLR fail in many months (I backed off the settings that caused the crash a few months ago, and re-ran a few days' work just in case). I assume this is an overclocking-related error, and I'm unsure how much of my own work to trust.

I assume if the error is not reproducible, it was heat/overclocking related. I'll slow the machine down a few notches, and re-run the work done since summer arrived on the thermometer. For those who care, the CPU is a P4-1800 running at 2450 or so, with CPU die temp around 56C. I've run as high as 2520 with LLR errors one per week or so, so I figured backing off 60Mhz from sort-of-stable was enough. I'll slow it to 2400 now. Prime95 torture test runs 4+ days without error in current config.

Ugh.
So much for a lucky week.
-Curtis
VBCurtis is offline   Reply With Quote
Old 2006-06-15, 20:53   #5
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

22·941 Posts
Default

Quote:
For those who care, the CPU is a P4-1800 running at 2450 or so, with CPU die temp around 56C.
That temperature seems a bit too high -- I assume it's a BIOS reading. LLR will make it soar, maybe past what is considered safe.

Last fiddled with by paulunderwood on 2006-06-15 at 20:55
paulunderwood is offline   Reply With Quote
Old 2006-06-15, 21:15   #6
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

2·2,437 Posts
Default

My residue matches the other two above.

The temperature is from motherboard monitor, which uses the motherboard temp sensors to provide live temp updates. The CPU with LLR not running idles around 43C.

I found two instances in the past 10 days in the results file where LLR had a suminputs != sumoutputs error. Perhaps I have dust accumulation in the computer or something.. I'll repeat all work starting from a day before the first error. If anyone has a linux utility to compare the results files, please instruct or link me to how to do this (I have a linux box available, but am a rookie at any file-manipulation commands-- even "grep" is just a vague acquaintance).

I'll report any residue discrepancies I find.
-Curtis
VBCurtis is offline   Reply With Quote
Old 2006-06-15, 21:27   #7
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

22×941 Posts
Default

Use "grep", "cut" and "diff" (and "man" )

grep prime lresults.txt | cut -d: -f2 > res1
grep prime lresults2.txt | cut -d: -f2 > res2
diff res1 res2

You can adjust things slightly with "head" and "tail"

Last fiddled with by paulunderwood on 2006-06-15 at 21:30
paulunderwood is offline   Reply With Quote
Old 2006-06-15, 21:37   #8
Kosmaj
 
Kosmaj's Avatar
 
Nov 2003

2×1,811 Posts
Default False prime k=127

Moving posts related to 127*2^841793-1 here from the "Post Primes" thread.
Kosmaj is offline   Reply With Quote
Old 2006-06-16, 17:02   #9
Jean Penné
 
Jean Penné's Avatar
 
May 2004
FRANCE

22×5×29 Posts
Default False positive found using LLR ?

Hi,

I also verifyed this number and found the good residue :
127*2^841793-1 is not prime. LLR Res64: D556CA9818F86A8A Time : 1687.575 sec.

(LLR 3.6.2, P4 2.53 GHz, Win2000).

However, I think I would have to do an update for the future release, to avoid
the possibility of false zero results when an FFT error occurs, as George is doing
in Prime95...

Good luck for all participants of this project!

Jean
Jean Penné is offline   Reply With Quote
Old 2006-06-16, 17:57   #10
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31×67 Posts
Default

Is it possible that we are also getting false negatives?

The same likelihood? Less? More?

Last fiddled with by Flatlander on 2006-06-16 at 18:00
Flatlander is offline   Reply With Quote
Old 2006-06-16, 20:11   #11
Jean Penné
 
Jean Penné's Avatar
 
May 2004
FRANCE

22×5×29 Posts
Default Likelyhood of false negatives

Quote:
Originally Posted by Flatlander
Is it possible that we are also getting false negatives?

The same likelihood? Less? More?
Indeed, it is possible, and more probable than false positives, because one
false bit on the complete residue is sufficient to miss the prime!

On the other hand, if you made a double check, and found the same 64 bits
residue, it becomes very unlikely...

That is why double checks are recommended!

Jean
Jean Penné is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
About two false primes VBCurtis Riesel Prime Search 12 2013-01-24 12:02
R.H. May be False? wtf flouran Math 34 2009-12-08 00:09
False primes Unregistered Information & Answers 8 2009-01-21 01:45
False primes! MooooMoo Twin Prime Search 23 2007-01-23 17:53
Four False Primes amphoria Riesel Prime Search 74 2006-03-12 11:45

All times are UTC. The time now is 22:39.


Fri Aug 6 22:39:19 UTC 2021 up 14 days, 17:08, 1 user, load averages: 4.33, 3.89, 3.56

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.