mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Aliquot Sequences (https://www.mersenneforum.org/forumdisplay.php?f=90)
-   -   Aliquot sequence reservations (https://www.mersenneforum.org/showthread.php?t=11588)

fivemack 2015-01-05 08:23

Dropping 374748 (unexamined C89)

henryzz 2015-01-05 19:09

Got a bunch of strange errors in the script today:
[code]E:\Mersenne\AliquotReservations>reservations_4.py spider
19:03:58 <class 'ConnectionResetError'>! [WinError 10054] An existing connection was forci
bly closed by the remote host
Couldn't get info, no info will be updated
Read 225 seqs
19:04:00 391566: henryzz adding [918264], dropping []
Warning: seq 918264 doesn't appear to be in the list
19:04:00 391572: Batalov adding [193320, 543270, 652524, 671020], dropping []
Warning: seq 193320 is owned by Batalov but is trying to be reserved by Batalov!
Warning: seq 543270 doesn't appear to be in the list
Warning: seq 652524 is owned by Batalov but is trying to be reserved by Batalov!
Warning: seq 671020 is owned by Batalov but is trying to be reserved by Batalov!
19:04:00 391586: fivemack adding [], dropping [331140]
19:04:00 391593: fivemack adding [], dropping [289674]
19:04:00 391603: fivemack adding [404550, 441384, 443448, 445032, 448188, 454728, 460512,
467424, 467994, 475272, 475410, 481890, 487080, 488214, 492128], dropping []
Warning: seq 404550 doesn't appear to be in the list
Warning: seq 441384 doesn't appear to be in the list
Warning: seq 443448 doesn't appear to be in the list
Warning: seq 445032 doesn't appear to be in the list
Warning: seq 448188 doesn't appear to be in the list
Warning: seq 454728 doesn't appear to be in the list
Warning: seq 460512 doesn't appear to be in the list
Warning: seq 467424 doesn't appear to be in the list
Warning: seq 467994 doesn't appear to be in the list
Warning: seq 475272 doesn't appear to be in the list
Warning: seq 475410 doesn't appear to be in the list
Warning: seq 481890 doesn't appear to be in the list
Warning: seq 487080 doesn't appear to be in the list
Warning: seq 488214 doesn't appear to be in the list
Warning: seq 492128 doesn't appear to be in the list
19:04:00 391702: fivemack adding [], dropping [374748]
19:04:00 Checking page 62
Read 225 seqs
Wrote 225 seqs
Wrote 222 seqs
There's room for ~46 more reservations[/code]
Running it again after changing the pid back worked as expected. There is only space for ~29 more reservations currently.

yoyo 2015-01-05 19:55

I reserved some more. Complete list: [url]http://yafu.myfirewall.org/yafu/download/ali/ali.txt.all[/url]

Batalov 2015-01-05 20:02

Some of them [B]are[/B] reserved, so please don't work on them. E.g. 399168, 489000, 629154...

yoyo 2015-01-05 20:17

I removed them.

unconnected 2015-01-05 20:55

Reserving 61116, 993000, 976104.

henryzz 2015-01-05 21:35

[QUOTE=yoyo;391740]I reserved some more. Complete list: [url]http://yafu.myfirewall.org/yafu/download/ali/ali.txt.all[/url][/QUOTE]

I modified the link in the first post to this file. Please be careful to not reserve other's sequences.

Dubslow would it be easy to parse this reservations list for your website and the reservations script? With this many sequences it is inevititable that there are going to be conflicts otherwise. Either that or it is going to be hard to discover sequences that aren't reserved and are nice looking sequences.

fivemack 2015-01-05 22:02

Drop 330144 (fully-ECMed C111)

Dubslow 2015-01-06 00:26

[QUOTE=henryzz;391737]Got a bunch of strange errors in the script today:
[code]E:\Mersenne\AliquotReservations>reservations_4.py spider
19:03:58 <class 'ConnectionResetError'>! [WinError 10054] An existing connection was forci
bly closed by the remote host
Couldn't get info, no info will be updated
Read 225 seqs
19:04:00 391566: henryzz adding [918264], dropping []
Warning: seq 918264 doesn't appear to be in the list
19:04:00 391572: Batalov adding [193320, 543270, 652524, 671020], dropping []
Warning: seq 193320 is owned by Batalov but is trying to be reserved by Batalov!
Warning: seq 543270 doesn't appear to be in the list
Warning: seq 652524 is owned by Batalov but is trying to be reserved by Batalov!
Warning: seq 671020 is owned by Batalov but is trying to be reserved by Batalov!
19:04:00 391586: fivemack adding [], dropping [331140]
19:04:00 391593: fivemack adding [], dropping [289674]
19:04:00 391603: fivemack adding [404550, 441384, 443448, 445032, 448188, 454728, 460512,
467424, 467994, 475272, 475410, 481890, 487080, 488214, 492128], dropping []
Warning: seq 404550 doesn't appear to be in the list
Warning: seq 441384 doesn't appear to be in the list
Warning: seq 443448 doesn't appear to be in the list
Warning: seq 445032 doesn't appear to be in the list
Warning: seq 448188 doesn't appear to be in the list
Warning: seq 454728 doesn't appear to be in the list
Warning: seq 460512 doesn't appear to be in the list
Warning: seq 467424 doesn't appear to be in the list
Warning: seq 467994 doesn't appear to be in the list
Warning: seq 475272 doesn't appear to be in the list
Warning: seq 475410 doesn't appear to be in the list
Warning: seq 481890 doesn't appear to be in the list
Warning: seq 487080 doesn't appear to be in the list
Warning: seq 488214 doesn't appear to be in the list
Warning: seq 492128 doesn't appear to be in the list
19:04:00 391702: fivemack adding [], dropping [374748]
19:04:00 Checking page 62
Read 225 seqs
Wrote 225 seqs
Wrote 222 seqs
There's room for ~46 more reservations[/code]
Running it again after changing the pid back worked as expected. There is only space for ~29 more reservations currently.[/QUOTE]

Hmm, strange. Getting sequence information failed, and that apparently caused issues with the current reservations? But you said manually modifying the pid, without any changes to the reservation list, worked fine?


[QUOTE=henryzz;391759]I modified the link in the first post to this file. Please be careful to not reserve other's sequences.

Dubslow would it be easy to parse this reservations list for your website and the reservations script? With this many sequences it is inevititable that there are going to be conflicts otherwise. Either that or it is going to be hard to discover sequences that aren't reserved and are nice looking sequences.[/QUOTE]

I could, but I'd still prefer to go the multi post method to allow fivemack large reservations as well... I'd prefer to not treat anything specially, as this would be doing.

Are there really other scripts besides my own that parse the reservation post?

fivemack 2015-01-06 08:24

Drop 330144 (ECMed C111)

fivemack 2015-01-06 21:06

Drop 255120 (ECMed C115)


All times are UTC. The time now is 23:07.

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