mersenneforum.org  

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

Reply
 
Thread Tools
Old 2012-08-30, 07:42   #155
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

28A316 Posts
Default

I have updated the pages so that Riesel and Sierp base 5 show like all other bases. They now show a regular test limit and a regular link to a k's remaining page. In addition to the usual CRUS links, they also have correct links to up-to-date Primegrid project info. and stats pages.

Base 5 is now effectively just like base 2 on the pages. Therefore it is my hope that base 5 will be picked up on the CRUS project stats pages.
gd_barnes is online now   Reply With Quote
Old 2012-08-30, 17:48   #156
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Base 5 is now effectively just like base 2 on the pages. Therefore it is my hope that base 5 will be picked up on the CRUS project stats pages.
Is there any reason that base 5 is not showing up on the stats pages?
gd_barnes is online now   Reply With Quote
Old 2012-08-30, 19:45   #157
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Is there any reason that base 5 is not showing up on the stats pages?
I don't know off the top of my head. I'll look into it.
rogue is offline   Reply With Quote
Old 2012-08-30, 22:39   #158
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Try changing this:

<td bgcolor="#00FF00">5</td>
<td bgcolor="#00FF00">346802</td>
<td bgcolor="#00FF00">3, 7, 13, 31, 601</td>
<td bgcolor="#00FF00">&nbsp;</td>
<td bgcolor="#00FF00">k = = 1 mod 2 (2)</td>
<td bgcolor="#00FF00">112 k's remaining at n=810K.<br>

to this:

<td bgcolor="#00FF00">5</td>
<td bgcolor="#00FF00">346802</td>
<td bgcolor="#00FF00">3, 7, 13, 31, 601</td>
<td bgcolor="#00FF00">k = = 1 mod 2 (2)</td>
<td bgcolor="#00FF00">112 k's remaining at n=810K.</td><br>

that seems to work.
rogue is offline   Reply With Quote
Old 2012-08-31, 03:48   #159
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Quote:
Originally Posted by rogue View Post
Try changing this:

<td bgcolor="#00FF00">5</td>
<td bgcolor="#00FF00">346802</td>
<td bgcolor="#00FF00">3, 7, 13, 31, 601</td>
<td bgcolor="#00FF00">&nbsp;</td>
<td bgcolor="#00FF00">k = = 1 mod 2 (2)</td>
<td bgcolor="#00FF00">112 k's remaining at n=810K.<br>

to this:

<td bgcolor="#00FF00">5</td>
<td bgcolor="#00FF00">346802</td>
<td bgcolor="#00FF00">3, 7, 13, 31, 601</td>
<td bgcolor="#00FF00">k = = 1 mod 2 (2)</td>
<td bgcolor="#00FF00">112 k's remaining at n=810K.</td><br>

that seems to work.
Two problems:
1. Removing the &nbsp line completely misaligns things to the left on the page. This spacing is needed as filler.
2. Adding the </td> after the k's remaining line causes the statement "See k's at Riesel Base 5 remain." to go away.

So I can't do the above.

See Riesel base 35. It is HTML formatted exactly the same way as Riesel base 5 but it shows up on the stats page. There must be something else going on. By chance did you hard-code specific bases not to show up on the stats page? I notice that bases 3, 5, 7, and 15 do not show up. I had assumed for bases 3, 7, and 15 that it was because not all of the k's have been tested and I had assumed for base 5 that it was because there was no "normal" link to a k's remaining page. Now that "normal" link exists so that base 5 looks just like most any other base that have all of its k's tested and there is > 25 k's remaining.

So...perhaps what is needed is to look into why Riesel and Sierp bases 3, 5, 7, and 15 are not showing up but a similar base (HTML-wise) like Riesel base 35 is showing up.

Last fiddled with by gd_barnes on 2012-08-31 at 04:11
gd_barnes is online now   Reply With Quote
Old 2012-08-31, 09:19   #160
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

32×17×19 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
So...perhaps what is needed is to look into why Riesel and Sierp bases 3, 5, 7, and 15 are not showing up but a similar base (HTML-wise) like Riesel base 35 is showing up.
So which stats-page is in question here?

I only see that the first table of stats+progress sums the bases false:

Riesel: not-base-2: 1018, base-2: 12 -> all: 1031 (1018+12?)

although there're only 1029 bases (base 2 to 1030).

Same for Sierpinski.
kar_bon is offline   Reply With Quote
Old 2012-08-31, 10:52   #161
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11000110100002 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Two problems:
1. Removing the &nbsp line completely misaligns things to the left on the page. This spacing is needed as filler.
2. Adding the </td> after the k's remaining line causes the statement "See k's at Riesel Base 5 remain." to go away.

So I can't do the above.
I'll look again.

As for 3, 7, 15, some k have not been tested, so they aren't listed.
rogue is offline   Reply With Quote
Old 2012-09-01, 14:58   #162
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

I have attached an updated script that fixes the issue that was causing base 5 to be excluded. That was the only base with a problem.
Attached Files
File Type: txt 12_proc_conjecture_pages.txt (11.5 KB, 68 views)

Last fiddled with by rogue on 2012-09-01 at 14:59
rogue is offline   Reply With Quote
Old 2012-09-01, 15:45   #163
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

11000011010012 Posts
Default

Quote:
Originally Posted by rogue View Post
I have attached an updated script that fixes the issue that was causing base 5 to be excluded. That was the only base with a problem.
I've updated the file on the server--it should be reflected at the next hourly update (11:30 AM server time).
mdettweiler is offline   Reply With Quote
Old 2012-09-01, 19:28   #164
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Nice job guys. It's nice to see base 5 reflected on everything.
gd_barnes is online now   Reply With Quote
Old 2012-09-24, 21:56   #165
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

A new problem has popped up. I just added a prime found by Mark and removed that k for R45. There were no changes to the testing limits. It now shows up on the unproven conjectures page here with a relative difficulty of -5 and an "n per 25000" of -2.

An old problem still exists. R63 still shows a relative difiiculty and an "n per 25000" of 0.
gd_barnes is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sieving for CRUS rebirther Conjectures 'R Us 638 2021-06-15 07:55
BOINC effort for CRUS gd_barnes Conjectures 'R Us 75 2015-06-17 14:25
What are your CRUS plans? rogue Conjectures 'R Us 35 2013-11-09 09:03
how high will CRUS go Mini-Geek Conjectures 'R Us 1 2010-11-08 20:50
CSVs for stats available + New combined stats opyrt Prime Sierpinski Project 3 2010-05-31 08:13

All times are UTC. The time now is 10:28.


Tue Jul 27 10:28:19 UTC 2021 up 4 days, 4:57, 0 users, load averages: 2.60, 2.01, 1.91

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.