mersenneforum.org  

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

Reply
 
Thread Tools
Old 2009-08-07, 19:53   #45
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

5,881 Posts
Default

Did Auto_LLR ever get modified to output the ks remaining somehow?
I can't find that that was fixed anywhere in this thread.
Also we could do with a conversion to PFGW to get the huge speedup(would it be worth using pfgw's sieving and testing for longer than previous because of that).
Is this script still the best way for running base 3 from n>5k.
henryzz is offline   Reply With Quote
Old 2009-08-07, 21:23   #46
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

32×17×19 Posts
Default

Quote:
Originally Posted by henryzz View Post
Did Auto_LLR ever get modified to output the ks remaining somehow?
I can't find that that was fixed anywhere in this thread.
Also we could do with a conversion to PFGW to get the huge speedup(would it be worth using pfgw's sieving and testing for longer than previous because of that).
Is this script still the best way for running base 3 from n>5k.
if you try the AutomatedLLR.zip with calling 'do 15' the testfile for base 15 (k*15^n-1) with k<1000 and n<200 will be done in seconds.

the file 't17_b15.prp' ist the results of the Automated_low_n.zip for base 15.

after completion there's a file called 't17_b15_log.txt' which contains a detailed summary:
every PRP is listed. the last line states:
found: 858 80 (1 sequnces left, 5 pairs remain, 11 pairs deleted, 12 pairs LLR tested)

this means:
858*^5^80-1 was the last PRP found
1 sequence is left up to this ranges of k and n -> for 1 k-value there's no PRP found upto n=200

the file 't17_b15.org' contains this k-value with pairs.

the file 't17_b15_prp.txt' contains the PRP found for every k-value starting with n=1 upto n=80 (no PRP for higher n found).

so k=256 is the only values <1000 for which no PRP was found!

i've not tested it with the new pfgw version because i have to change many awk-scripts to do the same.

try a little bit (also the example for the Riesel-Problem for 1024<n<10000 is included).
kar_bon is offline   Reply With Quote
Old 2009-08-08, 06:37   #47
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

133718 Posts
Default

it seems to have the fix then
does it work on linux? edit: not at all and it will be no easy conversion for me(could be for others)
i will try and modify it to use pfgw

Last fiddled with by henryzz on 2009-08-08 at 06:45
henryzz is offline   Reply With Quote
Old 2009-08-08, 11:08   #48
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Quote:
Originally Posted by henryzz View Post
it seems to have the fix then
does it work on linux? edit: not at all and it will be no easy conversion for me(could be for others)
i will try and modify it to use pfgw
Wouldn't it just be easier to use PRPNet? Is there a feature that PRPNet is missing that could be useful for this effort?

Last fiddled with by rogue on 2009-08-08 at 11:08
rogue is offline   Reply With Quote
Old 2009-08-08, 12:02   #49
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

5,881 Posts
Default

Quote:
Originally Posted by rogue View Post
Wouldn't it just be easier to use PRPNet? Is there a feature that PRPNet is missing that could be useful for this effort?
good idea
being able to do sieving assignments would be nice
henryzz is offline   Reply With Quote
Old 2009-08-08, 15:57   #50
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Quote:
Originally Posted by henryzz View Post
good idea
being able to do sieving assignments would be nice
Sorry. That won't happen with PRPNet.
rogue is offline   Reply With Quote
Old 2009-08-08, 16:37   #51
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

5,881 Posts
Default

Quote:
Originally Posted by rogue View Post
Sorry. That won't happen with PRPNet.
i did realize that was the case but minds can change
does anyone feel like writing a sieving server/client?
henryzz is offline   Reply With Quote
Old 2009-08-08, 23:15   #52
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Quote:
Originally Posted by henryzz View Post
i did realize that was the case but minds can change
does anyone feel like writing a sieving server/client?
That would be AWESOME!! Then it could be combined with a testing client so that you just tell it what range you want, and it will automatically sieve and test it for you.

Of course the hard part would be coming up with an optimal sieve depth that works in all situations...an extremely difficult task.


Gary
gd_barnes is online now   Reply With Quote
Old 2009-08-09, 01:32   #53
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17×251 Posts
Default

Does anyone know how PrimeGrid runs automatic sieves?

Obviously, a major problem with any automatic distributed sieve, at least when run with something like sr2sieve, is distributing the sieve file.

Why would it be difficult to have an optimal sieve depth calculator? It seems like a very exact scientific process to me, at least when certain data is available.
Mini-Geek is offline   Reply With Quote
Old 2009-08-09, 04:23   #54
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

186916 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
Does anyone know how PrimeGrid runs automatic sieves?

Obviously, a major problem with any automatic distributed sieve, at least when run with something like sr2sieve, is distributing the sieve file.

Why would it be difficult to have an optimal sieve depth calculator? It seems like a very exact scientific process to me, at least when certain data is available.
Although I haven't been following the PrimeGrid forum too closely of late, last I heard they've been using a combination of BOINC-based and manual coordination for their sieving. What they do for the BOINC setup is have a "wrapper" for the particular sieving application that acts as a go-between for the siever and BOINC; the sieve file is downloaded the first time someone does a workunit for that sieve, and I think they release a new "version" of the application every time they have a new sieve file (which prompts the clients to download the latest sieve file version).

The sieve file is not necessarily difficult to distribute, depending on its size. As long as the client only has to redownload it when it changes, it shouldn't be too big a deal.

As for optimal depth, I think PrimeGrid's people calculate it manually just like we do; they then use the manual calculations to decide exactly how much work to load into the server or open up in manual drives.

I would imagine that developing a PRPnet-like automated sieving client would be somewhat of a major undertaking, though a lot of the work could possibly be saved by basing it on PRPnet. It would of course need some heavy modification because of the fundamental differences between sieving and primality testing, but it could probably be done.

One thing I had considered would be to write a "wrapper" of sorts to "fool" PRPnet into thinking that a sieving application (say, sr2sieve) is really PFGW--and having it pass parameters to the client as PFGW input parameters. Say, the pmin and pmax could be passed in the field for the number to be tested, and the factors could be passed back as a concatenated string in the residual field. Nah, I guess that would be a bit too hacked-together to be of any good use--it would probably be better to just modify PRPnet directly.
mdettweiler is offline   Reply With Quote
Old 2009-08-09, 06:01   #55
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

5,881 Posts
Default

IMHO by far the easiest way for getting the sieve file would be manual download
this is what prime search problems lack
if sieving could be added to prpnet then primesearching could be run fully automated
henryzz is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automated LLR testing with LLRnet mdettweiler No Prime Left Behind 24 2011-11-04 19:20
Automated PRP using LLRNet axn Sierpinski/Riesel Base 5 73 2008-11-26 03:46
Automated primality testing with LLRnet mdettweiler Conjectures 'R Us 18 2008-03-04 00:06
Automated P-1 thoughts. nucleon Marin's Mersenne-aries 3 2004-03-25 02:45
Semi-automated P-1 testing GP2 Marin's Mersenne-aries 2 2003-09-29 19:01

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


Tue Jul 27 09:44:42 UTC 2021 up 4 days, 4:13, 0 users, load averages: 2.58, 2.17, 1.97

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.