![]() |
|
|
#628 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Quote:
Code:
url='http://escatter11.fullerton.edu/nfs_data'
name='4051_71_minus1'
user=****
pass=****
slptime=3600
rate=250k
exts='fb ini poly'
for ext in $exts; do
wget -N --user=$user --password=$pass "$url/$name/$name.$ext"
done
while true; do
nice wget --continue --limit-rate=$rate --user=$user --password=$pass "$url/$name/$name.dat.gz"
sleep $slptime
done
Last fiddled with by Dubslow on 2016-01-23 at 12:23 |
|
|
|
|
|
|
#629 | |
|
"Mike"
Aug 2002
5·17·97 Posts |
Why do you need the .poly file?
Quote:
FWIW, when we have downloaded the .fb and .ini file, we rename them to msieve.fb and worktodo.ini so that the command line to invoke msieve is simpler.
|
|
|
|
|
|
|
#630 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Quote:
Honestly, no real reason. I had the .projection too for a while before I realized it's large and a waste. |
|
|
|
|
|
|
#631 |
|
AKA Speedy51
Oct 2012
New Zealand
227 Posts |
LA took 13 hours 51 minutes to complete using either 6 or 8 threads on a I 7 5960 X at 3 GHz.
prp52 factor: 7900083352228908935782292679688341172833928993595953 prp118 factor: 2028402787009378656990445950154672782198265845967931765722769217754896599149319369650857058346177958425237023520001137 Please find log attached |
|
|
|
|
|
#632 |
|
Aug 2005
Seattle, WA
3·19·31 Posts |
I can take 8_269_minus_7_269 for post-processing.
|
|
|
|
|
|
#633 |
|
May 2009
Russia, Moscow
2,593 Posts |
C165_842592_8032 completed - 35 hours for 8.3M matrix (TD=140).
Code:
prp67 factor: 1050566961306451588674530244517205327913164128373334255482224505743 prp99 factor: 664910913443536911339260986610284630155514114445454204744433715236688283538021166444218857757023173 |
|
|
|
|
|
#634 |
|
Jun 2012
60248 Posts |
Reserving C178_149_35.
|
|
|
|
|
|
#635 |
|
"Mike"
Aug 2002
5·17·97 Posts |
We are pretty sure we know what the difference is between a "p" and a "prp".
Why does msieve sometimes report a "prp"?
|
|
|
|
|
|
#636 |
|
"Mike"
Aug 2002
5·17·97 Posts |
We had an idea a few days ago:
We are willing to download, package and snail-mail files in case someone is in a situation where they want to do LA work but they do not have the resources to download big files. Mailing a USB key is slow but we think (?) there is no race to get this work done. Anyways, if anyone wants a deal like this just let us know.
|
|
|
|
|
|
#637 |
|
I moo ablest echo power!
May 2013
13·137 Posts |
I'm pretty sure msieve just doesn't prove primality on the factors. I believe it checks (via Fermat, maybe?) for probable primality and whether the factor divides the input number.
|
|
|
|
|
|
#638 |
|
"Curtis"
Feb 2005
Riverside, CA
487410 Posts |
I am pretty sure this is correct, but that below a certain size prp and p are equivalent in that it has been shown that every prp via the test msieve uses below n digits is p. I don't remember what n is: 25ish?
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| restarting nfs linear algebra | cubaq | YAFU | 2 | 2017-04-02 11:35 |
| Linear algebra at 600% | CRGreathouse | Msieve | 8 | 2009-08-05 07:25 |
| Linear algebra crashes | 10metreh | Msieve | 3 | 2009-02-02 08:34 |
| Linear algebra proof | Damian | Math | 8 | 2007-02-12 22:25 |
| Linear algebra in MPQS | R1zZ1 | Factoring | 2 | 2007-02-02 06:45 |