mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Software

Reply
 
Thread Tools
Old 2017-12-25, 06:22   #45
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

486810 Posts
Default

Quote:
Originally Posted by evanh View Post
with all of the numbers I have tested with my method up to... 1,000,000,000,000 I have been able to find a prime with this method... no I have not tested ALL of the numbers up to this and I know that just because it holds true for what I have shown that does not mean it holds true for ALL cases...
Waaaiiiit..... you've tested your "method" up to thirteen digits? 13? One-three? You've skipped from 13 to.... how big?

You didn't consider trying 20, or 100, or 300 digits first, to see how many tries (and how many seconds) your method takes to find a prime as the length increases?

If the current state-of-the-art software used to prove arbitrary forms prime could be extended to the length you're considering and still fit in memory (it can't, and it wouldn't), you're looking at something on the order of the age of the Earth to complete the proof.

Last fiddled with by VBCurtis on 2017-12-25 at 06:22
VBCurtis is offline   Reply With Quote
Old 2017-12-25, 13:49   #46
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

100000110000002 Posts
Default

Quote:
Originally Posted by VBCurtis View Post

If the current state-of-the-art software used to prove arbitrary forms prime could be extended to the length you're considering and still fit in memory (it can't, and it wouldn't), you're looking at something on the order of the age of the Earth to complete the proof.
Yes , even at 1 nanosecond I get roughly 278 million years for just the multiplies to do an LL test on the lowest exponents using the grade school multiply.
science_man_88 is offline   Reply With Quote
Old 2017-12-25, 17:27   #47
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

72×197 Posts
Default

Quote:
Originally Posted by evanh View Post
I see. Thank you very much. So is it correct that a result of "C-Mismatch" means that the result is composite but did not match someone else result?
A mismatch just means that two people ran the test and got different results. We don't know if the number is composite or not, until we get a "match". Up to now, all mismatches turned out to be composite, but that means statistically nothing (as almost all tests turn out to be composite anyhow, and only 49 of them up to now turned out to be prime, ever...)

Until we get a match, we don't know.
LaurV is offline   Reply With Quote
Old 2017-12-25, 17:30   #48
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

965310 Posts
Default

Quote:
Originally Posted by retina View Post
That time is for 4M FFT only. For the required 1Gdigit check the FFT iteration time would be a lot more. Since P95 can't do tests that large the times will have to come from another application. Is there any program currently existing that can handle numbers of 1Gdigit? A single iteration could take a few minutes. Multiply that by 1G iterations and you need to have the lifetime of a few Methuselahs to see it finish.
Have you read my post? The one you quote...

Edit: a Titan (classic) tests M666666667 in 217 days. I know because I am working on it (see my reservation, already almost two years old - that is because I had big "gaps" in the work, due to fun adventures, hardware smoking, etc, haha). I never touched the new Big Pascal, and Big Volta, which Oliver plays with, but from his benchmarks, that looks about triple fast, so the "giga-digit test in a year" is not so far away.

You will live to see in each house the hardware able to do it, much sooner than you expect.

Last fiddled with by LaurV on 2017-12-25 at 17:42
LaurV is offline   Reply With Quote
Old 2017-12-25, 21:36   #49
evanh
 
"Evan"
Dec 2017
Houston, TX

2·3·5 Posts
Default

Quote:
Originally Posted by LaurV View Post
Have you read my post? The one you quote...

Edit: a Titan (classic) tests M666666667 in 217 days. I know because I am working on it (see my reservation, already almost two years old - that is because I had big "gaps" in the work, due to fun adventures, hardware smoking, etc, haha). I never touched the new Big Pascal, and Big Volta, which Oliver plays with, but from his benchmarks, that looks about triple fast, so the "giga-digit test in a year" is not so far away.

You will live to see in each house the hardware able to do it, much sooner than you expect.
Yes I worked through the numbers you gave me and found the same you did. Now it is much easier to see why so many are laughing at me! lol I kind of laughed at myself once I did the math....

is this the Titan you are referring to? https://www.olcf.ornl.gov/titan/

even if not this one but a different supercomputer type I have a question regarding languages.. Is Maple a language that is accepted by these types of computers? Maple does have a code generator that can convert the Maple code to others but I am just curious if these supercomputers accept Maple.
evanh is offline   Reply With Quote
Old 2017-12-25, 21:38   #50
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

11000010100002 Posts
Default

Quote:
Originally Posted by LaurV View Post
Have you read my post? The one you quote...

