I downloaded GIMPS today just out of curiosity and have been running it. On my machine it is checking $M_{52898149}=2^{52898149}-1$.
From what I could find on Wikipedia I suppose that GIMPS uses Lucas-Lehmer primality test which means it will pick $s_{52898147}$ term in Lucas Lehmer sequence and will see whether $M_{52898149}=2^{52898149}-1$ divides it or not?
Now my question is, what does the iterations that my software is doing, means? Here is a pic :
What does iteration $160000/52898149$ means here? I suppose, by the pattern, I must be getting iterations upto 5290 such iterations, and each one of them will take around a couple of weeks, which may increase with higher sequences. Can someone explain what this software is doing to check the primality of this Mersenne prime.
Also, why was I assigned this number, is everyone randomly assigned a prime number for which $M_p$ has not been verified/tested yet as in case of this number it's primality has been tested before as the main page of the site says that all exponents below 78 421 769 have been tested at least once, so I must be just verifying it, meaning most likely it won't come out as a prime, otherwise they must have had it tested on different types of software by now.
Also, can I choose my own prime exponent larger than $78421769$ to check the primality?
P.S.- If this question doesn't fit on this site, please direct me to appropriate place. Also, let me know if I should create a GIMPS tag?
