mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Factoring (https://www.mersenneforum.org/forumdisplay.php?f=19)
-   -   10^263-1 sieving (https://www.mersenneforum.org/showthread.php?t=11240)

J.F. 2009-01-20 21:35

Yep, a couple of shell scripts around qsub makes life pretty easy.

To illustrate: I work on a 200 node cluster, each a dualcore 2Ghz Opteron. I chose to take jobs to be 1e5 large, which are automatically split over both cores (this was actually a bit tricky to get to work).

To fire 100 jobs in the queue I just type:
~/factoring/runduals.sh poly.txt -a 900 999
This script does something like
[code]
for block in $blockindices; do
~/factoring/submit_dual_blocks.sh $polyfile $ratalg $block $projectname
done
[/code]The real work is done in submit_dual_blocks.sh:
* generate poly file from template
* generate job file, tailored to dualcores
* submit

At any moment a postprocessing script can be executed to bake the pancakes which have all ingredients in place.
Uploading (with lftp) is still a manual action, don't really need to automate that.

If anyone is interested, I could place the files online somewhere.

fivemack 2009-01-23 00:18

OK, we've now got 100MQ collected and the shape of the relations-against-Q curve is pretty clear.

Would anyone be able to run 15-25 both sides? My 16 cores are quite solidly committed, but it looks as if I misplaced the point of diminishing sieving returns and it's worth doing these small Q.

Xyzzy 2009-01-23 00:33

This isn't what you are asking for, but we will have 25-30M done in a few days.

Xyzzy 2009-01-26 05:05

[quote]Would anyone be able to run 15-25 both sides?[/quote]We can run the "A" side for 15-20, but it will take about 10 days. Is that acceptable?

[SIZE=1]Did the new upload for a25-30.bz2 work? We renamed the corrupted file with a "-" at the end and also included a MD5 checksum for the new file.
[/SIZE]

Xyzzy 2009-01-26 19:37

We started the "A" side for 15-20 last night. If this is not cool just let us know.

fivemack 2009-01-26 20:35

A 15-20 sounds excellent; I'll take both sides 20-25 and leave R15-20 for some enterprising individual.

J.F. 2009-01-28 18:19

[quote=fivemack;160553]... and leave R15-20 for some enterprising individual.[/quote]
That would be me, I guess.

fivemack 2009-01-30 18:30

I forgot that the partition for collecting relations was of finite size and that I had left the complete sets of relations for two large SNFS projects on it, so the disc filled up. There is now 17G of free space, which ought to suffice.

Andi47 2009-02-04 09:21

What is the current status - how many relations do we have collected so far? Are more ranges needed to be sieved?

BTW: my range is 99.85% done and should finish today - I can upload it tonight or tomorrow in the evening.

fivemack 2009-02-04 11:21

I think most users would be best to go onto the polynomial search for 109!+1 now; we've got 150MQ searched, I'll build a matrix once I've finished 20-25 and xyzzy has finished 15-20, and if the matrix is really ugly I'll politely beseech J.F. to do another 10MQ.

I've ordered a new PSU for the matrix-solving box that broke, but there may be a further delay if the PSU's death killed the motherboard. I am unsure as to the net economic disadvantage of cheap but unreliable PSUs; losing the computer for two days every six months is only a 1% slowdown, and I wouldn't have paid the £35 difference between a £15 and a £50 PSU in order to make the computer 1% faster.

Andi47 2009-02-04 19:59

my pancakes should have reached Oslo.


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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.