Edit: a Titan (classic) tests M666666667 in 217 days. I know because I am working on it (see my reservation, already almost two years old - that is because I had big "gaps" in the work, due to fun adventures, hardware smoking, etc, haha). I never touched the new Big Pascal, and Big Volta, which Oliver plays with, but from his benchmarks, that looks about triple fast, so the "giga-digit test in a year" is not so far away.

You will live to see in each house the hardware able to do it, much sooner than you expect.
Okay, the progress is better than I was aware of. I didn't consider the GPU side of things because the OP only showed two quite ordinary CPU boxes. But I wonder if the OP has enough patience to complete a "one billion dollars" digit test?
retina is offline   Reply With Quote
Old 2017-12-25, 21:43   #51
evanh
 
"Evan"
Dec 2017
Houston, TX

2×3×5 Posts
Default

Quote:
Originally Posted by VBCurtis View Post
Waaaiiiit..... you've tested your "method" up to thirteen digits? 13? One-three? You've skipped from 13 to.... how big?

You didn't consider trying 20, or 100, or 300 digits first, to see how many tries (and how many seconds) your method takes to find a prime as the length increases?

If the current state-of-the-art software used to prove arbitrary forms prime could be extended to the length you're considering and still fit in memory (it can't, and it wouldn't), you're looking at something on the order of the age of the Earth to complete the proof.
Yes I am now trying longer digits and what not based off of the recommendations of others and yourself on this forum.

I am simply learning by trial and error, seeing what works and what doesn't work, but also understanding what works and does not work as well as why it does and does not work.
evanh is offline   Reply With Quote
Old 2017-12-25, 22:00   #52
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

135338 Posts
Default

Quote:
Originally Posted by LaurV View Post
@OP:
Your best computer can do one iteration in ~16ms, according with the benchmark you posted.
Quote:
Originally Posted by retina View Post
That time is for 4M FFT only. For the required 1Gdigit check the FFT iteration time would be a lot more. Since P95 can't do tests that large the times will have to come from another application. Is there any program currently existing that can handle numbers of 1Gdigit?
I believe Mlucas can. Does anyone have timings for large FFTs?
CRGreathouse is offline   Reply With Quote
Old 2017-12-26, 00:23   #53
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

2·32·647 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
I believe Mlucas can. Does anyone have timings for large FFTs?
Toward the bottom of the Mlucas readme page I give some numbers for the smallest billion-digit Mersenne number - on a octocore Ryzen it needs ~550 msec/iter at the required 192Mdoubles FFT length.

On the close-to-the-limit-of-current-practicability front I am currently doing side-by-side primality tests of F30, a gibabit-plus-one number with a known small factor. Even though said number is known composite via the factor it's still useful to do such testing to push the current hardware and software, and the resulting residue will be used for fast cofactor-PRP testing. One run @60M FFT is getting ~52 msec/iter on a 32-core Xeon using an AVX2 build of the code; the other @64M is getting ~60 msec/iter (best timing, it ranges up to 68 msec for mysterious reasons) on the 64-core "GIMPS KNL" using an AVX512 build. I cross-check residues for highest-iteration-reached-by-both-runs roughly daily.
ewmayer is offline   Reply With Quote
Old 2017-12-26, 00:37   #54
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

622410 Posts
Default

Quote:
Originally Posted by ewmayer View Post
Toward the bottom of the Mlucas readme page I give some numbers for the smallest billion-digit Mersenne number - on a octocore Ryzen it needs ~550 msec/iter at the required 192Mdoubles FFT length.
So about 58 years.
retina is offline   Reply With Quote
Old 2017-12-26, 00:39   #55
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

2×32×647 Posts
Default

Quote:
Originally Posted by retina View Post
So about 58 years.
That's a more-or-less "budget system" - perhaps ~20 years on the kind of systems I'm using for F30.
ewmayer is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to enter password in prime.txt? Unregistered Information & Answers 3 2011-04-28 02:02
Less GHz days for larger exponents in TF? Bdot Information & Answers 12 2010-11-21 22:33
Enter key doesn't work at weird times. jasong Linux 5 2007-08-25 20:31
How 'bout an ecm server for numbers about to enter Prime95 first-pass? jasong GMP-ECM 2 2007-03-16 16:16
2003 Nov 03: P-1: a set of 16 larger exponents GP2 Completed Missions 2 2003-11-09 01:21

All times are UTC. The time now is 17:48.


Sun Aug 1 17:48:05 UTC 2021 up 9 days, 12:17, 0 users, load averages: 2.34, 2.10, 1.80

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.