I'm looking for a way to test large numbers for pseudoprimality. Any ideas on what program/package is fastest at this? I've been running a single candidate for over a month now on Pari/GP (Ballie-PSW pseudoprime test), which is excellent for numbers below a kilobyte or so, but slows down quite a bit for big stuff. This particular number is 166,031 digits long (67 kB).
If it matters, it's close to a power of 2 -- but I don't know if any good pseudoprime tests take advantage of that kind of 'SNFS' relation.
