![]() |
|
|
#78 |
|
May 2005
23·7·29 Posts |
OK, I will be hitting n=6999 (using PFGW) latest tomorrow, and I am planning to sieve 7000<n<20000 with sr2sieve (I have already created sieve file with srsieve @ pmax=1e6), and then finish it with LLR + Proth
Last fiddled with by Cruelty on 2007-09-02 at 12:31 |
|
|
|
|
|
#79 | |
|
May 2007
Kansas; USA
33×5×7×11 Posts |
Quote:
Just to clarify to make sure I understand you correctly...Sometime late on Monday, you will have completed searching the range of 100K < k < 200K for n < 7000. Is that correct? Suggestion...Having searched across large ranges of k quite a bit myself, I have found srsieve to be much faster than sr2sieve for a very large # of k's like you are doing here. You might run both over the same range of p for a small test and see which one is faster on your machine. I think srsieve will be much faster for the 50,000 k's that you're doing here (assuming that I understand you correctly). My experience...when doing the double-checking for k <= 1001 up to n=50K, srsieve was faster in all cases, even when I reduced the range of k to just 300 < k < 1001. But when I did my 'large heavy-weight' k sieve for only 12 k's from k=19437 up to k=3428677395 from n=200K to 400K, sr2sieve was always faster. It probably has to do with actual factor removal as the program progresses on srsieve vs. just writing factors out and removing them later on sr2sieve. I think a large # of k's makes immediate removal by the program much faster vs. removing them at a few points along the way or all at the end using srfile. Gary Last fiddled with by gd_barnes on 2007-09-02 at 19:07 |
|
|
|
|
|
|
#80 |
|
May 2005
23·7·29 Posts |
You've got it right Gary
BTW: Thanks for the tip, I have another one: when running any sr(x)sieve program at the beginning stage of each sieve (when there are a lot of candidates to be found), minimize the prompt window as the output consumes a lot of CPU resources |
|
|
|
|
|
#81 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
624910 Posts |
Quote:
|
|
|
|
|
|
|
#82 | |
|
May 2007
Kansas; USA
242338 Posts |
Quote:
Excellent! I'll look that up. Typically, I wouldn't mind it running minimized but sometimes I'd prefer that others not know that it is running! That's what I'll use it for. LLR and NewPgen have easy ways to 'hide' them but I wasn't aware of a way to do that for the srsieve programs.Gary |
|
|
|
|
|
|
#83 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
Another option for hiding a command line application (or any application, for that matter) is to use hideit.exe--a handy little program that is a bit more full-featured than runh.exe, and simply puts an icon in the system tray, which you can right-click on to display a list of all the open windows--and you can hide any of them with a click of its name. I personally prefer runh.exe for manual sieving and other apps of that sort, but hideit.exe is useful for other applications, such as mail programs or stuff like that, that you'd like to get out of your hair. I think I heard of it on the message boards at Riesel Sieve too (though it might have been elsewhere). I can't remember where to download it, though, and a Google search doesn't seem to be as fruitful as with runh.exe, so I'm attaching hideit.exe to this post for convenience.
|
|
|
|
|
|
|
#84 |
|
May 2005
23·7·29 Posts |
You were right... sort of, because running 50000-k sieve using sr2sieve is simply not feasible, as sr2sieve computes Legendre symbol tables which is extremely memory intensive task, e.g. 1GB RAM + 2.9GB SWAP is not enough to even complete this process, not to mention starting actual sieve...
Last fiddled with by Cruelty on 2007-09-10 at 21:21 |
|
|
|
|
|
#85 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
624910 Posts |
Quote:
|
|
|
|
|
|
|
#86 |
|
"Curtis"
Feb 2005
Riverside, CA
113758 Posts |
srsieve is a very general program for sieving many different categories of prime searches. It can sieve many k's at once.
sr1sieve is a single-k sieve for k*2^n+-c. It's fast. sr2sieve is a multi-k version of sr1sieve. It only sieves files in abcd or rieselsieve formats, and only of the form mentioned for sr1. It is heavily optimized and on the order of 5x faster than srsieve for the searches I've tried (between 3 and 20 k's, over a large range of n). However, it uses more memory to achieve the speed increases, so unusual sieves may not be faster (or may run out of memory, as in cruelty's post). -Curtis |
|
|
|
|
|
#87 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
11000011010012 Posts |
Quote:
|
|
|
|
|
|
|
#88 |
|
"Curtis"
Feb 2005
Riverside, CA
4,861 Posts |
I don't remember precisely, but I think SOB and rieselsieve use a format slightly different from abcd. if I'm incorrect, both use ABCD and I'm simply mistaken.
-Curtis |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Erroneous data | ATH | Data | 8 | 2013-11-13 19:21 |
| Corrupted data? | Oops! | Information & Answers | 2 | 2013-10-22 03:48 |
| GPU TF vs DC/LL data | bcp19 | GPU to 72 | 0 | 2011-12-02 16:41 |
| Data available? | Prime95 | LMH > 100M | 10 | 2007-06-22 23:55 |
| Conflicting data? | ATH | Data | 4 | 2006-02-27 13:53 |