mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2014-11-13, 01:59   #375
Jayder
 
Jayder's Avatar
 
Dec 2012

2×139 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
Since a long time ago I've had the Poorly P-1 factored page which used to be very useful in finding exponents with badly-done P-1. Literally thousands of (small, below 10M) exponents had P-1 redone and hundreds of new factors were found.
It's still somewhat useful if you're looking to redo some P-1 work that was badly done (B1=5000 or something silly). It won't give you any info about ECM or TF though (I also have a page for less TF than expected but a lot of what's shown there is borderline cases where the rough formula I use to calculate target TF level doesn't match up exactly with the precise formula that GIMPS uses.)
Thanks James, I make good use of your site. I'm not really sure how to use your P-1 page, though. Let's say I come to this page: link. If I put pfactor lines in my worktodo.txt, Prime95 doesn't take it, and if I put pminus1 lines in my worktodo, the bounds are less than what have already been done. So I need to put the bounds in myself, which is fine, but I think there may be improvements to be made. Or maybe I am doing things wrong?

It would be nice if I could search for exponents with less than 0.2 GHzd spent on P-1, and if the form then gave me bounds that achieved that. Combined probability is a fine metric, but I lean more towards wanting to search by GHzd. Maybe it's stupid for me to want that?
Jayder is offline   Reply With Quote
Old 2014-11-13, 02:12   #376
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

342710 Posts
Default

Quote:
Originally Posted by Jayder View Post
If I put pfactor lines in my worktodo.txt, Prime95 doesn't take it
Explain? What does Prime95 say?
James Heinrich is offline   Reply With Quote
Old 2014-11-13, 02:31   #377
Jayder
 
Jayder's Avatar
 
Dec 2012

11616 Posts
Default

Apologies. When I take the Pfactor lines from the link I posted above, it says, "M4025627 does not need P-1 factoring." Again, Pminus1 does work, but the bounds are lower than what have already been done.

Am I doing something wrong?
Jayder is offline   Reply With Quote
Old 2014-11-13, 13:25   #378
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

1101011000112 Posts
Default

Ah, I see what's going on with those particular examples. Taking M4,024,717 for example, GIMPS would assign TF to 261 by default, then some P-1 afterwards, both at somewhat under 1GHz-day of work. However, someone has reported a massive amount of TF work on these exponents (as in 2000+GHz-days per exponent) taking the TF level up to 276. A side effect of increased TF level is that the probability of a P-1 factor for any given bounds decreases as the starting TF level increases, and because these exponents (~4M) have been so over-TF'd it makes the P-1 seem to have a low probability, even though the P-1 done is 10x more effort than GIMPS default.

It's for that reason that the page is supposed to work on "combined probability", but thanks for pointing out that I'd missed some part of that and exponents were being shown as "low P-1 probability" when in fact they've had a large amount for work done. I have fixed the page now and you'll see in the 4M range that there's not much left with a <10% probability.

Quote:
Originally Posted by Jayder View Post
It would be nice if I could search for exponents with less than 0.2 GHzd spent on P-1
That would be an easy search if I had that data stored in the database, but I don't (currently). It's not impossible to add, but it would involve modifying the table of ~24 million records and then calculating GHz-d values and updating all those rows, a non-trivial task.

Last fiddled with by James Heinrich on 2014-11-13 at 13:27
James Heinrich is offline   Reply With Quote
Old 2014-11-15, 23:12   #379
Jayder
 
Jayder's Avatar
 
Dec 2012

2×139 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
That would be an easy search if I had that data stored in the database, but I don't (currently). It's not impossible to add, but it would involve modifying the table of ~24 million records and then calculating GHz-d values and updating all those rows, a non-trivial task.
Thank you, James. I certainly don't expect you to undertake such a task. I appreciate your considering it.

If I'm set on spending a certain amount of GHzd, I guess I'll have to find another way. This is why I wanted to be able to search for exponents not meeting certain bounds.

Now that I think of it, we are now able to sort results, so it wouldn't be a monumental task to collect such numbers myself. I can easily set a range (4M-4.1M) and just sort by B1. I might be able to rig up a spreadsheet or something.
Jayder is offline   Reply With Quote
Old 2014-11-16, 01:41   #380
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Jayder View Post
Thank you, James. I certainly don't expect you to undertake such a task. I appreciate your considering it.

If I'm set on spending a certain amount of GHzd, I guess I'll have to find another way. This is why I wanted to be able to search for exponents not meeting certain bounds.

Now that I think of it, we are now able to sort results, so it wouldn't be a monumental task to collect such numbers myself. I can easily set a range (4M-4.1M) and just sort by B1. I might be able to rig up a spreadsheet or something.
I wouldn't be opposed to setting up some kind of report to show "poorly factored exponents", it's just that I wouldn't really know where to begin on figuring out the criteria there... something that could be used universally by explorers such as yourself who like to pick those out and do a little extra factoring work of some kind (TF, ECM, P-1, whatever).

The tools at my disposal are just whatever the Primenet database stores on such things... TF factored depth is one thing, but when it comes to finding poorly factored ECM or P-1, I tend to nod off.
Madpoo is offline   Reply With Quote
Old 2014-11-16, 21:58   #381
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

23×149 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
It's not impossible to add, but it would involve modifying the table of ~24 million records and then calculating GHz-d values and updating all those rows, a non-trivial task.
I decided to add the information. I'm modifying the database structure now.
  • modify table structure to add 4 new fields: (not sure, session crashed after about 30 mins)
  • add indexes on 4 new fields: ~45 mins
  • populate fields with actual data: weeks
James Heinrich is offline   Reply With Quote
Old 2014-11-29, 21:53   #382
flagrantflowers
 
Apr 2014

27 Posts
Default

Recent Results and Recent Cleared no longer have the ability to sort.
flagrantflowers is offline   Reply With Quote
Old 2014-11-30, 02:04   #383
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by flagrantflowers View Post
Recent Results and Recent Cleared no longer have the ability to sort.
It worked for me. Make sure you give it time to fully load the entire set of data and enough time for the table sorter script to kick in. It can take a while with large data sets like that.

Let me know if you still have any issues with it after refreshing the page. If I had to guess, the full table hadn't loaded yet or something when you tried? I hope that's all it was anyway.
Madpoo is offline   Reply With Quote
Old 2014-12-02, 14:04   #384
ric
 
ric's Avatar
 
Jul 2004
Milan, Ita

2·7·13 Posts
Default Report exponent page broken?

A few moments ago, I was trying to access exponent details, and I got this:

Code:
Parse error: syntax error, unexpected ';' in C:\inetpub\v5\v5server\gimps\0.95_ar2_app.php on line 287
ric is offline   Reply With Quote
Old 2014-12-02, 14:06   #385
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

23×149 Posts
Default

Quote:
Originally Posted by ric View Post
Parse error: syntax error
Sorry about that, should be fixed now.

Last fiddled with by James Heinrich on 2014-12-02 at 14:09
James Heinrich is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database design xilman Astronomy 1 2017-04-30 22:25
Theoretical Experiment Design c10ck3r Homework Help 7 2015-02-03 08:54
Digital Logic Design henryzz Puzzles 9 2014-12-04 20:56
new intel design tha Hardware 5 2007-04-19 11:38
design factoring algorithms koders333 Factoring 14 2006-01-25 14:08

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


Fri Aug 6 22:09:05 UTC 2021 up 14 days, 16:38, 1 user, load averages: 3.63, 3.32, 2.96

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.