mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2007-05-21, 21:47   #111
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3·7·167 Posts
Default

New problem:

Enter srfile -h to get a list of possible commands. I'm having trouble removing factors. The following DO NOT work.
Code:
srfile -k 5-6.txt (changed name of file)

srfile -k factors5.txt (the original name of the file)

srfile -k --factors5.txt

srfile -k --known factors factors5.txt
Heeeeeelllllp.

Edit: The following is the closest I've gotten:
Code:
srfile -k --known-factors factors*.txt
(With the above, it says the file is unrecognized)

Last fiddled with by jasong on 2007-05-21 at 22:06
jasong is offline   Reply With Quote
Old 2007-05-22, 02:53   #112
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

13×89 Posts
Default

There is a limitation you may not be aware of: If you are converting multiple NewPGen files to another format, each NewPGen file should be for a different k value. If two NewPGen files contain the same k value then you may get the error message about the n being out of order.

Quote:
Originally Posted by jasong View Post
I'm having trouble removing factors. The following DO NOT work.
[code]srfile -k 5-6.txt (changed name of file)

srfile -k factors5.txt (the original name of the file)
First note that srfile and srsieve can't read or write .dat format files. Sr2sieve can read .dat files if it is given the -s (or -r) switch, but can't write them.

If the factors file is called `factors.txt' and the sieve file you want to remove them from is called `sieve.txt', and you want to create an ABCD file, then run

srfile -k factors.txt -a sieve.txt

the new file name will be chosen by srfile, it will end in .abcd, but you can rename it to whatever you want. The `-a' means to write the output in ABCD format, the input format is worked out automatically.
geoff is offline   Reply With Quote
Old 2007-05-22, 16:46   #113
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3·7·167 Posts
Default

Quote:
Originally Posted by geoff View Post
If the factors file is called `factors.txt' and the sieve file you want to remove them from is called `sieve.txt', and you want to create an ABCD file, then run

srfile -k factors.txt -a sieve.txt

the new file name will be chosen by srfile, it will end in .abcd, but you can rename it to whatever you want. The `-a' means to write the output in ABCD format, the input format is worked out automatically.
Will
Code:
srfile -k factors*.txt -a sieve.txt
work as well?
jasong is offline   Reply With Quote
Old 2007-05-22, 20:38   #114
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3·7·167 Posts
Default

Yes, that does work as well.

Sieves like there's no tomorrow.

I'm reserving 6-56 billion. Everything above 56(including 56) is available. One core of my Pentium-D can sieve about a million p a second, so my reservation is probably woefully inadequate.

Anyone who wants the file, email jasong at conwaycorp dot net with subject: "base-4 file request" If you want to tell me anything via email, label it "base-4" but put something else other than "file request" after "base-4"

Edit:Correction 6-1000

Last fiddled with by jasong on 2007-05-22 at 21:00
jasong is offline   Reply With Quote
Old 2007-05-23, 00:44   #115
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

13×89 Posts
Default

Quote:
Originally Posted by jasong View Post
Will
Code:
srfile -k factors*.txt -a sieve.txt
work as well?
No, it can only handle one file of factors at a time. Any additional files it will attempt to read as input sieve files.

BTW if you are running the Linux/x86-64 version of sr2sieve, don't use versions 1.5.1 - 1.5.3.
geoff is offline   Reply With Quote
Old 2007-05-23, 01:07   #116
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3×7×167 Posts
Default

How big is the bad version? Mine is 88776 bytes. I'm running the AMD version.

Last fiddled with by jasong on 2007-05-23 at 01:07
jasong is offline   Reply With Quote
Old 2007-05-23, 01:34   #117
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

13×89 Posts
Default

Quote:
Originally Posted by jasong View Post
How big is the bad version? Mine is 88776 bytes. I'm running the AMD version.
If you are running the sr2sieve-amd executable then you are not affected, only the 64-bit version has the bug.
geoff is offline   Reply With Quote
Old 2007-05-27, 01:32   #118
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3·7·167 Posts
Default

Am I going to be the only one sieving? I'm not complaining, it's just a question.

Anybody else want to join in on this?
jasong is offline   Reply With Quote
Old 2007-05-31, 21:03   #119
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3·7·167 Posts
Default

reserved 1000-2000

(at 975G, it's 99 sec per factor)
jasong is offline   Reply With Quote
Old 2007-06-09, 20:45   #120
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

3·7·167 Posts
Default

As soon as I get to 2000G, I'm probably going to be moving on to something else. It would be nice if someone could take over handing out the file.

When I finish, I'm going to zip up the sieving file and all the factors found files(after removing factors), and email it to whoever requests the information. I'm hoping at least one person will want the file, so I don't have to worry about it anymore.
jasong is offline   Reply With Quote
Old 2007-06-10, 04:31   #121
tcadigan
 
tcadigan's Avatar
 
Sep 2004
UVic

2×5×7 Posts
Default

Quote:
Originally Posted by jasong View Post
When I finish, I'm going to zip up the sieving file and all the factors found files(after removing factors), and email it to whoever requests the information. I'm hoping at least one person will want the file, so I don't have to worry about it anymore.
as before...I'm interested in the file. same addy as before too please, thanks for the contributions!
tcadigan is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sierpinski/Riesel Base 5: Post Primes Here robert44444uk Sierpinski/Riesel Base 5 358 2008-12-08 16:28
Sierpinski/Riesel Base 10 rogue Conjectures 'R Us 11 2007-12-17 05:08
Sierpinski / Riesel - Base 23 michaf Conjectures 'R Us 2 2007-12-17 05:04
Sierpinski / Riesel - Base 22 michaf Conjectures 'R Us 49 2007-12-17 05:03
Sierpinski Base 5 Reservations geoff Sierpinski/Riesel Base 5 2 2006-08-29 18:23

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


Tue Jul 27 09:05:44 UTC 2021 up 4 days, 3:34, 0 users, load averages: 1.65, 1.63, 1.57

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.