mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Riesel Prime Search

Reply
 
Thread Tools
Old 2008-07-25, 12:44   #210
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

23×3×112 Posts
Default

yes, sorry.
i wrote the post before uploading the files.
i got no response from www.rieselprime.org (today too) so i uploaded now all data-files to www.rieselprime.de.
please refer there for now.
kar_bon is offline   Reply With Quote
Old 2008-07-28, 13:03   #211
nuggetprime
 
nuggetprime's Avatar
 
Mar 2007
Austria

2·151 Posts
Default 1443

At 415k so far. no new primes.

--nuggetprime
nuggetprime is offline   Reply With Quote
Old 2008-07-30, 13:00   #212
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

290410 Posts
Default

Quote:
Originally Posted by kar_bon View Post
yes, sorry.
i wrote the post before uploading the files.
i got no response from www.rieselprime.org (today too) so i uploaded now all data-files to www.rieselprime.de.
please refer there for now.
today i uploaded all changed files to www.rieselprime.org without any problems so please refer to this.

i included all data for 1001<=k<=1999 and 10k<=n<=35k into the summary pages (data from henryzz and me).

data for many k's (from 20000 to 200000 and mostly n<=10k) from lavalamp will follow.
kar_bon is offline   Reply With Quote
Old 2008-08-02, 21:15   #213
nuggetprime
 
nuggetprime's Avatar
 
Mar 2007
Austria

30210 Posts
Default 1443

At 500k(no new primes). pausing primesearch now a bit and try a few factorizations.

--nugget
nuggetprime is offline   Reply With Quote
Old 2008-08-09, 05:07   #214
sps27
 
Jul 2008
MA, USA

810 Posts
Default

35779 tested to 600k now... one new prime found:

346735
sps27 is offline   Reply With Quote
Old 2008-12-12, 17:36   #215
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

4,861 Posts
Default

k=443 tested to 1040k. No primes, alas.
-Curtis
VBCurtis is offline   Reply With Quote
Old 2009-01-12, 10:04   #216
Vato
 
Jan 2009

1416 Posts
Default k=15431 & newbie stuff

Was thinking of having a go at k=15431 if it's free - can't see any signs of it having been heavily done before?

Also, I'm a bit of newbie about doing all of this by hand, and the previous howtos refer to NewPGen - is there a more recent howto that covers srsieve variants?

Thanks,

\/ato
Vato is offline   Reply With Quote
Old 2009-01-12, 12:41   #217
Kosmaj
 
Kosmaj's Avatar
 
Nov 2003

2×1,811 Posts
Default Vato

Welcome to RPS!

You are right, nobody did k=15431 before. It's yours!

It's the best to start sieving using NewPGen, upto p=50 or 100bn, and then to switch to srsieve. Suppose that your NewPGen output file is called "15431.txt", then you can start srsieve on the command line as follows:
> sr1sieve -i 15431.txt -o 15431.txt -P 3E12

It will sieve to 3T but you can stop it earlier if you want.

Happy hunting!
Kosmaj is offline   Reply With Quote
Old 2009-01-13, 00:14   #218
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

5×271 Posts
Default

Personally I now start sieving with srsieve, then move onto sr1sieve. This is because NewPGen misses factors and is no longer being actively developed.

If you're on windows, you could put these commands in a batch file and run it to create a sieve:
Code:
srsieve -v -g -m 4e15 -P 1e10 -n 0 -N 101419 "15431*2^n-1"

ren "t17_b2_k15431.npg" "15431_sieve.txt"

pause
That command will sieve 15431*2^n-1 for n up to 101,419 which is an Intel CPU FFT jump point. If you have an AMD CPU under the hood, you might want to change that to 102,919 for the corresponding AMD jump point. It will sieve to a depth of 10 billion, at which point I would recommend switching to sr1sieve.

The ren command simply renames the output file to something more friendly, and the pause command holds the batch file window open when it's done so that you can read any output.

If you want to know what all of the other switches in that command line do, just run srsieve -h, and likewise sr1sieve -h for sr1sieve.

Sieving and LLRing a k up to n=101,419 (or n=102,919) will take maybe 1 - 2 weeks *, depending on how fast your CPU is and how many candidates are removed while sieving.

To get those jump points I used llrtools.

* completely wild guess
lavalamp is offline   Reply With Quote
Old 2009-01-15, 22:11   #219
Happy5214
 
Happy5214's Avatar
 
"Alexander"
Nov 2008
The Alamo City

24×43 Posts
Smile New k

OK, I'll take over k=10544249 until 1M.

Personally, I also use srsieve, so...

-Alexander Jones
Happy5214 is offline   Reply With Quote
Old 2009-01-29, 20:27   #220
Dougal
 
Dougal's Avatar
 
Jan 2009
Ireland

2·3·31 Posts
Default

taking 20934375
Dougal is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Work for Finding Primes Unregistered Information & Answers 9 2012-06-24 13:50
Which settings to choose for best work? jmb1982 Software 2 2009-04-07 09:33
Help test 210885 - Find a new top 5000 prime! SlashDude Riesel Prime Search 121 2008-01-03 08:47
Help test 2995125705 - Find a new top 5000 prime! SlashDude Riesel Prime Search 538 2007-05-08 01:42
The fastest way to a top-5000 prime? lsoule 15k Search 13 2005-09-19 20:24

All times are UTC. The time now is 11:49.


Sat Jul 17 11:49:46 UTC 2021 up 50 days, 9:37, 1 user, load averages: 1.57, 1.41, 1.32

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.