Jump to content

Prime95

From Wikipedia, the free encyclopedia
Prime95
Developer(s)George Woltman
Initial release3 January 1996; 28 years ago (1996-01-03)
Stable release
30.19 build 20[1] / June 2, 2024; 4 months ago (2024-06-02)
Preview release
30.19 build 21[2] / September 14, 2024; 46 days ago (2024-09-14)
Written inASM, C
Operating systemMicrosoft Windows, macOS, Linux, FreeBSD
TypeMersenne prime finder / system stability tester
LicenseFreeware[3]
Websitemersenne.org Edit this on Wikidata

Prime95, also distributed as the command-line utility mprime for FreeBSD and Linux, is a freeware application written by George Woltman. It is the official client of the Great Internet Mersenne Prime Search (GIMPS), a volunteer computing project dedicated to searching for Mersenne primes. It is also used in overclocking to test for system stability.[4]

Although most[5] of its source code is available, Prime95 is not free and open-source software because its end-user license agreement[3] states that if the software is used to find a prime qualifying for a bounty offered by the Electronic Frontier Foundation,[6] then that bounty will be claimed and distributed by GIMPS.

Finding Mersenne primes by volunteer computing

[edit]

Prime95 tests numbers for primality using the Fermat primality test (referred to internally as PRP, or "probable prime"). For much of its history, it used the Lucas–Lehmer primality test, but the availability of Lucas–Lehmer assignments was deprecated in April 2021[7] to increase search throughput. Specifically, to guard against faulty results, every Lucas–Lehmer test had to be performed twice in its entirety, while Fermat tests can be verified in a small fraction of their original run time using a proof generated during the test by Prime95. Current versions of Prime95 remain capable of Lucas–Lehmer testing for the purpose of double-checking existing Lucas–Lehmer results, and for fully verifying "probably prime" Fermat test results (which, unlike "prime" Lucas–Lehmer results, are not conclusive).

To reduce the number of full-length primality tests needed, Prime95 first checks numbers for trivial compositeness by attempting to find a small factor. As of 2024, test candidates are mainly filtered using Pollard's p – 1 algorithm. Trial division is implemented, but Prime95 is rarely used for that work in practice because it can be done much more efficiently using a GPU, due to the type of arithmetic involved. Finally, the elliptic-curve factorization method and Williams's p + 1 algorithm are implemented, but are considered not useful at modern GIMPS testing levels and mostly used in attempts to factor much smaller Mersenne numbers that have already undergone primality testing.

GIMPS has discovered 18 new Mersenne primes since its foundation in 1996, the first 17 of which using Prime95. The 18th and most recent, M136279841, was discovered in October 2024 using an Nvidia GPU, being the first GIMPS discovery to not have used Prime95 and its CPU computation.[8][9][10] 15 of the 17 primes discovered with Prime95 were the largest known prime number at the time of their respective discoveries, the exceptions being M37156667 and M42643801, which were discovered out of order from the larger M43112609.[11]

Use for stress testing

[edit]
Prime95 28.7 running a stress test on an Intel quad-core Windows 10 system

To maximize search throughput, most of Prime95 is written in hand-tuned assembly, which makes its system resource usage much greater than most other computer programs. Additionally, due to the high precision requirements of primality testing, the program is very sensitive to computation errors and proactively reports them. These factors make it a commonly used tool among overclockers to check the stability of a particular configuration.[4]

See also

[edit]

References

[edit]
  1. ^ https://www.mersenne.org/download/
  2. ^ https://download.mersenne.ca/gimps/v30/30.19
  3. ^ a b "How To Run a CPU Stress Test Using Prime95". Appuals.com. 2015-12-10. Retrieved 2019-05-23.
  4. ^ Woltman, George. "The security code or checksum is hard to forge. This is the only source code that is not published".
  5. ^ "EFF Cooperative Computing Awards". Electronic Frontier Foundation. 2008-02-29. Retrieved 2019-05-08.
  6. ^ Woltman, George (2021-04-08). "First time LL is no more".
  7. ^ "GIMPS History - PrimeNet". Great Internet Mersenne Prime Search. Retrieved 2019-05-09.
  8. ^ "GpuOwl - GitHub".
  9. ^ "GIMPS Discovers Largest Known Prime Number:2136,279,841-1".
  10. ^ "GIMPS Milestones". www.mersenne.org. Retrieved 2021-10-17.
[edit]
  • Official website Edit this at Wikidata with downloads for various architectures
  • How to use Prime95 for stress (torture) testing[1]
  1. ^ "Torture test your CPU with Prime95". www.playtool.com. Retrieved 2022-09-15.