mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Marin's Mersenne-aries (https://www.mersenneforum.org/forumdisplay.php?f=30)
-   -   Trippple Checks (https://www.mersenneforum.org/showthread.php?t=17108)

Mark Rose 2018-01-30 04:42

[QUOTE=chalsall;478745]Please forgive me for this, but I am often amazed by how few people understand the most basic of rules.

Regular expressions defines a period as being any character. A "star" ("*") means any number of matches; zero, one, or many.

This regex could have also been done using a "\d*", which means any number of digits, including none. "\d+", on the other hand, means that at least one decimal character exists.[/QUOTE]

Indeed.

I chose .* because I'm lazy and it's the fewest characters required in this case.

An aside: I wish sed supported lookahead and lookbehind.

kladner 2018-01-30 17:56

[QUOTE]That probably means you started a new run of it using a previous save file, rather than an entirely new run starting from scratch[/QUOTE]
That is the case. When it started throwing Jacobi failures, I rolled back until there were no errors reported, and continued from there. When the first run yielded a mismatch, I backed up further and tried again, getting another mismatch which didn't match my first result. I started from scratch at that point, but the bad results got submitted, so the last run terminated with a No Such Assignment.

Prime95 2018-01-30 19:00

[QUOTE=kladner;478815]That is the case. When it started throwing Jacobi failures, I rolled back until there were no errors reported, and continued from there.[/QUOTE]

Time to switch to Gerbicz PRP testing.

Madpoo 2018-03-19 01:59

work that needs triple+ checks
 
Hi all,

Now that I no longer have machines to run these myself, I thought I could list the exponents that need a 3rd (or more) check if anyone else wanted to do some verifying runs.

Here's the current list:
[CODE]WorkToDo
DoubleCheck=43770341,73,1
DoubleCheck=45551677,73,1
DoubleCheck=46090507,73,1
DoubleCheck=46329053,73,1
DoubleCheck=46458697,73,1
DoubleCheck=46540211,73,1
DoubleCheck=46582663,73,1
DoubleCheck=46624843,73,1
DoubleCheck=46662509,73,1
DoubleCheck=46737767,73,1
DoubleCheck=46756189,73,1
DoubleCheck=46768627,73,1
DoubleCheck=47029987,73,1
DoubleCheck=47036257,73,1
DoubleCheck=47107079,73,1
DoubleCheck=47205791,73,1
DoubleCheck=47561749,73,1
DoubleCheck=47908753,73,1
DoubleCheck=47938721,73,1
DoubleCheck=47994619,73,1
DoubleCheck=48119447,73,1
DoubleCheck=48571891,73,1
DoubleCheck=49397471,73,1
DoubleCheck=49637279,73,1
DoubleCheck=49786091,73,1
DoubleCheck=52060373,73,1
DoubleCheck=52575517,73,1
DoubleCheck=52809257,73,1
DoubleCheck=53124671,73,1
DoubleCheck=53546027,73,1
DoubleCheck=53693933,73,1
DoubleCheck=54246013,73,1
DoubleCheck=55861261,74,1
DoubleCheck=62457943,74,1
DoubleCheck=78223697,75,1
DoubleCheck=78241819,75,1
DoubleCheck=78335503,75,1
DoubleCheck=79820087,75,1
DoubleCheck=80535131,75,1
DoubleCheck=80633219,75,1[/CODE]

kladner 2018-03-19 05:11

Dibs on the first
DoubleCheck=43770341,73,1
registered

GP2 2018-03-19 15:06

I took everything above 53M, except these:

[CODE]
DoubleCheck=62457943,74,1
DoubleCheck=79820087,75,1
[/CODE]

where I was the one who did the double-check.

Mark Rose 2018-03-19 17:56

[QUOTE=GP2;482790]I took everything above 53M, except these:

[CODE]
DoubleCheck=62457943,74,1
DoubleCheck=79820087,75,1
[/CODE]

where I was the one who did the double-check.[/QUOTE]

I've queued these.

Madpoo 2018-03-20 03:07

[QUOTE=Mark Rose;482798]I've queued these.[/QUOTE]

Thanks, you guys rock.

It was really cool to be able to do these verification runs in near-realtime so that people who had a mismatch wouldn't be left hanging for years in some cases.

Considering the huge backlog of tests that needed a triple-check when I first started on them, it was hard to imagine ever really catching up, but AirSquirrels in particular did a great job helping with the backlog.

Just before I turned in my last test, I think it was down to just a pair of tests that were assigned to other people... going slow, but progressing. Ah well, I came close to getting them all done before having to quit. :smile:

ixfd64 2018-03-20 03:13

A little off-topic, but I'm hoping your new job will give you access to even more computing power. :D

ET_ 2018-03-20 11:03

I'm gtaking the following:
[code]
DoubleCheck=45551677,73,1
DoubleCheck=46090507,73,1
DoubleCheck=46329053,73,1
DoubleCheck=46458697,73,1
DoubleCheck=46540211,73,1
DoubleCheck=46582663,73,1
[/code]

kladner 2018-03-21 14:40

[QUOTE=kladner;482758]Dibs on the first
DoubleCheck=43770341,73,1
registered[/QUOTE]
Matched Jack the Ripper's result.


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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.