mersenneforum.org  

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

Reply
 
Thread Tools
Old 2012-08-22, 14:52   #518
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3×1,181 Posts
Default

Serge is fond of pointing out that gzip'ed files can be concatenated together and will still decompress properly.

In windows, 'copy /b file1+file2+...+filen output_file' should work
jasonp is offline   Reply With Quote
Old 2012-08-22, 15:16   #519
debrouxl
 
debrouxl's Avatar
 
Sep 2009

3D116 Posts
Default

Quote:
Serge is fond of pointing out that gzip'ed files can be concatenated together and will still decompress properly.
Indeed, RSALS has been using that property (shared by bzip2) for more than two years
But for F1887 and several other numbers, in order to save space on the server (routinely ~2 GB for a 30-bit LPs task), I froze a state of the .dat.gz file, ran remdups4 on it and pbzip2'ed the result, yielding a .dat.bz2 file, not directly usable by msieve.
Later, more results are returned by the clients, which get concatenated automatically to .dat.gz file that restarted from zero. It's best for the post-processor to get both the .dat.bz2 file and the .dat.gz file, but they do not mix and match together directly

Last fiddled with by debrouxl on 2012-08-22 at 15:16
debrouxl is offline   Reply With Quote
Old 2012-08-22, 17:06   #520
pinhodecarlos
 
pinhodecarlos's Avatar
 
"Carlos Pinho"
Oct 2011
Milton Keynes, UK

3·17·97 Posts
Default

LA for F1887 started. Lionel, if you want you can delete the main file to free up some space on the server.

Edit: Why do you keep the two main files on the server for 11_339_minus1?

Last fiddled with by pinhodecarlos on 2012-08-22 at 17:20
pinhodecarlos is offline   Reply With Quote
Old 2012-08-22, 17:32   #521
debrouxl
 
debrouxl's Avatar
 
Sep 2009

3D116 Posts
Default

Quote:
LA for F1887 started. Lionel, if you want you can delete the main file to free up some space on the server.
Done.

Quote:
Edit: Why do you keep the two main files on the server for 11_339_minus1?
Because I forgot to remove one
debrouxl is offline   Reply With Quote
Old 2012-08-22, 21:59   #522
pinhodecarlos
 
pinhodecarlos's Avatar
 
"Carlos Pinho"
Oct 2011
Milton Keynes, UK

3×17×97 Posts
Default

I quick note. I managed to merge the two files after a quick search on the forum on how to do it but I decompressed both before merging. Sorry for the question. Anyway, I didn't know about the concatenate gzip'ed files. Thank you.

Last fiddled with by pinhodecarlos on 2012-08-22 at 21:59
pinhodecarlos is offline   Reply With Quote
Old 2012-08-22, 22:56   #523
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 Dubslow View Post
I'll do 160969_43_minus1 (it looks a bit closer to done than the one above it).
Well... this is awkward.

I used the relations file for this number as the test for this post about rel file format and compression.

I had forgotten to unzip it, and I did that when the LA completed (it was zipped with bzip2). Unfortunately, as always, the un/compression caused some corruption.

Code:
commencing square root phase
reading relations for dependency 1
read 3407441 cycles
cycles contain 9373226 unique relations
error: relation 45392007 corrupt
I manually looped over all 34 dependencies, and each time there was at least one corrupt relation.

The simplest method to fix this would be to remdups the rel file, tossing the bad rels, and redo the LA, but that would take a while and a lot of compute time.

A more efficient method would be to remdups the file to get the bad rels, and then fix them by hand, then re-add them to the rel file in the right location. This would be rather difficult, and I don't know how to construct rels.

To make matters worse, I still need to RMA my graphics card, and Linux won't boot without it (though Windows will), and I'm moving in to college tomorrow anyways, so my computer will be out of action anyways.

As such, I'm linking all the relevant files here. This is a link to the .cyc, .dep, and .fb files (compressed, 174 MB) this is a link to the uncompressed rel file (around 11.7 GB).

(Edit: Of course, these links won't work tomorrow, but they should work overnight and after tomorrow.)

Last fiddled with by Dubslow on 2012-08-22 at 23:00
Dubslow is offline   Reply With Quote
Old 2012-08-23, 01:39   #524
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

9,497 Posts
Default

Quote:
Originally Posted by jasonp View Post
Serge is fond of pointing out that gzip'ed files can be concatenated together and will still decompress properly.

In windows, 'copy /b file1+file2+...+filen output_file' should work
Yes, under the condition that all parts 'gzip -tv' without errors.
(Otherwise there will be more hassle later to gzip repair.)

gzip standard was stream-ready at design; a gzip file (or a stream) is like a train of cars (proper chunks, identified by a valid header record), so if we connect two trains the result is a "train" again. Small gzipped files are single cars, or more. But if one train was chopped off (or was broken otherwise), the combined object will be repaired with more lost parts. The first car of the second train will stick to the broken off last car of the first train and both will be discarded. (the gzip repair kit splits the train into single cars and throws away invalid ones; then the user is free to reuse valid chunks. It is a bit of a pain to do but is a valuable life experience. Like a scar. ;-) )

Last fiddled with by Batalov on 2012-08-23 at 01:49
Batalov is offline   Reply With Quote
Old 2012-08-23, 04:37   #525
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

3,389 Posts
Default

GC_5_334 splits as ...

Code:
prp66 = 450956348716753108838639638208075170303357174618993330771280648693
prp169 = 1063506952024717121188111286584965562004890575356949552987937630434522275071306932720481262782749988010907589767937519608529842432033670755953761378482617292207519668293

Last fiddled with by RichD on 2012-08-23 at 04:38
RichD is offline   Reply With Quote
Old 2012-08-23, 06:25   #526
debrouxl
 
debrouxl's Avatar
 
Sep 2009

11110100012 Posts
Default

I'll take care of 160969_43_minus1.
debrouxl is offline   Reply With Quote
Old 2012-08-23, 09:15   #527
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

3·5·719 Posts
Default

Quote:
Originally Posted by RichD View Post
GC_5_334 splits as ...

Code:
prp66 = 450956348716753108838639638208075170303357174618993330771280648693
prp169 = 1063506952024717121188111286584965562004890575356949552987937630434522275071306932720481262782749988010907589767937519608529842432033670755953761378482617292207519668293
Thanks!

Paul
xilman is offline   Reply With Quote
Old 2012-08-23, 16:42   #528
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

64758 Posts
Default

1489_71_minus1 splits as ...

Code:
prp77 = 45896447589970773832931784986400490560268820308727411473025645680276882636169
oro146 = 27614776777951268487383853140458483138826979094458150355339368759958690289056222634422197634724899284008789933412583236893293328082409931239962079
I'll start the download of 601_83_minus1 later today.
RichD is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
BOINC NFS sieving - NFS@Home frmky NFS@Home 1828 2020-11-14 04:57
BOINC Unregistered Information & Answers 6 2010-09-21 03:31
BOINC.BE BATKrikke Teams 2 2010-03-05 18:57
Boinc Xentar Sierpinski/Riesel Base 5 4 2009-04-25 10:26
BOINC? masser Sierpinski/Riesel Base 5 1 2009-02-09 01:10

All times are UTC. The time now is 09:58.


Fri Aug 6 09:58:07 UTC 2021 up 14 days, 4:27, 1 user, load averages: 4.78, 4.49, 4.17

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.