mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > NFS@Home

Reply
 
Thread Tools
Old 2016-01-23, 12:23   #628
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
It takes us days, but we start downloading relations as soon as they start coming in. At first it is hard to keep up but things balance out nicely towards the end.

while true; do nice wget --continue --limit-rate=64k --user=rsals_data --password=***** http://escatter11.fullerton.edu/nfs_data/12_226_plus_7_226/12_226_plus_7_226.dat.gz; sleep 3600; done
I've added this to my own script:

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
I'm curious though, why the nice? Surely a simple (rate limited) TCP download consumes negligible processing power?

Last fiddled with by Dubslow on 2016-01-23 at 12:23
Dubslow is offline   Reply With Quote
Old 2016-01-23, 16:08   #629
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

5·17·97 Posts
Default

Quote:
Originally Posted by Dubslow View Post
Code:
exts='fb ini poly'
Why do you need the .poly file?

Quote:
I'm curious though, why the nice? Surely a simple (rate limited) TCP download consumes negligible processing power?
That is just a habit we have from way back when CPU resources were tight. It was always the polite thing to do. (And on one server we deal with even today, running a process that way allows us to skirt the process CPU time limitation.)

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.

Xyzzy is offline   Reply With Quote
Old 2016-01-23, 21:33   #630
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
Why do you need the .poly file?

That is just a habit we have from way back when CPU resources were tight. It was always the polite thing to do. (And on one server we deal with even today, running a process that way allows us to skirt the process CPU time limitation.)

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.

Hmm, there's no :shrug:

Honestly, no real reason. I had the .projection too for a while before I realized it's large and a waste.
Dubslow is offline   Reply With Quote
Old 2016-01-24, 04:31   #631
Jarod
AKA Speedy51
 
Jarod's Avatar
 
Oct 2012
New Zealand

227 Posts
Default C170_122_63 Done

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
Attached Files
File Type: log C170_122_63.log (18.8 KB, 74 views)
Jarod is offline   Reply With Quote
Old 2016-01-24, 19:01   #632
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

3·19·31 Posts
Default

I can take 8_269_minus_7_269 for post-processing.
jyb is offline   Reply With Quote
Old 2016-01-25, 07:44   #633
unconnected
 
unconnected's Avatar
 
May 2009
Russia, Moscow

2,593 Posts
Default

C165_842592_8032 completed - 35 hours for 8.3M matrix (TD=140).

Code:
prp67 factor: 1050566961306451588674530244517205327913164128373334255482224505743
prp99 factor: 664910913443536911339260986610284630155514114445454204744433715236688283538021166444218857757023173
Attached Files
File Type: log C165.log (23.4 KB, 64 views)
unconnected is offline   Reply With Quote
Old 2016-01-25, 15:41   #634
swellman
 
swellman's Avatar
 
Jun 2012

60248 Posts
Default

Reserving C178_149_35.
swellman is online now   Reply With Quote
Old 2016-01-25, 15:49   #635
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

5·17·97 Posts
Default

We are pretty sure we know what the difference is between a "p" and a "prp".

Why does msieve sometimes report a "prp"?

Xyzzy is offline   Reply With Quote
Old 2016-01-25, 16:05   #636
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

5·17·97 Posts
Default

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.

Xyzzy is offline   Reply With Quote
Old 2016-01-25, 16:07   #637
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

13·137 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
We are pretty sure we know what the difference is between a "p" and a "prp".

Why does msieve sometimes report a "prp"?

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.
wombatman is offline   Reply With Quote
Old 2016-01-25, 18:31   #638
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

487410 Posts
Default

Quote:
Originally Posted by wombatman View Post
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.
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?
VBCurtis is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 22:12.


Fri Aug 6 22:12:26 UTC 2021 up 14 days, 16:41, 1 user, load averages: 3.20, 3.10, 2.93

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.