Fri Feb 1 00:17:46 2013:info:1: received 2 file descriptors: 6, 7 Fri Feb 1 00:17:46 2013:info:running as ejudge (1) Fri Feb 1 00:17:46 2013:info:HTTP_REQUEST -> OK, 69 Fri Feb 1 00:17:46 2013:info:3: received 2 file descriptors: 6, 7 Fri Feb 1 00:17:46 2013:info:loading contest 1 configuration file Fri Feb 1 00:17:46 2013:info:configuration file parsed ok Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/compile/var/compile/000001 created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/compile/var/compile/000001/status created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/compile/var/compile/000001/status/in created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/compile/var/compile/000001/status/dir created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/compile/var/compile/000001/status/out created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/compile/var/compile/000001/report created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/queue created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/queue/in created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/queue/dir created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/queue/out created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/exe created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/000001 created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/000001/status created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/000001/status/in created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/000001/status/dir created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/000001/status/out created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/run/000001/report created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/status created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/status/in created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/status/dir created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/status/out created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/work created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/work/print created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/work/diff created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/archive created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/archive/clars created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/archive/runs created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/archive/xmlreports created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/archive/reports created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/archive/audit created Fri Feb 1 00:17:46 2013:info:make_dir: /home/judges/000001/var/team_extra created mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: CREATE TABLE runheaders( contest_id INT UNSIGNED NOT NULL, start_time TIMESTAMP DEFAULT 0, sched_time TIMESTAMP DEFAULT 0, duration INT UNSIGNED, stop_time TIMESTAMP DEFAULT 0, finish_time TIMESTAMP DEFAULT 0, saved_duration INT UNSIGNED, saved_stop_time TIMESTAMP DEFAULT 0, saved_finish_time TIMESTAMP DEFAULT 0, last_change_time TIMESTAMP DEFAULT 0, last_change_nsec INT UNSIGNED NOT NULL, PRIMARY KEY (contest_id) ); mysql: CREATE TABLE runs( run_id INT UNSIGNED NOT NULL, contest_id INT UNSIGNED NOT NULL, size INT UNSIGNED NOT NULL DEFAULT 0, create_time TIMESTAMP DEFAULT 0, create_nsec INT UNSIGNED NOT NULL DEFAULT 0, user_id INT UNSIGNED NOT NULL, prob_id INT UNSIGNED NOT NULL, lang_id INT UNSIGNED NOT NULL, status INT NOT NULL, ssl_flag TINYINT NOT NULL DEFAULT 0, ip_version TINYINT NOT NULL DEFAULT 4, ip VARCHAR(64) NOT NULL, hash VARCHAR (128), run_uuid CHAR(40), score INT NOT NULL, test_num INT NOT NULL, score_adj INT NOT NULL, locale_id INT NOT NULL, judge_id INT NOT NULL, variant INT NOT NULL, pages INT NOT NULL, is_imported TINYINT NOT NULL DEFAULT 0, is_hidden TINYINT NOT NULL DEFAULT 0, is_readonly TINYINT NOT NULL DEFAULT 0, is_examinable TINYINT NOT NULL DEFAULT 0, mime_type VARCHAR(64), examiners0 INT NOT NULL, examiners1 INT NOT NULL, examiners2 INT NOT NULL, exam_score0 INT NOT NULL, exam_score1 INT NOT NULL, exam_score2 INT NOT NULL, last_change_time TIMESTAMP DEFAULT 0, last_change_nsec INT UNSIGNED NOT NULL, is_marked TINYINT NOT NULL DEFAULT 0, is_saved TINYINT NOT NULL DEFAULT 0, saved_status INT NOT NULL DEFAULT 0, saved_score INT NOT NULL DEFAULT 0, saved_test INT NOT NULL DEFAULT 0, passed_mode TINYINT NOT NULL DEFAULT 0, eoln_type TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (run_id, contest_id) ); mysql: INSERT INTO config VALUES ('run_version', '5') ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: INSERT INTO runheaders VALUES ( 1, DEFAULT, DEFAULT, 18000, DEFAULT, DEFAULT, 0, DEFAULT, DEFAULT, '2013-02-01 00:17:46', 376181000 ) ; Fri Feb 1 00:17:46 2013:info:The runlog is empty mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: CREATE TABLE clars( clar_id INT UNSIGNED NOT NULL, contest_id INT UNSIGNED NOT NULL, size INT UNSIGNED NOT NULL DEFAULT 0, create_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, nsec INT UNSIGNED NOT NULL DEFAULT 0, user_from INT UNSIGNED NOT NULL DEFAULT 0, user_to INT UNSIGNED NOT NULL DEFAULT 0, j_from INT UNSIGNED NOT NULL DEFAULT 0, flags TINYINT NOT NULL DEFAULT 0, ip_version TINYINT NOT NULL DEFAULT 4, hide_flag TINYINT NOT NULL DEFAULT 0, ssl_flag TINYINT NOT NULL DEFAULT 0, appeal_flag TINYINT NOT NULL DEFAULT 0, ip VARCHAR(64) NOT NULL, locale_id INT NOT NULL DEFAULT 0, in_reply_to INT NOT NULL DEFAULT 0, run_id INT NOT NULL DEFAULT 0, clar_charset VARCHAR(64), subj VARBINARY(64), PRIMARY KEY (clar_id, contest_id) ); mysql: CREATE TABLE clartexts( clar_id INT UNSIGNED NOT NULL, contest_id INT UNSIGNED NOT NULL, clar_text VARBINARY(4096), PRIMARY KEY (clar_id, contest_id) ); mysql: INSERT INTO config VALUES ('clar_version', '2') ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Fri Feb 1 00:17:46 2013:info:reading file /home/judges/000001/var/status/dir/status Fri Feb 1 00:17:46 2013:error:open("/home/judges/000001/var/status/dir/status", O_RDONLY) failed: 2, No such file or directory Fri Feb 1 00:17:46 2013:info:teamdb_refresh: updated: 1 users, 15 max user, XML size = 476 Fri Feb 1 00:17:46 2013:info:Copy: /home/judges/000001/var/status/XXX_13596634661057 -> /home/judges/000001/var/status/in/1057_localhost.localdomain_standings.html Fri Feb 1 00:17:46 2013:info:Move: /home/judges/000001/var/status/in/1057_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Fri Feb 1 00:17:46 2013:info:allocate_user_info: new size 64 Fri Feb 1 00:17:46 2013:info:HTTP_REQUEST -> OK, 13351 Fri Feb 1 00:17:51 2013:info:5: received 2 file descriptors: 6, 7 Fri Feb 1 00:17:51 2013:info:HTTP_REQUEST -> OK, 4244 Fri Feb 1 00:18:20 2013:info:7: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 0, 1, 0, '2013-02-01 00:18:20', 182804000, 1, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-02-01 00:18:20', 182824000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 121, user_id = 1, prob_id = 1, lang_id = 2, status = 99, ssl_flag = 0, ip_version = 4, ip = '127.0.0.1', hash = 'd42cb9163be414e9df83265eb876e5100d9a3bd2', run_uuid = 'e4e5bf8a-3c1d-423a-82ab-35a7947fce1f', score = -1, test_num = 0, locale_id = 0, variant = 0, is_hidden = 1, mime_type = NULL, eoln_type = 0, last_change_time = '2013-02-01 00:18:20', last_change_nsec = 186405000 WHERE contest_id = 1 AND run_id = 0 ; Fri Feb 1 00:18:20 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000000 Fri Feb 1 00:18:20 2013:info:writing file /home/judges/compile/var/compile/src/G0000LKCCOFN.c Fri Feb 1 00:18:20 2013:info:writing file /home/judges/compile/var/compile/queue/in/1057_localhost.localdomain_G0000LKCCOFN Fri Feb 1 00:18:20 2013:info:Move: /home/judges/compile/var/compile/queue/in/1057_localhost.localdomain_G0000LKCCOFN -> /home/judges/compile/var/compile/queue/dir/G0000LKCCOFN mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-02-01 00:18:20', last_change_nsec = 220793000 WHERE contest_id = 1 AND run_id = 0 ; Fri Feb 1 00:18:20 2013:info:HTTP_REQUEST -> OK, 60 Fri Feb 1 00:18:20 2013:info:9: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:20 2013:info:HTTP_REQUEST -> OK, 13849 Fri Feb 1 00:18:21 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000000 -> /home/judges/compile/var/compile/000001/status/out/1057_localhost.localdomain_000000 Fri Feb 1 00:18:21 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/1057_localhost.localdomain_000000 Fri Feb 1 00:18:21 2013:info:reading file /home/judges/compile/var/compile/000001/report/000000.txt Fri Feb 1 00:18:21 2013:error:open("/home/judges/compile/var/compile/000001/report/000000.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-02-01 00:18:21', last_change_nsec = 275635000 WHERE contest_id = 1 AND run_id = 0 ; Fri Feb 1 00:18:21 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000000 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000000 Fri Feb 1 00:18:21 2013:info:Copy: /home/judges/000001/var/status/XXX_13596635011057 -> /home/judges/000001/var/status/in/1057_localhost.localdomain_standings.html Fri Feb 1 00:18:21 2013:info:Move: /home/judges/000001/var/status/in/1057_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Fri Feb 1 00:18:22 2013:info:11: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:22 2013:info:HTTP_REQUEST -> OK, 13854 Fri Feb 1 00:18:25 2013:info:13: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:25 2013:info:reading file /home/judges/000001/var/archive/xmlreports/0/0/0/000000 Fri Feb 1 00:18:25 2013:info:HTTP_REQUEST -> OK, 1214 Fri Feb 1 00:18:26 2013:info:15: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:26 2013:info:HTTP_REQUEST -> OK, 13854 Fri Feb 1 00:18:31 2013:info:17: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:31 2013:info:reading file /home/judges/000001/var/archive/runs/0/0/0/000000 Fri Feb 1 00:18:31 2013:error:archive_make_read_path: no entry 0 in `/home/judges/000001/var/archive/reports' Fri Feb 1 00:18:31 2013:info:HTTP_REQUEST -> OK, 7416 Fri Feb 1 00:18:32 2013:info:19: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:32 2013:info:HTTP_REQUEST -> OK, 6556 Fri Feb 1 00:18:37 2013:info:21: received 2 file descriptors: 6, 7 mysql: UPDATE runs SET lang_id = 3, last_change_time = '2013-02-01 00:18:37', last_change_nsec = 72627000 WHERE contest_id = 1 AND run_id = 0 ; Fri Feb 1 00:18:37 2013:info:HTTP_REQUEST -> OK, 60 Fri Feb 1 00:18:37 2013:info:23: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:37 2013:info:HTTP_REQUEST -> OK, 13854 Fri Feb 1 00:18:39 2013:info:25: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:39 2013:info:Copy: /home/judges/000001/var/archive/runs/0/0/0/000000 -> /home/judges/compile/var/compile/src/Q0000LKCVOUN.cpp Fri Feb 1 00:18:39 2013:info:writing file /home/judges/compile/var/compile/queue/in/1057_localhost.localdomain_Q0000LKCVOUN Fri Feb 1 00:18:39 2013:info:Move: /home/judges/compile/var/compile/queue/in/1057_localhost.localdomain_Q0000LKCVOUN -> /home/judges/compile/var/compile/queue/dir/Q0000LKCVOUN mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-02-01 00:18:39', last_change_nsec = 877561000 WHERE contest_id = 1 AND run_id = 0 ; Fri Feb 1 00:18:39 2013:info:HTTP_REQUEST -> OK, 69 Fri Feb 1 00:18:39 2013:info:27: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:39 2013:info:HTTP_REQUEST -> OK, 13849 Fri Feb 1 00:18:41 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000000 -> /home/judges/compile/var/compile/000001/status/out/1057_localhost.localdomain_000000 Fri Feb 1 00:18:41 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/1057_localhost.localdomain_000000 Fri Feb 1 00:18:41 2013:info:reading file /home/judges/compile/var/compile/000001/report/000000.txt Fri Feb 1 00:18:41 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000000 -> /home/judges/super-run/var/exe/Q0000LKD1LM6 Fri Feb 1 00:18:41 2013:info:writing file /home/judges/super-run/var/queue/in/1057_localhost.localdomain_Q0000LKD1LM6 Fri Feb 1 00:18:41 2013:info:Move: /home/judges/super-run/var/queue/in/1057_localhost.localdomain_Q0000LKD1LM6 -> /home/judges/super-run/var/queue/dir/Q0000LKD1LM6 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-02-01 00:18:41', last_change_nsec = 943326000 WHERE contest_id = 1 AND run_id = 0 ; Fri Feb 1 00:18:42 2013:info:29: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:42 2013:info:HTTP_REQUEST -> OK, 13847 Fri Feb 1 00:18:43 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000000 -> /home/judges/000001/var/run/000001/status/out/1057_localhost.localdomain_000000 Fri Feb 1 00:18:43 2013:info:reading file /home/judges/000001/var/run/000001/status/out/1057_localhost.localdomain_000000 mysql: UPDATE runs SET status = 0, score = -1, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-02-01 00:18:43', last_change_nsec = 518764000 WHERE contest_id = 1 AND run_id = 0 ; Fri Feb 1 00:18:43 2013:info:Copy: /home/judges/000001/var/status/XXX_13596635231057 -> /home/judges/000001/var/status/in/1057_localhost.localdomain_standings.html Fri Feb 1 00:18:43 2013:info:Move: /home/judges/000001/var/status/in/1057_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Fri Feb 1 00:18:43 2013:info:Copy: /home/judges/000001/var/run/000001/report/000000 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000000 Fri Feb 1 00:18:43 2013:info:31: received 2 file descriptors: 6, 7 Fri Feb 1 00:18:43 2013:info:HTTP_REQUEST -> OK, 13839 Fri Feb 1 00:22:06 2013:info:33: received 2 file descriptors: 6, 7 Fri Feb 1 00:22:06 2013:info:HTTP_REQUEST -> OK, 2382 Fri Feb 1 00:22:11 2013:info:35: received 2 file descriptors: 6, 7 Fri Feb 1 00:22:11 2013:info:HTTP_REQUEST -> OK, 70 Fri Feb 1 00:22:11 2013:info:37: received 2 file descriptors: 6, 7 Fri Feb 1 00:22:11 2013:info:writing file /home/judges/000001/var/status/in/1057_localhost.localdomain_status Fri Feb 1 00:22:11 2013:info:Move: /home/judges/000001/var/status/in/1057_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Fri Feb 1 00:22:11 2013:info:HTTP_REQUEST -> OK, 3602 Fri Feb 1 00:22:23 2013:info:39: received 2 file descriptors: 6, 7 Fri Feb 1 00:22:23 2013:info:HTTP_REQUEST -> OK, 60 Fri Feb 1 00:22:24 2013:info:41: received 2 file descriptors: 6, 7 Fri Feb 1 00:22:24 2013:info:HTTP_REQUEST -> OK, 2382 Fri Feb 1 00:25:06 2013:info:userlist-server fd ready Fri Feb 1 00:25:06 2013:error:unexpected EOF from userlist-server Fri Feb 1 00:25:06 2013:error:userlist-server error: unexpected EOF Fri Feb 1 00:25:06 2013:info:writing file /home/judges/000001/var/status/in/1057_localhost.localdomain_status Fri Feb 1 00:25:06 2013:info:Move: /home/judges/000001/var/status/in/1057_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Aug 8 11:08:45 2013:info:1: received 2 file descriptors: 6, 7 Thu Aug 8 11:08:45 2013:info:running as ejudge (1) Thu Aug 8 11:08:45 2013:info:HTTP_REQUEST -> OK, 80 Thu Aug 8 11:08:45 2013:info:3: received 2 file descriptors: 6, 7 Thu Aug 8 11:08:45 2013:info:loading contest 1 configuration file Thu Aug 8 11:08:45 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Thu Aug 8 11:08:45 2013:info:reading file /home/judges/000001/var/status/dir/status Thu Aug 8 11:08:45 2013:info:load_status_file: clients_suspended = 0 Thu Aug 8 11:08:45 2013:info:load_status_file: testing_suspended = 0 Thu Aug 8 11:08:45 2013:info:load_status_file: accepting_mode = 0 Thu Aug 8 11:08:45 2013:info:load_status_file: printing_suspended = 0 Thu Aug 8 11:08:45 2013:info:load_status_file: upsolving_mode = 0 Thu Aug 8 11:08:45 2013:info:teamdb_refresh: updated: 1 users, 15 max user, XML size = 514 Thu Aug 8 11:08:46 2013:info:Copy: /home/judges/000001/var/status/XXX_1375945726872 -> /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html Thu Aug 8 11:08:46 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Thu Aug 8 11:08:46 2013:info:allocate_user_info: new size 64 Thu Aug 8 11:08:46 2013:info:HTTP_REQUEST -> OK, 14376 Thu Aug 8 11:08:49 2013:info:5: received 2 file descriptors: 6, 7 mysql: UPDATE runheaders SET start_time = '2013-08-08 11:08:49', last_change_time = '2013-08-08 11:08:49', last_change_nsec = 3595000 WHERE contest_id = 1 ; Thu Aug 8 11:08:49 2013:info:writing file /home/judges/000001/var/status/in/872_localhost.localdomain_status Thu Aug 8 11:08:49 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Aug 8 11:08:49 2013:info:Copy: /home/judges/000001/var/status/XXX_1375945729872 -> /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html Thu Aug 8 11:08:49 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Thu Aug 8 11:08:49 2013:info:HTTP_REQUEST -> OK, 71 Thu Aug 8 11:08:49 2013:info:7: received 2 file descriptors: 6, 7 Thu Aug 8 11:08:49 2013:info:HTTP_REQUEST -> OK, 14289 Thu Aug 8 11:09:06 2013:info:9: received 2 file descriptors: 6, 7 Thu Aug 8 11:09:06 2013:info:HTTP_REQUEST -> OK, 2181 Thu Aug 8 11:09:11 2013:info:11: received 2 file descriptors: 6, 7 Thu Aug 8 11:09:11 2013:info:HTTP_REQUEST -> OK, 2181 Thu Aug 8 11:10:02 2013:info:13: received 2 file descriptors: 6, 7 Thu Aug 8 11:10:02 2013:info:HTTP_REQUEST -> OK, 2397 Thu Aug 8 11:10:15 2013:info:15: received 2 file descriptors: 6, 7 Thu Aug 8 11:10:15 2013:info:HTTP_REQUEST -> OK, 85 Thu Aug 8 11:10:15 2013:info:17: received 2 file descriptors: 6, 7 Thu Aug 8 11:10:15 2013:info:HTTP_REQUEST -> OK, 5732 Thu Aug 8 11:11:16 2013:info:19: received 2 file descriptors: 6, 7 Thu Aug 8 11:11:16 2013:info:HTTP_REQUEST -> OK, 133 Thu Aug 8 11:11:51 2013:info:userlist-server fd ready Thu Aug 8 11:11:51 2013:info:userlist-server notification: 1 Thu Aug 8 11:11:51 2013:info:userlist-server fd ready Thu Aug 8 11:11:51 2013:info:userlist-server notification: 1 Thu Aug 8 11:12:16 2013:info:21: received 2 file descriptors: 6, 7 Thu Aug 8 11:12:16 2013:info:teamdb_refresh: updated: 1 users, 15 max user, XML size = 530 Thu Aug 8 11:12:16 2013:info:HTTP_REQUEST -> OK, 133 Thu Aug 8 11:12:28 2013:info:23: received 2 file descriptors: 6, 7 Thu Aug 8 11:12:28 2013:info:HTTP_REQUEST -> OK, 5732 Thu Aug 8 11:13:28 2013:info:25: received 2 file descriptors: 6, 7 Thu Aug 8 11:13:28 2013:info:HTTP_REQUEST -> OK, 133 Thu Aug 8 11:14:23 2013:info:userlist-server fd ready Thu Aug 8 11:14:23 2013:info:userlist-server notification: 1 Thu Aug 8 11:14:23 2013:info:userlist-server fd ready Thu Aug 8 11:14:23 2013:info:userlist-server notification: 1 Thu Aug 8 11:14:28 2013:info:27: received 2 file descriptors: 6, 7 Thu Aug 8 11:14:28 2013:info:teamdb_refresh: updated: 1 users, 15 max user, XML size = 530 Thu Aug 8 11:14:28 2013:info:HTTP_REQUEST -> OK, 133 Thu Aug 8 11:14:36 2013:info:29: received 2 file descriptors: 6, 7 Thu Aug 8 11:14:36 2013:info:HTTP_REQUEST -> OK, 5732 Thu Aug 8 11:14:40 2013:info:31: received 2 file descriptors: 6, 7 Thu Aug 8 11:14:40 2013:info:HTTP_REQUEST -> OK, 75 Thu Aug 8 11:14:40 2013:info:33: received 2 file descriptors: 6, 7 Thu Aug 8 11:14:40 2013:info:HTTP_REQUEST -> OK, 2397 Thu Aug 8 11:14:56 2013:info:35: received 2 file descriptors: 6, 7 Thu Aug 8 11:14:56 2013:info:HTTP_REQUEST -> OK, 85 Thu Aug 8 11:14:56 2013:info:37: received 2 file descriptors: 6, 7 Thu Aug 8 11:14:56 2013:info:HTTP_REQUEST -> OK, 6672 Thu Aug 8 11:15:56 2013:info:39: received 2 file descriptors: 6, 7 Thu Aug 8 11:15:56 2013:info:HTTP_REQUEST -> OK, 133 Thu Aug 8 11:16:55 2013:info:41: received 2 file descriptors: 6, 7 Thu Aug 8 11:16:55 2013:info:HTTP_REQUEST -> OK, 80 Thu Aug 8 11:16:55 2013:info:43: received 2 file descriptors: 6, 7 Thu Aug 8 11:16:55 2013:info:HTTP_REQUEST -> OK, 14290 Thu Aug 8 11:16:56 2013:info:45: received 2 file descriptors: 6, 7 Thu Aug 8 11:16:56 2013:info:HTTP_REQUEST -> OK, 133 Thu Aug 8 11:16:58 2013:info:47: received 2 file descriptors: 6, 7 mysql: UPDATE runheaders SET stop_time = '2013-08-08 11:16:58', last_change_time = '2013-08-08 11:16:58', last_change_nsec = 547315000 WHERE contest_id = 1 ; Thu Aug 8 11:16:58 2013:info:writing file /home/judges/000001/var/status/in/872_localhost.localdomain_status Thu Aug 8 11:16:58 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Aug 8 11:16:58 2013:info:HTTP_REQUEST -> OK, 71 Thu Aug 8 11:16:58 2013:info:49: received 2 file descriptors: 6, 7 Thu Aug 8 11:16:58 2013:info:HTTP_REQUEST -> OK, 14203 Thu Aug 8 11:17:08 2013:info:51: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:08 2013:info:HTTP_REQUEST -> OK, 1930 Thu Aug 8 11:17:12 2013:info:53: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:12 2013:info:Copy: /home/judges/000001/var/status/XXX_1375946232872 -> /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html Thu Aug 8 11:17:12 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Thu Aug 8 11:17:12 2013:info:HTTP_REQUEST -> OK, 71 Thu Aug 8 11:17:12 2013:info:55: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:12 2013:info:HTTP_REQUEST -> OK, 14203 Thu Aug 8 11:17:19 2013:info:57: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:19 2013:info:HTTP_REQUEST -> OK, 14203 Thu Aug 8 11:17:23 2013:info:59: received 2 file descriptors: 6, 7 mysql: UPDATE runheaders SET finish_time = DEFAULT, last_change_time = '2013-08-08 11:17:23', last_change_nsec = 276176000 WHERE contest_id = 1 ; mysql: UPDATE runheaders SET stop_time = DEFAULT, last_change_time = '2013-08-08 11:17:23', last_change_nsec = 344681000 WHERE contest_id = 1 ; Thu Aug 8 11:17:23 2013:info:writing file /home/judges/000001/var/status/in/872_localhost.localdomain_status Thu Aug 8 11:17:23 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Aug 8 11:17:23 2013:info:HTTP_REQUEST -> OK, 71 Thu Aug 8 11:17:23 2013:info:61: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:23 2013:info:HTTP_REQUEST -> OK, 14289 Thu Aug 8 11:17:29 2013:info:63: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:29 2013:info:HTTP_REQUEST -> OK, 1449 Thu Aug 8 11:17:33 2013:info:65: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:33 2013:info:HTTP_REQUEST -> OK, 14289 Thu Aug 8 11:17:40 2013:info:67: received 2 file descriptors: 6, 7 mysql: UPDATE runheaders SET duration = 54000, last_change_time = '2013-08-08 11:17:40', last_change_nsec = 356377000 WHERE contest_id = 1 ; Thu Aug 8 11:17:40 2013:info:Copy: /home/judges/000001/var/status/XXX_1375946260872 -> /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html Thu Aug 8 11:17:40 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Thu Aug 8 11:17:40 2013:info:writing file /home/judges/000001/var/status/in/872_localhost.localdomain_status Thu Aug 8 11:17:40 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Aug 8 11:17:40 2013:info:HTTP_REQUEST -> OK, 71 Thu Aug 8 11:17:40 2013:info:69: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:40 2013:info:HTTP_REQUEST -> OK, 14291 Thu Aug 8 11:17:45 2013:info:71: received 2 file descriptors: 6, 7 mysql: UPDATE runheaders SET duration = 0, last_change_time = '2013-08-08 11:17:45', last_change_nsec = 972898000 WHERE contest_id = 1 ; Thu Aug 8 11:17:45 2013:info:Copy: /home/judges/000001/var/status/XXX_1375946265872 -> /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html Thu Aug 8 11:17:45 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Thu Aug 8 11:17:45 2013:info:writing file /home/judges/000001/var/status/in/872_localhost.localdomain_status Thu Aug 8 11:17:45 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Aug 8 11:17:45 2013:info:HTTP_REQUEST -> OK, 71 Thu Aug 8 11:17:46 2013:info:73: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:46 2013:info:HTTP_REQUEST -> OK, 14215 Thu Aug 8 11:17:56 2013:info:75: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:56 2013:info:HTTP_REQUEST -> OK, 121 Thu Aug 8 11:17:57 2013:info:77: received 2 file descriptors: 6, 7 mysql: UPDATE runheaders SET stop_time = '2013-08-08 11:17:57', last_change_time = '2013-08-08 11:17:57', last_change_nsec = 645549000 WHERE contest_id = 1 ; Thu Aug 8 11:17:57 2013:info:writing file /home/judges/000001/var/status/in/872_localhost.localdomain_status Thu Aug 8 11:17:57 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Aug 8 11:17:57 2013:info:HTTP_REQUEST -> OK, 71 Thu Aug 8 11:17:57 2013:info:79: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:57 2013:info:HTTP_REQUEST -> OK, 14274 Thu Aug 8 11:17:59 2013:info:81: received 2 file descriptors: 6, 7 mysql: UPDATE runheaders SET finish_time = DEFAULT, last_change_time = '2013-08-08 11:17:59', last_change_nsec = 172543000 WHERE contest_id = 1 ; mysql: UPDATE runheaders SET stop_time = DEFAULT, last_change_time = '2013-08-08 11:17:59', last_change_nsec = 178091000 WHERE contest_id = 1 ; Thu Aug 8 11:17:59 2013:info:writing file /home/judges/000001/var/status/in/872_localhost.localdomain_status Thu Aug 8 11:17:59 2013:info:Move: /home/judges/000001/var/status/in/872_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Aug 8 11:17:59 2013:info:HTTP_REQUEST -> OK, 71 Thu Aug 8 11:17:59 2013:info:83: received 2 file descriptors: 6, 7 Thu Aug 8 11:17:59 2013:info:HTTP_REQUEST -> OK, 14215 Thu Aug 8 11:18:53 2013:info:85: received 2 file descriptors: 6, 7 Thu Aug 8 11:18:53 2013:info:HTTP_REQUEST -> OK, 2397 Thu Aug 8 11:18:56 2013:info:87: received 2 file descriptors: 6, 7 Thu Aug 8 11:18:56 2013:info:HTTP_REQUEST -> OK, 121 Thu Aug 8 11:19:05 2013:info:89: received 2 file descriptors: 6, 7 Thu Aug 8 11:19:05 2013:info:HTTP_REQUEST -> OK, 85 Thu Aug 8 11:19:05 2013:info:91: received 2 file descriptors: 6, 7 Thu Aug 8 11:19:05 2013:info:HTTP_REQUEST -> OK, 5349 Thu Aug 8 11:20:05 2013:info:93: received 2 file descriptors: 6, 7 Thu Aug 8 11:20:05 2013:info:HTTP_REQUEST -> OK, 120 Thu Aug 8 11:21:05 2013:info:95: received 2 file descriptors: 6, 7 Thu Aug 8 11:21:05 2013:info:HTTP_REQUEST -> OK, 120 Thu Aug 8 11:22:05 2013:info:97: received 2 file descriptors: 6, 7 Thu Aug 8 11:22:05 2013:info:HTTP_REQUEST -> OK, 120 Thu Aug 8 11:23:05 2013:info:99: received 2 file descriptors: 6, 7 Thu Aug 8 11:23:05 2013:info:HTTP_REQUEST -> OK, 120 Thu Aug 8 11:24:05 2013:info:101: received 2 file descriptors: 6, 7 Thu Aug 8 11:24:05 2013:info:HTTP_REQUEST -> OK, 120 Thu Aug 8 11:25:05 2013:info:103: received 2 file descriptors: 6, 7 Thu Aug 8 11:25:05 2013:info:HTTP_REQUEST -> OK, 120 Thu Aug 8 11:26:05 2013:info:105: received 2 file descriptors: 6, 7 Thu Aug 8 11:26:05 2013:info:HTTP_REQUEST -> OK, 120 Thu Aug 8 11:27:05 2013:info:107: received 2 file descriptors: 6, 7 Thu Aug 8 11:27:05 2013:info:HTTP_REQUEST -> OK, 120 Thu Aug 8 13:44:31 2013:info:1: received 2 file descriptors: 6, 7 Thu Aug 8 13:44:31 2013:info:HTTP_REQUEST -> OK, 2400 Wed Aug 28 16:23:16 2013:info:3: received 2 file descriptors: 6, 7 Wed Aug 28 16:23:16 2013:info:HTTP_REQUEST -> OK, 2400 Wed Aug 28 16:23:26 2013:info:5: received 2 file descriptors: 6, 7 Wed Aug 28 16:23:26 2013:info:running as ejudge (1) Wed Aug 28 16:23:26 2013:info:HTTP_REQUEST -> OK, 88 Wed Aug 28 16:23:26 2013:info:7: received 2 file descriptors: 6, 7 Wed Aug 28 16:23:26 2013:info:loading contest 1 configuration file Wed Aug 28 16:23:26 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Wed Aug 28 16:23:26 2013:info:reading file /home/judges/000001/var/status/dir/status Wed Aug 28 16:23:26 2013:info:load_status_file: clients_suspended = 0 Wed Aug 28 16:23:26 2013:info:load_status_file: testing_suspended = 0 Wed Aug 28 16:23:26 2013:info:load_status_file: accepting_mode = 0 Wed Aug 28 16:23:26 2013:info:load_status_file: printing_suspended = 0 Wed Aug 28 16:23:26 2013:info:load_status_file: upsolving_mode = 0 Wed Aug 28 16:23:26 2013:info:teamdb_refresh: updated: 2 users, 15 max user, XML size = 836 Wed Aug 28 16:23:26 2013:info:Copy: /home/judges/000001/var/status/XXX_1377692606894 -> /home/judges/000001/var/status/in/894_localhost.localdomain_standings.html Wed Aug 28 16:23:26 2013:info:Move: /home/judges/000001/var/status/in/894_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Aug 28 16:23:26 2013:info:HTTP_REQUEST -> OK, 5356 Wed Aug 28 16:28:27 2013:info:writing file /home/judges/000001/var/status/in/894_localhost.localdomain_status Wed Aug 28 16:28:27 2013:info:Move: /home/judges/000001/var/status/in/894_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Wed Sep 25 12:48:32 2013:info:1: received 2 file descriptors: 6, 7 Wed Sep 25 12:48:32 2013:info:HTTP_REQUEST -> OK, 2521 Wed Sep 25 12:48:37 2013:info:3: received 2 file descriptors: 6, 7 Wed Sep 25 12:48:37 2013:info:HTTP_REQUEST -> OK, 67 Wed Sep 25 12:48:37 2013:info:5: received 2 file descriptors: 6, 7 Wed Sep 25 12:48:37 2013:info:HTTP_REQUEST -> OK, 3057 Wed Sep 25 12:48:54 2013:info:7: received 2 file descriptors: 6, 7 Wed Sep 25 12:48:54 2013:info:HTTP_REQUEST -> OK, 3057 Wed Sep 25 12:48:57 2013:info:9: received 2 file descriptors: 6, 7 Wed Sep 25 12:48:57 2013:info:HTTP_REQUEST -> OK, 3057 Wed Sep 25 12:49:03 2013:info:11: received 2 file descriptors: 6, 7 Wed Sep 25 12:49:03 2013:info:HTTP_REQUEST -> OK, 2521 Wed Sep 25 12:49:06 2013:info:13: received 2 file descriptors: 6, 7 Wed Sep 25 12:49:06 2013:info:HTTP_REQUEST -> OK, 2579 Wed Sep 25 14:22:43 2013:info:15: received 2 file descriptors: 6, 7 Wed Sep 25 14:22:43 2013:info:HTTP_REQUEST -> OK, 2516 Wed Sep 25 14:22:48 2013:info:17: received 2 file descriptors: 6, 7 Wed Sep 25 14:22:48 2013:info:HTTP_REQUEST -> OK, 2579 Wed Sep 25 14:22:57 2013:info:19: received 2 file descriptors: 6, 7 Wed Sep 25 14:22:57 2013:info:HTTP_REQUEST -> OK, 2516 Wed Sep 25 14:23:03 2013:info:21: received 2 file descriptors: 6, 7 Wed Sep 25 14:23:03 2013:info:HTTP_REQUEST -> OK, 2579 Wed Sep 25 14:23:23 2013:info:23: received 2 file descriptors: 6, 7 Wed Sep 25 14:23:23 2013:info:running as ejudge (1) Wed Sep 25 14:23:23 2013:error:23: permission denied: user_login failed: invalid login Wed Sep 25 14:23:23 2013:info:HTTP_REQUEST -> OK, 3228 Wed Sep 25 14:24:20 2013:info:25: received 2 file descriptors: 6, 7 Wed Sep 25 14:24:20 2013:info:HTTP_REQUEST -> OK, 2507 Wed Sep 25 14:28:55 2013:info:27: received 2 file descriptors: 6, 7 Wed Sep 25 14:28:55 2013:info:HTTP_REQUEST -> OK, 2507 Wed Sep 25 14:29:02 2013:info:29: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:02 2013:error:29: service not available: contest_id is invalid Wed Sep 25 14:29:02 2013:info:HTTP_REQUEST -> OK, 1746 Wed Sep 25 14:29:06 2013:info:31: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:06 2013:error:31: service not available: contest_id is invalid Wed Sep 25 14:29:06 2013:info:HTTP_REQUEST -> OK, 1746 Wed Sep 25 14:29:10 2013:info:33: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:10 2013:error:33: service not available: contest_id is invalid Wed Sep 25 14:29:10 2013:info:HTTP_REQUEST -> OK, 1746 Wed Sep 25 14:29:12 2013:info:35: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:12 2013:error:35: service not available: contest_id is invalid Wed Sep 25 14:29:12 2013:info:HTTP_REQUEST -> OK, 1746 Wed Sep 25 14:29:33 2013:info:37: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:33 2013:info:HTTP_REQUEST -> OK, 2516 Wed Sep 25 14:29:36 2013:info:39: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:36 2013:info:HTTP_REQUEST -> OK, 55 Wed Sep 25 14:29:36 2013:info:41: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:36 2013:info:HTTP_REQUEST -> OK, 2516 Wed Sep 25 14:29:38 2013:info:43: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:38 2013:info:HTTP_REQUEST -> OK, 67 Wed Sep 25 14:29:39 2013:info:45: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:39 2013:info:HTTP_REQUEST -> OK, 3049 Wed Sep 25 14:29:53 2013:info:47: received 2 file descriptors: 6, 7 Wed Sep 25 14:29:53 2013:info:HTTP_REQUEST -> OK, 2579 Wed Sep 25 14:30:00 2013:info:49: received 2 file descriptors: 6, 7 Wed Sep 25 14:30:00 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:30:09 2013:info:51: received 2 file descriptors: 6, 7 Wed Sep 25 14:30:09 2013:info:HTTP_REQUEST -> OK, 2581 Wed Sep 25 14:30:11 2013:info:53: received 2 file descriptors: 6, 7 Wed Sep 25 14:30:11 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:30:21 2013:info:55: received 2 file descriptors: 6, 7 Wed Sep 25 14:30:21 2013:info:HTTP_REQUEST -> OK, 2581 Wed Sep 25 14:30:34 2013:info:57: received 2 file descriptors: 6, 7 Wed Sep 25 14:30:34 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:30:41 2013:info:59: received 2 file descriptors: 6, 7 Wed Sep 25 14:30:41 2013:info:HTTP_REQUEST -> OK, 2581 Wed Sep 25 14:30:47 2013:info:61: received 2 file descriptors: 6, 7 Wed Sep 25 14:30:47 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:36:11 2013:info:63: received 2 file descriptors: 6, 7 Wed Sep 25 14:36:11 2013:info:HTTP_REQUEST -> OK, 2516 Wed Sep 25 14:36:14 2013:info:65: received 2 file descriptors: 6, 7 Wed Sep 25 14:36:14 2013:info:HTTP_REQUEST -> OK, 2579 Wed Sep 25 14:36:15 2013:info:67: received 2 file descriptors: 6, 7 Wed Sep 25 14:36:15 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:36:25 2013:info:69: received 2 file descriptors: 6, 7 Wed Sep 25 14:36:25 2013:info:HTTP_REQUEST -> OK, 2581 Wed Sep 25 14:36:26 2013:info:71: received 2 file descriptors: 6, 7 Wed Sep 25 14:36:26 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:37:53 2013:info:73: received 2 file descriptors: 6, 7 Wed Sep 25 14:37:53 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:37:59 2013:info:75: received 2 file descriptors: 6, 7 Wed Sep 25 14:37:59 2013:info:HTTP_REQUEST -> OK, 2516 Wed Sep 25 14:38:01 2013:info:77: received 2 file descriptors: 6, 7 Wed Sep 25 14:38:01 2013:info:HTTP_REQUEST -> OK, 2579 Wed Sep 25 14:38:04 2013:info:79: received 2 file descriptors: 6, 7 Wed Sep 25 14:38:04 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:50:59 2013:info:81: received 2 file descriptors: 6, 7 Wed Sep 25 14:50:59 2013:info:HTTP_REQUEST -> OK, 123 Wed Sep 25 14:50:59 2013:info:83: received 2 file descriptors: 6, 7 Wed Sep 25 14:50:59 2013:info:HTTP_REQUEST -> OK, 5385 Wed Sep 25 14:52:36 2013:info:85: received 2 file descriptors: 6, 7 Wed Sep 25 14:52:36 2013:info:HTTP_REQUEST -> OK, 2516 Wed Sep 25 14:52:42 2013:info:87: received 2 file descriptors: 6, 7 Wed Sep 25 14:52:42 2013:info:HTTP_REQUEST -> OK, 2579 Wed Sep 25 14:52:53 2013:info:89: received 2 file descriptors: 6, 7 Wed Sep 25 14:52:53 2013:info:HTTP_REQUEST -> OK, 3585 Wed Sep 25 14:53:25 2013:info:91: received 2 file descriptors: 6, 7 Wed Sep 25 14:53:26 2013:info:HTTP_REQUEST -> OK, 132 Wed Sep 25 14:53:26 2013:info:93: received 2 file descriptors: 6, 7 Wed Sep 25 14:53:26 2013:info:HTTP_REQUEST -> OK, 4205 Wed Sep 25 14:55:47 2013:info:95: received 2 file descriptors: 6, 7 Wed Sep 25 14:55:47 2013:info:HTTP_REQUEST -> OK, 76 Wed Sep 25 14:55:48 2013:info:97: received 2 file descriptors: 6, 7 Wed Sep 25 14:55:48 2013:info:HTTP_REQUEST -> OK, 3461 Wed Sep 25 14:56:02 2013:info:99: received 2 file descriptors: 6, 7 Wed Sep 25 14:56:02 2013:info:loading contest 1 configuration file Wed Sep 25 14:56:03 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Wed Sep 25 14:56:03 2013:info:reading file /home/judges/000001/var/status/dir/status Wed Sep 25 14:56:03 2013:info:load_status_file: clients_suspended = 0 Wed Sep 25 14:56:03 2013:info:load_status_file: testing_suspended = 0 Wed Sep 25 14:56:03 2013:info:load_status_file: accepting_mode = 0 Wed Sep 25 14:56:03 2013:info:load_status_file: printing_suspended = 0 Wed Sep 25 14:56:03 2013:info:load_status_file: upsolving_mode = 0 Wed Sep 25 14:56:03 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1105 Wed Sep 25 14:56:03 2013:info:Copy: /home/judges/000001/var/status/XXX_1380106563894 -> /home/judges/000001/var/status/in/894_localhost.localdomain_standings.html Wed Sep 25 14:56:03 2013:info:Move: /home/judges/000001/var/status/in/894_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 14:56:03 2013:info:HTTP_REQUEST -> OK, 6534 Wed Sep 25 14:56:13 2013:info:101: received 2 file descriptors: 6, 7 Wed Sep 25 14:56:13 2013:info:HTTP_REQUEST -> OK, 9033 Wed Sep 25 14:56:21 2013:info:103: received 2 file descriptors: 6, 7 Wed Sep 25 14:56:21 2013:info:HTTP_REQUEST -> OK, 9255 Wed Sep 25 14:56:25 2013:info:105: received 2 file descriptors: 6, 7 Wed Sep 25 14:56:25 2013:info:HTTP_REQUEST -> OK, 10674 Wed Sep 25 14:57:36 2013:info:107: received 2 file descriptors: 6, 7 Wed Sep 25 14:57:36 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 14:58:37 2013:info:109: received 2 file descriptors: 6, 7 Wed Sep 25 14:58:37 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 14:59:00 2013:info:111: received 2 file descriptors: 6, 7 Wed Sep 25 14:59:00 2013:info:HTTP_REQUEST -> OK, 78 Wed Sep 25 14:59:00 2013:info:113: received 2 file descriptors: 6, 7 Wed Sep 25 14:59:00 2013:info:HTTP_REQUEST -> OK, 3029 Wed Sep 25 14:59:08 2013:info:115: received 2 file descriptors: 6, 7 Wed Sep 25 14:59:08 2013:error:115: permission denied: user_login failed: this user is not registered for this contest Wed Sep 25 14:59:08 2013:info:HTTP_REQUEST -> OK, 3230 Wed Sep 25 15:02:33 2013:info:117: received 2 file descriptors: 6, 7 Wed Sep 25 15:02:33 2013:info:HTTP_REQUEST -> OK, 88 Wed Sep 25 15:02:33 2013:info:119: received 2 file descriptors: 6, 7 Wed Sep 25 15:02:33 2013:error:teamdb_get_flags: bad team id 5 (contest_id 1) Wed Sep 25 15:02:33 2013:info:HTTP_REQUEST -> OK, 6572 Wed Sep 25 15:03:33 2013:info:121: received 2 file descriptors: 6, 7 Wed Sep 25 15:03:33 2013:error:teamdb_get_flags: bad team id 5 (contest_id 1) Wed Sep 25 15:03:33 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 15:04:11 2013:info:123: received 2 file descriptors: 6, 7 Wed Sep 25 15:04:11 2013:error:teamdb_get_flags: bad team id 5 (contest_id 1) Wed Sep 25 15:04:11 2013:info:HTTP_REQUEST -> OK, 10673 Wed Sep 25 15:04:13 2013:info:125: received 2 file descriptors: 6, 7 Wed Sep 25 15:04:13 2013:error:teamdb_get_flags: bad team id 5 (contest_id 1) Wed Sep 25 15:04:13 2013:info:HTTP_REQUEST -> OK, 9254 Wed Sep 25 15:23:41 2013:info:1: received 2 file descriptors: 6, 7 Wed Sep 25 15:23:41 2013:info:running as ejudge (1) Wed Sep 25 15:23:41 2013:info:loading contest 1 configuration file Wed Sep 25 15:23:41 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Wed Sep 25 15:23:41 2013:info:reading file /home/judges/000001/var/status/dir/status Wed Sep 25 15:23:41 2013:info:load_status_file: clients_suspended = 0 Wed Sep 25 15:23:41 2013:info:load_status_file: testing_suspended = 0 Wed Sep 25 15:23:41 2013:info:load_status_file: accepting_mode = 0 Wed Sep 25 15:23:41 2013:info:load_status_file: printing_suspended = 0 Wed Sep 25 15:23:41 2013:info:load_status_file: upsolving_mode = 0 Wed Sep 25 15:23:41 2013:info:teamdb_refresh: updated: 10 users, 15 max user, XML size = 2944 Wed Sep 25 15:23:41 2013:info:Copy: /home/judges/000001/var/status/XXX_1380108221887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 15:23:41 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 15:23:41 2013:info:HTTP_REQUEST -> OK, 9255 Wed Sep 25 15:24:00 2013:info:3: received 2 file descriptors: 6, 7 Wed Sep 25 15:24:00 2013:error:3: service not available: contest_id is invalid Wed Sep 25 15:24:00 2013:info:HTTP_REQUEST -> OK, 1746 Wed Sep 25 15:24:09 2013:info:5: received 2 file descriptors: 6, 7 Wed Sep 25 15:24:09 2013:info:HTTP_REQUEST -> OK, 2507 Wed Sep 25 15:24:41 2013:info:7: received 2 file descriptors: 6, 7 Wed Sep 25 15:24:41 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:25:42 2013:info:9: received 2 file descriptors: 6, 7 Wed Sep 25 15:25:42 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:26:43 2013:info:11: received 2 file descriptors: 6, 7 Wed Sep 25 15:26:43 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:27:44 2013:info:13: received 2 file descriptors: 6, 7 Wed Sep 25 15:27:44 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:28:45 2013:info:15: received 2 file descriptors: 6, 7 Wed Sep 25 15:28:45 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:29:46 2013:info:17: received 2 file descriptors: 6, 7 Wed Sep 25 15:29:46 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:30:47 2013:info:19: received 2 file descriptors: 6, 7 Wed Sep 25 15:30:47 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:31:48 2013:info:21: received 2 file descriptors: 6, 7 Wed Sep 25 15:31:48 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:32:12 2013:info:23: received 2 file descriptors: 6, 7 Wed Sep 25 15:32:12 2013:info:HTTP_REQUEST -> OK, 78 Wed Sep 25 15:32:13 2013:info:25: received 2 file descriptors: 6, 7 Wed Sep 25 15:32:13 2013:info:HTTP_REQUEST -> OK, 3029 Wed Sep 25 15:32:24 2013:info:27: received 2 file descriptors: 6, 7 Wed Sep 25 15:32:24 2013:info:HTTP_REQUEST -> OK, 88 Wed Sep 25 15:32:24 2013:info:29: received 2 file descriptors: 6, 7 Wed Sep 25 15:32:24 2013:info:writing file /home/judges/000001/var/status/in/887_localhost.localdomain_status Wed Sep 25 15:32:24 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Wed Sep 25 15:32:24 2013:info:HTTP_REQUEST -> OK, 6573 Wed Sep 25 15:32:26 2013:info:31: received 2 file descriptors: 6, 7 Wed Sep 25 15:32:26 2013:info:HTTP_REQUEST -> OK, 10674 Wed Sep 25 15:33:06 2013:info:33: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 1, 1, 0, '2013-09-25 15:33:06', 170844000, 3, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-09-25 15:33:06', 170865000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1137, user_id = 3, prob_id = 3, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '10.10.10.12', hash = 'cfb85de3c4da0076b719086cdd88d00ed2d5084d', run_uuid = 'bfb614b7-8223-4078-99f4-3c7bfc7b43fd', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-09-25 15:33:06', last_change_nsec = 174879000 WHERE contest_id = 1 AND run_id = 1 ; Wed Sep 25 15:33:06 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000001 Wed Sep 25 15:33:06 2013:info:writing file /home/judges/compile/var/compile/src/G00015IFIIRV.pas Wed Sep 25 15:33:06 2013:info:writing file /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00015IFIIRV Wed Sep 25 15:33:06 2013:info:Move: /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00015IFIIRV -> /home/judges/compile/var/compile/queue/dir/G00015IFIIRV mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-09-25 15:33:06', last_change_nsec = 236119000 WHERE contest_id = 1 AND run_id = 1 ; Wed Sep 25 15:33:06 2013:info:HTTP_REQUEST -> OK, 95 Wed Sep 25 15:33:06 2013:info:35: received 2 file descriptors: 6, 7 Wed Sep 25 15:33:06 2013:info:HTTP_REQUEST -> OK, 11348 Wed Sep 25 15:33:08 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000001 -> /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000001 Wed Sep 25 15:33:08 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000001 Wed Sep 25 15:33:08 2013:info:reading file /home/judges/compile/var/compile/000001/report/000001.txt Wed Sep 25 15:33:08 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000001 Wed Sep 25 15:33:08 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000001 -> /home/judges/super-run/var/exe/G00015IFKDBM Wed Sep 25 15:33:08 2013:info:writing file /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00015IFKDBM Wed Sep 25 15:33:08 2013:info:Move: /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00015IFKDBM -> /home/judges/super-run/var/queue/dir/G00015IFKDBM mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-09-25 15:33:08', last_change_nsec = 355599000 WHERE contest_id = 1 AND run_id = 1 ; Wed Sep 25 15:33:10 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000001 -> /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000001 Wed Sep 25 15:33:10 2013:info:reading file /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000001 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-09-25 15:33:10', last_change_nsec = 371205000 WHERE contest_id = 1 AND run_id = 1 ; Wed Sep 25 15:33:10 2013:info:Copy: /home/judges/000001/var/status/XXX_1380108790887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 15:33:10 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 15:33:10 2013:info:Copy: /home/judges/000001/var/run/000001/report/000001 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000001.gz Wed Sep 25 15:33:11 2013:info:37: received 2 file descriptors: 6, 7 Wed Sep 25 15:33:11 2013:info:HTTP_REQUEST -> OK, 130 Wed Sep 25 15:33:16 2013:info:39: received 2 file descriptors: 6, 7 Wed Sep 25 15:33:16 2013:info:HTTP_REQUEST -> OK, 11330 Wed Sep 25 15:33:31 2013:info:41: received 2 file descriptors: 6, 7 Wed Sep 25 15:33:31 2013:info:HTTP_REQUEST -> OK, 6692 Wed Sep 25 15:33:38 2013:info:43: received 2 file descriptors: 6, 7 Wed Sep 25 15:33:38 2013:info:HTTP_REQUEST -> OK, 7808 Wed Sep 25 15:33:41 2013:info:45: received 2 file descriptors: 6, 7 Wed Sep 25 15:33:41 2013:info:HTTP_REQUEST -> OK, 6692 Wed Sep 25 15:33:48 2013:info:47: received 2 file descriptors: 6, 7 Wed Sep 25 15:33:48 2013:info:HTTP_REQUEST -> OK, 6688 Wed Sep 25 15:33:51 2013:info:49: received 2 file descriptors: 6, 7 Wed Sep 25 15:33:51 2013:info:HTTP_REQUEST -> OK, 6692 Wed Sep 25 15:34:51 2013:info:51: received 2 file descriptors: 6, 7 Wed Sep 25 15:34:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:35:51 2013:info:53: received 2 file descriptors: 6, 7 Wed Sep 25 15:35:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:36:51 2013:info:55: received 2 file descriptors: 6, 7 Wed Sep 25 15:36:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:37:51 2013:info:57: received 2 file descriptors: 6, 7 Wed Sep 25 15:37:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 15:38:50 2013:info:59: received 2 file descriptors: 6, 7 Wed Sep 25 15:38:50 2013:info:HTTP_REQUEST -> OK, 11330 Wed Sep 25 15:38:58 2013:info:61: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 2, 1, 0, '2013-09-25 15:38:58', 597628000, 3, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-09-25 15:38:58', 597638000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1138, user_id = 3, prob_id = 3, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '10.10.10.12', hash = '6118b4111173e2b34dfd43b83427559d04106a3d', run_uuid = '81d29869-f715-48c0-9c03-6b7cf52532ae', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-09-25 15:38:58', last_change_nsec = 604522000 WHERE contest_id = 1 AND run_id = 2 ; Wed Sep 25 15:38:58 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000002 Wed Sep 25 15:38:58 2013:info:writing file /home/judges/compile/var/compile/src/G00025IQIGVO.pas Wed Sep 25 15:38:58 2013:info:writing file /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00025IQIGVO Wed Sep 25 15:38:58 2013:info:Move: /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00025IQIGVO -> /home/judges/compile/var/compile/queue/dir/G00025IQIGVO mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-09-25 15:38:58', last_change_nsec = 607492000 WHERE contest_id = 1 AND run_id = 2 ; Wed Sep 25 15:38:58 2013:info:HTTP_REQUEST -> OK, 95 Wed Sep 25 15:38:58 2013:info:63: received 2 file descriptors: 6, 7 Wed Sep 25 15:38:58 2013:info:HTTP_REQUEST -> OK, 11586 Wed Sep 25 15:38:59 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000002 -> /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000002 Wed Sep 25 15:38:59 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000002 Wed Sep 25 15:38:59 2013:info:reading file /home/judges/compile/var/compile/000001/report/000002.txt Wed Sep 25 15:38:59 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000002 Wed Sep 25 15:38:59 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000002 -> /home/judges/super-run/var/exe/G00025IQJSRP Wed Sep 25 15:38:59 2013:info:writing file /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00025IQJSRP Wed Sep 25 15:38:59 2013:info:Move: /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00025IQJSRP -> /home/judges/super-run/var/queue/dir/G00025IQJSRP mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-09-25 15:38:59', last_change_nsec = 688154000 WHERE contest_id = 1 AND run_id = 2 ; Wed Sep 25 15:39:00 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000002 -> /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000002 Wed Sep 25 15:39:00 2013:info:reading file /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000002 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-09-25 15:39:00', last_change_nsec = 692662000 WHERE contest_id = 1 AND run_id = 2 ; Wed Sep 25 15:39:00 2013:info:Copy: /home/judges/000001/var/status/XXX_1380109140887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 15:39:00 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 15:39:00 2013:info:Copy: /home/judges/000001/var/run/000001/report/000002 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000002.gz Wed Sep 25 15:39:03 2013:info:65: received 2 file descriptors: 6, 7 Wed Sep 25 15:39:03 2013:info:HTTP_REQUEST -> OK, 129 Wed Sep 25 15:39:04 2013:info:67: received 2 file descriptors: 6, 7 Wed Sep 25 15:39:04 2013:info:HTTP_REQUEST -> OK, 11540 Wed Sep 25 15:40:04 2013:info:69: received 2 file descriptors: 6, 7 Wed Sep 25 15:40:04 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 15:41:05 2013:info:71: received 2 file descriptors: 6, 7 Wed Sep 25 15:41:05 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 15:42:05 2013:info:73: received 2 file descriptors: 6, 7 Wed Sep 25 15:42:05 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 15:47:06 2013:info:writing file /home/judges/000001/var/status/in/887_localhost.localdomain_status Wed Sep 25 15:47:06 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Wed Sep 25 17:46:03 2013:info:75: received 2 file descriptors: 6, 7 Wed Sep 25 17:46:03 2013:info:loading contest 1 configuration file Wed Sep 25 17:46:03 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Wed Sep 25 17:46:03 2013:info:reading file /home/judges/000001/var/status/dir/status Wed Sep 25 17:46:03 2013:info:load_status_file: clients_suspended = 0 Wed Sep 25 17:46:03 2013:info:load_status_file: testing_suspended = 0 Wed Sep 25 17:46:03 2013:info:load_status_file: accepting_mode = 0 Wed Sep 25 17:46:03 2013:info:load_status_file: printing_suspended = 0 Wed Sep 25 17:46:03 2013:info:load_status_file: upsolving_mode = 0 Wed Sep 25 17:46:03 2013:info:teamdb_refresh: updated: 10 users, 15 max user, XML size = 2944 Wed Sep 25 17:46:03 2013:info:Copy: /home/judges/000001/var/status/XXX_1380116763887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 17:46:03 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 17:46:03 2013:info:HTTP_REQUEST -> OK, 11540 Wed Sep 25 17:47:05 2013:info:77: received 2 file descriptors: 6, 7 Wed Sep 25 17:47:05 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 17:48:06 2013:info:79: received 2 file descriptors: 6, 7 Wed Sep 25 17:48:06 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 17:49:07 2013:info:81: received 2 file descriptors: 6, 7 Wed Sep 25 17:49:07 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 17:50:08 2013:info:83: received 2 file descriptors: 6, 7 Wed Sep 25 17:50:08 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 17:51:09 2013:info:85: received 2 file descriptors: 6, 7 Wed Sep 25 17:51:09 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 17:52:10 2013:info:87: received 2 file descriptors: 6, 7 Wed Sep 25 17:52:10 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 17:53:11 2013:info:89: received 2 file descriptors: 6, 7 Wed Sep 25 17:53:11 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 17:54:12 2013:info:91: received 2 file descriptors: 6, 7 Wed Sep 25 17:54:12 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 17:55:13 2013:info:93: received 2 file descriptors: 6, 7 Wed Sep 25 17:55:13 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 17:56:15 2013:info:95: received 2 file descriptors: 6, 7 Wed Sep 25 17:56:15 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 17:57:16 2013:info:97: received 2 file descriptors: 6, 7 Wed Sep 25 17:57:16 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 17:58:17 2013:info:99: received 2 file descriptors: 6, 7 Wed Sep 25 17:58:17 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 17:59:18 2013:info:101: received 2 file descriptors: 6, 7 Wed Sep 25 17:59:18 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:00:19 2013:info:103: received 2 file descriptors: 6, 7 Wed Sep 25 18:00:19 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:01:20 2013:info:105: received 2 file descriptors: 6, 7 Wed Sep 25 18:01:20 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:02:21 2013:info:107: received 2 file descriptors: 6, 7 Wed Sep 25 18:02:21 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:03:22 2013:info:109: received 2 file descriptors: 6, 7 Wed Sep 25 18:03:22 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:04:23 2013:info:111: received 2 file descriptors: 6, 7 Wed Sep 25 18:04:23 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:05:24 2013:info:113: received 2 file descriptors: 6, 7 Wed Sep 25 18:05:24 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:06:25 2013:info:115: received 2 file descriptors: 6, 7 Wed Sep 25 18:06:25 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:07:26 2013:info:117: received 2 file descriptors: 6, 7 Wed Sep 25 18:07:26 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:08:27 2013:info:119: received 2 file descriptors: 6, 7 Wed Sep 25 18:08:27 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:09:28 2013:info:121: received 2 file descriptors: 6, 7 Wed Sep 25 18:09:28 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:10:29 2013:info:123: received 2 file descriptors: 6, 7 Wed Sep 25 18:10:29 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:11:30 2013:info:125: received 2 file descriptors: 6, 7 Wed Sep 25 18:11:30 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:12:31 2013:info:127: received 2 file descriptors: 6, 7 Wed Sep 25 18:12:31 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:13:32 2013:info:129: received 2 file descriptors: 6, 7 Wed Sep 25 18:13:32 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:14:33 2013:info:131: received 2 file descriptors: 6, 7 Wed Sep 25 18:14:33 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:15:34 2013:info:133: received 2 file descriptors: 6, 7 Wed Sep 25 18:15:34 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:16:35 2013:info:135: received 2 file descriptors: 6, 7 Wed Sep 25 18:16:35 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:17:36 2013:info:137: received 2 file descriptors: 6, 7 Wed Sep 25 18:17:36 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:18:37 2013:info:139: received 2 file descriptors: 6, 7 Wed Sep 25 18:18:37 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:19:38 2013:info:141: received 2 file descriptors: 6, 7 Wed Sep 25 18:19:38 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:20:39 2013:info:143: received 2 file descriptors: 6, 7 Wed Sep 25 18:20:39 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:21:40 2013:info:145: received 2 file descriptors: 6, 7 Wed Sep 25 18:21:40 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:22:41 2013:info:147: received 2 file descriptors: 6, 7 Wed Sep 25 18:22:41 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:23:42 2013:info:149: received 2 file descriptors: 6, 7 Wed Sep 25 18:23:42 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:24:43 2013:info:151: received 2 file descriptors: 6, 7 Wed Sep 25 18:24:43 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:25:44 2013:info:153: received 2 file descriptors: 6, 7 Wed Sep 25 18:25:44 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:26:45 2013:info:155: received 2 file descriptors: 6, 7 Wed Sep 25 18:26:45 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:27:46 2013:info:157: received 2 file descriptors: 6, 7 Wed Sep 25 18:27:46 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:28:47 2013:info:159: received 2 file descriptors: 6, 7 Wed Sep 25 18:28:47 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:29:49 2013:info:161: received 2 file descriptors: 6, 7 Wed Sep 25 18:29:49 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:30:50 2013:info:163: received 2 file descriptors: 6, 7 Wed Sep 25 18:30:50 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:31:51 2013:info:165: received 2 file descriptors: 6, 7 Wed Sep 25 18:31:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:32:52 2013:info:167: received 2 file descriptors: 6, 7 Wed Sep 25 18:32:52 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:33:47 2013:info:169: received 2 file descriptors: 6, 7 Wed Sep 25 18:33:47 2013:info:HTTP_REQUEST -> OK, 2507 Wed Sep 25 18:33:52 2013:info:171: received 2 file descriptors: 6, 7 Wed Sep 25 18:33:52 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:34:53 2013:info:173: received 2 file descriptors: 6, 7 Wed Sep 25 18:34:53 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:35:32 2013:info:userlist-server fd ready Wed Sep 25 18:35:32 2013:info:userlist-server notification: 1 Wed Sep 25 18:35:32 2013:info:userlist-server fd ready Wed Sep 25 18:35:32 2013:info:userlist-server notification: 1 Wed Sep 25 18:35:54 2013:info:175: received 2 file descriptors: 6, 7 Wed Sep 25 18:35:54 2013:info:teamdb_refresh: updated: 10 users, 15 max user, XML size = 2944 Wed Sep 25 18:35:54 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:36:04 2013:info:177: received 2 file descriptors: 6, 7 Wed Sep 25 18:36:04 2013:info:HTTP_REQUEST -> OK, 2376 Wed Sep 25 18:37:09 2013:info:179: received 2 file descriptors: 6, 7 Wed Sep 25 18:37:09 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 18:37:18 2013:info:181: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 3, 1, 0, '2013-09-25 18:37:18', 225290000, 3, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-09-25 18:37:18', 225300000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1181, user_id = 3, prob_id = 3, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '10.10.10.12', hash = '0b73f2ca323226684f4d3977c2f4f13756058653', run_uuid = '17d8309b-1db0-4744-90b9-2cede01803b2', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-09-25 18:37:18', last_change_nsec = 228051000 WHERE contest_id = 1 AND run_id = 3 ; Wed Sep 25 18:37:18 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000003 Wed Sep 25 18:37:18 2013:info:writing file /home/judges/compile/var/compile/src/G00035T8U1G1.pas Wed Sep 25 18:37:18 2013:info:writing file /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00035T8U1G1 Wed Sep 25 18:37:18 2013:info:Move: /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00035T8U1G1 -> /home/judges/compile/var/compile/queue/dir/G00035T8U1G1 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-09-25 18:37:18', last_change_nsec = 231414000 WHERE contest_id = 1 AND run_id = 3 ; Wed Sep 25 18:37:18 2013:info:HTTP_REQUEST -> OK, 95 Wed Sep 25 18:37:18 2013:info:183: received 2 file descriptors: 6, 7 Wed Sep 25 18:37:18 2013:info:HTTP_REQUEST -> OK, 11797 Wed Sep 25 18:37:19 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000003 -> /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000003 Wed Sep 25 18:37:19 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000003 Wed Sep 25 18:37:19 2013:info:reading file /home/judges/compile/var/compile/000001/report/000003.txt Wed Sep 25 18:37:19 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000003 Wed Sep 25 18:37:19 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000003 -> /home/judges/super-run/var/exe/G00035T8VQHI Wed Sep 25 18:37:19 2013:info:writing file /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00035T8VQHI Wed Sep 25 18:37:19 2013:info:Move: /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00035T8VQHI -> /home/judges/super-run/var/queue/dir/G00035T8VQHI mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-09-25 18:37:19', last_change_nsec = 326472000 WHERE contest_id = 1 AND run_id = 3 ; Wed Sep 25 18:37:20 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000003 -> /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000003 Wed Sep 25 18:37:20 2013:info:reading file /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000003 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-09-25 18:37:20', last_change_nsec = 331842000 WHERE contest_id = 1 AND run_id = 3 ; Wed Sep 25 18:37:20 2013:info:Copy: /home/judges/000001/var/status/XXX_1380119840887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 18:37:20 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 18:37:20 2013:info:Copy: /home/judges/000001/var/run/000001/report/000003 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000003.gz Wed Sep 25 18:37:23 2013:info:185: received 2 file descriptors: 6, 7 Wed Sep 25 18:37:23 2013:info:HTTP_REQUEST -> OK, 130 Wed Sep 25 18:37:24 2013:info:187: received 2 file descriptors: 6, 7 Wed Sep 25 18:37:24 2013:info:HTTP_REQUEST -> OK, 11752 Wed Sep 25 18:38:24 2013:info:189: received 2 file descriptors: 6, 7 Wed Sep 25 18:38:24 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:39:25 2013:info:191: received 2 file descriptors: 6, 7 Wed Sep 25 18:39:25 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:40:25 2013:info:193: received 2 file descriptors: 6, 7 Wed Sep 25 18:40:25 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:41:25 2013:info:195: received 2 file descriptors: 6, 7 Wed Sep 25 18:41:25 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:42:26 2013:info:197: received 2 file descriptors: 6, 7 Wed Sep 25 18:42:26 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:43:27 2013:info:199: received 2 file descriptors: 6, 7 Wed Sep 25 18:43:27 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:44:29 2013:info:201: received 2 file descriptors: 6, 7 Wed Sep 25 18:44:29 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:45:29 2013:info:203: received 2 file descriptors: 6, 7 Wed Sep 25 18:45:29 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:46:31 2013:info:205: received 2 file descriptors: 6, 7 Wed Sep 25 18:46:31 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:46:32 2013:info:207: received 2 file descriptors: 6, 7 Wed Sep 25 18:46:32 2013:error:207: service not available: contest_id is invalid Wed Sep 25 18:46:32 2013:info:HTTP_REQUEST -> OK, 1746 Wed Sep 25 18:46:53 2013:info:209: received 2 file descriptors: 6, 7 Wed Sep 25 18:46:53 2013:error:209: service not available: contest_id is invalid Wed Sep 25 18:46:53 2013:info:HTTP_REQUEST -> OK, 1746 Wed Sep 25 18:47:02 2013:info:211: received 2 file descriptors: 6, 7 Wed Sep 25 18:47:02 2013:info:HTTP_REQUEST -> OK, 2507 Wed Sep 25 18:47:19 2013:info:213: received 2 file descriptors: 6, 7 Wed Sep 25 18:47:19 2013:info:HTTP_REQUEST -> OK, 88 Wed Sep 25 18:47:19 2013:info:215: received 2 file descriptors: 6, 7 Wed Sep 25 18:47:19 2013:info:HTTP_REQUEST -> OK, 6573 Wed Sep 25 18:47:22 2013:info:217: received 2 file descriptors: 6, 7 Wed Sep 25 18:47:22 2013:info:HTTP_REQUEST -> OK, 10674 Wed Sep 25 18:47:32 2013:info:219: received 2 file descriptors: 6, 7 Wed Sep 25 18:47:32 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:47:55 2013:info:221: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 4, 1, 0, '2013-09-25 18:47:55', 107536000, 7, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-09-25 18:47:55', 107546000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 813, user_id = 7, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '10.10.10.21', hash = '62fc0cad66691eeb45c0bf6e748b6f6727a1cf09', run_uuid = 'f9ed825f-03cc-4849-aaf6-9f949628dfe2', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-09-25 18:47:55', last_change_nsec = 110625000 WHERE contest_id = 1 AND run_id = 4 ; Wed Sep 25 18:47:55 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000004 Wed Sep 25 18:47:55 2013:info:writing file /home/judges/compile/var/compile/src/G00045TSRDSM.cpp Wed Sep 25 18:47:55 2013:info:writing file /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00045TSRDSM Wed Sep 25 18:47:55 2013:info:Move: /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00045TSRDSM -> /home/judges/compile/var/compile/queue/dir/G00045TSRDSM mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-09-25 18:47:55', last_change_nsec = 276758000 WHERE contest_id = 1 AND run_id = 4 ; Wed Sep 25 18:47:55 2013:info:HTTP_REQUEST -> OK, 95 Wed Sep 25 18:47:55 2013:info:223: received 2 file descriptors: 6, 7 Wed Sep 25 18:47:55 2013:info:HTTP_REQUEST -> OK, 11348 Wed Sep 25 18:47:58 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000004 -> /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000004 Wed Sep 25 18:47:58 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000004 Wed Sep 25 18:47:58 2013:info:reading file /home/judges/compile/var/compile/000001/report/000004.txt Wed Sep 25 18:47:58 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000004 Wed Sep 25 18:47:58 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000004 -> /home/judges/super-run/var/exe/G00045TSUC4K Wed Sep 25 18:47:58 2013:info:writing file /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00045TSUC4K Wed Sep 25 18:47:58 2013:info:Move: /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00045TSUC4K -> /home/judges/super-run/var/queue/dir/G00045TSUC4K mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-09-25 18:47:58', last_change_nsec = 399304000 WHERE contest_id = 1 AND run_id = 4 ; Wed Sep 25 18:48:00 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000004 -> /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000004 Wed Sep 25 18:48:00 2013:info:reading file /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000004 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-09-25 18:48:00', last_change_nsec = 407783000 WHERE contest_id = 1 AND run_id = 4 ; Wed Sep 25 18:48:00 2013:info:Copy: /home/judges/000001/var/status/XXX_1380120480887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 18:48:00 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 18:48:00 2013:info:Copy: /home/judges/000001/var/run/000001/report/000004 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000004.gz Wed Sep 25 18:48:00 2013:info:225: received 2 file descriptors: 6, 7 Wed Sep 25 18:48:00 2013:info:HTTP_REQUEST -> OK, 129 Wed Sep 25 18:48:03 2013:info:227: received 2 file descriptors: 6, 7 Wed Sep 25 18:48:03 2013:info:HTTP_REQUEST -> OK, 11328 Wed Sep 25 18:48:10 2013:info:229: received 2 file descriptors: 6, 7 Wed Sep 25 18:48:10 2013:info:HTTP_REQUEST -> OK, 11329 Wed Sep 25 18:48:23 2013:info:231: received 2 file descriptors: 6, 7 Wed Sep 25 18:48:23 2013:info:HTTP_REQUEST -> OK, 2376 Wed Sep 25 18:48:33 2013:info:233: received 2 file descriptors: 6, 7 Wed Sep 25 18:48:33 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:48:40 2013:info:235: received 2 file descriptors: 6, 7 Wed Sep 25 18:48:40 2013:info:HTTP_REQUEST -> OK, 6691 Wed Sep 25 18:48:50 2013:info:237: received 2 file descriptors: 6, 7 Wed Sep 25 18:48:50 2013:info:HTTP_REQUEST -> OK, 11329 Wed Sep 25 18:49:33 2013:info:239: received 2 file descriptors: 6, 7 Wed Sep 25 18:49:33 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:49:50 2013:info:241: received 2 file descriptors: 6, 7 Wed Sep 25 18:49:50 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:50:34 2013:info:243: received 2 file descriptors: 6, 7 Wed Sep 25 18:50:34 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:50:50 2013:info:245: received 2 file descriptors: 6, 7 Wed Sep 25 18:50:50 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:51:36 2013:info:247: received 2 file descriptors: 6, 7 Wed Sep 25 18:51:36 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:51:50 2013:info:249: received 2 file descriptors: 6, 7 Wed Sep 25 18:51:50 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:52:37 2013:info:251: received 2 file descriptors: 6, 7 Wed Sep 25 18:52:37 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:52:50 2013:info:253: received 2 file descriptors: 6, 7 Wed Sep 25 18:52:50 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:53:38 2013:info:255: received 2 file descriptors: 6, 7 Wed Sep 25 18:53:38 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:53:51 2013:info:257: received 2 file descriptors: 6, 7 Wed Sep 25 18:53:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:54:39 2013:info:259: received 2 file descriptors: 6, 7 Wed Sep 25 18:54:39 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:54:51 2013:info:261: received 2 file descriptors: 6, 7 Wed Sep 25 18:54:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:55:40 2013:info:263: received 2 file descriptors: 6, 7 Wed Sep 25 18:55:40 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:55:51 2013:info:265: received 2 file descriptors: 6, 7 Wed Sep 25 18:55:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:56:41 2013:info:267: received 2 file descriptors: 6, 7 Wed Sep 25 18:56:41 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:56:51 2013:info:269: received 2 file descriptors: 6, 7 Wed Sep 25 18:56:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:57:42 2013:info:271: received 2 file descriptors: 6, 7 Wed Sep 25 18:57:42 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:57:51 2013:info:273: received 2 file descriptors: 6, 7 Wed Sep 25 18:57:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:58:43 2013:info:275: received 2 file descriptors: 6, 7 Wed Sep 25 18:58:43 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:58:51 2013:info:277: received 2 file descriptors: 6, 7 Wed Sep 25 18:58:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:59:44 2013:info:279: received 2 file descriptors: 6, 7 Wed Sep 25 18:59:44 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 18:59:51 2013:info:281: received 2 file descriptors: 6, 7 Wed Sep 25 18:59:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:00:45 2013:info:283: received 2 file descriptors: 6, 7 Wed Sep 25 19:00:45 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:00:51 2013:info:285: received 2 file descriptors: 6, 7 Wed Sep 25 19:00:51 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:01:46 2013:info:287: received 2 file descriptors: 6, 7 Wed Sep 25 19:01:46 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:01:51 2013:info:289: received 2 file descriptors: 6, 7 Wed Sep 25 19:01:51 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:02:28 2013:info:291: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 5, 1, 0, '2013-09-25 19:02:28', 939457000, 7, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-09-25 19:02:28', 939468000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 963, user_id = 7, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '10.10.10.21', hash = '93537296de7cb410c1b33f4cf6d0e7edefbd2c3b', run_uuid = '68719fc1-fa48-4053-b0ab-6ef8baf48693', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-09-25 19:02:28', last_change_nsec = 949670000 WHERE contest_id = 1 AND run_id = 5 ; Wed Sep 25 19:02:28 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000005 Wed Sep 25 19:02:28 2013:info:writing file /home/judges/compile/var/compile/src/G00055UO42C0.cpp Wed Sep 25 19:02:28 2013:info:writing file /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00055UO42C0 Wed Sep 25 19:02:28 2013:info:Move: /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00055UO42C0 -> /home/judges/compile/var/compile/queue/dir/G00055UO42C0 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-09-25 19:02:28', last_change_nsec = 953049000 WHERE contest_id = 1 AND run_id = 5 ; Wed Sep 25 19:02:28 2013:info:HTTP_REQUEST -> OK, 95 Wed Sep 25 19:02:29 2013:info:293: received 2 file descriptors: 6, 7 Wed Sep 25 19:02:29 2013:info:HTTP_REQUEST -> OK, 11583 Wed Sep 25 19:02:30 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000005 -> /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000005 Wed Sep 25 19:02:30 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000005 Wed Sep 25 19:02:30 2013:info:reading file /home/judges/compile/var/compile/000001/report/000005.txt Wed Sep 25 19:02:30 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000005 Wed Sep 25 19:02:30 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000005 -> /home/judges/super-run/var/exe/G00055UO6Q55 Wed Sep 25 19:02:30 2013:info:writing file /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00055UO6Q55 Wed Sep 25 19:02:30 2013:info:Move: /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00055UO6Q55 -> /home/judges/super-run/var/queue/dir/G00055UO6Q55 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-09-25 19:02:30', last_change_nsec = 100342000 WHERE contest_id = 1 AND run_id = 5 ; Wed Sep 25 19:02:31 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000005 -> /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000005 Wed Sep 25 19:02:31 2013:info:reading file /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000005 mysql: UPDATE runs SET status = 7, score = 20, test_num = 2, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-09-25 19:02:31', last_change_nsec = 106894000 WHERE contest_id = 1 AND run_id = 5 ; Wed Sep 25 19:02:31 2013:info:Copy: /home/judges/000001/var/status/XXX_1380121351887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 19:02:31 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 19:02:31 2013:info:Copy: /home/judges/000001/var/run/000001/report/000005 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000005.gz Wed Sep 25 19:02:34 2013:info:295: received 2 file descriptors: 6, 7 Wed Sep 25 19:02:34 2013:info:HTTP_REQUEST -> OK, 129 Wed Sep 25 19:02:37 2013:info:297: received 2 file descriptors: 6, 7 Wed Sep 25 19:02:37 2013:info:HTTP_REQUEST -> OK, 11565 Wed Sep 25 19:02:47 2013:info:299: received 2 file descriptors: 6, 7 Wed Sep 25 19:02:47 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:02:49 2013:info:301: received 2 file descriptors: 6, 7 Wed Sep 25 19:02:49 2013:error:301: service not available: contest_id is invalid Wed Sep 25 19:02:49 2013:info:HTTP_REQUEST -> OK, 1746 Wed Sep 25 19:03:37 2013:info:303: received 2 file descriptors: 6, 7 Wed Sep 25 19:03:37 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:03:48 2013:info:305: received 2 file descriptors: 6, 7 Wed Sep 25 19:03:48 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:03:56 2013:info:307: received 2 file descriptors: 6, 7 Wed Sep 25 19:03:56 2013:info:HTTP_REQUEST -> OK, 2507 Wed Sep 25 19:04:09 2013:info:309: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:09 2013:info:HTTP_REQUEST -> OK, 88 Wed Sep 25 19:04:09 2013:info:311: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:09 2013:info:writing file /home/judges/000001/var/status/in/887_localhost.localdomain_status Wed Sep 25 19:04:09 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Wed Sep 25 19:04:09 2013:info:HTTP_REQUEST -> OK, 6571 Wed Sep 25 19:04:12 2013:info:313: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:12 2013:info:HTTP_REQUEST -> OK, 10673 Wed Sep 25 19:04:37 2013:info:315: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:37 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:04:39 2013:info:317: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 6, 1, 0, '2013-09-25 19:04:39', 410081000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-09-25 19:04:39', 410092000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 761, user_id = 8, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '10.10.10.28', hash = '606b803cc04efa90a47df9a4f5c58141e40d20dd', run_uuid = '9817653e-9438-4651-86e0-04e893f86b81', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-09-25 19:04:39', last_change_nsec = 413392000 WHERE contest_id = 1 AND run_id = 6 ; Wed Sep 25 19:04:39 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000006 Wed Sep 25 19:04:39 2013:info:writing file /home/judges/compile/var/compile/src/G00065US7MDO.cpp Wed Sep 25 19:04:39 2013:info:writing file /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00065US7MDO Wed Sep 25 19:04:39 2013:info:Move: /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00065US7MDO -> /home/judges/compile/var/compile/queue/dir/G00065US7MDO mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-09-25 19:04:39', last_change_nsec = 416511000 WHERE contest_id = 1 AND run_id = 6 ; Wed Sep 25 19:04:39 2013:info:HTTP_REQUEST -> OK, 95 Wed Sep 25 19:04:39 2013:info:319: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:39 2013:info:HTTP_REQUEST -> OK, 11347 Wed Sep 25 19:04:41 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000006 -> /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000006 Wed Sep 25 19:04:41 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000006 Wed Sep 25 19:04:41 2013:info:reading file /home/judges/compile/var/compile/000001/report/000006.txt Wed Sep 25 19:04:41 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000006 Wed Sep 25 19:04:41 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000006 -> /home/judges/super-run/var/exe/G00065US966V Wed Sep 25 19:04:41 2013:info:writing file /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00065US966V Wed Sep 25 19:04:41 2013:info:Move: /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00065US966V -> /home/judges/super-run/var/queue/dir/G00065US966V mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-09-25 19:04:41', last_change_nsec = 537004000 WHERE contest_id = 1 AND run_id = 6 ; Wed Sep 25 19:04:42 2013:info:321: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:42 2013:info:HTTP_REQUEST -> OK, 11343 Wed Sep 25 19:04:43 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000006 -> /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000006 Wed Sep 25 19:04:43 2013:info:reading file /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000006 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-09-25 19:04:43', last_change_nsec = 954312000 WHERE contest_id = 1 AND run_id = 6 ; Wed Sep 25 19:04:43 2013:info:Copy: /home/judges/000001/var/status/XXX_1380121483887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 19:04:43 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 19:04:43 2013:info:Copy: /home/judges/000001/var/run/000001/report/000006 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000006.gz Wed Sep 25 19:04:48 2013:info:323: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:48 2013:info:HTTP_REQUEST -> OK, 129 Wed Sep 25 19:04:48 2013:info:325: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:48 2013:info:HTTP_REQUEST -> OK, 11328 Wed Sep 25 19:04:49 2013:info:327: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:49 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:04:50 2013:info:329: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:50 2013:info:HTTP_REQUEST -> OK, 11328 Wed Sep 25 19:04:50 2013:info:331: received 2 file descriptors: 6, 7 Wed Sep 25 19:04:50 2013:info:HTTP_REQUEST -> OK, 11328 Wed Sep 25 19:05:37 2013:info:333: received 2 file descriptors: 6, 7 Wed Sep 25 19:05:37 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:05:50 2013:info:335: received 2 file descriptors: 6, 7 Wed Sep 25 19:05:50 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:05:50 2013:info:337: received 2 file descriptors: 6, 7 Wed Sep 25 19:05:50 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:06:37 2013:info:339: received 2 file descriptors: 6, 7 Wed Sep 25 19:06:37 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:06:50 2013:info:341: received 2 file descriptors: 6, 7 Wed Sep 25 19:06:50 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:06:51 2013:info:343: received 2 file descriptors: 6, 7 Wed Sep 25 19:06:51 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:07:37 2013:info:345: received 2 file descriptors: 6, 7 Wed Sep 25 19:07:37 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:07:50 2013:info:347: received 2 file descriptors: 6, 7 Wed Sep 25 19:07:50 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:07:52 2013:info:349: received 2 file descriptors: 6, 7 Wed Sep 25 19:07:52 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:08:37 2013:info:351: received 2 file descriptors: 6, 7 Wed Sep 25 19:08:37 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:08:51 2013:info:353: received 2 file descriptors: 6, 7 Wed Sep 25 19:08:51 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:08:53 2013:info:355: received 2 file descriptors: 6, 7 Wed Sep 25 19:08:53 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:09:37 2013:info:357: received 2 file descriptors: 6, 7 Wed Sep 25 19:09:37 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:09:51 2013:info:359: received 2 file descriptors: 6, 7 Wed Sep 25 19:09:51 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:09:54 2013:info:361: received 2 file descriptors: 6, 7 Wed Sep 25 19:09:54 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:10:37 2013:info:363: received 2 file descriptors: 6, 7 Wed Sep 25 19:10:37 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:10:51 2013:info:365: received 2 file descriptors: 6, 7 Wed Sep 25 19:10:51 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:10:55 2013:info:367: received 2 file descriptors: 6, 7 Wed Sep 25 19:10:55 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:11:31 2013:info:369: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 7, 1, 0, '2013-09-25 19:11:31', 511225000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-09-25 19:11:31', 511236000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 765, user_id = 8, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '10.10.10.28', hash = 'b604526773a377434bb5ab8bda962c93a9ba299e', run_uuid = '21e991f5-d6db-4167-bccb-131f28128fc6', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-09-25 19:11:31', last_change_nsec = 514763000 WHERE contest_id = 1 AND run_id = 7 ; Wed Sep 25 19:11:31 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000007 Wed Sep 25 19:11:31 2013:info:writing file /home/judges/compile/var/compile/src/G00075V9384E.cpp Wed Sep 25 19:11:31 2013:info:writing file /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00075V9384E Wed Sep 25 19:11:31 2013:info:Move: /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G00075V9384E -> /home/judges/compile/var/compile/queue/dir/G00075V9384E mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-09-25 19:11:31', last_change_nsec = 566312000 WHERE contest_id = 1 AND run_id = 7 ; Wed Sep 25 19:11:31 2013:info:HTTP_REQUEST -> OK, 95 Wed Sep 25 19:11:31 2013:info:371: received 2 file descriptors: 6, 7 Wed Sep 25 19:11:31 2013:info:HTTP_REQUEST -> OK, 11584 Wed Sep 25 19:11:33 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000007 -> /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000007 Wed Sep 25 19:11:33 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000007 Wed Sep 25 19:11:33 2013:info:reading file /home/judges/compile/var/compile/000001/report/000007.txt Wed Sep 25 19:11:33 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000007 Wed Sep 25 19:11:33 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000007 -> /home/judges/super-run/var/exe/G00075V95P8O Wed Sep 25 19:11:33 2013:info:writing file /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00075V95P8O Wed Sep 25 19:11:33 2013:info:Move: /home/judges/super-run/var/queue/in/887_localhost.localdomain_G00075V95P8O -> /home/judges/super-run/var/queue/dir/G00075V95P8O mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-09-25 19:11:33', last_change_nsec = 687771000 WHERE contest_id = 1 AND run_id = 7 ; Wed Sep 25 19:11:35 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000007 -> /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000007 Wed Sep 25 19:11:35 2013:info:reading file /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000007 mysql: UPDATE runs SET status = 7, score = 20, test_num = 2, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-09-25 19:11:35', last_change_nsec = 694907000 WHERE contest_id = 1 AND run_id = 7 ; Wed Sep 25 19:11:35 2013:info:Copy: /home/judges/000001/var/status/XXX_1380121895887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Sep 25 19:11:35 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Sep 25 19:11:35 2013:info:Copy: /home/judges/000001/var/run/000001/report/000007 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000007.gz Wed Sep 25 19:11:36 2013:info:373: received 2 file descriptors: 6, 7 Wed Sep 25 19:11:36 2013:info:HTTP_REQUEST -> OK, 130 Wed Sep 25 19:11:37 2013:info:375: received 2 file descriptors: 6, 7 Wed Sep 25 19:11:37 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:11:38 2013:info:377: received 2 file descriptors: 6, 7 Wed Sep 25 19:11:38 2013:info:HTTP_REQUEST -> OK, 11566 Wed Sep 25 19:11:56 2013:info:379: received 2 file descriptors: 6, 7 Wed Sep 25 19:11:56 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:12:57 2013:info:381: received 2 file descriptors: 6, 7 Wed Sep 25 19:12:57 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:13:58 2013:info:383: received 2 file descriptors: 6, 7 Wed Sep 25 19:13:58 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:14:59 2013:info:385: received 2 file descriptors: 6, 7 Wed Sep 25 19:14:59 2013:info:HTTP_REQUEST -> OK, 122 Wed Sep 25 19:16:00 2013:info:387: received 2 file descriptors: 6, 7 Wed Sep 25 19:16:01 2013:info:HTTP_REQUEST -> OK, 121 Wed Sep 25 19:21:02 2013:info:writing file /home/judges/000001/var/status/in/887_localhost.localdomain_status Wed Sep 25 19:21:02 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Mon Sep 30 18:03:57 2013:info:389: received 2 file descriptors: 6, 7 Mon Sep 30 18:03:57 2013:info:HTTP_REQUEST -> OK, 2516 Mon Sep 30 18:04:00 2013:info:391: received 2 file descriptors: 6, 7 Mon Sep 30 18:04:00 2013:info:HTTP_REQUEST -> OK, 2516 Wed Oct 2 17:35:10 2013:info:393: received 2 file descriptors: 6, 7 Wed Oct 2 17:35:10 2013:info:HTTP_REQUEST -> OK, 2507 Wed Oct 2 17:35:28 2013:info:395: received 2 file descriptors: 6, 7 Wed Oct 2 17:35:28 2013:info:HTTP_REQUEST -> OK, 88 Wed Oct 2 17:35:28 2013:info:397: received 2 file descriptors: 6, 7 Wed Oct 2 17:35:28 2013:info:loading contest 1 configuration file Wed Oct 2 17:35:28 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; Wed Oct 2 17:35:28 2013:info:reconnected to MySQL daemon mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Wed Oct 2 17:35:28 2013:info:reading file /home/judges/000001/var/status/dir/status Wed Oct 2 17:35:28 2013:info:load_status_file: clients_suspended = 0 Wed Oct 2 17:35:28 2013:info:load_status_file: testing_suspended = 0 Wed Oct 2 17:35:28 2013:info:load_status_file: accepting_mode = 0 Wed Oct 2 17:35:28 2013:info:load_status_file: printing_suspended = 0 Wed Oct 2 17:35:28 2013:info:load_status_file: upsolving_mode = 0 Wed Oct 2 17:35:28 2013:info:teamdb_refresh: updated: 10 users, 15 max user, XML size = 3020 Wed Oct 2 17:35:28 2013:info:Copy: /home/judges/000001/var/status/XXX_1380720928887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Oct 2 17:35:28 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Oct 2 17:35:28 2013:info:HTTP_REQUEST -> OK, 6573 Wed Oct 2 17:35:33 2013:info:399: received 2 file descriptors: 6, 7 Wed Oct 2 17:35:33 2013:info:HTTP_REQUEST -> OK, 10674 Wed Oct 2 17:36:58 2013:info:401: received 2 file descriptors: 6, 7 Wed Oct 2 17:36:58 2013:info:HTTP_REQUEST -> OK, 122 Wed Oct 2 17:37:30 2013:info:403: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 8, 1, 0, '2013-10-02 17:37:30', 474389000, 5, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-02 17:37:30', 474400000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1060, user_id = 5, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '10.10.10.21', hash = 'a22b0291482b7735c9c3d9a5738dafe30ebe5dae', run_uuid = '396198fa-3e55-4c83-9aae-c81b879c885e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-02 17:37:30', last_change_nsec = 505073000 WHERE contest_id = 1 AND run_id = 8 ; Wed Oct 2 17:37:30 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000008 Wed Oct 2 17:37:30 2013:info:writing file /home/judges/compile/var/compile/src/G0008O8CQJOT.cpp Wed Oct 2 17:37:30 2013:info:writing file /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G0008O8CQJOT Wed Oct 2 17:37:30 2013:info:Move: /home/judges/compile/var/compile/queue/in/887_localhost.localdomain_G0008O8CQJOT -> /home/judges/compile/var/compile/queue/dir/G0008O8CQJOT mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-02 17:37:30', last_change_nsec = 577957000 WHERE contest_id = 1 AND run_id = 8 ; Wed Oct 2 17:37:30 2013:info:HTTP_REQUEST -> OK, 95 Wed Oct 2 17:37:30 2013:info:405: received 2 file descriptors: 6, 7 Wed Oct 2 17:37:30 2013:info:HTTP_REQUEST -> OK, 11349 Wed Oct 2 17:37:34 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000008 -> /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000008 Wed Oct 2 17:37:34 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/887_localhost.localdomain_000008 Wed Oct 2 17:37:34 2013:info:reading file /home/judges/compile/var/compile/000001/report/000008.txt Wed Oct 2 17:37:34 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000008 Wed Oct 2 17:37:34 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000008 -> /home/judges/super-run/var/exe/G0008O8CU7TN Wed Oct 2 17:37:34 2013:info:writing file /home/judges/super-run/var/queue/in/887_localhost.localdomain_G0008O8CU7TN Wed Oct 2 17:37:34 2013:info:Move: /home/judges/super-run/var/queue/in/887_localhost.localdomain_G0008O8CU7TN -> /home/judges/super-run/var/queue/dir/G0008O8CU7TN mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-02 17:37:34', last_change_nsec = 724540000 WHERE contest_id = 1 AND run_id = 8 ; Wed Oct 2 17:37:39 2013:info:407: received 2 file descriptors: 6, 7 Wed Oct 2 17:37:39 2013:info:HTTP_REQUEST -> OK, 11345 Wed Oct 2 17:37:53 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000008 -> /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000008 Wed Oct 2 17:37:53 2013:info:reading file /home/judges/000001/var/run/000001/status/out/887_localhost.localdomain_000008 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-02 17:37:53', last_change_nsec = 297500000 WHERE contest_id = 1 AND run_id = 8 ; Wed Oct 2 17:37:53 2013:info:Copy: /home/judges/000001/var/status/XXX_1380721073887 -> /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html Wed Oct 2 17:37:53 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Wed Oct 2 17:37:53 2013:info:Copy: /home/judges/000001/var/run/000001/report/000008 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000008.gz Wed Oct 2 17:37:54 2013:info:409: received 2 file descriptors: 6, 7 Wed Oct 2 17:37:54 2013:info:HTTP_REQUEST -> OK, 11330 Wed Oct 2 17:42:55 2013:info:writing file /home/judges/000001/var/status/in/887_localhost.localdomain_status Wed Oct 2 17:42:55 2013:info:Move: /home/judges/000001/var/status/in/887_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 02:06:23 2013:info:213: received 2 file descriptors: 6, 7 Sat Oct 5 02:06:23 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:06:23 2013:info:215: received 2 file descriptors: 7, 11 Sat Oct 5 02:06:23 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:06:34 2013:info:217: received 2 file descriptors: 6, 7 Sat Oct 5 02:06:34 2013:info:HTTP_REQUEST -> OK, 68 Sat Oct 5 02:06:34 2013:info:219: received 2 file descriptors: 6, 7 Sat Oct 5 02:06:34 2013:info:HTTP_REQUEST -> OK, 2497 Sat Oct 5 02:06:41 2013:info:221: received 2 file descriptors: 6, 7 Sat Oct 5 02:06:41 2013:info:HTTP_REQUEST -> OK, 78 Sat Oct 5 02:06:41 2013:info:223: received 2 file descriptors: 6, 7 Sat Oct 5 02:06:41 2013:info:HTTP_REQUEST -> OK, 5253 Sat Oct 5 02:10:58 2013:info:1: received 2 file descriptors: 6, 7 Sat Oct 5 02:10:58 2013:info:HTTP_REQUEST -> OK, 2497 Sat Oct 5 02:11:08 2013:info:3: received 2 file descriptors: 6, 7 Sat Oct 5 02:11:08 2013:info:running as ejudge (1) Sat Oct 5 02:11:08 2013:info:HTTP_REQUEST -> OK, 78 Sat Oct 5 02:11:08 2013:info:5: received 2 file descriptors: 6, 7 Sat Oct 5 02:11:08 2013:info:loading contest 1 configuration file Sat Oct 5 02:11:08 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Sat Oct 5 02:11:08 2013:info:reading file /home/judges/000001/var/status/dir/status Sat Oct 5 02:11:08 2013:info:load_status_file: clients_suspended = 0 Sat Oct 5 02:11:08 2013:info:load_status_file: testing_suspended = 0 Sat Oct 5 02:11:08 2013:info:load_status_file: accepting_mode = 0 Sat Oct 5 02:11:08 2013:info:load_status_file: printing_suspended = 0 Sat Oct 5 02:11:08 2013:info:load_status_file: upsolving_mode = 0 Sat Oct 5 02:11:08 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 02:11:08 2013:info:Copy: /home/judges/000001/var/status/XXX_1380924668970 -> /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html Sat Oct 5 02:11:08 2013:info:Move: /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 02:11:08 2013:info:HTTP_REQUEST -> OK, 5537 Sat Oct 5 02:11:13 2013:info:7: received 2 file descriptors: 6, 7 Sat Oct 5 02:11:13 2013:info:HTTP_REQUEST -> OK, 9550 Sat Oct 5 02:11:30 2013:info:9: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 21, 1, 0, '2013-10-05 02:11:30', 8411000, 1, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 02:11:30', 8422000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 58, user_id = 1, prob_id = 3, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'c384be28f7dd04e14c3b651a68479c8691f7d411', run_uuid = '672dfb20-1c3f-43ad-884d-8a72b736a594', score = -1, test_num = 0, locale_id = 0, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 02:11:30', last_change_nsec = 12430000 WHERE contest_id = 1 AND run_id = 21 ; Sat Oct 5 02:11:30 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000021 Sat Oct 5 02:11:30 2013:info:writing file /home/judges/compile/var/compile/src/G000LUF8I0CH.pas Sat Oct 5 02:11:30 2013:info:writing file /home/judges/compile/var/compile/queue/in/970_localhost.localdomain_G000LUF8I0CH Sat Oct 5 02:11:30 2013:info:Move: /home/judges/compile/var/compile/queue/in/970_localhost.localdomain_G000LUF8I0CH -> /home/judges/compile/var/compile/queue/dir/G000LUF8I0CH mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 02:11:30', last_change_nsec = 41286000 WHERE contest_id = 1 AND run_id = 21 ; Sat Oct 5 02:11:30 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 02:11:30 2013:info:11: received 2 file descriptors: 6, 7 Sat Oct 5 02:11:30 2013:info:HTTP_REQUEST -> OK, 10078 Sat Oct 5 02:11:32 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000021 -> /home/judges/compile/var/compile/000001/status/out/970_localhost.localdomain_000021 Sat Oct 5 02:11:32 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/970_localhost.localdomain_000021 Sat Oct 5 02:11:32 2013:info:reading file /home/judges/compile/var/compile/000001/report/000021.txt Sat Oct 5 02:11:32 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000021 Sat Oct 5 02:11:32 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000021 -> /home/judges/super-run/var/exe/G000LUF8KE2U Sat Oct 5 02:11:33 2013:info:writing file /home/judges/super-run/var/queue/in/970_localhost.localdomain_G000LUF8KE2U Sat Oct 5 02:11:33 2013:info:Move: /home/judges/super-run/var/queue/in/970_localhost.localdomain_G000LUF8KE2U -> /home/judges/super-run/var/queue/dir/G000LUF8KE2U mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 02:11:33', last_change_nsec = 49081000 WHERE contest_id = 1 AND run_id = 21 ; Sat Oct 5 02:11:35 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000021 -> /home/judges/000001/var/run/000001/status/out/970_localhost.localdomain_000021 Sat Oct 5 02:11:35 2013:info:reading file /home/judges/000001/var/run/000001/status/out/970_localhost.localdomain_000021 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 02:11:35', last_change_nsec = 56410000 WHERE contest_id = 1 AND run_id = 21 ; Sat Oct 5 02:11:35 2013:info:Copy: /home/judges/000001/var/status/XXX_1380924695970 -> /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html Sat Oct 5 02:11:35 2013:info:Move: /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 02:11:35 2013:info:Copy: /home/judges/000001/var/run/000001/report/000021 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000021.gz Sat Oct 5 02:11:35 2013:info:13: received 2 file descriptors: 6, 7 Sat Oct 5 02:11:35 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 02:11:39 2013:info:15: received 2 file descriptors: 6, 7 Sat Oct 5 02:11:39 2013:info:HTTP_REQUEST -> OK, 10077 Sat Oct 5 02:12:03 2013:info:17: received 2 file descriptors: 6, 7 Sat Oct 5 02:12:03 2013:info:HTTP_REQUEST -> OK, 11241 Sat Oct 5 02:12:26 2013:info:19: received 2 file descriptors: 6, 7 Sat Oct 5 02:12:26 2013:info:HTTP_REQUEST -> OK, 1896 Sat Oct 5 02:12:57 2013:info:21: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 22, 1, 0, '2013-10-05 02:12:57', 944565000, 1, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 02:12:57', 944577000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 58, user_id = 1, prob_id = 1, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '43c85f3e78fc7883fc097540c1af9ec9aefb375d', run_uuid = 'adf53c0e-48e9-4386-99ef-79ddecc2d067', score = -1, test_num = 0, locale_id = 0, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 02:12:57', last_change_nsec = 966043000 WHERE contest_id = 1 AND run_id = 22 ; Sat Oct 5 02:12:57 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000022 Sat Oct 5 02:12:57 2013:info:writing file /home/judges/compile/var/compile/src/G000MUFB9K52.pas Sat Oct 5 02:12:57 2013:info:writing file /home/judges/compile/var/compile/queue/in/970_localhost.localdomain_G000MUFB9K52 Sat Oct 5 02:12:57 2013:info:Move: /home/judges/compile/var/compile/queue/in/970_localhost.localdomain_G000MUFB9K52 -> /home/judges/compile/var/compile/queue/dir/G000MUFB9K52 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 02:12:57', last_change_nsec = 971470000 WHERE contest_id = 1 AND run_id = 22 ; Sat Oct 5 02:12:57 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 02:12:58 2013:info:23: received 2 file descriptors: 6, 7 Sat Oct 5 02:12:58 2013:info:HTTP_REQUEST -> OK, 11458 Sat Oct 5 02:12:59 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000022 -> /home/judges/compile/var/compile/000001/status/out/970_localhost.localdomain_000022 Sat Oct 5 02:12:59 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/970_localhost.localdomain_000022 Sat Oct 5 02:12:59 2013:info:reading file /home/judges/compile/var/compile/000001/report/000022.txt Sat Oct 5 02:12:59 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000022 Sat Oct 5 02:12:59 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000022 -> /home/judges/super-run/var/exe/G000MUFBB92C Sat Oct 5 02:12:59 2013:info:writing file /home/judges/super-run/var/queue/in/970_localhost.localdomain_G000MUFBB92C Sat Oct 5 02:12:59 2013:info:Move: /home/judges/super-run/var/queue/in/970_localhost.localdomain_G000MUFBB92C -> /home/judges/super-run/var/queue/dir/G000MUFBB92C mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 02:12:59', last_change_nsec = 82618000 WHERE contest_id = 1 AND run_id = 22 ; Sat Oct 5 02:13:00 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000022 -> /home/judges/000001/var/run/000001/status/out/970_localhost.localdomain_000022 Sat Oct 5 02:13:00 2013:info:reading file /home/judges/000001/var/run/000001/status/out/970_localhost.localdomain_000022 mysql: UPDATE runs SET status = 0, score = 50, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 02:13:00', last_change_nsec = 91493000 WHERE contest_id = 1 AND run_id = 22 ; Sat Oct 5 02:13:00 2013:info:Copy: /home/judges/000001/var/status/XXX_1380924780970 -> /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html Sat Oct 5 02:13:00 2013:info:Move: /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 02:13:00 2013:info:Copy: /home/judges/000001/var/run/000001/report/000022 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000022 Sat Oct 5 02:13:01 2013:info:25: received 2 file descriptors: 6, 7 Sat Oct 5 02:13:01 2013:info:HTTP_REQUEST -> OK, 11451 Sat Oct 5 02:14:02 2013:info:27: received 2 file descriptors: 6, 7 Sat Oct 5 02:14:02 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:15:03 2013:info:29: received 2 file descriptors: 6, 7 Sat Oct 5 02:15:03 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:16:04 2013:info:31: received 2 file descriptors: 6, 7 Sat Oct 5 02:16:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:17:58 2013:info:userlist-server fd ready Sat Oct 5 02:17:58 2013:info:userlist-server notification: 1 Sat Oct 5 02:17:58 2013:info:userlist-server fd ready Sat Oct 5 02:17:58 2013:info:userlist-server notification: 1 Sat Oct 5 02:18:28 2013:info:33: received 2 file descriptors: 6, 7 Sat Oct 5 02:18:28 2013:info:HTTP_REQUEST -> OK, 2497 Sat Oct 5 02:18:38 2013:info:35: received 2 file descriptors: 6, 7 Sat Oct 5 02:18:38 2013:info:HTTP_REQUEST -> OK, 78 Sat Oct 5 02:18:38 2013:info:37: received 2 file descriptors: 6, 7 Sat Oct 5 02:18:38 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 02:18:38 2013:info:HTTP_REQUEST -> OK, 5534 Sat Oct 5 02:18:41 2013:info:39: received 2 file descriptors: 6, 7 Sat Oct 5 02:18:41 2013:info:HTTP_REQUEST -> OK, 11452 Sat Oct 5 02:19:21 2013:info:41: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 23, 1, 0, '2013-10-05 02:19:21', 327299000, 1, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 02:19:21', 327312000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 66, user_id = 1, prob_id = 1, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'd6f6803a8a10d15ba1dfc8e956fa36a364349f47', run_uuid = '417a36a2-67d9-4c63-a315-16fae95d2843', score = -1, test_num = 0, locale_id = 0, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 02:19:21', last_change_nsec = 331807000 WHERE contest_id = 1 AND run_id = 23 ; Sat Oct 5 02:19:21 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000023 Sat Oct 5 02:19:21 2013:info:writing file /home/judges/compile/var/compile/src/G000NUFN9781.pas Sat Oct 5 02:19:21 2013:info:writing file /home/judges/compile/var/compile/queue/in/970_localhost.localdomain_G000NUFN9781 Sat Oct 5 02:19:21 2013:info:Move: /home/judges/compile/var/compile/queue/in/970_localhost.localdomain_G000NUFN9781 -> /home/judges/compile/var/compile/queue/dir/G000NUFN9781 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-05 02:19:21', last_change_nsec = 335690000 WHERE contest_id = 1 AND run_id = 23 ; Sat Oct 5 02:19:21 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 02:19:21 2013:info:43: received 2 file descriptors: 6, 7 Sat Oct 5 02:19:21 2013:info:HTTP_REQUEST -> OK, 11484 Sat Oct 5 02:19:22 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000023 -> /home/judges/compile/var/compile/000001/status/out/970_localhost.localdomain_000023 Sat Oct 5 02:19:22 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/970_localhost.localdomain_000023 Sat Oct 5 02:19:22 2013:info:reading file /home/judges/compile/var/compile/000001/report/000023.txt Sat Oct 5 02:19:22 2013:error:open("/home/judges/compile/var/compile/000001/report/000023.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 02:19:22', last_change_nsec = 437881000 WHERE contest_id = 1 AND run_id = 23 ; Sat Oct 5 02:19:22 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000023 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000023 Sat Oct 5 02:19:22 2013:info:Copy: /home/judges/000001/var/status/XXX_1380925162970 -> /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html Sat Oct 5 02:19:22 2013:info:Move: /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 02:19:26 2013:info:45: received 2 file descriptors: 6, 7 Sat Oct 5 02:19:26 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 02:19:27 2013:info:47: received 2 file descriptors: 6, 7 Sat Oct 5 02:19:27 2013:info:HTTP_REQUEST -> OK, 11481 Sat Oct 5 02:19:54 2013:info:49: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 24, 1, 0, '2013-10-05 02:19:54', 770977000, 1, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 02:19:54', 770984000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 67, user_id = 1, prob_id = 1, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '5e0df6d9cfb60ed738a13396345d6a2113dd2aca', run_uuid = '87c75717-99ec-423b-a70d-07105d377705', score = -1, test_num = 0, locale_id = 0, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 02:19:54', last_change_nsec = 775665000 WHERE contest_id = 1 AND run_id = 24 ; Sat Oct 5 02:19:54 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000024 Sat Oct 5 02:19:54 2013:info:writing file /home/judges/compile/var/compile/src/G000OUFOAP2N.pas Sat Oct 5 02:19:54 2013:info:writing file /home/judges/compile/var/compile/queue/in/970_localhost.localdomain_G000OUFOAP2N Sat Oct 5 02:19:54 2013:info:Move: /home/judges/compile/var/compile/queue/in/970_localhost.localdomain_G000OUFOAP2N -> /home/judges/compile/var/compile/queue/dir/G000OUFOAP2N mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-05 02:19:54', last_change_nsec = 779767000 WHERE contest_id = 1 AND run_id = 24 ; Sat Oct 5 02:19:54 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 02:19:54 2013:info:51: received 2 file descriptors: 6, 7 Sat Oct 5 02:19:54 2013:info:HTTP_REQUEST -> OK, 11484 Sat Oct 5 02:19:55 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000024 -> /home/judges/compile/var/compile/000001/status/out/970_localhost.localdomain_000024 Sat Oct 5 02:19:55 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/970_localhost.localdomain_000024 Sat Oct 5 02:19:55 2013:info:reading file /home/judges/compile/var/compile/000001/report/000024.txt Sat Oct 5 02:19:55 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000024 Sat Oct 5 02:19:55 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000024 -> /home/judges/super-run/var/exe/G000OUFOBUG1 Sat Oct 5 02:19:55 2013:info:writing file /home/judges/super-run/var/queue/in/970_localhost.localdomain_G000OUFOBUG1 Sat Oct 5 02:19:55 2013:info:Move: /home/judges/super-run/var/queue/in/970_localhost.localdomain_G000OUFOBUG1 -> /home/judges/super-run/var/queue/dir/G000OUFOBUG1 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-05 02:19:55', last_change_nsec = 890293000 WHERE contest_id = 1 AND run_id = 24 ; Sat Oct 5 02:19:56 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000024 -> /home/judges/000001/var/run/000001/status/out/970_localhost.localdomain_000024 Sat Oct 5 02:19:56 2013:info:reading file /home/judges/000001/var/run/000001/status/out/970_localhost.localdomain_000024 mysql: UPDATE runs SET status = 0, score = 50, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 02:19:56', last_change_nsec = 896694000 WHERE contest_id = 1 AND run_id = 24 ; Sat Oct 5 02:19:56 2013:info:Copy: /home/judges/000001/var/status/XXX_1380925196970 -> /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html Sat Oct 5 02:19:56 2013:info:Move: /home/judges/000001/var/status/in/970_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 02:19:56 2013:info:Copy: /home/judges/000001/var/run/000001/report/000024 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000024 Sat Oct 5 02:19:57 2013:info:53: received 2 file descriptors: 6, 7 Sat Oct 5 02:19:57 2013:info:HTTP_REQUEST -> OK, 11478 Sat Oct 5 02:20:11 2013:info:55: received 2 file descriptors: 6, 7 Sat Oct 5 02:20:11 2013:info:HTTP_REQUEST -> OK, 11478 Sat Oct 5 02:20:44 2013:info:userlist-server fd ready Sat Oct 5 02:20:44 2013:info:userlist-server notification: 1 Sat Oct 5 02:20:44 2013:info:userlist-server fd ready Sat Oct 5 02:20:44 2013:info:userlist-server notification: 1 Sat Oct 5 02:21:11 2013:info:57: received 2 file descriptors: 6, 7 Sat Oct 5 02:21:11 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 02:21:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:21:19 2013:info:59: received 2 file descriptors: 6, 7 Sat Oct 5 02:21:19 2013:info:HTTP_REQUEST -> OK, 72 Sat Oct 5 02:21:19 2013:info:61: received 2 file descriptors: 6, 7 Sat Oct 5 02:21:19 2013:info:allocate_user_info: new size 64 Sat Oct 5 02:21:19 2013:info:HTTP_REQUEST -> OK, 20681 Sat Oct 5 02:21:27 2013:info:63: received 2 file descriptors: 6, 7 Sat Oct 5 02:21:27 2013:info:HTTP_REQUEST -> OK, 73 Sat Oct 5 02:21:27 2013:info:65: received 2 file descriptors: 6, 7 Sat Oct 5 02:21:27 2013:info:HTTP_REQUEST -> OK, 24404 Sat Oct 5 02:22:12 2013:info:67: received 2 file descriptors: 6, 7 Sat Oct 5 02:22:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:22:32 2013:info:userlist-server fd ready Sat Oct 5 02:22:32 2013:error:unexpected EOF from userlist-server Sat Oct 5 02:22:32 2013:error:userlist-server error: unexpected EOF Sat Oct 5 02:22:32 2013:info:writing file /home/judges/000001/var/status/in/970_localhost.localdomain_status Sat Oct 5 02:22:32 2013:info:Move: /home/judges/000001/var/status/in/970_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 02:24:59 2013:info:1: received 2 file descriptors: 6, 7 Sat Oct 5 02:25:00 2013:info:running as ejudge (1) Sat Oct 5 02:25:00 2013:info:loading contest 1 configuration file Sat Oct 5 02:25:00 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Sat Oct 5 02:25:00 2013:info:reading file /home/judges/000001/var/status/dir/status Sat Oct 5 02:25:00 2013:info:load_status_file: clients_suspended = 0 Sat Oct 5 02:25:00 2013:info:load_status_file: testing_suspended = 0 Sat Oct 5 02:25:00 2013:info:load_status_file: accepting_mode = 0 Sat Oct 5 02:25:00 2013:info:load_status_file: printing_suspended = 0 Sat Oct 5 02:25:00 2013:info:load_status_file: upsolving_mode = 0 Sat Oct 5 02:25:00 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 02:25:00 2013:info:Copy: /home/judges/000001/var/status/XXX_1380925500939 -> /home/judges/000001/var/status/in/939_localhost.localdomain_standings.html Sat Oct 5 02:25:00 2013:info:Move: /home/judges/000001/var/status/in/939_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 02:25:00 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:25:25 2013:info:3: received 2 file descriptors: 6, 7 Sat Oct 5 02:25:25 2013:info:HTTP_REQUEST -> OK, 68 Sat Oct 5 02:25:25 2013:info:5: received 2 file descriptors: 6, 7 Sat Oct 5 02:25:25 2013:info:HTTP_REQUEST -> OK, 2497 Sat Oct 5 02:25:37 2013:info:7: received 2 file descriptors: 6, 7 Sat Oct 5 02:25:37 2013:info:HTTP_REQUEST -> OK, 78 Sat Oct 5 02:25:37 2013:info:9: received 2 file descriptors: 6, 7 Sat Oct 5 02:25:37 2013:info:HTTP_REQUEST -> OK, 5534 Sat Oct 5 02:25:43 2013:info:11: received 2 file descriptors: 6, 7 Sat Oct 5 02:25:43 2013:info:HTTP_REQUEST -> OK, 11455 Sat Oct 5 02:25:54 2013:info:13: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 25, 1, 0, '2013-10-05 02:25:54', 230925000, 1, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 02:25:54', 230936000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 74, user_id = 1, prob_id = 1, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'bc5ef3da03885a1a570030a0e6a4e638bb383283', run_uuid = '0e5b9346-3d81-42ed-bf4a-d1da28a37561', score = -1, test_num = 0, locale_id = 0, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 02:25:54', last_change_nsec = 235321000 WHERE contest_id = 1 AND run_id = 25 ; Sat Oct 5 02:25:54 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000025 Sat Oct 5 02:25:54 2013:info:writing file /home/judges/compile/var/compile/src/G000PUG3IAPB.pas Sat Oct 5 02:25:54 2013:info:writing file /home/judges/compile/var/compile/queue/in/939_localhost.localdomain_G000PUG3IAPB Sat Oct 5 02:25:54 2013:info:Move: /home/judges/compile/var/compile/queue/in/939_localhost.localdomain_G000PUG3IAPB -> /home/judges/compile/var/compile/queue/dir/G000PUG3IAPB mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 02:25:54', last_change_nsec = 311661000 WHERE contest_id = 1 AND run_id = 25 ; Sat Oct 5 02:25:54 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 02:25:54 2013:info:15: received 2 file descriptors: 6, 7 Sat Oct 5 02:25:54 2013:info:HTTP_REQUEST -> OK, 11463 Sat Oct 5 02:25:56 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000025 -> /home/judges/compile/var/compile/000001/status/out/939_localhost.localdomain_000025 Sat Oct 5 02:25:56 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/939_localhost.localdomain_000025 Sat Oct 5 02:25:56 2013:info:reading file /home/judges/compile/var/compile/000001/report/000025.txt Sat Oct 5 02:25:56 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/0/000025 Sat Oct 5 02:25:56 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000025 -> /home/judges/super-run/var/exe/G000PUG3KI71 Sat Oct 5 02:25:56 2013:info:writing file /home/judges/super-run/var/queue/in/939_localhost.localdomain_G000PUG3KI71 Sat Oct 5 02:25:56 2013:info:Move: /home/judges/super-run/var/queue/in/939_localhost.localdomain_G000PUG3KI71 -> /home/judges/super-run/var/queue/dir/G000PUG3KI71 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 02:25:56', last_change_nsec = 928260000 WHERE contest_id = 1 AND run_id = 25 ; Sat Oct 5 02:25:58 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000025 -> /home/judges/000001/var/run/000001/status/out/939_localhost.localdomain_000025 Sat Oct 5 02:25:58 2013:info:reading file /home/judges/000001/var/run/000001/status/out/939_localhost.localdomain_000025 mysql: UPDATE runs SET status = 0, score = 10, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 02:25:58', last_change_nsec = 943209000 WHERE contest_id = 1 AND run_id = 25 ; Sat Oct 5 02:25:58 2013:info:Copy: /home/judges/000001/var/status/XXX_1380925558939 -> /home/judges/000001/var/status/in/939_localhost.localdomain_standings.html Sat Oct 5 02:25:58 2013:info:Move: /home/judges/000001/var/status/in/939_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 02:25:58 2013:info:Copy: /home/judges/000001/var/run/000001/report/000025 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000025 Sat Oct 5 02:25:59 2013:info:17: received 2 file descriptors: 6, 7 Sat Oct 5 02:25:59 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 02:26:06 2013:info:19: received 2 file descriptors: 6, 7 Sat Oct 5 02:26:06 2013:info:HTTP_REQUEST -> OK, 11448 Sat Oct 5 02:27:06 2013:info:21: received 2 file descriptors: 6, 7 Sat Oct 5 02:27:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:28:06 2013:info:23: received 2 file descriptors: 6, 7 Sat Oct 5 02:28:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:29:06 2013:info:25: received 2 file descriptors: 6, 7 Sat Oct 5 02:29:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:29:31 2013:info:userlist-server fd ready Sat Oct 5 02:29:31 2013:info:userlist-server notification: 1 Sat Oct 5 02:29:31 2013:info:userlist-server fd ready Sat Oct 5 02:29:31 2013:info:userlist-server notification: 1 Sat Oct 5 02:30:07 2013:info:27: received 2 file descriptors: 6, 7 Sat Oct 5 02:30:07 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 02:30:07 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:31:08 2013:info:29: received 2 file descriptors: 6, 7 Sat Oct 5 02:31:08 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:32:09 2013:info:31: received 2 file descriptors: 6, 7 Sat Oct 5 02:32:09 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:33:10 2013:info:33: received 2 file descriptors: 6, 7 Sat Oct 5 02:33:10 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:34:11 2013:info:35: received 2 file descriptors: 6, 7 Sat Oct 5 02:34:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:35:00 2013:info:userlist-server fd ready Sat Oct 5 02:35:00 2013:info:userlist-server notification: 1 Sat Oct 5 02:35:00 2013:info:userlist-server fd ready Sat Oct 5 02:35:00 2013:info:userlist-server notification: 1 Sat Oct 5 02:35:12 2013:info:37: received 2 file descriptors: 6, 7 Sat Oct 5 02:35:12 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 02:35:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:35:35 2013:info:39: received 2 file descriptors: 6, 7 Sat Oct 5 02:35:35 2013:info:HTTP_REQUEST -> OK, 68 Sat Oct 5 02:35:35 2013:info:41: received 2 file descriptors: 6, 7 Sat Oct 5 02:35:35 2013:info:HTTP_REQUEST -> OK, 2497 Sat Oct 5 02:35:49 2013:info:43: received 2 file descriptors: 6, 7 Sat Oct 5 02:35:49 2013:info:HTTP_REQUEST -> OK, 78 Sat Oct 5 02:35:49 2013:info:45: received 2 file descriptors: 6, 7 Sat Oct 5 02:35:49 2013:info:HTTP_REQUEST -> OK, 5534 Sat Oct 5 02:35:52 2013:info:47: received 2 file descriptors: 6, 7 Sat Oct 5 02:35:52 2013:info:HTTP_REQUEST -> OK, 11449 Sat Oct 5 02:35:58 2013:info:49: received 2 file descriptors: 6, 7 Sat Oct 5 02:35:58 2013:info:HTTP_REQUEST -> OK, 11449 Sat Oct 5 02:36:58 2013:info:51: received 2 file descriptors: 6, 7 Sat Oct 5 02:36:58 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:37:59 2013:info:53: received 2 file descriptors: 6, 7 Sat Oct 5 02:37:59 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:39:00 2013:info:55: received 2 file descriptors: 6, 7 Sat Oct 5 02:39:00 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:40:01 2013:info:57: received 2 file descriptors: 6, 7 Sat Oct 5 02:40:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:41:02 2013:info:59: received 2 file descriptors: 6, 7 Sat Oct 5 02:41:02 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:42:04 2013:info:61: received 2 file descriptors: 6, 7 Sat Oct 5 02:42:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:43:05 2013:info:63: received 2 file descriptors: 6, 7 Sat Oct 5 02:43:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:43:46 2013:info:userlist-server fd ready Sat Oct 5 02:43:46 2013:info:userlist-server notification: 1 Sat Oct 5 02:43:46 2013:info:userlist-server fd ready Sat Oct 5 02:43:46 2013:info:userlist-server notification: 1 Sat Oct 5 02:44:06 2013:info:65: received 2 file descriptors: 6, 7 Sat Oct 5 02:44:06 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 02:44:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:45:07 2013:info:67: received 2 file descriptors: 6, 7 Sat Oct 5 02:45:07 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:46:08 2013:info:69: received 2 file descriptors: 6, 7 Sat Oct 5 02:46:08 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:47:09 2013:info:71: received 2 file descriptors: 6, 7 Sat Oct 5 02:47:09 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 02:47:32 2013:info:userlist-server fd ready Sat Oct 5 02:47:32 2013:info:userlist-server notification: 1 Sat Oct 5 02:47:32 2013:info:userlist-server fd ready Sat Oct 5 02:47:32 2013:info:userlist-server notification: 1 Sat Oct 5 02:48:10 2013:info:73: received 2 file descriptors: 6, 7 Sat Oct 5 02:48:10 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 02:48:10 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:49:11 2013:info:75: received 2 file descriptors: 6, 7 Sat Oct 5 02:49:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:50:12 2013:info:77: received 2 file descriptors: 6, 7 Sat Oct 5 02:50:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:51:13 2013:info:79: received 2 file descriptors: 6, 7 Sat Oct 5 02:51:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:52:14 2013:info:81: received 2 file descriptors: 6, 7 Sat Oct 5 02:52:14 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:53:15 2013:info:83: received 2 file descriptors: 6, 7 Sat Oct 5 02:53:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:54:16 2013:info:85: received 2 file descriptors: 6, 7 Sat Oct 5 02:54:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:55:17 2013:info:87: received 2 file descriptors: 6, 7 Sat Oct 5 02:55:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:56:18 2013:info:89: received 2 file descriptors: 6, 7 Sat Oct 5 02:56:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:57:19 2013:info:91: received 2 file descriptors: 6, 7 Sat Oct 5 02:57:19 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:58:20 2013:info:93: received 2 file descriptors: 6, 7 Sat Oct 5 02:58:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 02:59:21 2013:info:95: received 2 file descriptors: 6, 7 Sat Oct 5 02:59:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:00:22 2013:info:97: received 2 file descriptors: 6, 7 Sat Oct 5 03:00:22 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:01:23 2013:info:99: received 2 file descriptors: 6, 7 Sat Oct 5 03:01:23 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:02:24 2013:info:101: received 2 file descriptors: 6, 7 Sat Oct 5 03:02:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:03:25 2013:info:103: received 2 file descriptors: 6, 7 Sat Oct 5 03:03:25 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:04:27 2013:info:105: received 2 file descriptors: 6, 7 Sat Oct 5 03:04:27 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:05:28 2013:info:107: received 2 file descriptors: 6, 7 Sat Oct 5 03:05:28 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:05:44 2013:info:userlist-server fd ready Sat Oct 5 03:05:44 2013:info:userlist-server notification: 1 Sat Oct 5 03:05:44 2013:info:userlist-server fd ready Sat Oct 5 03:05:44 2013:info:userlist-server notification: 1 Sat Oct 5 03:06:29 2013:info:109: received 2 file descriptors: 6, 7 Sat Oct 5 03:06:29 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 03:06:29 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:07:30 2013:info:111: received 2 file descriptors: 6, 7 Sat Oct 5 03:07:30 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:08:31 2013:info:113: received 2 file descriptors: 6, 7 Sat Oct 5 03:08:31 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:09:32 2013:info:115: received 2 file descriptors: 6, 7 Sat Oct 5 03:09:32 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:10:33 2013:info:117: received 2 file descriptors: 6, 7 Sat Oct 5 03:10:33 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:11:35 2013:info:119: received 2 file descriptors: 6, 7 Sat Oct 5 03:11:35 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:12:36 2013:info:121: received 2 file descriptors: 6, 7 Sat Oct 5 03:12:36 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:13:37 2013:info:123: received 2 file descriptors: 6, 7 Sat Oct 5 03:13:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:14:38 2013:info:125: received 2 file descriptors: 6, 7 Sat Oct 5 03:14:38 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:15:40 2013:info:127: received 2 file descriptors: 6, 7 Sat Oct 5 03:15:40 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:16:41 2013:info:129: received 2 file descriptors: 6, 7 Sat Oct 5 03:16:41 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:17:42 2013:info:131: received 2 file descriptors: 6, 7 Sat Oct 5 03:17:42 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:18:43 2013:info:133: received 2 file descriptors: 6, 7 Sat Oct 5 03:18:43 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:19:44 2013:info:135: received 2 file descriptors: 6, 7 Sat Oct 5 03:19:44 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:20:45 2013:info:137: received 2 file descriptors: 6, 7 Sat Oct 5 03:20:45 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:21:46 2013:info:139: received 2 file descriptors: 6, 7 Sat Oct 5 03:21:46 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:22:47 2013:info:141: received 2 file descriptors: 6, 7 Sat Oct 5 03:22:47 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:23:48 2013:info:143: received 2 file descriptors: 6, 7 Sat Oct 5 03:23:48 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:24:49 2013:info:145: received 2 file descriptors: 6, 7 Sat Oct 5 03:24:49 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:25:50 2013:info:147: received 2 file descriptors: 6, 7 Sat Oct 5 03:25:50 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:26:51 2013:info:149: received 2 file descriptors: 6, 7 Sat Oct 5 03:26:51 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:27:53 2013:info:151: received 2 file descriptors: 6, 7 Sat Oct 5 03:27:53 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:28:54 2013:info:153: received 2 file descriptors: 6, 7 Sat Oct 5 03:28:54 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:29:55 2013:info:155: received 2 file descriptors: 6, 7 Sat Oct 5 03:29:55 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:30:56 2013:info:157: received 2 file descriptors: 6, 7 Sat Oct 5 03:30:56 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:31:57 2013:info:159: received 2 file descriptors: 6, 7 Sat Oct 5 03:31:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:32:58 2013:info:161: received 2 file descriptors: 6, 7 Sat Oct 5 03:32:58 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:33:59 2013:info:163: received 2 file descriptors: 6, 7 Sat Oct 5 03:33:59 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:35:00 2013:info:165: received 2 file descriptors: 6, 7 Sat Oct 5 03:35:00 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:36:01 2013:info:167: received 2 file descriptors: 6, 7 Sat Oct 5 03:36:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:37:02 2013:info:169: received 2 file descriptors: 6, 7 Sat Oct 5 03:37:03 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:38:04 2013:info:171: received 2 file descriptors: 6, 7 Sat Oct 5 03:38:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:39:05 2013:info:173: received 2 file descriptors: 6, 7 Sat Oct 5 03:39:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:40:06 2013:info:175: received 2 file descriptors: 6, 7 Sat Oct 5 03:40:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:41:07 2013:info:177: received 2 file descriptors: 6, 7 Sat Oct 5 03:41:07 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:42:08 2013:info:179: received 2 file descriptors: 6, 7 Sat Oct 5 03:42:08 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:43:09 2013:info:181: received 2 file descriptors: 6, 7 Sat Oct 5 03:43:09 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 03:44:10 2013:info:183: received 2 file descriptors: 6, 7 Sat Oct 5 03:44:10 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:45:12 2013:info:185: received 2 file descriptors: 6, 7 Sat Oct 5 03:45:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:46:13 2013:info:187: received 2 file descriptors: 6, 7 Sat Oct 5 03:46:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:46:28 2013:info:userlist-server fd ready Sat Oct 5 03:46:28 2013:info:userlist-server notification: 1 Sat Oct 5 03:46:28 2013:info:userlist-server fd ready Sat Oct 5 03:46:28 2013:info:userlist-server notification: 1 Sat Oct 5 03:47:14 2013:info:189: received 2 file descriptors: 6, 7 Sat Oct 5 03:47:14 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 03:47:14 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:48:15 2013:info:191: received 2 file descriptors: 6, 7 Sat Oct 5 03:48:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:48:17 2013:info:userlist-server fd ready Sat Oct 5 03:48:17 2013:info:userlist-server notification: 1 Sat Oct 5 03:48:17 2013:info:userlist-server fd ready Sat Oct 5 03:48:17 2013:info:userlist-server notification: 1 Sat Oct 5 03:49:16 2013:info:193: received 2 file descriptors: 6, 7 Sat Oct 5 03:49:16 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 03:49:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 03:50:02 2013:info:userlist-server fd ready Sat Oct 5 03:50:02 2013:error:unexpected EOF from userlist-server Sat Oct 5 03:50:02 2013:error:userlist-server error: unexpected EOF Sat Oct 5 03:50:02 2013:info:writing file /home/judges/000001/var/status/in/939_localhost.localdomain_status Sat Oct 5 03:50:02 2013:info:Move: /home/judges/000001/var/status/in/939_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 05:10:36 2013:info:1: received 2 file descriptors: 6, 7 Sat Oct 5 05:10:36 2013:info:running as ejudge (1) Sat Oct 5 05:10:36 2013:info:loading contest 1 configuration file Sat Oct 5 05:10:36 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Sat Oct 5 05:10:36 2013:info:reading file /home/judges/000001/var/status/dir/status Sat Oct 5 05:10:36 2013:info:load_status_file: clients_suspended = 0 Sat Oct 5 05:10:36 2013:info:load_status_file: testing_suspended = 0 Sat Oct 5 05:10:36 2013:info:load_status_file: accepting_mode = 0 Sat Oct 5 05:10:36 2013:info:load_status_file: printing_suspended = 0 Sat Oct 5 05:10:36 2013:info:load_status_file: upsolving_mode = 0 Sat Oct 5 05:10:36 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 05:10:37 2013:info:Copy: /home/judges/000001/var/status/XXX_1380935437967 -> /home/judges/000001/var/status/in/967_localhost.localdomain_standings.html Sat Oct 5 05:10:37 2013:info:Move: /home/judges/000001/var/status/in/967_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 05:10:37 2013:info:HTTP_REQUEST -> OK, 68 Sat Oct 5 05:10:37 2013:info:3: received 2 file descriptors: 6, 7 Sat Oct 5 05:10:37 2013:info:HTTP_REQUEST -> OK, 2497 Sat Oct 5 05:10:45 2013:info:5: received 2 file descriptors: 6, 7 Sat Oct 5 05:10:45 2013:error:5: invalid session: get_cookie failed: nonexistent cookie Sat Oct 5 05:10:45 2013:info:HTTP_REQUEST -> OK, 2089 Sat Oct 5 05:10:52 2013:info:7: received 2 file descriptors: 6, 7 Sat Oct 5 05:10:52 2013:info:HTTP_REQUEST -> OK, 78 Sat Oct 5 05:10:52 2013:info:9: received 2 file descriptors: 6, 7 Sat Oct 5 05:10:52 2013:info:HTTP_REQUEST -> OK, 7517 Sat Oct 5 05:11:10 2013:info:11: received 2 file descriptors: 6, 7 Sat Oct 5 05:11:10 2013:info:HTTP_REQUEST -> OK, 10869 Sat Oct 5 05:11:21 2013:info:13: received 2 file descriptors: 6, 7 Sat Oct 5 05:11:21 2013:info:HTTP_REQUEST -> OK, 10579 Sat Oct 5 05:11:24 2013:info:15: received 2 file descriptors: 6, 7 Sat Oct 5 05:11:24 2013:info:HTTP_REQUEST -> OK, 13362 Sat Oct 5 05:11:29 2013:info:17: received 2 file descriptors: 6, 7 Sat Oct 5 05:11:29 2013:info:HTTP_REQUEST -> OK, 11208 Sat Oct 5 05:12:09 2013:info:19: received 2 file descriptors: 6, 7 Sat Oct 5 05:12:09 2013:info:HTTP_REQUEST -> OK, 10857 Sat Oct 5 05:13:09 2013:info:21: received 2 file descriptors: 6, 7 Sat Oct 5 05:13:09 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 05:13:37 2013:info:23: received 2 file descriptors: 6, 7 Sat Oct 5 05:13:37 2013:info:HTTP_REQUEST -> OK, 10869 Sat Oct 5 05:14:09 2013:info:25: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 26, 1, 0, '2013-10-05 05:14:09', 15572000, 1, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 05:14:09', 15583000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 408, user_id = 1, prob_id = 6, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '36e56df77ab1b533d9c80fe8e747f272dc0ae292', run_uuid = '135ff7ba-1fb1-4f69-9af0-e1c3123b48e2', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 05:14:09', last_change_nsec = 21765000 WHERE contest_id = 1 AND run_id = 26 ; Sat Oct 5 05:14:09 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000026 Sat Oct 5 05:14:09 2013:info:writing file /home/judges/compile/var/compile/src/G000QUPV1B3H.cpp Sat Oct 5 05:14:09 2013:info:writing file /home/judges/compile/var/compile/queue/in/967_localhost.localdomain_G000QUPV1B3H Sat Oct 5 05:14:09 2013:info:Move: /home/judges/compile/var/compile/queue/in/967_localhost.localdomain_G000QUPV1B3H -> /home/judges/compile/var/compile/queue/dir/G000QUPV1B3H mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 05:14:09', last_change_nsec = 109679000 WHERE contest_id = 1 AND run_id = 26 ; Sat Oct 5 05:14:09 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 05:14:09 2013:info:27: received 2 file descriptors: 6, 7 Sat Oct 5 05:14:09 2013:info:HTTP_REQUEST -> OK, 11517 Sat Oct 5 05:14:13 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000026 -> /home/judges/compile/var/compile/000001/status/out/967_localhost.localdomain_000026 Sat Oct 5 05:14:13 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/967_localhost.localdomain_000026 Sat Oct 5 05:14:13 2013:info:reading file /home/judges/compile/var/compile/000001/report/000026.txt Sat Oct 5 05:14:13 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000026 -> /home/judges/super-run/var/exe/G000QUPV5DE1 Sat Oct 5 05:14:13 2013:info:writing file /home/judges/super-run/var/queue/in/967_localhost.localdomain_G000QUPV5DE1 Sat Oct 5 05:14:13 2013:info:Move: /home/judges/super-run/var/queue/in/967_localhost.localdomain_G000QUPV5DE1 -> /home/judges/super-run/var/queue/dir/G000QUPV5DE1 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 05:14:13', last_change_nsec = 310629000 WHERE contest_id = 1 AND run_id = 26 ; Sat Oct 5 05:14:14 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000026 -> /home/judges/000001/var/run/000001/status/out/967_localhost.localdomain_000026 Sat Oct 5 05:14:14 2013:info:reading file /home/judges/000001/var/run/000001/status/out/967_localhost.localdomain_000026 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 05:14:14', last_change_nsec = 323913000 WHERE contest_id = 1 AND run_id = 26 ; Sat Oct 5 05:14:14 2013:info:Copy: /home/judges/000001/var/status/XXX_1380935654967 -> /home/judges/000001/var/status/in/967_localhost.localdomain_standings.html Sat Oct 5 05:14:14 2013:info:Move: /home/judges/000001/var/status/in/967_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 05:14:14 2013:info:Copy: /home/judges/000001/var/run/000001/report/000026 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000026 Sat Oct 5 05:14:14 2013:info:29: received 2 file descriptors: 6, 7 Sat Oct 5 05:14:14 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 05:14:16 2013:info:31: received 2 file descriptors: 6, 7 Sat Oct 5 05:14:16 2013:info:HTTP_REQUEST -> OK, 11471 Sat Oct 5 05:15:14 2013:info:33: received 2 file descriptors: 6, 7 Sat Oct 5 05:15:14 2013:info:HTTP_REQUEST -> OK, 10573 Sat Oct 5 05:15:26 2013:info:35: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 27, 1, 0, '2013-10-05 05:15:26', 878440000, 1, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 05:15:26', 878450000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 413, user_id = 1, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'de9b7695280af8713134e41c4e8547eff80f0fa7', run_uuid = '90e776f7-43b3-489e-b0ac-847b788ad2b2', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 05:15:26', last_change_nsec = 892786000 WHERE contest_id = 1 AND run_id = 27 ; Sat Oct 5 05:15:26 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000027 Sat Oct 5 05:15:26 2013:info:writing file /home/judges/compile/var/compile/src/G000RUQ1EBO0.cpp Sat Oct 5 05:15:26 2013:info:writing file /home/judges/compile/var/compile/queue/in/967_localhost.localdomain_G000RUQ1EBO0 Sat Oct 5 05:15:26 2013:info:Move: /home/judges/compile/var/compile/queue/in/967_localhost.localdomain_G000RUQ1EBO0 -> /home/judges/compile/var/compile/queue/dir/G000RUQ1EBO0 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 05:15:26', last_change_nsec = 896900000 WHERE contest_id = 1 AND run_id = 27 ; Sat Oct 5 05:15:26 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 05:15:26 2013:info:37: received 2 file descriptors: 6, 7 Sat Oct 5 05:15:26 2013:info:HTTP_REQUEST -> OK, 11222 Sat Oct 5 05:15:28 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000027 -> /home/judges/compile/var/compile/000001/status/out/967_localhost.localdomain_000027 Sat Oct 5 05:15:28 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/967_localhost.localdomain_000027 Sat Oct 5 05:15:28 2013:info:reading file /home/judges/compile/var/compile/000001/report/000027.txt Sat Oct 5 05:15:28 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000027 -> /home/judges/super-run/var/exe/G000RUQ1GG52 Sat Oct 5 05:15:29 2013:info:writing file /home/judges/super-run/var/queue/in/967_localhost.localdomain_G000RUQ1GG52 Sat Oct 5 05:15:29 2013:info:Move: /home/judges/super-run/var/queue/in/967_localhost.localdomain_G000RUQ1GG52 -> /home/judges/super-run/var/queue/dir/G000RUQ1GG52 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 05:15:29', last_change_nsec = 48732000 WHERE contest_id = 1 AND run_id = 27 ; Sat Oct 5 05:15:30 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000027 -> /home/judges/000001/var/run/000001/status/out/967_localhost.localdomain_000027 Sat Oct 5 05:15:30 2013:info:reading file /home/judges/000001/var/run/000001/status/out/967_localhost.localdomain_000027 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 05:15:30', last_change_nsec = 54730000 WHERE contest_id = 1 AND run_id = 27 ; Sat Oct 5 05:15:30 2013:info:Copy: /home/judges/000001/var/status/XXX_1380935730967 -> /home/judges/000001/var/status/in/967_localhost.localdomain_standings.html Sat Oct 5 05:15:30 2013:info:Move: /home/judges/000001/var/status/in/967_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 05:15:30 2013:info:Copy: /home/judges/000001/var/run/000001/report/000027 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000027 Sat Oct 5 05:15:32 2013:info:39: received 2 file descriptors: 6, 7 Sat Oct 5 05:15:32 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 05:15:37 2013:info:41: received 2 file descriptors: 6, 7 Sat Oct 5 05:15:37 2013:info:HTTP_REQUEST -> OK, 11175 Sat Oct 5 05:16:37 2013:info:43: received 2 file descriptors: 6, 7 Sat Oct 5 05:16:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:17:37 2013:info:45: received 2 file descriptors: 6, 7 Sat Oct 5 05:17:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:18:37 2013:info:47: received 2 file descriptors: 6, 7 Sat Oct 5 05:18:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:19:37 2013:info:49: received 2 file descriptors: 6, 7 Sat Oct 5 05:19:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:20:37 2013:info:51: received 2 file descriptors: 6, 7 Sat Oct 5 05:20:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:21:37 2013:info:53: received 2 file descriptors: 6, 7 Sat Oct 5 05:21:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:22:38 2013:info:55: received 2 file descriptors: 6, 7 Sat Oct 5 05:22:38 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:23:38 2013:info:57: received 2 file descriptors: 6, 7 Sat Oct 5 05:23:38 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:24:39 2013:info:59: received 2 file descriptors: 6, 7 Sat Oct 5 05:24:39 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:25:31 2013:info:userlist-server fd ready Sat Oct 5 05:25:31 2013:info:userlist-server notification: 1 Sat Oct 5 05:25:31 2013:info:userlist-server fd ready Sat Oct 5 05:25:31 2013:info:userlist-server notification: 1 Sat Oct 5 05:25:40 2013:info:61: received 2 file descriptors: 6, 7 Sat Oct 5 05:25:40 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 05:25:40 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:26:41 2013:info:63: received 2 file descriptors: 6, 7 Sat Oct 5 05:26:41 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:27:42 2013:info:65: received 2 file descriptors: 6, 7 Sat Oct 5 05:27:42 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:28:43 2013:info:67: received 2 file descriptors: 6, 7 Sat Oct 5 05:28:43 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:29:44 2013:info:69: received 2 file descriptors: 6, 7 Sat Oct 5 05:29:44 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:30:45 2013:info:71: received 2 file descriptors: 6, 7 Sat Oct 5 05:30:45 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:31:46 2013:info:73: received 2 file descriptors: 6, 7 Sat Oct 5 05:31:46 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:32:47 2013:info:75: received 2 file descriptors: 6, 7 Sat Oct 5 05:32:47 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:33:48 2013:info:77: received 2 file descriptors: 6, 7 Sat Oct 5 05:33:48 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:34:49 2013:info:79: received 2 file descriptors: 6, 7 Sat Oct 5 05:34:49 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:35:50 2013:info:81: received 2 file descriptors: 6, 7 Sat Oct 5 05:35:50 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:36:51 2013:info:83: received 2 file descriptors: 6, 7 Sat Oct 5 05:36:51 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:37:52 2013:info:85: received 2 file descriptors: 6, 7 Sat Oct 5 05:37:52 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:38:53 2013:info:87: received 2 file descriptors: 6, 7 Sat Oct 5 05:38:53 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:39:54 2013:info:89: received 2 file descriptors: 6, 7 Sat Oct 5 05:39:54 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:40:55 2013:info:91: received 2 file descriptors: 6, 7 Sat Oct 5 05:40:55 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:41:56 2013:info:93: received 2 file descriptors: 6, 7 Sat Oct 5 05:41:56 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:42:57 2013:info:95: received 2 file descriptors: 6, 7 Sat Oct 5 05:42:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:43:58 2013:info:97: received 2 file descriptors: 6, 7 Sat Oct 5 05:43:58 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:44:59 2013:info:99: received 2 file descriptors: 6, 7 Sat Oct 5 05:44:59 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 05:46:00 2013:info:101: received 2 file descriptors: 6, 7 Sat Oct 5 05:46:00 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 05:47:01 2013:info:103: received 2 file descriptors: 6, 7 Sat Oct 5 05:47:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 05:47:18 2013:info:userlist-server fd ready Sat Oct 5 05:47:18 2013:info:userlist-server notification: 1 Sat Oct 5 05:47:18 2013:info:userlist-server fd ready Sat Oct 5 05:47:18 2013:info:userlist-server notification: 1 Sat Oct 5 05:48:02 2013:info:105: received 2 file descriptors: 6, 7 Sat Oct 5 05:48:02 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 1198 Sat Oct 5 05:48:02 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 05:49:03 2013:info:107: received 2 file descriptors: 6, 7 Sat Oct 5 05:49:03 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 05:50:04 2013:info:109: received 2 file descriptors: 6, 7 Sat Oct 5 05:50:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 05:50:39 2013:info:111: received 2 file descriptors: 6, 7 Sat Oct 5 05:50:39 2013:info:HTTP_REQUEST -> OK, 68 Sat Oct 5 05:50:39 2013:info:113: received 2 file descriptors: 6, 7 Sat Oct 5 05:50:39 2013:info:HTTP_REQUEST -> OK, 3019 Sat Oct 5 05:51:25 2013:info:115: received 2 file descriptors: 6, 7 Sat Oct 5 05:51:25 2013:info:HTTP_REQUEST -> OK, 3173 Sat Oct 5 05:51:29 2013:info:117: received 2 file descriptors: 6, 7 Sat Oct 5 05:51:29 2013:info:HTTP_REQUEST -> OK, 5188 Sat Oct 5 05:51:47 2013:info:119: received 2 file descriptors: 6, 7 Sat Oct 5 05:51:47 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 05:51:47 2013:info:121: received 2 file descriptors: 6, 7 Sat Oct 5 05:51:47 2013:info:HTTP_REQUEST -> OK, 4199 Sat Oct 5 05:52:46 2013:info:123: received 2 file descriptors: 6, 7 Sat Oct 5 05:52:46 2013:info:HTTP_REQUEST -> OK, 5188 Sat Oct 5 05:52:58 2013:info:125: received 2 file descriptors: 6, 7 Sat Oct 5 05:52:58 2013:info:HTTP_REQUEST -> OK, 127 Sat Oct 5 05:52:58 2013:info:127: received 2 file descriptors: 6, 7 Sat Oct 5 05:52:58 2013:info:HTTP_REQUEST -> OK, 4197 Sat Oct 5 05:53:57 2013:info:userlist-server fd ready Sat Oct 5 05:53:57 2013:error:unexpected EOF from userlist-server Sat Oct 5 05:53:57 2013:error:userlist-server error: unexpected EOF Sat Oct 5 05:53:57 2013:info:writing file /home/judges/000001/var/status/in/967_localhost.localdomain_status Sat Oct 5 05:53:57 2013:info:Move: /home/judges/000001/var/status/in/967_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 05:58:10 2013:info:1: received 2 file descriptors: 6, 7 Sat Oct 5 05:58:10 2013:info:HTTP_REQUEST -> OK, 4197 Sat Oct 5 05:58:14 2013:info:3: received 2 file descriptors: 6, 7 Sat Oct 5 05:58:14 2013:info:HTTP_REQUEST -> OK, 5188 Sat Oct 5 05:58:27 2013:info:5: received 2 file descriptors: 6, 7 Sat Oct 5 05:58:27 2013:info:running as ejudge (1) Sat Oct 5 05:58:27 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 05:58:28 2013:info:7: received 2 file descriptors: 6, 7 Sat Oct 5 05:58:28 2013:info:HTTP_REQUEST -> OK, 4201 Sat Oct 5 06:01:55 2013:info:9: received 2 file descriptors: 6, 7 Sat Oct 5 06:01:55 2013:info:HTTP_REQUEST -> OK, 3892 Sat Oct 5 06:01:59 2013:info:11: received 2 file descriptors: 6, 7 Sat Oct 5 06:01:59 2013:info:HTTP_REQUEST -> OK, 5510 Sat Oct 5 06:02:12 2013:info:13: received 2 file descriptors: 6, 7 Sat Oct 5 06:02:12 2013:info:HTTP_REQUEST -> OK, 152 Sat Oct 5 06:02:12 2013:info:15: received 2 file descriptors: 6, 7 Sat Oct 5 06:02:12 2013:info:HTTP_REQUEST -> OK, 3923 Sat Oct 5 06:02:39 2013:info:17: received 2 file descriptors: 6, 7 Sat Oct 5 06:02:39 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 06:02:40 2013:info:19: received 2 file descriptors: 6, 7 Sat Oct 5 06:02:40 2013:info:HTTP_REQUEST -> OK, 3636 Sat Oct 5 06:02:47 2013:info:21: received 2 file descriptors: 6, 7 Sat Oct 5 06:02:47 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 06:02:48 2013:info:23: received 2 file descriptors: 6, 7 Sat Oct 5 06:02:48 2013:info:HTTP_REQUEST -> OK, 3488 Sat Oct 5 06:02:54 2013:info:25: received 2 file descriptors: 6, 7 Sat Oct 5 06:02:54 2013:info:loading contest 1 configuration file Sat Oct 5 06:02:54 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Sat Oct 5 06:02:54 2013:info:reading file /home/judges/000001/var/status/dir/status Sat Oct 5 06:02:54 2013:info:load_status_file: clients_suspended = 0 Sat Oct 5 06:02:54 2013:info:load_status_file: testing_suspended = 0 Sat Oct 5 06:02:54 2013:info:load_status_file: accepting_mode = 0 Sat Oct 5 06:02:54 2013:info:load_status_file: printing_suspended = 0 Sat Oct 5 06:02:54 2013:info:load_status_file: upsolving_mode = 0 Sat Oct 5 06:02:54 2013:info:teamdb_refresh: updated: 4 users, 15 max user, XML size = 1496 Sat Oct 5 06:02:54 2013:info:Copy: /home/judges/000001/var/status/XXX_1380938574983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:02:54 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:02:54 2013:info:HTTP_REQUEST -> OK, 7939 Sat Oct 5 06:03:02 2013:info:27: received 2 file descriptors: 6, 7 Sat Oct 5 06:03:02 2013:info:HTTP_REQUEST -> OK, 11734 Sat Oct 5 06:03:28 2013:info:29: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 28, 1, 0, '2013-10-05 06:03:28', 99596000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:03:28', 99602000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1009, user_id = 8, prob_id = 8, lang_id = 2, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'c34d40e4ab11f6f9284286d45df503813c3ce61a', run_uuid = '608e16b5-b001-4f57-9194-312a4f57e478', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:03:28', last_change_nsec = 110086000 WHERE contest_id = 1 AND run_id = 28 ; Sat Oct 5 06:03:28 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000028 Sat Oct 5 06:03:28 2013:info:writing file /home/judges/compile/var/compile/src/G000SUSRGVCR.c Sat Oct 5 06:03:28 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G000SUSRGVCR Sat Oct 5 06:03:28 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G000SUSRGVCR -> /home/judges/compile/var/compile/queue/dir/G000SUSRGVCR mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 06:03:28', last_change_nsec = 166312000 WHERE contest_id = 1 AND run_id = 28 ; Sat Oct 5 06:03:28 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:03:28 2013:info:31: received 2 file descriptors: 6, 7 Sat Oct 5 06:03:28 2013:info:HTTP_REQUEST -> OK, 12405 Sat Oct 5 06:03:29 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000028 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000028 Sat Oct 5 06:03:29 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000028 Sat Oct 5 06:03:29 2013:info:reading file /home/judges/compile/var/compile/000001/report/000028.txt Sat Oct 5 06:03:29 2013:error:open("/home/judges/compile/var/compile/000001/report/000028.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:03:29', last_change_nsec = 273657000 WHERE contest_id = 1 AND run_id = 28 ; Sat Oct 5 06:03:29 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000028 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000028 Sat Oct 5 06:03:29 2013:info:Copy: /home/judges/000001/var/status/XXX_1380938609983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:03:29 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:03:33 2013:info:33: received 2 file descriptors: 6, 7 Sat Oct 5 06:03:33 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:03:40 2013:info:35: received 2 file descriptors: 6, 7 Sat Oct 5 06:03:40 2013:info:HTTP_REQUEST -> OK, 12401 Sat Oct 5 06:04:34 2013:info:37: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 29, 1, 0, '2013-10-05 06:04:34', 327807000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:04:34', 327821000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1011, user_id = 8, prob_id = 8, lang_id = 2, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'b502623204736a5771dbcfa605e5dd03687f1e7e', run_uuid = '80bc6407-6086-40fa-a387-c5d1debb9d5d', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:04:34', last_change_nsec = 339473000 WHERE contest_id = 1 AND run_id = 29 ; Sat Oct 5 06:04:34 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000029 Sat Oct 5 06:04:34 2013:info:writing file /home/judges/compile/var/compile/src/G000TUSTIFC8.c Sat Oct 5 06:04:34 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G000TUSTIFC8 Sat Oct 5 06:04:34 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G000TUSTIFC8 -> /home/judges/compile/var/compile/queue/dir/G000TUSTIFC8 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 06:04:34', last_change_nsec = 343986000 WHERE contest_id = 1 AND run_id = 29 ; Sat Oct 5 06:04:34 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:04:34 2013:info:39: received 2 file descriptors: 6, 7 Sat Oct 5 06:04:34 2013:info:HTTP_REQUEST -> OK, 12652 Sat Oct 5 06:04:36 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000029 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000029 Sat Oct 5 06:04:36 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000029 Sat Oct 5 06:04:36 2013:info:reading file /home/judges/compile/var/compile/000001/report/000029.txt Sat Oct 5 06:04:36 2013:error:open("/home/judges/compile/var/compile/000001/report/000029.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:04:36', last_change_nsec = 454476000 WHERE contest_id = 1 AND run_id = 29 ; Sat Oct 5 06:04:36 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000029 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000029 Sat Oct 5 06:04:36 2013:info:Copy: /home/judges/000001/var/status/XXX_1380938676983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:04:36 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:04:39 2013:info:41: received 2 file descriptors: 6, 7 Sat Oct 5 06:04:39 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:04:40 2013:info:43: received 2 file descriptors: 6, 7 Sat Oct 5 06:04:40 2013:info:HTTP_REQUEST -> OK, 12648 Sat Oct 5 06:05:40 2013:info:45: received 2 file descriptors: 6, 7 Sat Oct 5 06:05:40 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 06:05:51 2013:info:47: received 2 file descriptors: 6, 7 Sat Oct 5 06:05:51 2013:info:HTTP_REQUEST -> OK, 11365 Sat Oct 5 06:06:24 2013:info:49: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 30, 1, 0, '2013-10-05 06:06:24', 583811000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:06:24', 583817000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 413, user_id = 8, prob_id = 6, lang_id = 2, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'de9b7695280af8713134e41c4e8547eff80f0fa7', run_uuid = '336681cc-3ed8-4901-a082-9d7961a8447b', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:06:24', last_change_nsec = 587652000 WHERE contest_id = 1 AND run_id = 30 ; Sat Oct 5 06:06:24 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000030 Sat Oct 5 06:06:24 2013:info:writing file /home/judges/compile/var/compile/src/G000UUT1024F.c Sat Oct 5 06:06:24 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G000UUT1024F Sat Oct 5 06:06:24 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G000UUT1024F -> /home/judges/compile/var/compile/queue/dir/G000UUT1024F mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-05 06:06:24', last_change_nsec = 592454000 WHERE contest_id = 1 AND run_id = 30 ; Sat Oct 5 06:06:24 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:06:24 2013:info:51: received 2 file descriptors: 6, 7 Sat Oct 5 06:06:24 2013:info:HTTP_REQUEST -> OK, 12014 Sat Oct 5 06:06:25 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000030 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000030 Sat Oct 5 06:06:25 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000030 Sat Oct 5 06:06:25 2013:info:reading file /home/judges/compile/var/compile/000001/report/000030.txt Sat Oct 5 06:06:25 2013:error:open("/home/judges/compile/var/compile/000001/report/000030.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:06:25', last_change_nsec = 696486000 WHERE contest_id = 1 AND run_id = 30 ; Sat Oct 5 06:06:25 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000030 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000030 Sat Oct 5 06:06:25 2013:info:Copy: /home/judges/000001/var/status/XXX_1380938785983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:06:25 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:06:29 2013:info:53: received 2 file descriptors: 6, 7 Sat Oct 5 06:06:29 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:06:44 2013:info:55: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 31, 1, 0, '2013-10-05 06:06:44', 52261000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:06:44', 52268000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 408, user_id = 8, prob_id = 6, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '36e56df77ab1b533d9c80fe8e747f272dc0ae292', run_uuid = 'acd0b6fb-adf5-41b6-92b7-59e93a026888', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:06:44', last_change_nsec = 56474000 WHERE contest_id = 1 AND run_id = 31 ; Sat Oct 5 06:06:44 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/0/000031 Sat Oct 5 06:06:44 2013:info:writing file /home/judges/compile/var/compile/src/G000VUT1KRP3.cpp Sat Oct 5 06:06:44 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G000VUT1KRP3 Sat Oct 5 06:06:44 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G000VUT1KRP3 -> /home/judges/compile/var/compile/queue/dir/G000VUT1KRP3 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-05 06:06:44', last_change_nsec = 62062000 WHERE contest_id = 1 AND run_id = 31 ; Sat Oct 5 06:06:44 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:06:44 2013:info:57: received 2 file descriptors: 6, 7 Sat Oct 5 06:06:44 2013:info:HTTP_REQUEST -> OK, 12260 Sat Oct 5 06:06:48 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000031 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000031 Sat Oct 5 06:06:48 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000031 Sat Oct 5 06:06:48 2013:info:reading file /home/judges/compile/var/compile/000001/report/000031.txt Sat Oct 5 06:06:48 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000031 -> /home/judges/super-run/var/exe/G000VUT1ON39 Sat Oct 5 06:06:48 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G000VUT1ON39 Sat Oct 5 06:06:48 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G000VUT1ON39 -> /home/judges/super-run/var/queue/dir/G000VUT1ON39 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-05 06:06:48', last_change_nsec = 269344000 WHERE contest_id = 1 AND run_id = 31 ; Sat Oct 5 06:06:49 2013:info:59: received 2 file descriptors: 6, 7 Sat Oct 5 06:06:49 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:06:50 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000031 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000031 Sat Oct 5 06:06:50 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000031 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:06:50', last_change_nsec = 417106000 WHERE contest_id = 1 AND run_id = 31 ; Sat Oct 5 06:06:50 2013:info:Copy: /home/judges/000001/var/status/XXX_1380938810983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:06:50 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:06:50 2013:info:Copy: /home/judges/000001/var/run/000001/report/000031 -> /home/judges/000001/var/archive/xmlreports/0/0/0/000031 Sat Oct 5 06:06:54 2013:info:61: received 2 file descriptors: 6, 7 Sat Oct 5 06:06:54 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:06:59 2013:info:63: received 2 file descriptors: 6, 7 Sat Oct 5 06:06:59 2013:info:HTTP_REQUEST -> OK, 12213 Sat Oct 5 06:07:06 2013:info:65: received 2 file descriptors: 6, 7 Sat Oct 5 06:07:06 2013:info:HTTP_REQUEST -> OK, 12641 Sat Oct 5 06:07:29 2013:info:67: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 32, 1, 0, '2013-10-05 06:07:29', 613988000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:07:29', 613999000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1011, user_id = 8, prob_id = 8, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'b502623204736a5771dbcfa605e5dd03687f1e7e', run_uuid = 'fd9246be-221a-4010-848e-5a87f9d11796', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:07:29', last_change_nsec = 619295000 WHERE contest_id = 1 AND run_id = 32 ; Sat Oct 5 06:07:29 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000032 Sat Oct 5 06:07:29 2013:info:writing file /home/judges/compile/var/compile/src/G0010UT316M7.cpp Sat Oct 5 06:07:29 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0010UT316M7 Sat Oct 5 06:07:29 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0010UT316M7 -> /home/judges/compile/var/compile/queue/dir/G0010UT316M7 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-05 06:07:29', last_change_nsec = 695643000 WHERE contest_id = 1 AND run_id = 32 ; Sat Oct 5 06:07:29 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:07:29 2013:info:69: received 2 file descriptors: 6, 7 Sat Oct 5 06:07:29 2013:info:HTTP_REQUEST -> OK, 12893 Sat Oct 5 06:07:32 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000032 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000032 Sat Oct 5 06:07:32 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000032 Sat Oct 5 06:07:32 2013:info:reading file /home/judges/compile/var/compile/000001/report/000032.txt Sat Oct 5 06:07:32 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/1/000032 Sat Oct 5 06:07:32 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000032 -> /home/judges/super-run/var/exe/G0010UT34VD0 Sat Oct 5 06:07:32 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0010UT34VD0 Sat Oct 5 06:07:32 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0010UT34VD0 -> /home/judges/super-run/var/queue/dir/G0010UT34VD0 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-05 06:07:32', last_change_nsec = 983718000 WHERE contest_id = 1 AND run_id = 32 ; Sat Oct 5 06:07:34 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000032 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000032 Sat Oct 5 06:07:34 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000032 mysql: UPDATE runs SET status = 6, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:07:34', last_change_nsec = 905459000 WHERE contest_id = 1 AND run_id = 32 ; Sat Oct 5 06:07:34 2013:info:Copy: /home/judges/000001/var/status/XXX_1380938854983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:07:34 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:07:34 2013:info:Copy: /home/judges/000001/var/run/000001/report/000032 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000032 Sat Oct 5 06:07:34 2013:info:71: received 2 file descriptors: 6, 7 Sat Oct 5 06:07:34 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:07:37 2013:info:73: received 2 file descriptors: 6, 7 Sat Oct 5 06:07:37 2013:info:HTTP_REQUEST -> OK, 12906 Sat Oct 5 06:08:06 2013:info:75: received 2 file descriptors: 6, 7 Sat Oct 5 06:08:06 2013:info:HTTP_REQUEST -> OK, 11609 Sat Oct 5 06:08:33 2013:info:77: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 33, 1, 0, '2013-10-05 06:08:33', 758115000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:08:33', 758121000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1011, user_id = 8, prob_id = 7, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'b502623204736a5771dbcfa605e5dd03687f1e7e', run_uuid = '21743fc2-171c-4f88-aab4-25f4b25e0388', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:08:33', last_change_nsec = 762190000 WHERE contest_id = 1 AND run_id = 33 ; Sat Oct 5 06:08:33 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000033 Sat Oct 5 06:08:33 2013:info:writing file /home/judges/compile/var/compile/src/G0011UT51CLJ.cpp Sat Oct 5 06:08:33 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0011UT51CLJ Sat Oct 5 06:08:33 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0011UT51CLJ -> /home/judges/compile/var/compile/queue/dir/G0011UT51CLJ mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-05 06:08:33', last_change_nsec = 766903000 WHERE contest_id = 1 AND run_id = 33 ; Sat Oct 5 06:08:33 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:08:33 2013:info:79: received 2 file descriptors: 6, 7 Sat Oct 5 06:08:33 2013:info:HTTP_REQUEST -> OK, 12260 Sat Oct 5 06:08:35 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000033 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000033 Sat Oct 5 06:08:35 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000033 Sat Oct 5 06:08:35 2013:info:reading file /home/judges/compile/var/compile/000001/report/000033.txt Sat Oct 5 06:08:35 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/1/000033 Sat Oct 5 06:08:35 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000033 -> /home/judges/super-run/var/exe/G0011UT53H44 Sat Oct 5 06:08:35 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0011UT53H44 Sat Oct 5 06:08:35 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0011UT53H44 -> /home/judges/super-run/var/queue/dir/G0011UT53H44 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-05 06:08:35', last_change_nsec = 934903000 WHERE contest_id = 1 AND run_id = 33 ; Sat Oct 5 06:08:38 2013:info:81: received 2 file descriptors: 6, 7 Sat Oct 5 06:08:38 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:08:41 2013:info:83: received 2 file descriptors: 6, 7 Sat Oct 5 06:08:41 2013:info:HTTP_REQUEST -> OK, 12256 Sat Oct 5 06:08:43 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000033 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000033 Sat Oct 5 06:08:43 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000033 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:08:43', last_change_nsec = 910506000 WHERE contest_id = 1 AND run_id = 33 ; Sat Oct 5 06:08:44 2013:info:Copy: /home/judges/000001/var/status/XXX_1380938924983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:08:44 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:08:44 2013:info:Copy: /home/judges/000001/var/run/000001/report/000033 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000033 Sat Oct 5 06:08:47 2013:info:85: received 2 file descriptors: 6, 7 Sat Oct 5 06:08:47 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:08:52 2013:info:87: received 2 file descriptors: 6, 7 Sat Oct 5 06:08:52 2013:info:HTTP_REQUEST -> OK, 12241 Sat Oct 5 06:09:05 2013:info:89: received 2 file descriptors: 6, 7 Sat Oct 5 06:09:05 2013:info:HTTP_REQUEST -> OK, 12901 Sat Oct 5 06:10:06 2013:info:91: received 2 file descriptors: 6, 7 Sat Oct 5 06:10:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 06:11:07 2013:info:93: received 2 file descriptors: 6, 7 Sat Oct 5 06:11:07 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 06:11:20 2013:info:95: received 2 file descriptors: 6, 7 Sat Oct 5 06:11:20 2013:info:HTTP_REQUEST -> OK, 12242 Sat Oct 5 06:11:30 2013:info:97: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 34, 1, 0, '2013-10-05 06:11:30', 977533000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:11:30', 977543000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1016, user_id = 8, prob_id = 7, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '74df7b06def649b60f8ee878240cfa22caa373cf', run_uuid = '769b7177-1543-43d1-a473-4657f7992c09', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:11:30', last_change_nsec = 981871000 WHERE contest_id = 1 AND run_id = 34 ; Sat Oct 5 06:11:30 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000034 Sat Oct 5 06:11:30 2013:info:writing file /home/judges/compile/var/compile/src/G0012UTAI37D.cpp Sat Oct 5 06:11:30 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0012UTAI37D Sat Oct 5 06:11:30 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0012UTAI37D -> /home/judges/compile/var/compile/queue/dir/G0012UTAI37D mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 7, passed_mode = 1, last_change_time = '2013-10-05 06:11:30', last_change_nsec = 986817000 WHERE contest_id = 1 AND run_id = 34 ; Sat Oct 5 06:11:30 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:11:31 2013:info:99: received 2 file descriptors: 6, 7 Sat Oct 5 06:11:31 2013:info:HTTP_REQUEST -> OK, 12493 Sat Oct 5 06:11:33 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000034 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000034 Sat Oct 5 06:11:33 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000034 Sat Oct 5 06:11:33 2013:info:reading file /home/judges/compile/var/compile/000001/report/000034.txt Sat Oct 5 06:11:33 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/1/000034 Sat Oct 5 06:11:33 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000034 -> /home/judges/super-run/var/exe/G0012UTALNKN Sat Oct 5 06:11:33 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0012UTALNKN Sat Oct 5 06:11:33 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0012UTALNKN -> /home/judges/super-run/var/queue/dir/G0012UTALNKN mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 7, passed_mode = 1, last_change_time = '2013-10-05 06:11:33', last_change_nsec = 154042000 WHERE contest_id = 1 AND run_id = 34 ; Sat Oct 5 06:11:35 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000034 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000034 Sat Oct 5 06:11:35 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000034 mysql: UPDATE runs SET status = 6, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:11:35', last_change_nsec = 169634000 WHERE contest_id = 1 AND run_id = 34 ; Sat Oct 5 06:11:35 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939095983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:11:35 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:11:35 2013:info:Copy: /home/judges/000001/var/run/000001/report/000034 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000034 Sat Oct 5 06:11:36 2013:info:101: received 2 file descriptors: 6, 7 Sat Oct 5 06:11:36 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 06:11:37 2013:info:103: received 2 file descriptors: 6, 7 Sat Oct 5 06:11:37 2013:info:HTTP_REQUEST -> OK, 12506 Sat Oct 5 06:12:18 2013:info:105: received 2 file descriptors: 6, 7 Sat Oct 5 06:12:18 2013:info:HTTP_REQUEST -> OK, 11225 Sat Oct 5 06:13:13 2013:info:107: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 35, 1, 0, '2013-10-05 06:13:13', 412211000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:13:13', 412223000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 351, user_id = 8, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7a1715a83b4a1831224f0c81efecf15655e0527c', run_uuid = '2452fb13-d8f2-41e6-a831-b03a552ac96e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:13:13', last_change_nsec = 423133000 WHERE contest_id = 1 AND run_id = 35 ; Sat Oct 5 06:13:13 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000035 Sat Oct 5 06:13:13 2013:info:writing file /home/judges/compile/var/compile/src/G0013UTDP6DC.cpp Sat Oct 5 06:13:13 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0013UTDP6DC Sat Oct 5 06:13:13 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0013UTDP6DC -> /home/judges/compile/var/compile/queue/dir/G0013UTDP6DC mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 8, passed_mode = 1, last_change_time = '2013-10-05 06:13:13', last_change_nsec = 432978000 WHERE contest_id = 1 AND run_id = 35 ; Sat Oct 5 06:13:13 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:13:13 2013:info:109: received 2 file descriptors: 6, 7 Sat Oct 5 06:13:13 2013:info:HTTP_REQUEST -> OK, 11874 Sat Oct 5 06:13:15 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000035 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000035 Sat Oct 5 06:13:15 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000035 Sat Oct 5 06:13:15 2013:info:reading file /home/judges/compile/var/compile/000001/report/000035.txt Sat Oct 5 06:13:15 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000035 -> /home/judges/super-run/var/exe/G0013UTDRDRK Sat Oct 5 06:13:15 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0013UTDRDRK Sat Oct 5 06:13:15 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0013UTDRDRK -> /home/judges/super-run/var/queue/dir/G0013UTDRDRK mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 8, passed_mode = 1, last_change_time = '2013-10-05 06:13:15', last_change_nsec = 599710000 WHERE contest_id = 1 AND run_id = 35 ; Sat Oct 5 06:13:17 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000035 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000035 Sat Oct 5 06:13:17 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000035 mysql: UPDATE runs SET status = 6, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:13:17', last_change_nsec = 606251000 WHERE contest_id = 1 AND run_id = 35 ; Sat Oct 5 06:13:17 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939197983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:13:17 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:13:17 2013:info:Copy: /home/judges/000001/var/run/000001/report/000035 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000035 Sat Oct 5 06:13:18 2013:info:111: received 2 file descriptors: 6, 7 Sat Oct 5 06:13:18 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 06:13:19 2013:info:113: received 2 file descriptors: 6, 7 Sat Oct 5 06:13:19 2013:info:HTTP_REQUEST -> OK, 11887 Sat Oct 5 06:13:40 2013:info:115: received 2 file descriptors: 6, 7 Sat Oct 5 06:13:40 2013:info:HTTP_REQUEST -> OK, 11668 Sat Oct 5 06:13:56 2013:info:117: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 36, 1, 0, '2013-10-05 06:13:56', 463247000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:13:56', 463254000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 351, user_id = 8, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7a1715a83b4a1831224f0c81efecf15655e0527c', run_uuid = '8f5a837e-0e5c-4b6e-b090-48fccc794436', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:13:56', last_change_nsec = 468087000 WHERE contest_id = 1 AND run_id = 36 ; Sat Oct 5 06:13:56 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000036 Sat Oct 5 06:13:56 2013:info:writing file /home/judges/compile/var/compile/src/G0014UTF4D2S.cpp Sat Oct 5 06:13:56 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0014UTF4D2S Sat Oct 5 06:13:56 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0014UTF4D2S -> /home/judges/compile/var/compile/queue/dir/G0014UTF4D2S mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 9, passed_mode = 1, last_change_time = '2013-10-05 06:13:56', last_change_nsec = 472553000 WHERE contest_id = 1 AND run_id = 36 ; Sat Oct 5 06:13:56 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:13:56 2013:info:119: received 2 file descriptors: 6, 7 Sat Oct 5 06:13:56 2013:info:HTTP_REQUEST -> OK, 12317 Sat Oct 5 06:13:58 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000036 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000036 Sat Oct 5 06:13:58 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000036 Sat Oct 5 06:13:58 2013:info:reading file /home/judges/compile/var/compile/000001/report/000036.txt Sat Oct 5 06:13:58 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000036 -> /home/judges/super-run/var/exe/G0014UTF6IOS Sat Oct 5 06:13:58 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0014UTF6IOS Sat Oct 5 06:13:58 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0014UTF6IOS -> /home/judges/super-run/var/queue/dir/G0014UTF6IOS mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 9, passed_mode = 1, last_change_time = '2013-10-05 06:13:58', last_change_nsec = 635611000 WHERE contest_id = 1 AND run_id = 36 ; Sat Oct 5 06:13:59 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000036 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000036 Sat Oct 5 06:13:59 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000036 mysql: UPDATE runs SET status = 6, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:13:59', last_change_nsec = 641083000 WHERE contest_id = 1 AND run_id = 36 ; Sat Oct 5 06:13:59 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939239983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:13:59 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:13:59 2013:info:Copy: /home/judges/000001/var/run/000001/report/000036 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000036 Sat Oct 5 06:14:01 2013:info:121: received 2 file descriptors: 6, 7 Sat Oct 5 06:14:01 2013:info:HTTP_REQUEST -> OK, 12329 Sat Oct 5 06:14:12 2013:info:123: received 2 file descriptors: 6, 7 Sat Oct 5 06:14:12 2013:info:HTTP_REQUEST -> OK, 12202 Sat Oct 5 06:15:13 2013:info:125: received 2 file descriptors: 6, 7 Sat Oct 5 06:15:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:16:14 2013:info:127: received 2 file descriptors: 6, 7 Sat Oct 5 06:16:14 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:17:02 2013:info:userlist-server fd ready Sat Oct 5 06:17:02 2013:info:userlist-server notification: 1 Sat Oct 5 06:17:02 2013:info:userlist-server fd ready Sat Oct 5 06:17:02 2013:info:userlist-server notification: 1 Sat Oct 5 06:17:15 2013:info:129: received 2 file descriptors: 6, 7 Sat Oct 5 06:17:15 2013:info:teamdb_refresh: updated: 4 users, 15 max user, XML size = 1496 Sat Oct 5 06:17:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:18:14 2013:info:131: received 2 file descriptors: 6, 7 Sat Oct 5 06:18:14 2013:info:HTTP_REQUEST -> OK, 12330 Sat Oct 5 06:18:36 2013:info:133: received 2 file descriptors: 6, 7 Sat Oct 5 06:18:36 2013:info:HTTP_REQUEST -> OK, 2375 Sat Oct 5 06:18:50 2013:info:135: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 37, 1, 0, '2013-10-05 06:18:50', 883618000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:18:50', 883631000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 199, user_id = 8, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'd2c841edbb62937dfbcd9396eeddc9cec0e8399f', run_uuid = 'ccc7a5f7-e789-4cd4-a12e-f0c492f8486a', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:18:50', last_change_nsec = 887648000 WHERE contest_id = 1 AND run_id = 37 ; Sat Oct 5 06:18:50 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000037 Sat Oct 5 06:18:50 2013:info:writing file /home/judges/compile/var/compile/src/G0015UTOA7AQ.cpp Sat Oct 5 06:18:50 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0015UTOA7AQ Sat Oct 5 06:18:50 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0015UTOA7AQ -> /home/judges/compile/var/compile/queue/dir/G0015UTOA7AQ mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 10, passed_mode = 1, last_change_time = '2013-10-05 06:18:50', last_change_nsec = 892795000 WHERE contest_id = 1 AND run_id = 37 ; Sat Oct 5 06:18:50 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:18:50 2013:info:137: received 2 file descriptors: 6, 7 Sat Oct 5 06:18:50 2013:info:HTTP_REQUEST -> OK, 12580 Sat Oct 5 06:18:52 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000037 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000037 Sat Oct 5 06:18:52 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000037 Sat Oct 5 06:18:52 2013:info:reading file /home/judges/compile/var/compile/000001/report/000037.txt Sat Oct 5 06:18:52 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000037 -> /home/judges/super-run/var/exe/G0015UTOCEUD Sat Oct 5 06:18:53 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0015UTOCEUD Sat Oct 5 06:18:53 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0015UTOCEUD -> /home/judges/super-run/var/queue/dir/G0015UTOCEUD mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 10, passed_mode = 1, last_change_time = '2013-10-05 06:18:53', last_change_nsec = 57249000 WHERE contest_id = 1 AND run_id = 37 ; Sat Oct 5 06:18:54 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000037 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000037 Sat Oct 5 06:18:54 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000037 mysql: UPDATE runs SET status = 6, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:18:54', last_change_nsec = 62079000 WHERE contest_id = 1 AND run_id = 37 ; Sat Oct 5 06:18:54 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939534983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:18:54 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:18:54 2013:info:Copy: /home/judges/000001/var/run/000001/report/000037 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000037 Sat Oct 5 06:18:56 2013:info:139: received 2 file descriptors: 6, 7 Sat Oct 5 06:18:56 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 06:18:59 2013:info:141: received 2 file descriptors: 6, 7 Sat Oct 5 06:18:59 2013:info:HTTP_REQUEST -> OK, 12593 Sat Oct 5 06:19:16 2013:info:143: received 2 file descriptors: 6, 7 Sat Oct 5 06:19:16 2013:info:HTTP_REQUEST -> OK, 11058 Sat Oct 5 06:19:31 2013:info:145: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 38, 1, 0, '2013-10-05 06:19:31', 194126000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:19:31', 194141000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 351, user_id = 8, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7a1715a83b4a1831224f0c81efecf15655e0527c', run_uuid = '8e15b956-c785-4af8-9c95-196af08e2e69', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:19:31', last_change_nsec = 198553000 WHERE contest_id = 1 AND run_id = 38 ; Sat Oct 5 06:19:31 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000038 Sat Oct 5 06:19:31 2013:info:writing file /home/judges/compile/var/compile/src/G0016UTPJ5BF.cpp Sat Oct 5 06:19:31 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0016UTPJ5BF Sat Oct 5 06:19:31 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0016UTPJ5BF -> /home/judges/compile/var/compile/queue/dir/G0016UTPJ5BF mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 11, passed_mode = 1, last_change_time = '2013-10-05 06:19:31', last_change_nsec = 202515000 WHERE contest_id = 1 AND run_id = 38 ; Sat Oct 5 06:19:31 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:19:31 2013:info:147: received 2 file descriptors: 6, 7 Sat Oct 5 06:19:31 2013:info:HTTP_REQUEST -> OK, 11707 Sat Oct 5 06:19:33 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000038 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000038 Sat Oct 5 06:19:33 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000038 Sat Oct 5 06:19:33 2013:info:reading file /home/judges/compile/var/compile/000001/report/000038.txt Sat Oct 5 06:19:33 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000038 -> /home/judges/super-run/var/exe/G0016UTPLC4T Sat Oct 5 06:19:33 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0016UTPLC4T Sat Oct 5 06:19:33 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0016UTPLC4T -> /home/judges/super-run/var/queue/dir/G0016UTPLC4T mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 11, passed_mode = 1, last_change_time = '2013-10-05 06:19:33', last_change_nsec = 367281000 WHERE contest_id = 1 AND run_id = 38 ; Sat Oct 5 06:19:35 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000038 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000038 Sat Oct 5 06:19:35 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000038 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:19:35', last_change_nsec = 373295000 WHERE contest_id = 1 AND run_id = 38 ; Sat Oct 5 06:19:35 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939575983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:19:35 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:19:35 2013:info:Copy: /home/judges/000001/var/run/000001/report/000038 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000038 Sat Oct 5 06:19:36 2013:info:149: received 2 file descriptors: 6, 7 Sat Oct 5 06:19:36 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 06:19:37 2013:info:151: received 2 file descriptors: 6, 7 Sat Oct 5 06:19:37 2013:info:HTTP_REQUEST -> OK, 11688 Sat Oct 5 06:19:59 2013:info:153: received 2 file descriptors: 6, 7 Sat Oct 5 06:19:59 2013:info:HTTP_REQUEST -> OK, 11333 Sat Oct 5 06:20:12 2013:info:155: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 39, 1, 0, '2013-10-05 06:20:12', 103261000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:20:12', 103272000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 351, user_id = 8, prob_id = 4, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7a1715a83b4a1831224f0c81efecf15655e0527c', run_uuid = '4e0e84f3-aa12-40fa-8d61-ccb36cdc8fa1', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:20:12', last_change_nsec = 108650000 WHERE contest_id = 1 AND run_id = 39 ; Sat Oct 5 06:20:12 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000039 Sat Oct 5 06:20:12 2013:info:writing file /home/judges/compile/var/compile/src/G0017UTQSDD7.cpp Sat Oct 5 06:20:12 2013:info:writing file /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0017UTQSDD7 Sat Oct 5 06:20:12 2013:info:Move: /home/judges/compile/var/compile/queue/in/983_localhost.localdomain_G0017UTQSDD7 -> /home/judges/compile/var/compile/queue/dir/G0017UTQSDD7 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 12, passed_mode = 1, last_change_time = '2013-10-05 06:20:12', last_change_nsec = 112420000 WHERE contest_id = 1 AND run_id = 39 ; Sat Oct 5 06:20:12 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:20:12 2013:info:157: received 2 file descriptors: 6, 7 Sat Oct 5 06:20:12 2013:info:HTTP_REQUEST -> OK, 11982 Sat Oct 5 06:20:14 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000039 -> /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000039 Sat Oct 5 06:20:14 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/983_localhost.localdomain_000039 Sat Oct 5 06:20:14 2013:info:reading file /home/judges/compile/var/compile/000001/report/000039.txt Sat Oct 5 06:20:14 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000039 -> /home/judges/super-run/var/exe/G0017UTQUIEQ Sat Oct 5 06:20:14 2013:info:writing file /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0017UTQUIEQ Sat Oct 5 06:20:14 2013:info:Move: /home/judges/super-run/var/queue/in/983_localhost.localdomain_G0017UTQUIEQ -> /home/judges/super-run/var/queue/dir/G0017UTQUIEQ mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 12, passed_mode = 1, last_change_time = '2013-10-05 06:20:14', last_change_nsec = 283097000 WHERE contest_id = 1 AND run_id = 39 ; Sat Oct 5 06:20:15 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000039 -> /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000039 Sat Oct 5 06:20:15 2013:info:reading file /home/judges/000001/var/run/000001/status/out/983_localhost.localdomain_000039 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:20:15', last_change_nsec = 288524000 WHERE contest_id = 1 AND run_id = 39 ; Sat Oct 5 06:20:15 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939615983 -> /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html Sat Oct 5 06:20:15 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:20:15 2013:info:Copy: /home/judges/000001/var/run/000001/report/000039 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000039 Sat Oct 5 06:20:17 2013:info:159: received 2 file descriptors: 6, 7 Sat Oct 5 06:20:17 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 06:20:18 2013:info:161: received 2 file descriptors: 6, 7 Sat Oct 5 06:20:18 2013:info:HTTP_REQUEST -> OK, 11963 Sat Oct 5 06:21:18 2013:info:163: received 2 file descriptors: 6, 7 Sat Oct 5 06:21:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:22:04 2013:info:userlist-server fd ready Sat Oct 5 06:22:04 2013:error:unexpected EOF from userlist-server Sat Oct 5 06:22:04 2013:error:userlist-server error: unexpected EOF Sat Oct 5 06:22:04 2013:info:writing file /home/judges/000001/var/status/in/983_localhost.localdomain_status Sat Oct 5 06:22:04 2013:info:Move: /home/judges/000001/var/status/in/983_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 06:24:12 2013:info:1: received 2 file descriptors: 6, 7 Sat Oct 5 06:24:12 2013:info:running as ejudge (1) Sat Oct 5 06:24:12 2013:info:loading contest 1 configuration file Sat Oct 5 06:24:12 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Sat Oct 5 06:24:12 2013:info:reading file /home/judges/000001/var/status/dir/status Sat Oct 5 06:24:12 2013:info:load_status_file: clients_suspended = 0 Sat Oct 5 06:24:12 2013:info:load_status_file: testing_suspended = 0 Sat Oct 5 06:24:12 2013:info:load_status_file: accepting_mode = 0 Sat Oct 5 06:24:12 2013:info:load_status_file: printing_suspended = 0 Sat Oct 5 06:24:12 2013:info:load_status_file: upsolving_mode = 0 Sat Oct 5 06:24:12 2013:info:teamdb_refresh: updated: 4 users, 15 max user, XML size = 1496 Sat Oct 5 06:24:12 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939852982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 06:24:12 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:24:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:24:58 2013:info:3: received 2 file descriptors: 6, 7 Sat Oct 5 06:24:58 2013:info:HTTP_REQUEST -> OK, 11875 Sat Oct 5 06:25:02 2013:info:5: received 2 file descriptors: 6, 7 Sat Oct 5 06:25:02 2013:info:HTTP_REQUEST -> OK, 12886 Sat Oct 5 06:25:27 2013:info:7: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 40, 1, 0, '2013-10-05 06:25:27', 122173000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:25:27', 122186000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 351, user_id = 8, prob_id = 8, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7a1715a83b4a1831224f0c81efecf15655e0527c', run_uuid = '9ea046c8-ff89-4642-aef2-675a5513531e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:25:27', last_change_nsec = 128061000 WHERE contest_id = 1 AND run_id = 40 ; Sat Oct 5 06:25:27 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000040 Sat Oct 5 06:25:27 2013:info:writing file /home/judges/compile/var/compile/src/G0018UU4N997.cpp Sat Oct 5 06:25:27 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0018UU4N997 Sat Oct 5 06:25:27 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0018UU4N997 -> /home/judges/compile/var/compile/queue/dir/G0018UU4N997 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 06:25:27', last_change_nsec = 242578000 WHERE contest_id = 1 AND run_id = 40 ; Sat Oct 5 06:25:27 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:25:27 2013:info:9: received 2 file descriptors: 6, 7 Sat Oct 5 06:25:27 2013:info:HTTP_REQUEST -> OK, 13137 Sat Oct 5 06:25:32 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000040 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000040 Sat Oct 5 06:25:32 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000040 Sat Oct 5 06:25:32 2013:info:reading file /home/judges/compile/var/compile/000001/report/000040.txt Sat Oct 5 06:25:32 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000040 -> /home/judges/super-run/var/exe/G0018UU4SM5Q Sat Oct 5 06:25:32 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0018UU4SM5Q Sat Oct 5 06:25:32 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0018UU4SM5Q -> /home/judges/super-run/var/queue/dir/G0018UU4SM5Q mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 06:25:32', last_change_nsec = 493017000 WHERE contest_id = 1 AND run_id = 40 ; Sat Oct 5 06:25:32 2013:info:11: received 2 file descriptors: 6, 7 Sat Oct 5 06:25:32 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 06:25:34 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000040 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000040 Sat Oct 5 06:25:34 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000040 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:25:34', last_change_nsec = 521576000 WHERE contest_id = 1 AND run_id = 40 ; Sat Oct 5 06:25:34 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939934982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 06:25:34 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:25:34 2013:info:Copy: /home/judges/000001/var/run/000001/report/000040 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000040 Sat Oct 5 06:25:37 2013:info:13: received 2 file descriptors: 6, 7 Sat Oct 5 06:25:37 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 06:25:38 2013:info:15: received 2 file descriptors: 6, 7 Sat Oct 5 06:25:38 2013:info:HTTP_REQUEST -> OK, 13118 Sat Oct 5 06:25:46 2013:info:17: received 2 file descriptors: 6, 7 Sat Oct 5 06:25:46 2013:info:HTTP_REQUEST -> OK, 11875 Sat Oct 5 06:25:49 2013:info:19: received 2 file descriptors: 6, 7 Sat Oct 5 06:25:49 2013:info:HTTP_REQUEST -> OK, 12585 Sat Oct 5 06:26:03 2013:info:21: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 41, 1, 0, '2013-10-05 06:26:04', 94339000, 8, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 06:26:04', 94354000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 351, user_id = 8, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7a1715a83b4a1831224f0c81efecf15655e0527c', run_uuid = '30bc2d2c-23dc-4db3-9a38-5c41910558c4', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 06:26:04', last_change_nsec = 100092000 WHERE contest_id = 1 AND run_id = 41 ; Sat Oct 5 06:26:04 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000041 Sat Oct 5 06:26:04 2013:info:writing file /home/judges/compile/var/compile/src/G0019UU5S6C2.cpp Sat Oct 5 06:26:04 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0019UU5S6C2 Sat Oct 5 06:26:04 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0019UU5S6C2 -> /home/judges/compile/var/compile/queue/dir/G0019UU5S6C2 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 06:26:04', last_change_nsec = 105322000 WHERE contest_id = 1 AND run_id = 41 ; Sat Oct 5 06:26:04 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 06:26:04 2013:info:23: received 2 file descriptors: 6, 7 Sat Oct 5 06:26:04 2013:info:HTTP_REQUEST -> OK, 12834 Sat Oct 5 06:26:06 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000041 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000041 Sat Oct 5 06:26:06 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000041 Sat Oct 5 06:26:06 2013:info:reading file /home/judges/compile/var/compile/000001/report/000041.txt Sat Oct 5 06:26:06 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000041 -> /home/judges/super-run/var/exe/G0019UU5UAHL Sat Oct 5 06:26:06 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0019UU5UAHL Sat Oct 5 06:26:06 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0019UU5UAHL -> /home/judges/super-run/var/queue/dir/G0019UU5UAHL mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 06:26:06', last_change_nsec = 274560000 WHERE contest_id = 1 AND run_id = 41 ; Sat Oct 5 06:26:08 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000041 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000041 Sat Oct 5 06:26:08 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000041 mysql: UPDATE runs SET status = 7, score = 8, test_num = 4, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 06:26:08', last_change_nsec = 280288000 WHERE contest_id = 1 AND run_id = 41 ; Sat Oct 5 06:26:08 2013:info:Copy: /home/judges/000001/var/status/XXX_1380939968982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 06:26:08 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 06:26:08 2013:info:Copy: /home/judges/000001/var/run/000001/report/000041 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000041 Sat Oct 5 06:26:09 2013:info:25: received 2 file descriptors: 6, 7 Sat Oct 5 06:26:09 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 06:26:10 2013:info:27: received 2 file descriptors: 6, 7 Sat Oct 5 06:26:10 2013:info:HTTP_REQUEST -> OK, 12816 Sat Oct 5 06:27:11 2013:info:29: received 2 file descriptors: 6, 7 Sat Oct 5 06:27:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:28:11 2013:info:31: received 2 file descriptors: 6, 7 Sat Oct 5 06:28:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:29:11 2013:info:33: received 2 file descriptors: 6, 7 Sat Oct 5 06:29:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:30:11 2013:info:35: received 2 file descriptors: 6, 7 Sat Oct 5 06:30:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:31:11 2013:info:37: received 2 file descriptors: 6, 7 Sat Oct 5 06:31:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:32:11 2013:info:39: received 2 file descriptors: 6, 7 Sat Oct 5 06:32:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:33:11 2013:info:41: received 2 file descriptors: 6, 7 Sat Oct 5 06:33:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:34:11 2013:info:43: received 2 file descriptors: 6, 7 Sat Oct 5 06:34:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:35:11 2013:info:45: received 2 file descriptors: 6, 7 Sat Oct 5 06:35:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:36:11 2013:info:47: received 2 file descriptors: 6, 7 Sat Oct 5 06:36:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:37:11 2013:info:49: received 2 file descriptors: 6, 7 Sat Oct 5 06:37:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:38:11 2013:info:51: received 2 file descriptors: 6, 7 Sat Oct 5 06:38:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:39:11 2013:info:53: received 2 file descriptors: 6, 7 Sat Oct 5 06:39:11 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:40:12 2013:info:55: received 2 file descriptors: 6, 7 Sat Oct 5 06:40:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:41:12 2013:info:57: received 2 file descriptors: 6, 7 Sat Oct 5 06:41:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:42:12 2013:info:59: received 2 file descriptors: 6, 7 Sat Oct 5 06:42:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:43:12 2013:info:61: received 2 file descriptors: 6, 7 Sat Oct 5 06:43:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:44:12 2013:info:63: received 2 file descriptors: 6, 7 Sat Oct 5 06:44:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:45:12 2013:info:65: received 2 file descriptors: 6, 7 Sat Oct 5 06:45:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:46:12 2013:info:67: received 2 file descriptors: 6, 7 Sat Oct 5 06:46:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:47:12 2013:info:69: received 2 file descriptors: 6, 7 Sat Oct 5 06:47:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:48:12 2013:info:71: received 2 file descriptors: 6, 7 Sat Oct 5 06:48:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:49:12 2013:info:73: received 2 file descriptors: 6, 7 Sat Oct 5 06:49:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:50:13 2013:info:75: received 2 file descriptors: 6, 7 Sat Oct 5 06:50:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:51:13 2013:info:77: received 2 file descriptors: 6, 7 Sat Oct 5 06:51:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:52:13 2013:info:79: received 2 file descriptors: 6, 7 Sat Oct 5 06:52:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:53:13 2013:info:81: received 2 file descriptors: 6, 7 Sat Oct 5 06:53:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:54:13 2013:info:83: received 2 file descriptors: 6, 7 Sat Oct 5 06:54:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:55:13 2013:info:85: received 2 file descriptors: 6, 7 Sat Oct 5 06:55:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:56:13 2013:info:87: received 2 file descriptors: 6, 7 Sat Oct 5 06:56:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:57:13 2013:info:89: received 2 file descriptors: 6, 7 Sat Oct 5 06:57:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:58:13 2013:info:91: received 2 file descriptors: 6, 7 Sat Oct 5 06:58:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 06:59:13 2013:info:93: received 2 file descriptors: 6, 7 Sat Oct 5 06:59:13 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:00:14 2013:info:95: received 2 file descriptors: 6, 7 Sat Oct 5 07:00:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:01:14 2013:info:97: received 2 file descriptors: 6, 7 Sat Oct 5 07:01:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:02:14 2013:info:99: received 2 file descriptors: 6, 7 Sat Oct 5 07:02:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:03:14 2013:info:101: received 2 file descriptors: 6, 7 Sat Oct 5 07:03:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:04:14 2013:info:103: received 2 file descriptors: 6, 7 Sat Oct 5 07:04:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:05:14 2013:info:105: received 2 file descriptors: 6, 7 Sat Oct 5 07:05:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:06:14 2013:info:107: received 2 file descriptors: 6, 7 Sat Oct 5 07:06:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:07:14 2013:info:109: received 2 file descriptors: 6, 7 Sat Oct 5 07:07:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:08:14 2013:info:111: received 2 file descriptors: 6, 7 Sat Oct 5 07:08:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:09:14 2013:info:113: received 2 file descriptors: 6, 7 Sat Oct 5 07:09:14 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 07:10:14 2013:info:115: received 2 file descriptors: 6, 7 Sat Oct 5 07:10:14 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:11:14 2013:info:117: received 2 file descriptors: 6, 7 Sat Oct 5 07:11:14 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:12:15 2013:info:119: received 2 file descriptors: 6, 7 Sat Oct 5 07:12:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:13:15 2013:info:121: received 2 file descriptors: 6, 7 Sat Oct 5 07:13:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:14:15 2013:info:123: received 2 file descriptors: 6, 7 Sat Oct 5 07:14:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:15:15 2013:info:125: received 2 file descriptors: 6, 7 Sat Oct 5 07:15:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:16:15 2013:info:127: received 2 file descriptors: 6, 7 Sat Oct 5 07:16:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:17:15 2013:info:129: received 2 file descriptors: 6, 7 Sat Oct 5 07:17:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:18:15 2013:info:131: received 2 file descriptors: 6, 7 Sat Oct 5 07:18:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:19:15 2013:info:133: received 2 file descriptors: 6, 7 Sat Oct 5 07:19:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:20:15 2013:info:135: received 2 file descriptors: 6, 7 Sat Oct 5 07:20:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:21:15 2013:info:137: received 2 file descriptors: 6, 7 Sat Oct 5 07:21:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:22:15 2013:info:139: received 2 file descriptors: 6, 7 Sat Oct 5 07:22:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:23:15 2013:info:141: received 2 file descriptors: 6, 7 Sat Oct 5 07:23:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:24:15 2013:info:143: received 2 file descriptors: 6, 7 Sat Oct 5 07:24:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:25:16 2013:info:145: received 2 file descriptors: 6, 7 Sat Oct 5 07:25:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:26:16 2013:info:147: received 2 file descriptors: 6, 7 Sat Oct 5 07:26:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:27:16 2013:info:149: received 2 file descriptors: 6, 7 Sat Oct 5 07:27:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:28:16 2013:info:151: received 2 file descriptors: 6, 7 Sat Oct 5 07:28:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:29:16 2013:info:153: received 2 file descriptors: 6, 7 Sat Oct 5 07:29:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:30:16 2013:info:155: received 2 file descriptors: 6, 7 Sat Oct 5 07:30:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:31:16 2013:info:157: received 2 file descriptors: 6, 7 Sat Oct 5 07:31:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:32:16 2013:info:159: received 2 file descriptors: 6, 7 Sat Oct 5 07:32:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:33:16 2013:info:161: received 2 file descriptors: 6, 7 Sat Oct 5 07:33:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:34:16 2013:info:163: received 2 file descriptors: 6, 7 Sat Oct 5 07:34:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:35:16 2013:info:165: received 2 file descriptors: 6, 7 Sat Oct 5 07:35:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:36:16 2013:info:167: received 2 file descriptors: 6, 7 Sat Oct 5 07:36:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:37:16 2013:info:169: received 2 file descriptors: 6, 7 Sat Oct 5 07:37:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:38:17 2013:info:171: received 2 file descriptors: 6, 7 Sat Oct 5 07:38:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:39:17 2013:info:173: received 2 file descriptors: 6, 7 Sat Oct 5 07:39:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:40:17 2013:info:175: received 2 file descriptors: 6, 7 Sat Oct 5 07:40:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:41:17 2013:info:177: received 2 file descriptors: 6, 7 Sat Oct 5 07:41:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:42:17 2013:info:179: received 2 file descriptors: 6, 7 Sat Oct 5 07:42:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:43:17 2013:info:181: received 2 file descriptors: 6, 7 Sat Oct 5 07:43:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:44:17 2013:info:183: received 2 file descriptors: 6, 7 Sat Oct 5 07:44:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:45:17 2013:info:185: received 2 file descriptors: 6, 7 Sat Oct 5 07:45:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:46:17 2013:info:187: received 2 file descriptors: 6, 7 Sat Oct 5 07:46:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:47:17 2013:info:189: received 2 file descriptors: 6, 7 Sat Oct 5 07:47:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:48:17 2013:info:191: received 2 file descriptors: 6, 7 Sat Oct 5 07:48:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:49:17 2013:info:193: received 2 file descriptors: 6, 7 Sat Oct 5 07:49:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:50:18 2013:info:195: received 2 file descriptors: 6, 7 Sat Oct 5 07:50:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:51:18 2013:info:197: received 2 file descriptors: 6, 7 Sat Oct 5 07:51:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:52:18 2013:info:199: received 2 file descriptors: 6, 7 Sat Oct 5 07:52:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:53:18 2013:info:201: received 2 file descriptors: 6, 7 Sat Oct 5 07:53:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:54:18 2013:info:203: received 2 file descriptors: 6, 7 Sat Oct 5 07:54:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:55:18 2013:info:205: received 2 file descriptors: 6, 7 Sat Oct 5 07:55:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:56:18 2013:info:207: received 2 file descriptors: 6, 7 Sat Oct 5 07:56:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:57:18 2013:info:209: received 2 file descriptors: 6, 7 Sat Oct 5 07:57:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:58:18 2013:info:211: received 2 file descriptors: 6, 7 Sat Oct 5 07:58:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 07:59:18 2013:info:213: received 2 file descriptors: 6, 7 Sat Oct 5 07:59:18 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:00:18 2013:info:215: received 2 file descriptors: 6, 7 Sat Oct 5 08:00:18 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:01:18 2013:info:217: received 2 file descriptors: 6, 7 Sat Oct 5 08:01:18 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:02:18 2013:info:219: received 2 file descriptors: 6, 7 Sat Oct 5 08:02:18 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:03:19 2013:info:221: received 2 file descriptors: 6, 7 Sat Oct 5 08:03:19 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:04:19 2013:info:223: received 2 file descriptors: 6, 7 Sat Oct 5 08:04:19 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:05:19 2013:info:225: received 2 file descriptors: 6, 7 Sat Oct 5 08:05:19 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:06:19 2013:info:227: received 2 file descriptors: 6, 7 Sat Oct 5 08:06:19 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:07:19 2013:info:229: received 2 file descriptors: 6, 7 Sat Oct 5 08:07:19 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:08:19 2013:info:231: received 2 file descriptors: 6, 7 Sat Oct 5 08:08:19 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:09:19 2013:info:233: received 2 file descriptors: 6, 7 Sat Oct 5 08:09:19 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 08:10:19 2013:info:235: received 2 file descriptors: 6, 7 Sat Oct 5 08:10:19 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:11:19 2013:info:237: received 2 file descriptors: 6, 7 Sat Oct 5 08:11:19 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:12:19 2013:info:239: received 2 file descriptors: 6, 7 Sat Oct 5 08:12:19 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:13:20 2013:info:241: received 2 file descriptors: 6, 7 Sat Oct 5 08:13:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:14:20 2013:info:243: received 2 file descriptors: 6, 7 Sat Oct 5 08:14:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:15:20 2013:info:245: received 2 file descriptors: 6, 7 Sat Oct 5 08:15:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:16:20 2013:info:247: received 2 file descriptors: 6, 7 Sat Oct 5 08:16:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:17:20 2013:info:249: received 2 file descriptors: 6, 7 Sat Oct 5 08:17:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:18:20 2013:info:251: received 2 file descriptors: 6, 7 Sat Oct 5 08:18:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:19:20 2013:info:253: received 2 file descriptors: 6, 7 Sat Oct 5 08:19:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:20:20 2013:info:255: received 2 file descriptors: 6, 7 Sat Oct 5 08:20:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:21:20 2013:info:257: received 2 file descriptors: 6, 7 Sat Oct 5 08:21:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:22:20 2013:info:259: received 2 file descriptors: 6, 7 Sat Oct 5 08:22:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:23:20 2013:info:261: received 2 file descriptors: 6, 7 Sat Oct 5 08:23:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:24:20 2013:info:263: received 2 file descriptors: 6, 7 Sat Oct 5 08:24:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:25:20 2013:info:265: received 2 file descriptors: 6, 7 Sat Oct 5 08:25:20 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:26:21 2013:info:267: received 2 file descriptors: 6, 7 Sat Oct 5 08:26:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:27:21 2013:info:269: received 2 file descriptors: 6, 7 Sat Oct 5 08:27:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:28:21 2013:info:271: received 2 file descriptors: 6, 7 Sat Oct 5 08:28:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:29:21 2013:info:273: received 2 file descriptors: 6, 7 Sat Oct 5 08:29:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:30:21 2013:info:275: received 2 file descriptors: 6, 7 Sat Oct 5 08:30:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:31:21 2013:info:277: received 2 file descriptors: 6, 7 Sat Oct 5 08:31:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:32:21 2013:info:279: received 2 file descriptors: 6, 7 Sat Oct 5 08:32:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:33:21 2013:info:281: received 2 file descriptors: 6, 7 Sat Oct 5 08:33:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:34:21 2013:info:283: received 2 file descriptors: 6, 7 Sat Oct 5 08:34:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:35:21 2013:info:285: received 2 file descriptors: 6, 7 Sat Oct 5 08:35:21 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:36:22 2013:info:287: received 2 file descriptors: 6, 7 Sat Oct 5 08:36:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:37:22 2013:info:289: received 2 file descriptors: 6, 7 Sat Oct 5 08:37:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:38:22 2013:info:291: received 2 file descriptors: 6, 7 Sat Oct 5 08:38:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:39:22 2013:info:293: received 2 file descriptors: 6, 7 Sat Oct 5 08:39:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:40:22 2013:info:295: received 2 file descriptors: 6, 7 Sat Oct 5 08:40:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:41:22 2013:info:297: received 2 file descriptors: 6, 7 Sat Oct 5 08:41:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:42:22 2013:info:299: received 2 file descriptors: 6, 7 Sat Oct 5 08:42:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:43:22 2013:info:301: received 2 file descriptors: 6, 7 Sat Oct 5 08:43:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:44:22 2013:info:303: received 2 file descriptors: 6, 7 Sat Oct 5 08:44:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:45:22 2013:info:305: received 2 file descriptors: 6, 7 Sat Oct 5 08:45:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:46:22 2013:info:307: received 2 file descriptors: 6, 7 Sat Oct 5 08:46:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:47:22 2013:info:309: received 2 file descriptors: 6, 7 Sat Oct 5 08:47:22 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:48:23 2013:info:311: received 2 file descriptors: 6, 7 Sat Oct 5 08:48:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:49:23 2013:info:313: received 2 file descriptors: 6, 7 Sat Oct 5 08:49:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:50:23 2013:info:315: received 2 file descriptors: 6, 7 Sat Oct 5 08:50:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:51:23 2013:info:317: received 2 file descriptors: 6, 7 Sat Oct 5 08:51:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:52:23 2013:info:319: received 2 file descriptors: 6, 7 Sat Oct 5 08:52:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:53:23 2013:info:321: received 2 file descriptors: 6, 7 Sat Oct 5 08:53:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:54:23 2013:info:323: received 2 file descriptors: 6, 7 Sat Oct 5 08:54:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:55:23 2013:info:325: received 2 file descriptors: 6, 7 Sat Oct 5 08:55:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:56:23 2013:info:327: received 2 file descriptors: 6, 7 Sat Oct 5 08:56:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:57:23 2013:info:329: received 2 file descriptors: 6, 7 Sat Oct 5 08:57:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:58:23 2013:info:331: received 2 file descriptors: 6, 7 Sat Oct 5 08:58:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 08:59:23 2013:info:333: received 2 file descriptors: 6, 7 Sat Oct 5 08:59:23 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:00:23 2013:info:335: received 2 file descriptors: 6, 7 Sat Oct 5 09:00:23 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:01:24 2013:info:337: received 2 file descriptors: 6, 7 Sat Oct 5 09:01:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:02:24 2013:info:339: received 2 file descriptors: 6, 7 Sat Oct 5 09:02:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:03:24 2013:info:341: received 2 file descriptors: 6, 7 Sat Oct 5 09:03:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:04:24 2013:info:343: received 2 file descriptors: 6, 7 Sat Oct 5 09:04:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:05:24 2013:info:345: received 2 file descriptors: 6, 7 Sat Oct 5 09:05:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:06:24 2013:info:347: received 2 file descriptors: 6, 7 Sat Oct 5 09:06:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:07:24 2013:info:349: received 2 file descriptors: 6, 7 Sat Oct 5 09:07:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:08:24 2013:info:351: received 2 file descriptors: 6, 7 Sat Oct 5 09:08:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:09:24 2013:info:353: received 2 file descriptors: 6, 7 Sat Oct 5 09:09:24 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 09:10:24 2013:info:355: received 2 file descriptors: 6, 7 Sat Oct 5 09:10:24 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:11:24 2013:info:357: received 2 file descriptors: 6, 7 Sat Oct 5 09:11:24 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:12:24 2013:info:359: received 2 file descriptors: 6, 7 Sat Oct 5 09:12:24 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:13:24 2013:info:361: received 2 file descriptors: 6, 7 Sat Oct 5 09:13:24 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:14:25 2013:info:363: received 2 file descriptors: 6, 7 Sat Oct 5 09:14:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:15:25 2013:info:365: received 2 file descriptors: 6, 7 Sat Oct 5 09:15:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:16:25 2013:info:367: received 2 file descriptors: 6, 7 Sat Oct 5 09:16:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:17:25 2013:info:369: received 2 file descriptors: 6, 7 Sat Oct 5 09:17:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:18:25 2013:info:371: received 2 file descriptors: 6, 7 Sat Oct 5 09:18:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:19:25 2013:info:373: received 2 file descriptors: 6, 7 Sat Oct 5 09:19:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:20:25 2013:info:375: received 2 file descriptors: 6, 7 Sat Oct 5 09:20:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:21:25 2013:info:377: received 2 file descriptors: 6, 7 Sat Oct 5 09:21:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:22:25 2013:info:379: received 2 file descriptors: 6, 7 Sat Oct 5 09:22:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:23:25 2013:info:381: received 2 file descriptors: 6, 7 Sat Oct 5 09:23:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:24:25 2013:info:383: received 2 file descriptors: 6, 7 Sat Oct 5 09:24:25 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:25:25 2013:info:385: received 2 file descriptors: 6, 7 Sat Oct 5 09:25:26 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:26:26 2013:info:387: received 2 file descriptors: 6, 7 Sat Oct 5 09:26:26 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:27:26 2013:info:389: received 2 file descriptors: 6, 7 Sat Oct 5 09:27:26 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:28:26 2013:info:391: received 2 file descriptors: 6, 7 Sat Oct 5 09:28:26 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:29:26 2013:info:393: received 2 file descriptors: 6, 7 Sat Oct 5 09:29:26 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:30:26 2013:info:395: received 2 file descriptors: 6, 7 Sat Oct 5 09:30:26 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 09:35:04 2013:info:397: received 2 file descriptors: 6, 7 Sat Oct 5 09:35:04 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 09:35:22 2013:info:399: received 2 file descriptors: 6, 7 Sat Oct 5 09:35:22 2013:info:HTTP_REQUEST -> OK, 65 Sat Oct 5 09:35:22 2013:info:401: received 2 file descriptors: 6, 7 Sat Oct 5 09:35:22 2013:info:HTTP_REQUEST -> OK, 3042 Sat Oct 5 09:35:27 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Sat Oct 5 09:35:27 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 09:35:36 2013:info:403: received 2 file descriptors: 6, 7 Sat Oct 5 09:35:36 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 09:36:34 2013:info:405: received 2 file descriptors: 6, 7 Sat Oct 5 09:36:34 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:08:41 2013:info:407: received 2 file descriptors: 6, 7 Sat Oct 5 10:08:41 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:08:49 2013:info:409: received 2 file descriptors: 6, 7 Sat Oct 5 10:08:49 2013:info:HTTP_REQUEST -> OK, 65 Sat Oct 5 10:08:49 2013:info:411: received 2 file descriptors: 6, 7 Sat Oct 5 10:08:49 2013:info:HTTP_REQUEST -> OK, 3042 Sat Oct 5 10:08:55 2013:info:413: received 2 file descriptors: 6, 7 Sat Oct 5 10:08:55 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:09:52 2013:info:415: received 2 file descriptors: 6, 7 Sat Oct 5 10:09:52 2013:error:415: permission denied: user_login failed: invalid login Sat Oct 5 10:09:52 2013:info:HTTP_REQUEST -> OK, 3236 Sat Oct 5 10:09:59 2013:info:417: received 2 file descriptors: 6, 7 Sat Oct 5 10:09:59 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:10:06 2013:info:419: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:06 2013:info:HTTP_REQUEST -> OK, 65 Sat Oct 5 10:10:07 2013:info:421: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:07 2013:info:HTTP_REQUEST -> OK, 3042 Sat Oct 5 10:10:07 2013:info:423: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:07 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:10:11 2013:info:425: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:11 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:10:15 2013:info:427: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:15 2013:info:HTTP_REQUEST -> OK, 89 Sat Oct 5 10:10:15 2013:info:429: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:15 2013:info:HTTP_REQUEST -> OK, 3169 Sat Oct 5 10:10:16 2013:info:431: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:16 2013:info:HTTP_REQUEST -> OK, 89 Sat Oct 5 10:10:16 2013:info:433: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:16 2013:info:HTTP_REQUEST -> OK, 3169 Sat Oct 5 10:10:19 2013:info:435: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:19 2013:info:HTTP_REQUEST -> OK, 5510 Sat Oct 5 10:10:21 2013:info:437: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:21 2013:info:HTTP_REQUEST -> OK, 5510 Sat Oct 5 10:10:45 2013:info:439: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:45 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:10:46 2013:info:441: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:46 2013:info:HTTP_REQUEST -> OK, 150 Sat Oct 5 10:10:46 2013:info:443: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:46 2013:info:HTTP_REQUEST -> OK, 3917 Sat Oct 5 10:10:49 2013:info:445: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:49 2013:info:HTTP_REQUEST -> OK, 65 Sat Oct 5 10:10:49 2013:info:447: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:49 2013:info:HTTP_REQUEST -> OK, 3042 Sat Oct 5 10:10:51 2013:info:449: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:51 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:10:53 2013:info:451: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:53 2013:info:HTTP_REQUEST -> OK, 3774 Sat Oct 5 10:10:54 2013:info:453: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:54 2013:info:HTTP_REQUEST -> OK, 158 Sat Oct 5 10:10:54 2013:info:455: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:54 2013:info:HTTP_REQUEST -> OK, 3919 Sat Oct 5 10:10:55 2013:info:457: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:55 2013:info:HTTP_REQUEST -> OK, 101 Sat Oct 5 10:10:55 2013:info:459: received 2 file descriptors: 6, 7 Sat Oct 5 10:10:55 2013:info:HTTP_REQUEST -> OK, 5695 Sat Oct 5 10:11:23 2013:info:461: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:23 2013:info:HTTP_REQUEST -> OK, 144 Sat Oct 5 10:11:23 2013:info:463: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:23 2013:info:HTTP_REQUEST -> OK, 3907 Sat Oct 5 10:11:35 2013:info:465: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:35 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 10:11:35 2013:info:467: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:35 2013:info:HTTP_REQUEST -> OK, 3626 Sat Oct 5 10:11:38 2013:info:469: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:38 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 10:11:38 2013:info:471: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:38 2013:info:HTTP_REQUEST -> OK, 3626 Sat Oct 5 10:11:40 2013:info:473: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:40 2013:info:HTTP_REQUEST -> OK, 3013 Sat Oct 5 10:11:42 2013:info:475: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:42 2013:info:HTTP_REQUEST -> OK, 3015 Sat Oct 5 10:11:56 2013:info:477: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:56 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 10:11:56 2013:info:479: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:56 2013:info:HTTP_REQUEST -> OK, 3614 Sat Oct 5 10:11:57 2013:info:481: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:57 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:11:57 2013:info:483: received 2 file descriptors: 6, 7 Sat Oct 5 10:11:57 2013:info:HTTP_REQUEST -> OK, 3598 Sat Oct 5 10:12:01 2013:info:485: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:01 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:12:01 2013:info:487: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:01 2013:info:HTTP_REQUEST -> OK, 3450 Sat Oct 5 10:12:03 2013:info:489: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:03 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:12:03 2013:info:491: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:03 2013:info:HTTP_REQUEST -> OK, 3601 Sat Oct 5 10:12:05 2013:info:493: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:05 2013:info:loading contest 1 configuration file Sat Oct 5 10:12:05 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Sat Oct 5 10:12:05 2013:info:reading file /home/judges/000001/var/status/dir/status Sat Oct 5 10:12:05 2013:info:load_status_file: clients_suspended = 0 Sat Oct 5 10:12:05 2013:info:load_status_file: testing_suspended = 0 Sat Oct 5 10:12:05 2013:info:load_status_file: accepting_mode = 0 Sat Oct 5 10:12:05 2013:info:load_status_file: printing_suspended = 0 Sat Oct 5 10:12:05 2013:info:load_status_file: upsolving_mode = 0 Sat Oct 5 10:12:05 2013:info:teamdb_refresh: updated: 5 users, 15 max user, XML size = 1842 Sat Oct 5 10:12:05 2013:info:Copy: /home/judges/000001/var/status/XXX_1380953525982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:12:05 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:12:05 2013:info:HTTP_REQUEST -> OK, 7973 Sat Oct 5 10:12:06 2013:info:495: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:06 2013:info:HTTP_REQUEST -> OK, 3013 Sat Oct 5 10:12:08 2013:info:497: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:08 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:12:09 2013:info:499: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:09 2013:info:HTTP_REQUEST -> OK, 3614 Sat Oct 5 10:12:09 2013:info:501: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:09 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:12:09 2013:info:userlist-server fd ready Sat Oct 5 10:12:09 2013:info:userlist-server notification: 1 Sat Oct 5 10:12:09 2013:info:503: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:09 2013:info:HTTP_REQUEST -> OK, 3453 Sat Oct 5 10:12:11 2013:info:505: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:11 2013:info:teamdb_refresh: updated: 6 users, 15 max user, XML size = 2188 Sat Oct 5 10:12:11 2013:info:HTTP_REQUEST -> OK, 7983 Sat Oct 5 10:12:13 2013:info:507: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:13 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:12:13 2013:info:userlist-server fd ready Sat Oct 5 10:12:13 2013:info:userlist-server notification: 1 Sat Oct 5 10:12:13 2013:info:509: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:13 2013:info:HTTP_REQUEST -> OK, 3466 Sat Oct 5 10:12:16 2013:info:511: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:16 2013:info:teamdb_refresh: updated: 7 users, 15 max user, XML size = 2477 Sat Oct 5 10:12:16 2013:info:HTTP_REQUEST -> OK, 7932 Sat Oct 5 10:12:18 2013:info:513: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:18 2013:info:HTTP_REQUEST -> OK, 11211 Sat Oct 5 10:12:20 2013:info:515: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:20 2013:info:HTTP_REQUEST -> OK, 11048 Sat Oct 5 10:12:25 2013:info:517: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:25 2013:info:HTTP_REQUEST -> OK, 11331 Sat Oct 5 10:12:28 2013:info:519: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:28 2013:info:HTTP_REQUEST -> OK, 11052 Sat Oct 5 10:12:29 2013:info:521: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:29 2013:info:HTTP_REQUEST -> OK, 11262 Sat Oct 5 10:12:46 2013:info:523: received 2 file descriptors: 6, 7 Sat Oct 5 10:12:46 2013:info:HTTP_REQUEST -> OK, 11709 Sat Oct 5 10:13:05 2013:info:525: received 2 file descriptors: 6, 7 Sat Oct 5 10:13:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:13:17 2013:info:527: received 2 file descriptors: 6, 7 Sat Oct 5 10:13:17 2013:info:HTTP_REQUEST -> OK, 11700 Sat Oct 5 10:13:28 2013:info:529: received 2 file descriptors: 6, 7 Sat Oct 5 10:13:28 2013:info:HTTP_REQUEST -> OK, 11253 Sat Oct 5 10:13:28 2013:info:531: received 2 file descriptors: 6, 7 Sat Oct 5 10:13:28 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:13:44 2013:info:533: received 2 file descriptors: 6, 7 Sat Oct 5 10:13:44 2013:info:HTTP_REQUEST -> OK, 11099 Sat Oct 5 10:13:47 2013:info:535: received 2 file descriptors: 6, 7 Sat Oct 5 10:13:47 2013:info:HTTP_REQUEST -> OK, 11709 Sat Oct 5 10:14:21 2013:info:537: received 2 file descriptors: 6, 7 Sat Oct 5 10:14:21 2013:info:HTTP_REQUEST -> OK, 11382 Sat Oct 5 10:14:25 2013:info:539: received 2 file descriptors: 6, 7 Sat Oct 5 10:14:25 2013:info:HTTP_REQUEST -> OK, 11103 Sat Oct 5 10:14:28 2013:info:541: received 2 file descriptors: 6, 7 Sat Oct 5 10:14:28 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:14:28 2013:info:543: received 2 file descriptors: 6, 7 Sat Oct 5 10:14:28 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:14:29 2013:info:545: received 2 file descriptors: 6, 7 Sat Oct 5 10:14:29 2013:info:HTTP_REQUEST -> OK, 11709 Sat Oct 5 10:15:28 2013:info:547: received 2 file descriptors: 6, 7 Sat Oct 5 10:15:28 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:15:29 2013:info:549: received 2 file descriptors: 6, 7 Sat Oct 5 10:15:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:15:29 2013:info:551: received 2 file descriptors: 6, 7 Sat Oct 5 10:15:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:16:29 2013:info:553: received 2 file descriptors: 6, 7 Sat Oct 5 10:16:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:16:29 2013:info:555: received 2 file descriptors: 6, 7 Sat Oct 5 10:16:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:16:29 2013:info:557: received 2 file descriptors: 6, 7 Sat Oct 5 10:16:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:17:29 2013:info:559: received 2 file descriptors: 6, 7 Sat Oct 5 10:17:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:17:29 2013:info:561: received 2 file descriptors: 6, 7 Sat Oct 5 10:17:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:17:29 2013:info:563: received 2 file descriptors: 6, 7 Sat Oct 5 10:17:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:18:19 2013:info:565: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:19 2013:info:HTTP_REQUEST -> OK, 11262 Sat Oct 5 10:18:21 2013:info:567: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:21 2013:info:HTTP_REQUEST -> OK, 11709 Sat Oct 5 10:18:21 2013:info:569: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:21 2013:info:HTTP_REQUEST -> OK, 11262 Sat Oct 5 10:18:22 2013:info:571: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:22 2013:info:HTTP_REQUEST -> OK, 11709 Sat Oct 5 10:18:23 2013:info:573: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:23 2013:info:HTTP_REQUEST -> OK, 11262 Sat Oct 5 10:18:23 2013:info:575: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:23 2013:info:HTTP_REQUEST -> OK, 11709 Sat Oct 5 10:18:24 2013:info:577: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:24 2013:info:HTTP_REQUEST -> OK, 11262 Sat Oct 5 10:18:29 2013:info:579: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:18:29 2013:info:581: received 2 file descriptors: 6, 7 Sat Oct 5 10:18:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:19:24 2013:info:583: received 2 file descriptors: 6, 7 Sat Oct 5 10:19:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:19:29 2013:info:585: received 2 file descriptors: 6, 7 Sat Oct 5 10:19:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:19:29 2013:info:587: received 2 file descriptors: 6, 7 Sat Oct 5 10:19:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:19:47 2013:info:589: received 2 file descriptors: 6, 7 Sat Oct 5 10:19:47 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:19:52 2013:info:591: received 2 file descriptors: 6, 7 Sat Oct 5 10:19:52 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:19:56 2013:info:593: received 2 file descriptors: 6, 7 Sat Oct 5 10:19:56 2013:info:HTTP_REQUEST -> OK, 3774 Sat Oct 5 10:19:59 2013:info:595: received 2 file descriptors: 6, 7 Sat Oct 5 10:19:59 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:20:02 2013:info:597: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:02 2013:info:HTTP_REQUEST -> OK, 101 Sat Oct 5 10:20:02 2013:info:599: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:02 2013:info:HTTP_REQUEST -> OK, 5695 Sat Oct 5 10:20:03 2013:info:601: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:03 2013:info:HTTP_REQUEST -> OK, 65 Sat Oct 5 10:20:03 2013:info:603: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:03 2013:info:HTTP_REQUEST -> OK, 3042 Sat Oct 5 10:20:06 2013:info:605: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:06 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:20:10 2013:info:607: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:10 2013:info:HTTP_REQUEST -> OK, 3774 Sat Oct 5 10:20:16 2013:info:609: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 42, 1, 0, '2013-10-05 10:20:16', 933558000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:20:16', 933572000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 376, user_id = 12, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '0ca74670f6d9ac9a0972af3e0361e0d22fbd9d5f', run_uuid = '82ef8fda-9305-4deb-beeb-fc76571faff1', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:20:16', last_change_nsec = 936961000 WHERE contest_id = 1 AND run_id = 42 ; Sat Oct 5 10:20:16 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000042 Sat Oct 5 10:20:16 2013:info:writing file /home/judges/compile/var/compile/src/G001AVBT0M7U.cpp Sat Oct 5 10:20:16 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001AVBT0M7U Sat Oct 5 10:20:16 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001AVBT0M7U -> /home/judges/compile/var/compile/queue/dir/G001AVBT0M7U mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-05 10:20:16', last_change_nsec = 940645000 WHERE contest_id = 1 AND run_id = 42 ; Sat Oct 5 10:20:16 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:20:16 2013:info:611: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:16 2013:info:HTTP_REQUEST -> OK, 11721 Sat Oct 5 10:20:18 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000042 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000042 Sat Oct 5 10:20:18 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000042 Sat Oct 5 10:20:18 2013:info:reading file /home/judges/compile/var/compile/000001/report/000042.txt Sat Oct 5 10:20:18 2013:error:open("/home/judges/compile/var/compile/000001/report/000042.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:20:18', last_change_nsec = 998759000 WHERE contest_id = 1 AND run_id = 42 ; Sat Oct 5 10:20:19 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000042 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000042 Sat Oct 5 10:20:19 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954019982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:20:19 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:20:21 2013:info:613: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:21 2013:info:HTTP_REQUEST -> OK, 11717 Sat Oct 5 10:20:25 2013:info:615: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:25 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:20:29 2013:info:617: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:20:39 2013:info:619: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:40 2013:info:HTTP_REQUEST -> OK, 153 Sat Oct 5 10:20:40 2013:info:621: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:40 2013:info:HTTP_REQUEST -> OK, 3932 Sat Oct 5 10:20:49 2013:info:623: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 43, 1, 0, '2013-10-05 10:20:49', 378705000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:20:49', 378717000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 378, user_id = 12, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '8700010fdde99e09ea673b75331e633b1a39a744', run_uuid = 'f5985e97-b26c-4db8-9161-aa0aa2ddd890', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:20:49', last_change_nsec = 382570000 WHERE contest_id = 1 AND run_id = 43 ; Sat Oct 5 10:20:49 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000043 Sat Oct 5 10:20:49 2013:info:writing file /home/judges/compile/var/compile/src/G001BVBU1QN4.cpp Sat Oct 5 10:20:49 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001BVBU1QN4 Sat Oct 5 10:20:49 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001BVBU1QN4 -> /home/judges/compile/var/compile/queue/dir/G001BVBU1QN4 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 10:20:49', last_change_nsec = 388426000 WHERE contest_id = 1 AND run_id = 43 ; Sat Oct 5 10:20:49 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:20:49 2013:info:625: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:49 2013:info:HTTP_REQUEST -> OK, 11967 Sat Oct 5 10:20:50 2013:info:627: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:50 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 10:20:50 2013:info:629: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:50 2013:info:HTTP_REQUEST -> OK, 3655 Sat Oct 5 10:20:51 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000043 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000043 Sat Oct 5 10:20:51 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000043 Sat Oct 5 10:20:51 2013:info:reading file /home/judges/compile/var/compile/000001/report/000043.txt Sat Oct 5 10:20:51 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000043 -> /home/judges/super-run/var/exe/G001BVBU3D63 Sat Oct 5 10:20:51 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001BVBU3D63 Sat Oct 5 10:20:51 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001BVBU3D63 -> /home/judges/super-run/var/queue/dir/G001BVBU3D63 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-05 10:20:51', last_change_nsec = 833310000 WHERE contest_id = 1 AND run_id = 43 ; Sat Oct 5 10:20:51 2013:info:631: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:51 2013:info:HTTP_REQUEST -> OK, 11963 Sat Oct 5 10:20:54 2013:info:633: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:54 2013:info:HTTP_REQUEST -> OK, 11963 Sat Oct 5 10:20:55 2013:info:635: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:55 2013:info:HTTP_REQUEST -> OK, 11963 Sat Oct 5 10:20:57 2013:info:637: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:57 2013:info:HTTP_REQUEST -> OK, 11963 Sat Oct 5 10:20:59 2013:info:639: received 2 file descriptors: 6, 7 Sat Oct 5 10:20:59 2013:info:HTTP_REQUEST -> OK, 11963 Sat Oct 5 10:21:01 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000043 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000043 Sat Oct 5 10:21:01 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000043 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:21:01', last_change_nsec = 591570000 WHERE contest_id = 1 AND run_id = 43 ; Sat Oct 5 10:21:01 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954061982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:21:01 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:21:01 2013:info:Copy: /home/judges/000001/var/run/000001/report/000043 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000043 Sat Oct 5 10:21:04 2013:info:641: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:04 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 10:21:06 2013:info:643: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:06 2013:info:HTTP_REQUEST -> OK, 11947 Sat Oct 5 10:21:10 2013:info:645: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:10 2013:info:HTTP_REQUEST -> OK, 3029 Sat Oct 5 10:21:14 2013:info:647: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:14 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:21:14 2013:info:649: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:14 2013:info:HTTP_REQUEST -> OK, 3655 Sat Oct 5 10:21:26 2013:info:651: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:26 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:21:29 2013:info:653: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:21:33 2013:info:655: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:33 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:21:33 2013:info:657: received 2 file descriptors: 6, 7 Sat Oct 5 10:21:33 2013:info:HTTP_REQUEST -> OK, 5738 Sat Oct 5 10:22:00 2013:info:659: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 44, 1, 0, '2013-10-05 10:22:00', 12246000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:22:00', 12253000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 384, user_id = 12, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '3c63058065f92b21a075f5c9e73ceb3e217b4500', run_uuid = 'ee25246b-4a4b-4499-aa41-f11f27eb9b1e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:22:00', last_change_nsec = 24515000 WHERE contest_id = 1 AND run_id = 44 ; Sat Oct 5 10:22:00 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000044 Sat Oct 5 10:22:00 2013:info:writing file /home/judges/compile/var/compile/src/G001CVC08S0Q.cpp Sat Oct 5 10:22:00 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001CVC08S0Q Sat Oct 5 10:22:00 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001CVC08S0Q -> /home/judges/compile/var/compile/queue/dir/G001CVC08S0Q mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-05 10:22:00', last_change_nsec = 29179000 WHERE contest_id = 1 AND run_id = 44 ; Sat Oct 5 10:22:00 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:22:00 2013:info:661: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:00 2013:info:HTTP_REQUEST -> OK, 12197 Sat Oct 5 10:22:02 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000044 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000044 Sat Oct 5 10:22:02 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000044 Sat Oct 5 10:22:02 2013:info:reading file /home/judges/compile/var/compile/000001/report/000044.txt Sat Oct 5 10:22:02 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000044 -> /home/judges/super-run/var/exe/G001CVC0A7S5 Sat Oct 5 10:22:02 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001CVC0A7S5 Sat Oct 5 10:22:02 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001CVC0A7S5 -> /home/judges/super-run/var/queue/dir/G001CVC0A7S5 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-05 10:22:02', last_change_nsec = 174463000 WHERE contest_id = 1 AND run_id = 44 ; Sat Oct 5 10:22:03 2013:info:663: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:03 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:04 2013:info:665: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:04 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:05 2013:info:667: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:05 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:06 2013:info:669: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:06 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:07 2013:info:671: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:07 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:07 2013:info:673: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:07 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:08 2013:info:675: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:08 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:09 2013:info:677: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:09 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:09 2013:info:679: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:09 2013:info:HTTP_REQUEST -> OK, 12193 Sat Oct 5 10:22:10 2013:info:681: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:10 2013:info:HTTP_REQUEST -> OK, 12194 Sat Oct 5 10:22:11 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000044 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000044 Sat Oct 5 10:22:11 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000044 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:22:11', last_change_nsec = 11686000 WHERE contest_id = 1 AND run_id = 44 ; Sat Oct 5 10:22:11 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954131982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:22:11 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:22:11 2013:info:Copy: /home/judges/000001/var/run/000001/report/000044 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000044 Sat Oct 5 10:22:11 2013:info:683: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:11 2013:info:HTTP_REQUEST -> OK, 149 Sat Oct 5 10:22:11 2013:info:685: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:11 2013:info:HTTP_REQUEST -> OK, 3910 Sat Oct 5 10:22:11 2013:info:687: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:11 2013:info:HTTP_REQUEST -> OK, 12179 Sat Oct 5 10:22:21 2013:info:689: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:21 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 10:22:21 2013:info:691: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:21 2013:info:HTTP_REQUEST -> OK, 3655 Sat Oct 5 10:22:25 2013:info:693: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:25 2013:info:HTTP_REQUEST -> OK, 12179 Sat Oct 5 10:22:27 2013:info:695: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:27 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:22:29 2013:info:697: received 2 file descriptors: 6, 7 Sat Oct 5 10:22:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:23:17 2013:info:699: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:17 2013:info:HTTP_REQUEST -> OK, 8558 Sat Oct 5 10:23:23 2013:info:701: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:23 2013:info:HTTP_REQUEST -> OK, 12179 Sat Oct 5 10:23:28 2013:info:703: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:28 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:23:29 2013:info:705: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 45, 1, 0, '2013-10-05 10:23:29', 200233000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:23:29', 200245000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 382, user_id = 12, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '9dd5c88824cde0c10087ff6f14027955b356d3e9', run_uuid = '65ce5a8a-5520-4690-8f5d-bf9b69d1a67c', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:23:29', last_change_nsec = 204794000 WHERE contest_id = 1 AND run_id = 45 ; Sat Oct 5 10:23:29 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000045 Sat Oct 5 10:23:29 2013:info:writing file /home/judges/compile/var/compile/src/G001DVC31BI8.cpp Sat Oct 5 10:23:29 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001DVC31BI8 Sat Oct 5 10:23:29 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001DVC31BI8 -> /home/judges/compile/var/compile/queue/dir/G001DVC31BI8 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-05 10:23:29', last_change_nsec = 208946000 WHERE contest_id = 1 AND run_id = 45 ; Sat Oct 5 10:23:29 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:23:29 2013:info:707: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:29 2013:info:HTTP_REQUEST -> OK, 12429 Sat Oct 5 10:23:29 2013:info:709: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:23:30 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000045 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000045 Sat Oct 5 10:23:30 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000045 Sat Oct 5 10:23:30 2013:info:reading file /home/judges/compile/var/compile/000001/report/000045.txt Sat Oct 5 10:23:30 2013:error:open("/home/judges/compile/var/compile/000001/report/000045.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:23:30', last_change_nsec = 840138000 WHERE contest_id = 1 AND run_id = 45 ; Sat Oct 5 10:23:30 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000045 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000045 Sat Oct 5 10:23:30 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954210982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:23:30 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:23:34 2013:info:711: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:34 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 10:23:35 2013:info:713: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:35 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:23:35 2013:info:userlist-server fd ready Sat Oct 5 10:23:35 2013:info:userlist-server notification: 1 Sat Oct 5 10:23:35 2013:info:715: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:35 2013:info:teamdb_refresh: updated: 8 users, 15 max user, XML size = 2737 Sat Oct 5 10:23:35 2013:info:HTTP_REQUEST -> OK, 12425 Sat Oct 5 10:23:35 2013:info:717: received 2 file descriptors: 7, 11 Sat Oct 5 10:23:35 2013:info:HTTP_REQUEST -> OK, 3507 Sat Oct 5 10:23:37 2013:info:719: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:37 2013:info:HTTP_REQUEST -> OK, 12425 Sat Oct 5 10:23:40 2013:info:721: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:40 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Sat Oct 5 10:23:40 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 10:23:40 2013:info:HTTP_REQUEST -> OK, 7956 Sat Oct 5 10:23:43 2013:info:723: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:43 2013:info:HTTP_REQUEST -> OK, 11235 Sat Oct 5 10:23:50 2013:info:725: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 46, 1, 0, '2013-10-05 10:23:50', 676276000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:23:50', 676289000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 384, user_id = 12, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '3c63058065f92b21a075f5c9e73ceb3e217b4500', run_uuid = 'ec7c935f-7c8d-4ce0-b7f2-21a6515ea01c', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:23:50', last_change_nsec = 679802000 WHERE contest_id = 1 AND run_id = 46 ; Sat Oct 5 10:23:50 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000046 Sat Oct 5 10:23:50 2013:info:writing file /home/judges/compile/var/compile/src/G001EVC3MRHP.cpp Sat Oct 5 10:23:50 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001EVC3MRHP Sat Oct 5 10:23:50 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001EVC3MRHP -> /home/judges/compile/var/compile/queue/dir/G001EVC3MRHP mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-05 10:23:50', last_change_nsec = 683973000 WHERE contest_id = 1 AND run_id = 46 ; Sat Oct 5 10:23:50 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:23:50 2013:info:727: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:50 2013:info:HTTP_REQUEST -> OK, 12675 Sat Oct 5 10:23:51 2013:info:729: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:51 2013:info:HTTP_REQUEST -> OK, 73 Sat Oct 5 10:23:52 2013:info:731: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:52 2013:info:HTTP_REQUEST -> OK, 3617 Sat Oct 5 10:23:53 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000046 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000046 Sat Oct 5 10:23:53 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000046 Sat Oct 5 10:23:53 2013:info:reading file /home/judges/compile/var/compile/000001/report/000046.txt Sat Oct 5 10:23:53 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000046 -> /home/judges/super-run/var/exe/G001EVC3P136 Sat Oct 5 10:23:53 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001EVC3P136 Sat Oct 5 10:23:53 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001EVC3P136 -> /home/judges/super-run/var/queue/dir/G001EVC3P136 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-05 10:23:53', last_change_nsec = 134188000 WHERE contest_id = 1 AND run_id = 46 ; Sat Oct 5 10:23:54 2013:info:733: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:54 2013:info:HTTP_REQUEST -> OK, 12671 Sat Oct 5 10:23:55 2013:info:735: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:55 2013:info:HTTP_REQUEST -> OK, 12671 Sat Oct 5 10:23:56 2013:info:737: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:56 2013:info:HTTP_REQUEST -> OK, 12671 Sat Oct 5 10:23:56 2013:info:739: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:56 2013:info:HTTP_REQUEST -> OK, 12671 Sat Oct 5 10:23:57 2013:info:741: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:57 2013:info:HTTP_REQUEST -> OK, 12671 Sat Oct 5 10:23:58 2013:info:743: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:58 2013:info:HTTP_REQUEST -> OK, 12671 Sat Oct 5 10:23:58 2013:info:745: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:58 2013:info:HTTP_REQUEST -> OK, 12671 Sat Oct 5 10:23:59 2013:info:747: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:59 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:23:59 2013:info:749: received 2 file descriptors: 6, 7 Sat Oct 5 10:23:59 2013:info:HTTP_REQUEST -> OK, 12671 Sat Oct 5 10:24:00 2013:info:751: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:00 2013:info:HTTP_REQUEST -> OK, 12670 Sat Oct 5 10:24:00 2013:info:753: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:00 2013:info:HTTP_REQUEST -> OK, 12670 Sat Oct 5 10:24:01 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000046 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000046 Sat Oct 5 10:24:01 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000046 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:24:01', last_change_nsec = 820662000 WHERE contest_id = 1 AND run_id = 46 ; Sat Oct 5 10:24:01 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954241982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:24:01 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:24:01 2013:info:Copy: /home/judges/000001/var/run/000001/report/000046 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000046 Sat Oct 5 10:24:02 2013:info:755: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:02 2013:info:HTTP_REQUEST -> OK, 12655 Sat Oct 5 10:24:03 2013:info:757: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:03 2013:info:HTTP_REQUEST -> OK, 65 Sat Oct 5 10:24:03 2013:info:759: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:03 2013:info:HTTP_REQUEST -> OK, 3042 Sat Oct 5 10:24:05 2013:info:761: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:05 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:24:12 2013:info:763: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:12 2013:info:HTTP_REQUEST -> OK, 3774 Sat Oct 5 10:24:14 2013:info:765: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:14 2013:info:HTTP_REQUEST -> OK, 101 Sat Oct 5 10:24:14 2013:info:767: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:14 2013:info:HTTP_REQUEST -> OK, 5695 Sat Oct 5 10:24:22 2013:info:769: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:22 2013:info:HTTP_REQUEST -> OK, 101 Sat Oct 5 10:24:22 2013:info:771: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:22 2013:info:HTTP_REQUEST -> OK, 5695 Sat Oct 5 10:24:29 2013:info:773: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:24:29 2013:info:775: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:24:31 2013:info:777: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:31 2013:info:HTTP_REQUEST -> OK, 3774 Sat Oct 5 10:24:37 2013:info:779: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:37 2013:info:HTTP_REQUEST -> OK, 89 Sat Oct 5 10:24:37 2013:info:781: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:37 2013:info:HTTP_REQUEST -> OK, 3169 Sat Oct 5 10:24:38 2013:info:783: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:38 2013:info:HTTP_REQUEST -> OK, 5510 Sat Oct 5 10:24:43 2013:info:785: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:24:49 2013:info:787: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:49 2013:info:HTTP_REQUEST -> OK, 11358 Sat Oct 5 10:24:56 2013:info:789: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 47, 1, 0, '2013-10-05 10:24:56', 231967000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:24:56', 231982000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 384, user_id = 12, prob_id = 6, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '3c63058065f92b21a075f5c9e73ceb3e217b4500', run_uuid = '915353df-f96d-4d31-adbc-2b15bd8557ff', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:24:56', last_change_nsec = 237473000 WHERE contest_id = 1 AND run_id = 47 ; Sat Oct 5 10:24:56 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000047 Sat Oct 5 10:24:56 2013:info:writing file /home/judges/compile/var/compile/src/G001FVC5OC4R.cpp Sat Oct 5 10:24:56 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001FVC5OC4R Sat Oct 5 10:24:56 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001FVC5OC4R -> /home/judges/compile/var/compile/queue/dir/G001FVC5OC4R mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-05 10:24:56', last_change_nsec = 242301000 WHERE contest_id = 1 AND run_id = 47 ; Sat Oct 5 10:24:56 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:24:56 2013:info:791: received 2 file descriptors: 6, 7 Sat Oct 5 10:24:56 2013:info:HTTP_REQUEST -> OK, 12007 Sat Oct 5 10:24:58 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000047 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000047 Sat Oct 5 10:24:58 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000047 Sat Oct 5 10:24:58 2013:info:reading file /home/judges/compile/var/compile/000001/report/000047.txt Sat Oct 5 10:24:58 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000047 -> /home/judges/super-run/var/exe/G001FVC5QCBV Sat Oct 5 10:24:58 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001FVC5QCBV Sat Oct 5 10:24:58 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001FVC5QCBV -> /home/judges/super-run/var/queue/dir/G001FVC5QCBV mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-05 10:24:58', last_change_nsec = 368695000 WHERE contest_id = 1 AND run_id = 47 ; Sat Oct 5 10:24:59 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000047 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000047 Sat Oct 5 10:24:59 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000047 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:24:59', last_change_nsec = 374235000 WHERE contest_id = 1 AND run_id = 47 ; Sat Oct 5 10:24:59 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954299982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:24:59 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:24:59 2013:info:Copy: /home/judges/000001/var/run/000001/report/000047 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000047 Sat Oct 5 10:25:01 2013:info:793: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:01 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 10:25:01 2013:info:795: received 2 file descriptors: 7, 11 Sat Oct 5 10:25:01 2013:info:HTTP_REQUEST -> OK, 11959 Sat Oct 5 10:25:09 2013:info:797: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:09 2013:info:HTTP_REQUEST -> OK, 11220 Sat Oct 5 10:25:12 2013:info:799: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:25:12 2013:info:801: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:12 2013:info:HTTP_REQUEST -> OK, 5733 Sat Oct 5 10:25:28 2013:info:803: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:28 2013:info:HTTP_REQUEST -> OK, 149 Sat Oct 5 10:25:28 2013:info:805: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:28 2013:info:HTTP_REQUEST -> OK, 3908 Sat Oct 5 10:25:30 2013:info:807: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:30 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:25:33 2013:info:809: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:33 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:25:43 2013:info:811: received 2 file descriptors: 6, 7 Sat Oct 5 10:25:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:26:09 2013:info:813: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:09 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:26:18 2013:info:815: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:18 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 10:26:18 2013:info:817: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:18 2013:info:HTTP_REQUEST -> OK, 3611 Sat Oct 5 10:26:25 2013:info:819: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:25 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:26:25 2013:info:userlist-server fd ready Sat Oct 5 10:26:25 2013:info:userlist-server notification: 1 Sat Oct 5 10:26:25 2013:info:821: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:25 2013:info:HTTP_REQUEST -> OK, 3463 Sat Oct 5 10:26:30 2013:info:823: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:30 2013:info:teamdb_refresh: updated: 9 users, 15 max user, XML size = 3031 Sat Oct 5 10:26:30 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:26:33 2013:info:825: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:33 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:26:41 2013:info:827: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:41 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Sat Oct 5 10:26:41 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 10:26:41 2013:info:HTTP_REQUEST -> OK, 7926 Sat Oct 5 10:26:43 2013:info:829: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:26:44 2013:info:831: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:44 2013:info:HTTP_REQUEST -> OK, 11205 Sat Oct 5 10:26:56 2013:info:833: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:56 2013:info:HTTP_REQUEST -> OK, 11046 Sat Oct 5 10:26:59 2013:info:835: received 2 file descriptors: 6, 7 Sat Oct 5 10:26:59 2013:info:HTTP_REQUEST -> OK, 11325 Sat Oct 5 10:27:00 2013:info:837: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:00 2013:info:HTTP_REQUEST -> OK, 11041 Sat Oct 5 10:27:01 2013:info:839: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:01 2013:info:HTTP_REQUEST -> OK, 11651 Sat Oct 5 10:27:10 2013:info:841: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:27:24 2013:info:843: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:24 2013:info:HTTP_REQUEST -> OK, 11046 Sat Oct 5 10:27:29 2013:info:845: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:29 2013:info:HTTP_REQUEST -> OK, 11325 Sat Oct 5 10:27:30 2013:info:847: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:30 2013:info:HTTP_REQUEST -> OK, 11042 Sat Oct 5 10:27:30 2013:info:849: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:30 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:27:37 2013:info:851: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:37 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:27:43 2013:info:853: received 2 file descriptors: 6, 7 Sat Oct 5 10:27:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:28:07 2013:info:855: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 48, 1, 0, '2013-10-05 10:28:07', 901225000, 15, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:28:07', 901239000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 358, user_id = 15, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '1fff4b3b2ca578d0062e31102c0b5f28d32fccf6', run_uuid = '16a6de27-29e6-4651-8918-dee3e38cdff4', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:28:07', last_change_nsec = 906301000 WHERE contest_id = 1 AND run_id = 48 ; Sat Oct 5 10:28:07 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000048 Sat Oct 5 10:28:07 2013:info:writing file /home/judges/compile/var/compile/src/G001GVCBNPA7.cpp Sat Oct 5 10:28:07 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001GVCBNPA7 Sat Oct 5 10:28:07 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001GVCBNPA7 -> /home/judges/compile/var/compile/queue/dir/G001GVCBNPA7 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 7, passed_mode = 1, last_change_time = '2013-10-05 10:28:07', last_change_nsec = 911147000 WHERE contest_id = 1 AND run_id = 48 ; Sat Oct 5 10:28:07 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:28:07 2013:info:857: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:07 2013:info:HTTP_REQUEST -> OK, 11710 Sat Oct 5 10:28:10 2013:info:859: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:28:11 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000048 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000048 Sat Oct 5 10:28:11 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000048 Sat Oct 5 10:28:11 2013:info:reading file /home/judges/compile/var/compile/000001/report/000048.txt Sat Oct 5 10:28:11 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/1/000048 Sat Oct 5 10:28:11 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000048 -> /home/judges/super-run/var/exe/G001GVCBR0RB Sat Oct 5 10:28:11 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001GVCBR0RB Sat Oct 5 10:28:11 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001GVCBR0RB -> /home/judges/super-run/var/queue/dir/G001GVCBR0RB mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 7, passed_mode = 1, last_change_time = '2013-10-05 10:28:11', last_change_nsec = 880696000 WHERE contest_id = 1 AND run_id = 48 ; Sat Oct 5 10:28:12 2013:info:861: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:12 2013:info:HTTP_REQUEST -> OK, 11707 Sat Oct 5 10:28:13 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000048 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000048 Sat Oct 5 10:28:13 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000048 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:28:13', last_change_nsec = 434319000 WHERE contest_id = 1 AND run_id = 48 ; Sat Oct 5 10:28:13 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954493982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:28:13 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:28:13 2013:info:Copy: /home/judges/000001/var/run/000001/report/000048 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000048 Sat Oct 5 10:28:13 2013:info:863: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:13 2013:info:HTTP_REQUEST -> OK, 11692 Sat Oct 5 10:28:17 2013:info:865: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:17 2013:info:HTTP_REQUEST -> OK, 11692 Sat Oct 5 10:28:18 2013:info:867: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:18 2013:info:HTTP_REQUEST -> OK, 11692 Sat Oct 5 10:28:30 2013:info:869: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:30 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:28:37 2013:info:871: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:37 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:28:44 2013:info:873: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:28:49 2013:info:875: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 49, 1, 0, '2013-10-05 10:28:49', 537684000, 13, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:28:49', 537696000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 264, user_id = 13, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'b7cede9c0896552ea916995460cc4950b11740ab', run_uuid = 'edcce9a7-7886-4fce-afdb-033bb8e6f33d', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:28:49', last_change_nsec = 541970000 WHERE contest_id = 1 AND run_id = 49 ; Sat Oct 5 10:28:49 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000049 Sat Oct 5 10:28:49 2013:info:writing file /home/judges/compile/var/compile/src/G001HVCD1LO3.cpp Sat Oct 5 10:28:49 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001HVCD1LO3 Sat Oct 5 10:28:49 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001HVCD1LO3 -> /home/judges/compile/var/compile/queue/dir/G001HVCD1LO3 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 8, passed_mode = 1, last_change_time = '2013-10-05 10:28:49', last_change_nsec = 546988000 WHERE contest_id = 1 AND run_id = 49 ; Sat Oct 5 10:28:49 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:28:49 2013:info:877: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:49 2013:info:HTTP_REQUEST -> OK, 11904 Sat Oct 5 10:28:50 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000049 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000049 Sat Oct 5 10:28:50 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000049 Sat Oct 5 10:28:50 2013:info:reading file /home/judges/compile/var/compile/000001/report/000049.txt Sat Oct 5 10:28:50 2013:error:open("/home/judges/compile/var/compile/000001/report/000049.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:28:50', last_change_nsec = 633824000 WHERE contest_id = 1 AND run_id = 49 ; Sat Oct 5 10:28:50 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000049 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000049 Sat Oct 5 10:28:50 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954530982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:28:50 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:28:53 2013:info:879: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:53 2013:info:HTTP_REQUEST -> OK, 11900 Sat Oct 5 10:28:58 2013:info:881: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:58 2013:info:HTTP_REQUEST -> OK, 11900 Sat Oct 5 10:28:58 2013:info:883: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 50, 1, 0, '2013-10-05 10:28:58', 739847000, 11, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:28:58', 739853000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 310, user_id = 11, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '000f463fa398adf0549888d359e829d2691529ae', run_uuid = '3eca8e45-c44b-4d17-99f5-e45dea03a209', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:28:58', last_change_nsec = 743089000 WHERE contest_id = 1 AND run_id = 50 ; Sat Oct 5 10:28:58 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000050 Sat Oct 5 10:28:58 2013:info:writing file /home/judges/compile/var/compile/src/G001IVCDAP2B.cpp Sat Oct 5 10:28:58 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001IVCDAP2B Sat Oct 5 10:28:58 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001IVCDAP2B -> /home/judges/compile/var/compile/queue/dir/G001IVCDAP2B mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 9, passed_mode = 1, last_change_time = '2013-10-05 10:28:58', last_change_nsec = 747108000 WHERE contest_id = 1 AND run_id = 50 ; Sat Oct 5 10:28:58 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:28:58 2013:info:885: received 2 file descriptors: 6, 7 Sat Oct 5 10:28:58 2013:info:HTTP_REQUEST -> OK, 11922 Sat Oct 5 10:29:00 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000050 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000050 Sat Oct 5 10:29:00 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000050 Sat Oct 5 10:29:00 2013:info:reading file /home/judges/compile/var/compile/000001/report/000050.txt Sat Oct 5 10:29:00 2013:error:open("/home/judges/compile/var/compile/000001/report/000050.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:29:00', last_change_nsec = 799869000 WHERE contest_id = 1 AND run_id = 50 ; Sat Oct 5 10:29:00 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000050 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000050 Sat Oct 5 10:29:00 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954540982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:29:00 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:29:03 2013:info:887: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:03 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 10:29:05 2013:info:889: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:05 2013:info:HTTP_REQUEST -> OK, 11917 Sat Oct 5 10:29:07 2013:info:891: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:07 2013:info:HTTP_REQUEST -> OK, 11917 Sat Oct 5 10:29:10 2013:info:893: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:29:18 2013:info:895: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:29:37 2013:info:897: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 51, 1, 0, '2013-10-05 10:29:37', 779914000, 11, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:29:37', 779926000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 284, user_id = 11, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '9fb2f12d7ccb80d3ce3791d0fa6cc13bd3d5c434', run_uuid = '2e34f7d2-db44-4b8c-acdf-98eb881dc0d0', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:29:37', last_change_nsec = 787040000 WHERE contest_id = 1 AND run_id = 51 ; Sat Oct 5 10:29:37 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000051 Sat Oct 5 10:29:37 2013:info:writing file /home/judges/compile/var/compile/src/G001JVCEH4MK.cpp Sat Oct 5 10:29:37 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001JVCEH4MK Sat Oct 5 10:29:37 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001JVCEH4MK -> /home/judges/compile/var/compile/queue/dir/G001JVCEH4MK mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 10, passed_mode = 1, last_change_time = '2013-10-05 10:29:37', last_change_nsec = 791650000 WHERE contest_id = 1 AND run_id = 51 ; Sat Oct 5 10:29:37 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:29:37 2013:info:899: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:37 2013:info:HTTP_REQUEST -> OK, 12168 Sat Oct 5 10:29:38 2013:info:901: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:38 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:29:39 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000051 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000051 Sat Oct 5 10:29:39 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000051 Sat Oct 5 10:29:39 2013:info:reading file /home/judges/compile/var/compile/000001/report/000051.txt Sat Oct 5 10:29:39 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000051 -> /home/judges/super-run/var/exe/G001JVCEJ27F Sat Oct 5 10:29:39 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001JVCEJ27F Sat Oct 5 10:29:39 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001JVCEJ27F -> /home/judges/super-run/var/queue/dir/G001JVCEJ27F mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 10, passed_mode = 1, last_change_time = '2013-10-05 10:29:39', last_change_nsec = 782866000 WHERE contest_id = 1 AND run_id = 51 ; Sat Oct 5 10:29:40 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000051 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000051 Sat Oct 5 10:29:40 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000051 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:29:40', last_change_nsec = 789392000 WHERE contest_id = 1 AND run_id = 51 ; Sat Oct 5 10:29:40 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954580982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:29:40 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:29:40 2013:info:Copy: /home/judges/000001/var/run/000001/report/000051 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000051 Sat Oct 5 10:29:41 2013:info:903: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:41 2013:info:HTTP_REQUEST -> OK, 12149 Sat Oct 5 10:29:42 2013:info:905: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:42 2013:info:HTTP_REQUEST -> OK, 12149 Sat Oct 5 10:29:42 2013:info:907: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:42 2013:info:HTTP_REQUEST -> OK, 12149 Sat Oct 5 10:29:43 2013:info:909: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:43 2013:info:HTTP_REQUEST -> OK, 12149 Sat Oct 5 10:29:43 2013:info:911: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:43 2013:info:HTTP_REQUEST -> OK, 12149 Sat Oct 5 10:29:44 2013:info:913: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:44 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:29:51 2013:info:915: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:51 2013:info:HTTP_REQUEST -> OK, 65 Sat Oct 5 10:29:51 2013:info:917: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:51 2013:info:HTTP_REQUEST -> OK, 3042 Sat Oct 5 10:29:53 2013:info:919: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:53 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 10:29:58 2013:info:921: received 2 file descriptors: 6, 7 Sat Oct 5 10:29:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:30:10 2013:info:923: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:30:21 2013:info:925: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:21 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:30:28 2013:info:927: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:28 2013:info:HTTP_REQUEST -> OK, 89 Sat Oct 5 10:30:28 2013:info:929: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:28 2013:info:HTTP_REQUEST -> OK, 2583 Sat Oct 5 10:30:32 2013:info:931: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:32 2013:info:HTTP_REQUEST -> OK, 89 Sat Oct 5 10:30:32 2013:info:933: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:32 2013:info:HTTP_REQUEST -> OK, 3169 Sat Oct 5 10:30:34 2013:info:935: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:34 2013:info:HTTP_REQUEST -> OK, 5510 Sat Oct 5 10:30:39 2013:info:937: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:39 2013:info:HTTP_REQUEST -> OK, 101 Sat Oct 5 10:30:39 2013:info:939: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:39 2013:info:HTTP_REQUEST -> OK, 5695 Sat Oct 5 10:30:39 2013:info:941: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:39 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:30:43 2013:info:943: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:30:58 2013:info:945: received 2 file descriptors: 6, 7 Sat Oct 5 10:30:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:31:09 2013:info:947: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:09 2013:info:HTTP_REQUEST -> OK, 149 Sat Oct 5 10:31:09 2013:info:949: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:09 2013:info:HTTP_REQUEST -> OK, 3910 Sat Oct 5 10:31:16 2013:info:951: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:31:23 2013:info:953: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:23 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:31:27 2013:info:955: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:27 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 10:31:28 2013:info:957: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:28 2013:info:HTTP_REQUEST -> OK, 3615 Sat Oct 5 10:31:36 2013:info:959: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:36 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:31:36 2013:info:userlist-server fd ready Sat Oct 5 10:31:36 2013:info:userlist-server notification: 1 Sat Oct 5 10:31:36 2013:info:961: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:36 2013:info:HTTP_REQUEST -> OK, 3467 Sat Oct 5 10:31:39 2013:info:963: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:39 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Sat Oct 5 10:31:39 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 10:31:39 2013:info:teamdb_refresh: updated: 10 users, 31 max user, XML size = 3363 Sat Oct 5 10:31:39 2013:info:HTTP_REQUEST -> OK, 7929 Sat Oct 5 10:31:43 2013:info:965: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:31:43 2013:info:967: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 52, 1, 0, '2013-10-05 10:31:43', 488699000, 13, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:31:43', 488713000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 245, user_id = 13, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'e3acad46bbe6c622e01bf6016156b59d8732f522', run_uuid = 'e26d2c56-c3db-455d-b247-bc0140cfdd32', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:31:43', last_change_nsec = 493480000 WHERE contest_id = 1 AND run_id = 52 ; Sat Oct 5 10:31:43 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000052 Sat Oct 5 10:31:43 2013:info:writing file /home/judges/compile/var/compile/src/G001KVCIF5TM.cpp Sat Oct 5 10:31:43 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001KVCIF5TM Sat Oct 5 10:31:43 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001KVCIF5TM -> /home/judges/compile/var/compile/queue/dir/G001KVCIF5TM mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 11, passed_mode = 1, last_change_time = '2013-10-05 10:31:43', last_change_nsec = 498050000 WHERE contest_id = 1 AND run_id = 52 ; Sat Oct 5 10:31:43 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:31:43 2013:info:969: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:43 2013:info:HTTP_REQUEST -> OK, 11208 Sat Oct 5 10:31:43 2013:info:971: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:43 2013:info:HTTP_REQUEST -> OK, 12150 Sat Oct 5 10:31:43 2013:info:973: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:31:44 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000052 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000052 Sat Oct 5 10:31:44 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000052 Sat Oct 5 10:31:44 2013:info:reading file /home/judges/compile/var/compile/000001/report/000052.txt Sat Oct 5 10:31:44 2013:error:open("/home/judges/compile/var/compile/000001/report/000052.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:31:44', last_change_nsec = 684238000 WHERE contest_id = 1 AND run_id = 52 ; Sat Oct 5 10:31:44 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000052 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000052 Sat Oct 5 10:31:44 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954704982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:31:44 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:31:48 2013:info:975: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:48 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 10:31:58 2013:info:977: received 2 file descriptors: 6, 7 Sat Oct 5 10:31:58 2013:info:HTTP_REQUEST -> OK, 12146 Sat Oct 5 10:32:13 2013:info:979: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 53, 1, 0, '2013-10-05 10:32:13', 909575000, 10, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:32:13', 909583000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 275, user_id = 10, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'ecacf615eadd76d0fc707a6f1ee8cbfefcabc1fb', run_uuid = '785af647-369a-4cd4-8d59-36d0b778fb6d', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:32:13', last_change_nsec = 914768000 WHERE contest_id = 1 AND run_id = 53 ; Sat Oct 5 10:32:13 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000053 Sat Oct 5 10:32:13 2013:info:writing file /home/judges/compile/var/compile/src/G001LVCJD0RS.cpp Sat Oct 5 10:32:13 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001LVCJD0RS Sat Oct 5 10:32:13 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001LVCJD0RS -> /home/judges/compile/var/compile/queue/dir/G001LVCJD0RS mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 12, passed_mode = 1, last_change_time = '2013-10-05 10:32:13', last_change_nsec = 918878000 WHERE contest_id = 1 AND run_id = 53 ; Sat Oct 5 10:32:13 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:32:14 2013:info:981: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:14 2013:info:HTTP_REQUEST -> OK, 11931 Sat Oct 5 10:32:15 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000053 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000053 Sat Oct 5 10:32:15 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000053 Sat Oct 5 10:32:15 2013:info:reading file /home/judges/compile/var/compile/000001/report/000053.txt Sat Oct 5 10:32:15 2013:error:open("/home/judges/compile/var/compile/000001/report/000053.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:32:15', last_change_nsec = 89861000 WHERE contest_id = 1 AND run_id = 53 ; Sat Oct 5 10:32:15 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000053 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000053 Sat Oct 5 10:32:15 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954735982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:32:15 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:32:16 2013:info:983: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:32:20 2013:info:985: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:20 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 10:32:23 2013:info:987: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:23 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:32:43 2013:info:989: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:32:43 2013:info:991: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:32:52 2013:info:993: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 54, 1, 0, '2013-10-05 10:32:52', 779666000, 16, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:32:52', 779674000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 268, user_id = 16, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'c1e2b836827059dba5f48870c6d71d70701fa031', run_uuid = '4cdc9a52-e144-4380-bd0d-d13d1b1b1efa', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:32:52', last_change_nsec = 787016000 WHERE contest_id = 1 AND run_id = 54 ; Sat Oct 5 10:32:52 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000054 Sat Oct 5 10:32:52 2013:info:writing file /home/judges/compile/var/compile/src/G001MVCKK6C2.cpp Sat Oct 5 10:32:52 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001MVCKK6C2 Sat Oct 5 10:32:52 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001MVCKK6C2 -> /home/judges/compile/var/compile/queue/dir/G001MVCKK6C2 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 13, passed_mode = 1, last_change_time = '2013-10-05 10:32:52', last_change_nsec = 793422000 WHERE contest_id = 1 AND run_id = 54 ; Sat Oct 5 10:32:52 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:32:52 2013:info:995: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:52 2013:info:HTTP_REQUEST -> OK, 11877 Sat Oct 5 10:32:55 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000054 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000054 Sat Oct 5 10:32:55 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000054 Sat Oct 5 10:32:55 2013:info:reading file /home/judges/compile/var/compile/000001/report/000054.txt Sat Oct 5 10:32:55 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000054 -> /home/judges/super-run/var/exe/G001MVCKNCA4 Sat Oct 5 10:32:55 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001MVCKNCA4 Sat Oct 5 10:32:55 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001MVCKNCA4 -> /home/judges/super-run/var/queue/dir/G001MVCKNCA4 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 13, passed_mode = 1, last_change_time = '2013-10-05 10:32:55', last_change_nsec = 940865000 WHERE contest_id = 1 AND run_id = 54 ; Sat Oct 5 10:32:57 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000054 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000054 Sat Oct 5 10:32:57 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000054 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:32:57', last_change_nsec = 307678000 WHERE contest_id = 1 AND run_id = 54 ; Sat Oct 5 10:32:57 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954777982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:32:57 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:32:57 2013:info:Copy: /home/judges/000001/var/run/000001/report/000054 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000054 Sat Oct 5 10:32:57 2013:info:997: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:57 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:57 2013:info:999: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:57 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:57 2013:info:1001: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:57 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:58 2013:info:1003: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:58 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:58 2013:info:1005: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:58 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:58 2013:info:1007: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:58 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:58 2013:info:1009: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:58 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:58 2013:info:1011: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:58 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:58 2013:info:1013: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:32:58 2013:info:1015: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:58 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:59 2013:info:1017: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:59 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:59 2013:info:1019: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:59 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:59 2013:info:1021: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:59 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:59 2013:info:1023: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:59 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:32:59 2013:info:1025: received 2 file descriptors: 6, 7 Sat Oct 5 10:32:59 2013:info:HTTP_REQUEST -> OK, 11858 Sat Oct 5 10:33:00 2013:info:1027: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:00 2013:info:HTTP_REQUEST -> OK, 11857 Sat Oct 5 10:33:00 2013:info:1029: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:00 2013:info:HTTP_REQUEST -> OK, 11857 Sat Oct 5 10:33:00 2013:info:1031: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:00 2013:info:HTTP_REQUEST -> OK, 11857 Sat Oct 5 10:33:00 2013:info:1033: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:00 2013:info:HTTP_REQUEST -> OK, 11857 Sat Oct 5 10:33:00 2013:info:1035: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:00 2013:info:HTTP_REQUEST -> OK, 11857 Sat Oct 5 10:33:01 2013:info:1037: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:01 2013:info:HTTP_REQUEST -> OK, 11926 Sat Oct 5 10:33:01 2013:info:1039: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:01 2013:info:HTTP_REQUEST -> OK, 11857 Sat Oct 5 10:33:05 2013:info:1041: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:05 2013:info:HTTP_REQUEST -> OK, 11926 Sat Oct 5 10:33:16 2013:info:1043: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:33:24 2013:info:1045: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:33:30 2013:info:1047: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:30 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 10:33:30 2013:info:userlist-server fd ready Sat Oct 5 10:33:30 2013:info:userlist-server notification: 1 Sat Oct 5 10:33:30 2013:info:1049: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:30 2013:info:HTTP_REQUEST -> OK, 3468 Sat Oct 5 10:33:34 2013:info:1051: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:34 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Sat Oct 5 10:33:34 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sat Oct 5 10:33:34 2013:info:teamdb_refresh: updated: 11 users, 31 max user, XML size = 3655 Sat Oct 5 10:33:34 2013:info:HTTP_REQUEST -> OK, 7932 Sat Oct 5 10:33:37 2013:info:1053: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:37 2013:info:HTTP_REQUEST -> OK, 11211 Sat Oct 5 10:33:43 2013:info:1055: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:33:44 2013:info:1057: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 55, 1, 0, '2013-10-05 10:33:44', 571541000, 10, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:33:44', 571581000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 277, user_id = 10, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'c3cd97bc88295c0a8d5b49535bf30a42ef66fa9c', run_uuid = '112a431c-a222-4e24-a78c-fd95f8d7d23b', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:33:44', last_change_nsec = 573849000 WHERE contest_id = 1 AND run_id = 55 ; Sat Oct 5 10:33:44 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000055 Sat Oct 5 10:33:44 2013:info:writing file /home/judges/compile/var/compile/src/G001NVCM8INE.cpp Sat Oct 5 10:33:44 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001NVCM8INE Sat Oct 5 10:33:44 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001NVCM8INE -> /home/judges/compile/var/compile/queue/dir/G001NVCM8INE mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 14, passed_mode = 1, last_change_time = '2013-10-05 10:33:44', last_change_nsec = 576541000 WHERE contest_id = 1 AND run_id = 55 ; Sat Oct 5 10:33:44 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:33:44 2013:info:1059: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:44 2013:info:HTTP_REQUEST -> OK, 12177 Sat Oct 5 10:33:46 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000055 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000055 Sat Oct 5 10:33:46 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000055 Sat Oct 5 10:33:46 2013:info:reading file /home/judges/compile/var/compile/000001/report/000055.txt Sat Oct 5 10:33:46 2013:error:open("/home/judges/compile/var/compile/000001/report/000055.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:33:46', last_change_nsec = 631283000 WHERE contest_id = 1 AND run_id = 55 ; Sat Oct 5 10:33:46 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000055 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000055 Sat Oct 5 10:33:46 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954826982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:33:46 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:33:49 2013:info:1061: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:49 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 10:33:50 2013:info:1063: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:50 2013:info:HTTP_REQUEST -> OK, 12173 Sat Oct 5 10:33:51 2013:info:1065: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:51 2013:info:HTTP_REQUEST -> OK, 12173 Sat Oct 5 10:33:58 2013:info:1067: received 2 file descriptors: 6, 7 Sat Oct 5 10:33:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:34:01 2013:info:1069: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:34:05 2013:info:1071: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 56, 1, 0, '2013-10-05 10:34:05', 992290000, 13, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:34:05', 992296000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 255, user_id = 13, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '13dc83bb22f940331a4d60ef42218989bc0804ec', run_uuid = '5302c718-e8ea-4f17-98c1-add0f084fbe5', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:34:05', last_change_nsec = 995562000 WHERE contest_id = 1 AND run_id = 56 ; Sat Oct 5 10:34:05 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000056 Sat Oct 5 10:34:05 2013:info:writing file /home/judges/compile/var/compile/src/G001OVCMTGD9.cpp Sat Oct 5 10:34:05 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001OVCMTGD9 Sat Oct 5 10:34:05 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001OVCMTGD9 -> /home/judges/compile/var/compile/queue/dir/G001OVCMTGD9 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 15, passed_mode = 1, last_change_time = '2013-10-05 10:34:06', last_change_nsec = 247000 WHERE contest_id = 1 AND run_id = 56 ; Sat Oct 5 10:34:06 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:34:06 2013:info:1073: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:06 2013:info:HTTP_REQUEST -> OK, 12395 Sat Oct 5 10:34:07 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000056 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000056 Sat Oct 5 10:34:07 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000056 Sat Oct 5 10:34:07 2013:info:reading file /home/judges/compile/var/compile/000001/report/000056.txt Sat Oct 5 10:34:07 2013:error:open("/home/judges/compile/var/compile/000001/report/000056.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:34:07', last_change_nsec = 81041000 WHERE contest_id = 1 AND run_id = 56 ; Sat Oct 5 10:34:07 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000056 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000056 Sat Oct 5 10:34:07 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954847982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:34:07 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:34:10 2013:info:1075: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:10 2013:info:HTTP_REQUEST -> OK, 12392 Sat Oct 5 10:34:12 2013:info:1077: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 57, 1, 0, '2013-10-05 10:34:12', 346575000, 14, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:34:12', 346583000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 235, user_id = 14, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'a1c206cc1ceb9c50bf4d59c70b490a9f59914b58', run_uuid = 'b0e31e08-e252-4f87-a44c-8ac626c6aa5e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:34:12', last_change_nsec = 351159000 WHERE contest_id = 1 AND run_id = 57 ; Sat Oct 5 10:34:12 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000057 Sat Oct 5 10:34:12 2013:info:writing file /home/judges/compile/var/compile/src/G001PVCN4S6V.cpp Sat Oct 5 10:34:12 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001PVCN4S6V Sat Oct 5 10:34:12 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001PVCN4S6V -> /home/judges/compile/var/compile/queue/dir/G001PVCN4S6V mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 16, passed_mode = 1, last_change_time = '2013-10-05 10:34:12', last_change_nsec = 356962000 WHERE contest_id = 1 AND run_id = 57 ; Sat Oct 5 10:34:12 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:34:12 2013:info:1079: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:12 2013:info:HTTP_REQUEST -> OK, 11880 Sat Oct 5 10:34:14 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000057 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000057 Sat Oct 5 10:34:14 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000057 Sat Oct 5 10:34:14 2013:info:reading file /home/judges/compile/var/compile/000001/report/000057.txt Sat Oct 5 10:34:14 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000057 -> /home/judges/super-run/var/exe/G001PVCN6TEA Sat Oct 5 10:34:14 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001PVCN6TEA Sat Oct 5 10:34:14 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001PVCN6TEA -> /home/judges/super-run/var/queue/dir/G001PVCN6TEA mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 16, passed_mode = 1, last_change_time = '2013-10-05 10:34:14', last_change_nsec = 488203000 WHERE contest_id = 1 AND run_id = 57 ; Sat Oct 5 10:34:16 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000057 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000057 Sat Oct 5 10:34:16 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000057 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:34:16', last_change_nsec = 495748000 WHERE contest_id = 1 AND run_id = 57 ; Sat Oct 5 10:34:16 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954856982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:34:16 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:34:16 2013:info:Copy: /home/judges/000001/var/run/000001/report/000057 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000057 Sat Oct 5 10:34:17 2013:info:1081: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:34:17 2013:info:1083: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:17 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 10:34:24 2013:info:1085: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:34:27 2013:info:1087: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:27 2013:info:HTTP_REQUEST -> OK, 11861 Sat Oct 5 10:34:44 2013:info:1089: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:34:51 2013:info:1091: received 2 file descriptors: 6, 7 Sat Oct 5 10:34:51 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:35:01 2013:info:1093: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:35:11 2013:info:1095: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:11 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:35:17 2013:info:1097: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:35:20 2013:info:1099: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:20 2013:info:HTTP_REQUEST -> OK, 2375 Sat Oct 5 10:35:24 2013:info:1101: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:35:26 2013:info:1103: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:26 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:35:27 2013:info:1105: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:27 2013:info:HTTP_REQUEST -> OK, 11674 Sat Oct 5 10:35:28 2013:info:1107: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:28 2013:info:HTTP_REQUEST -> OK, 11861 Sat Oct 5 10:35:30 2013:info:1109: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:30 2013:info:HTTP_REQUEST -> OK, 11674 Sat Oct 5 10:35:31 2013:info:1111: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:31 2013:info:HTTP_REQUEST -> OK, 11861 Sat Oct 5 10:35:32 2013:info:1113: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 58, 1, 0, '2013-10-05 10:35:32', 52333000, 10, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:35:32', 52345000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 277, user_id = 10, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'fc2137cf491387ba793b4c73d38e0600aaafbe66', run_uuid = '7cd13e90-d01f-4983-99ba-b912c960a782', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:35:32', last_change_nsec = 55330000 WHERE contest_id = 1 AND run_id = 58 ; Sat Oct 5 10:35:32 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000058 Sat Oct 5 10:35:32 2013:info:writing file /home/judges/compile/var/compile/src/G001QVCPKP20.cpp Sat Oct 5 10:35:32 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001QVCPKP20 Sat Oct 5 10:35:32 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001QVCPKP20 -> /home/judges/compile/var/compile/queue/dir/G001QVCPKP20 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 17, passed_mode = 1, last_change_time = '2013-10-05 10:35:32', last_change_nsec = 58725000 WHERE contest_id = 1 AND run_id = 58 ; Sat Oct 5 10:35:32 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:35:32 2013:info:1115: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:32 2013:info:HTTP_REQUEST -> OK, 12423 Sat Oct 5 10:35:34 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000058 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000058 Sat Oct 5 10:35:34 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000058 Sat Oct 5 10:35:34 2013:info:reading file /home/judges/compile/var/compile/000001/report/000058.txt Sat Oct 5 10:35:34 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000058 -> /home/judges/super-run/var/exe/G001QVCPMMQM Sat Oct 5 10:35:34 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001QVCPMMQM Sat Oct 5 10:35:34 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001QVCPMMQM -> /home/judges/super-run/var/queue/dir/G001QVCPMMQM mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 17, passed_mode = 1, last_change_time = '2013-10-05 10:35:34', last_change_nsec = 184574000 WHERE contest_id = 1 AND run_id = 58 ; Sat Oct 5 10:35:36 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000058 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000058 Sat Oct 5 10:35:36 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000058 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:35:36', last_change_nsec = 192659000 WHERE contest_id = 1 AND run_id = 58 ; Sat Oct 5 10:35:36 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954936982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:35:36 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:35:36 2013:info:Copy: /home/judges/000001/var/run/000001/report/000058 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000058 Sat Oct 5 10:35:37 2013:info:1117: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:37 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 10:35:38 2013:info:1119: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:38 2013:info:HTTP_REQUEST -> OK, 12404 Sat Oct 5 10:35:44 2013:info:1121: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:35:52 2013:info:1123: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 59, 1, 0, '2013-10-05 10:35:52', 269391000, 13, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:35:52', 269405000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 266, user_id = 13, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'ed1aadba38a7ba9c634773a8fce456ff01aa336c', run_uuid = '03688d01-a7b0-407f-ac06-24f232adba71', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:35:52', last_change_nsec = 273469000 WHERE contest_id = 1 AND run_id = 59 ; Sat Oct 5 10:35:52 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000059 Sat Oct 5 10:35:52 2013:info:writing file /home/judges/compile/var/compile/src/G001RVCQ8FLK.cpp Sat Oct 5 10:35:52 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001RVCQ8FLK Sat Oct 5 10:35:52 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001RVCQ8FLK -> /home/judges/compile/var/compile/queue/dir/G001RVCQ8FLK mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 18, passed_mode = 1, last_change_time = '2013-10-05 10:35:52', last_change_nsec = 278759000 WHERE contest_id = 1 AND run_id = 59 ; Sat Oct 5 10:35:52 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:35:52 2013:info:1125: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:52 2013:info:HTTP_REQUEST -> OK, 12642 Sat Oct 5 10:35:55 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000059 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000059 Sat Oct 5 10:35:55 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000059 Sat Oct 5 10:35:55 2013:info:reading file /home/judges/compile/var/compile/000001/report/000059.txt Sat Oct 5 10:35:55 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000059 -> /home/judges/super-run/var/exe/G001RVCQBM81 Sat Oct 5 10:35:55 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001RVCQBM81 Sat Oct 5 10:35:55 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001RVCQBM81 -> /home/judges/super-run/var/queue/dir/G001RVCQBM81 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 18, passed_mode = 1, last_change_time = '2013-10-05 10:35:55', last_change_nsec = 418668000 WHERE contest_id = 1 AND run_id = 59 ; Sat Oct 5 10:35:56 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000059 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000059 Sat Oct 5 10:35:56 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000059 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:35:56', last_change_nsec = 426268000 WHERE contest_id = 1 AND run_id = 59 ; Sat Oct 5 10:35:56 2013:info:Copy: /home/judges/000001/var/status/XXX_1380954956982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:35:56 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:35:56 2013:info:Copy: /home/judges/000001/var/run/000001/report/000059 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000059 Sat Oct 5 10:35:57 2013:info:1127: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:57 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 10:35:58 2013:info:1129: received 2 file descriptors: 6, 7 Sat Oct 5 10:35:58 2013:info:HTTP_REQUEST -> OK, 2375 Sat Oct 5 10:36:01 2013:info:1131: received 2 file descriptors: 6, 7 Sat Oct 5 10:36:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:36:04 2013:info:1133: received 2 file descriptors: 6, 7 Sat Oct 5 10:36:04 2013:info:HTTP_REQUEST -> OK, 12622 Sat Oct 5 10:36:17 2013:info:1135: received 2 file descriptors: 6, 7 Sat Oct 5 10:36:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:36:24 2013:info:1137: received 2 file descriptors: 6, 7 Sat Oct 5 10:36:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:36:31 2013:info:1139: received 2 file descriptors: 6, 7 Sat Oct 5 10:36:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:36:38 2013:info:1141: received 2 file descriptors: 6, 7 Sat Oct 5 10:36:38 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:36:44 2013:info:1143: received 2 file descriptors: 6, 7 Sat Oct 5 10:36:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:37:01 2013:info:1145: received 2 file descriptors: 6, 7 Sat Oct 5 10:37:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:37:05 2013:info:1147: received 2 file descriptors: 6, 7 Sat Oct 5 10:37:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:37:17 2013:info:1149: received 2 file descriptors: 6, 7 Sat Oct 5 10:37:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:37:24 2013:info:1151: received 2 file descriptors: 6, 7 Sat Oct 5 10:37:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:37:31 2013:info:1153: received 2 file descriptors: 6, 7 Sat Oct 5 10:37:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:37:38 2013:info:1155: received 2 file descriptors: 6, 7 Sat Oct 5 10:37:38 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:37:44 2013:info:1157: received 2 file descriptors: 6, 7 Sat Oct 5 10:37:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:38:01 2013:info:1159: received 2 file descriptors: 6, 7 Sat Oct 5 10:38:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:38:06 2013:info:1161: received 2 file descriptors: 6, 7 Sat Oct 5 10:38:06 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:38:17 2013:info:1163: received 2 file descriptors: 6, 7 Sat Oct 5 10:38:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:38:24 2013:info:1165: received 2 file descriptors: 6, 7 Sat Oct 5 10:38:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:38:31 2013:info:1167: received 2 file descriptors: 6, 7 Sat Oct 5 10:38:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:38:38 2013:info:1169: received 2 file descriptors: 6, 7 Sat Oct 5 10:38:38 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:38:44 2013:info:1171: received 2 file descriptors: 6, 7 Sat Oct 5 10:38:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:39:01 2013:info:1173: received 2 file descriptors: 6, 7 Sat Oct 5 10:39:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:39:06 2013:info:1175: received 2 file descriptors: 6, 7 Sat Oct 5 10:39:06 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:39:17 2013:info:1177: received 2 file descriptors: 6, 7 Sat Oct 5 10:39:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:39:24 2013:info:1179: received 2 file descriptors: 6, 7 Sat Oct 5 10:39:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:39:31 2013:info:1181: received 2 file descriptors: 6, 7 Sat Oct 5 10:39:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:39:39 2013:info:1183: received 2 file descriptors: 6, 7 Sat Oct 5 10:39:39 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:39:44 2013:info:1185: received 2 file descriptors: 6, 7 Sat Oct 5 10:39:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:40:02 2013:info:1187: received 2 file descriptors: 6, 7 Sat Oct 5 10:40:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:40:08 2013:info:1189: received 2 file descriptors: 6, 7 Sat Oct 5 10:40:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:40:17 2013:info:1191: received 2 file descriptors: 6, 7 Sat Oct 5 10:40:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:40:25 2013:info:1193: received 2 file descriptors: 6, 7 Sat Oct 5 10:40:25 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:40:31 2013:info:1195: received 2 file descriptors: 6, 7 Sat Oct 5 10:40:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:40:40 2013:info:1197: received 2 file descriptors: 6, 7 Sat Oct 5 10:40:40 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:40:44 2013:info:1199: received 2 file descriptors: 6, 7 Sat Oct 5 10:40:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:41:02 2013:info:1201: received 2 file descriptors: 6, 7 Sat Oct 5 10:41:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:41:10 2013:info:1203: received 2 file descriptors: 6, 7 Sat Oct 5 10:41:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:41:18 2013:info:1205: received 2 file descriptors: 6, 7 Sat Oct 5 10:41:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:41:25 2013:info:1207: received 2 file descriptors: 6, 7 Sat Oct 5 10:41:25 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:41:31 2013:info:1209: received 2 file descriptors: 6, 7 Sat Oct 5 10:41:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:41:41 2013:info:1211: received 2 file descriptors: 6, 7 Sat Oct 5 10:41:41 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:41:44 2013:info:1213: received 2 file descriptors: 6, 7 Sat Oct 5 10:41:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:42:02 2013:info:1215: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:42:03 2013:info:1217: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 60, 1, 0, '2013-10-05 10:42:03', 904372000, 15, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:42:03', 904384000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 430, user_id = 15, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'daffa6e2d08fb18d622f7aace12eb981debccd43', run_uuid = '71f4505e-c34f-4c49-b3ee-b542ff61fcbc', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:42:03', last_change_nsec = 911783000 WHERE contest_id = 1 AND run_id = 60 ; Sat Oct 5 10:42:03 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000060 Sat Oct 5 10:42:03 2013:info:writing file /home/judges/compile/var/compile/src/G001SVD5R492.cpp Sat Oct 5 10:42:03 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001SVD5R492 Sat Oct 5 10:42:03 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001SVD5R492 -> /home/judges/compile/var/compile/queue/dir/G001SVD5R492 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 19, passed_mode = 1, last_change_time = '2013-10-05 10:42:03', last_change_nsec = 922320000 WHERE contest_id = 1 AND run_id = 60 ; Sat Oct 5 10:42:03 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:42:03 2013:info:1219: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:03 2013:info:HTTP_REQUEST -> OK, 11941 Sat Oct 5 10:42:05 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000060 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000060 Sat Oct 5 10:42:05 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000060 Sat Oct 5 10:42:05 2013:info:reading file /home/judges/compile/var/compile/000001/report/000060.txt Sat Oct 5 10:42:05 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/1/000060 Sat Oct 5 10:42:05 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000060 -> /home/judges/super-run/var/exe/G001SVD5T9LN Sat Oct 5 10:42:06 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001SVD5T9LN Sat Oct 5 10:42:06 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001SVD5T9LN -> /home/judges/super-run/var/queue/dir/G001SVD5T9LN mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 19, passed_mode = 1, last_change_time = '2013-10-05 10:42:06', last_change_nsec = 53412000 WHERE contest_id = 1 AND run_id = 60 ; Sat Oct 5 10:42:07 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000060 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000060 Sat Oct 5 10:42:07 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000060 mysql: UPDATE runs SET status = 7, score = 8, test_num = 2, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:42:07', last_change_nsec = 59829000 WHERE contest_id = 1 AND run_id = 60 ; Sat Oct 5 10:42:07 2013:info:Copy: /home/judges/000001/var/status/XXX_1380955327982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:42:07 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:42:07 2013:info:Copy: /home/judges/000001/var/run/000001/report/000060 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000060 Sat Oct 5 10:42:09 2013:info:1221: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:09 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 10:42:11 2013:info:1223: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:11 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:42:18 2013:info:1225: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:42:29 2013:info:1227: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:29 2013:info:HTTP_REQUEST -> OK, 11923 Sat Oct 5 10:42:31 2013:info:1229: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:42:42 2013:info:1231: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:42 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:42:44 2013:info:1233: received 2 file descriptors: 6, 7 Sat Oct 5 10:42:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:43:02 2013:info:1235: received 2 file descriptors: 6, 7 Sat Oct 5 10:43:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:43:13 2013:info:1237: received 2 file descriptors: 6, 7 Sat Oct 5 10:43:13 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:43:18 2013:info:1239: received 2 file descriptors: 6, 7 Sat Oct 5 10:43:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:43:29 2013:info:1241: received 2 file descriptors: 6, 7 Sat Oct 5 10:43:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:43:31 2013:info:1243: received 2 file descriptors: 6, 7 Sat Oct 5 10:43:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:43:43 2013:info:1245: received 2 file descriptors: 6, 7 Sat Oct 5 10:43:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:43:45 2013:info:1247: received 2 file descriptors: 6, 7 Sat Oct 5 10:43:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:44:02 2013:info:1249: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:44:07 2013:info:1251: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 61, 1, 0, '2013-10-05 10:44:07', 501786000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:44:07', 501792000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 271, user_id = 12, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'c351bb81b68c2278ac47c594183c11ad8ab07091', run_uuid = '1b22d92f-97b2-48fa-a752-847d01fc954e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:44:07', last_change_nsec = 505573000 WHERE contest_id = 1 AND run_id = 61 ; Sat Oct 5 10:44:07 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000061 Sat Oct 5 10:44:07 2013:info:writing file /home/judges/compile/var/compile/src/G001TVD9NHAQ.cpp Sat Oct 5 10:44:07 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001TVD9NHAQ Sat Oct 5 10:44:07 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001TVD9NHAQ -> /home/judges/compile/var/compile/queue/dir/G001TVD9NHAQ mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 20, passed_mode = 1, last_change_time = '2013-10-05 10:44:07', last_change_nsec = 510561000 WHERE contest_id = 1 AND run_id = 61 ; Sat Oct 5 10:44:07 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:44:08 2013:info:1253: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:08 2013:info:HTTP_REQUEST -> OK, 11869 Sat Oct 5 10:44:09 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000061 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000061 Sat Oct 5 10:44:09 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000061 Sat Oct 5 10:44:09 2013:info:reading file /home/judges/compile/var/compile/000001/report/000061.txt Sat Oct 5 10:44:09 2013:error:open("/home/judges/compile/var/compile/000001/report/000061.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:44:09', last_change_nsec = 136669000 WHERE contest_id = 1 AND run_id = 61 ; Sat Oct 5 10:44:09 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000061 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000061 Sat Oct 5 10:44:09 2013:info:Copy: /home/judges/000001/var/status/XXX_1380955449982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:44:09 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:44:11 2013:info:1255: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:11 2013:info:HTTP_REQUEST -> OK, 11866 Sat Oct 5 10:44:14 2013:info:1257: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:14 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:44:29 2013:info:1259: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:44:44 2013:info:1261: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:44:45 2013:info:1263: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:44:46 2013:info:1265: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 62, 1, 0, '2013-10-05 10:44:46', 724225000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:44:46', 724231000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 273, user_id = 12, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '1cc1a07154062c1c9f056f51fdcee0cbe29248c6', run_uuid = 'edcb0c7e-964a-4a37-9801-9ac385810ee8', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:44:46', last_change_nsec = 727987000 WHERE contest_id = 1 AND run_id = 62 ; Sat Oct 5 10:44:46 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000062 Sat Oct 5 10:44:46 2013:info:writing file /home/judges/compile/var/compile/src/G001UVDAUA7P.cpp Sat Oct 5 10:44:46 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001UVDAUA7P Sat Oct 5 10:44:46 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001UVDAUA7P -> /home/judges/compile/var/compile/queue/dir/G001UVDAUA7P mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 21, passed_mode = 1, last_change_time = '2013-10-05 10:44:46', last_change_nsec = 731829000 WHERE contest_id = 1 AND run_id = 62 ; Sat Oct 5 10:44:46 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:44:46 2013:info:1267: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:46 2013:info:HTTP_REQUEST -> OK, 12116 Sat Oct 5 10:44:48 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000062 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000062 Sat Oct 5 10:44:48 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000062 Sat Oct 5 10:44:48 2013:info:reading file /home/judges/compile/var/compile/000001/report/000062.txt Sat Oct 5 10:44:48 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000062 -> /home/judges/super-run/var/exe/G001UVDB05NE Sat Oct 5 10:44:48 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001UVDB05NE Sat Oct 5 10:44:48 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001UVDB05NE -> /home/judges/super-run/var/queue/dir/G001UVDB05NE mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 21, passed_mode = 1, last_change_time = '2013-10-05 10:44:48', last_change_nsec = 861338000 WHERE contest_id = 1 AND run_id = 62 ; Sat Oct 5 10:44:49 2013:info:1269: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:49 2013:info:HTTP_REQUEST -> OK, 12112 Sat Oct 5 10:44:50 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000062 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000062 Sat Oct 5 10:44:50 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000062 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:44:50', last_change_nsec = 469042000 WHERE contest_id = 1 AND run_id = 62 ; Sat Oct 5 10:44:50 2013:info:Copy: /home/judges/000001/var/status/XXX_1380955490982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:44:50 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:44:50 2013:info:Copy: /home/judges/000001/var/run/000001/report/000062 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000062 Sat Oct 5 10:44:54 2013:info:1271: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:54 2013:info:HTTP_REQUEST -> OK, 12097 Sat Oct 5 10:44:55 2013:info:1273: received 2 file descriptors: 6, 7 Sat Oct 5 10:44:55 2013:info:HTTP_REQUEST -> OK, 12097 Sat Oct 5 10:45:02 2013:info:1275: received 2 file descriptors: 6, 7 Sat Oct 5 10:45:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:45:16 2013:info:1277: received 2 file descriptors: 6, 7 Sat Oct 5 10:45:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:45:30 2013:info:1279: received 2 file descriptors: 6, 7 Sat Oct 5 10:45:30 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:45:45 2013:info:1281: received 2 file descriptors: 6, 7 Sat Oct 5 10:45:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:45:45 2013:info:1283: received 2 file descriptors: 6, 7 Sat Oct 5 10:45:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:45:55 2013:info:1285: received 2 file descriptors: 6, 7 Sat Oct 5 10:45:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:46:02 2013:info:1287: received 2 file descriptors: 6, 7 Sat Oct 5 10:46:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:46:16 2013:info:1289: received 2 file descriptors: 6, 7 Sat Oct 5 10:46:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:46:30 2013:info:1291: received 2 file descriptors: 6, 7 Sat Oct 5 10:46:30 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:46:45 2013:info:1293: received 2 file descriptors: 6, 7 Sat Oct 5 10:46:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:46:46 2013:info:1295: received 2 file descriptors: 6, 7 Sat Oct 5 10:46:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:46:55 2013:info:1297: received 2 file descriptors: 6, 7 Sat Oct 5 10:46:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:47:02 2013:info:1299: received 2 file descriptors: 6, 7 Sat Oct 5 10:47:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:47:17 2013:info:1301: received 2 file descriptors: 6, 7 Sat Oct 5 10:47:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:47:30 2013:info:1303: received 2 file descriptors: 6, 7 Sat Oct 5 10:47:30 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:47:45 2013:info:1305: received 2 file descriptors: 6, 7 Sat Oct 5 10:47:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:47:56 2013:info:1307: received 2 file descriptors: 6, 7 Sat Oct 5 10:47:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:48:03 2013:info:1309: received 2 file descriptors: 6, 7 Sat Oct 5 10:48:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:48:19 2013:info:1311: received 2 file descriptors: 6, 7 Sat Oct 5 10:48:19 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:48:30 2013:info:1313: received 2 file descriptors: 6, 7 Sat Oct 5 10:48:30 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:48:46 2013:info:1315: received 2 file descriptors: 6, 7 Sat Oct 5 10:48:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:48:55 2013:info:1317: received 2 file descriptors: 6, 7 Sat Oct 5 10:48:55 2013:info:HTTP_REQUEST -> OK, 11062 Sat Oct 5 10:48:56 2013:info:1319: received 2 file descriptors: 6, 7 Sat Oct 5 10:48:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:49:03 2013:info:1321: received 2 file descriptors: 6, 7 Sat Oct 5 10:49:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:49:20 2013:info:1323: received 2 file descriptors: 6, 7 Sat Oct 5 10:49:20 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:49:34 2013:info:1325: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 63, 1, 0, '2013-10-05 10:49:35', 975000, 15, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:49:35', 990000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 306, user_id = 15, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '4bc1b26690df7f35fba589bff916179d43c1306b', run_uuid = 'aa2aa730-2237-45cd-b2e1-1cfeaa1d288e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:49:35', last_change_nsec = 10046000 WHERE contest_id = 1 AND run_id = 63 ; Sat Oct 5 10:49:35 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/1/000063 Sat Oct 5 10:49:35 2013:info:writing file /home/judges/compile/var/compile/src/G001VVDJVF1L.cpp Sat Oct 5 10:49:35 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001VVDJVF1L Sat Oct 5 10:49:35 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G001VVDJVF1L -> /home/judges/compile/var/compile/queue/dir/G001VVDJVF1L mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 22, passed_mode = 1, last_change_time = '2013-10-05 10:49:35', last_change_nsec = 16368000 WHERE contest_id = 1 AND run_id = 63 ; Sat Oct 5 10:49:35 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:49:35 2013:info:1327: received 2 file descriptors: 6, 7 Sat Oct 5 10:49:35 2013:info:HTTP_REQUEST -> OK, 11711 Sat Oct 5 10:49:37 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000063 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000063 Sat Oct 5 10:49:37 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000063 Sat Oct 5 10:49:37 2013:info:reading file /home/judges/compile/var/compile/000001/report/000063.txt Sat Oct 5 10:49:37 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/1/000063 Sat Oct 5 10:49:37 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000063 -> /home/judges/super-run/var/exe/G001VVDK1K45 Sat Oct 5 10:49:37 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001VVDK1K45 Sat Oct 5 10:49:37 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G001VVDK1K45 -> /home/judges/super-run/var/queue/dir/G001VVDK1K45 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 22, passed_mode = 1, last_change_time = '2013-10-05 10:49:37', last_change_nsec = 145150000 WHERE contest_id = 1 AND run_id = 63 ; Sat Oct 5 10:49:39 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000063 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000063 Sat Oct 5 10:49:39 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000063 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:49:39', last_change_nsec = 158016000 WHERE contest_id = 1 AND run_id = 63 ; Sat Oct 5 10:49:39 2013:info:Copy: /home/judges/000001/var/status/XXX_1380955779982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:49:39 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:49:39 2013:info:Copy: /home/judges/000001/var/run/000001/report/000063 -> /home/judges/000001/var/archive/xmlreports/0/0/1/000063 Sat Oct 5 10:49:40 2013:info:1329: received 2 file descriptors: 6, 7 Sat Oct 5 10:49:40 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 10:49:46 2013:info:1331: received 2 file descriptors: 6, 7 Sat Oct 5 10:49:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:50:00 2013:info:1333: received 2 file descriptors: 6, 7 Sat Oct 5 10:50:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:50:03 2013:info:1335: received 2 file descriptors: 6, 7 Sat Oct 5 10:50:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:50:22 2013:info:1337: received 2 file descriptors: 6, 7 Sat Oct 5 10:50:22 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:50:24 2013:info:1339: received 2 file descriptors: 6, 7 Sat Oct 5 10:50:24 2013:info:HTTP_REQUEST -> OK, 11664 Sat Oct 5 10:50:36 2013:info:1341: received 2 file descriptors: 6, 7 Sat Oct 5 10:50:36 2013:info:HTTP_REQUEST -> OK, 11335 Sat Oct 5 10:50:43 2013:info:1343: received 2 file descriptors: 6, 7 Sat Oct 5 10:50:43 2013:info:HTTP_REQUEST -> OK, 11917 Sat Oct 5 10:50:46 2013:info:1345: received 2 file descriptors: 6, 7 Sat Oct 5 10:50:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:51:00 2013:info:1347: received 2 file descriptors: 6, 7 Sat Oct 5 10:51:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:51:03 2013:info:1349: received 2 file descriptors: 6, 7 Sat Oct 5 10:51:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:51:24 2013:info:1351: received 2 file descriptors: 6, 7 Sat Oct 5 10:51:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:51:43 2013:info:1353: received 2 file descriptors: 6, 7 Sat Oct 5 10:51:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:51:46 2013:info:1355: received 2 file descriptors: 6, 7 Sat Oct 5 10:51:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:52:00 2013:info:1357: received 2 file descriptors: 6, 7 Sat Oct 5 10:52:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:52:03 2013:info:1359: received 2 file descriptors: 6, 7 Sat Oct 5 10:52:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:52:25 2013:info:1361: received 2 file descriptors: 6, 7 Sat Oct 5 10:52:25 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:52:44 2013:info:1363: received 2 file descriptors: 6, 7 Sat Oct 5 10:52:44 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:52:47 2013:info:1365: received 2 file descriptors: 6, 7 Sat Oct 5 10:52:47 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:52:53 2013:info:1367: received 2 file descriptors: 6, 7 Sat Oct 5 10:52:53 2013:info:HTTP_REQUEST -> OK, 11106 Sat Oct 5 10:53:01 2013:info:1369: received 2 file descriptors: 6, 7 Sat Oct 5 10:53:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:53:03 2013:info:1371: received 2 file descriptors: 6, 7 Sat Oct 5 10:53:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:53:22 2013:info:1373: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 64, 1, 0, '2013-10-05 10:53:22', 67969000, 11, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:53:22', 67982000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 359, user_id = 11, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '2ed27205aefcc809c5eea3609e928f835ba9b91b', run_uuid = 'b8a47c5f-4fff-49a4-bf27-414fc6cba61c', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:53:22', last_change_nsec = 76764000 WHERE contest_id = 1 AND run_id = 64 ; Sat Oct 5 10:53:22 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000064 Sat Oct 5 10:53:22 2013:info:writing file /home/judges/compile/var/compile/src/G0020VDR2I69.cpp Sat Oct 5 10:53:22 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0020VDR2I69 Sat Oct 5 10:53:22 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0020VDR2I69 -> /home/judges/compile/var/compile/queue/dir/G0020VDR2I69 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 23, passed_mode = 1, last_change_time = '2013-10-05 10:53:22', last_change_nsec = 117580000 WHERE contest_id = 1 AND run_id = 64 ; Sat Oct 5 10:53:22 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:53:22 2013:info:1375: received 2 file descriptors: 6, 7 Sat Oct 5 10:53:22 2013:info:HTTP_REQUEST -> OK, 11755 Sat Oct 5 10:53:24 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000064 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000064 Sat Oct 5 10:53:24 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000064 Sat Oct 5 10:53:24 2013:info:reading file /home/judges/compile/var/compile/000001/report/000064.txt Sat Oct 5 10:53:24 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000064 -> /home/judges/super-run/var/exe/G0020VDR4L11 Sat Oct 5 10:53:24 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0020VDR4L11 Sat Oct 5 10:53:24 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0020VDR4L11 -> /home/judges/super-run/var/queue/dir/G0020VDR4L11 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 23, passed_mode = 1, last_change_time = '2013-10-05 10:53:24', last_change_nsec = 262112000 WHERE contest_id = 1 AND run_id = 64 ; Sat Oct 5 10:53:25 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000064 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000064 Sat Oct 5 10:53:25 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000064 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:53:25', last_change_nsec = 268116000 WHERE contest_id = 1 AND run_id = 64 ; Sat Oct 5 10:53:25 2013:info:Copy: /home/judges/000001/var/status/XXX_1380956005982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:53:25 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:53:25 2013:info:Copy: /home/judges/000001/var/run/000001/report/000064 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000064 Sat Oct 5 10:53:26 2013:info:1377: received 2 file descriptors: 6, 7 Sat Oct 5 10:53:26 2013:info:HTTP_REQUEST -> OK, 11736 Sat Oct 5 10:53:27 2013:info:1379: received 2 file descriptors: 6, 7 Sat Oct 5 10:53:27 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:53:45 2013:info:1381: received 2 file descriptors: 6, 7 Sat Oct 5 10:53:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:53:58 2013:info:1383: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 65, 1, 0, '2013-10-05 10:53:58', 766642000, 11, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:53:58', 766648000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 363, user_id = 11, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '63850e2aba51637ebb15374676c0360be3768069', run_uuid = '5c0eb99b-8e09-4183-a901-ee9747c78e00', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:53:58', last_change_nsec = 770237000 WHERE contest_id = 1 AND run_id = 65 ; Sat Oct 5 10:53:58 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000065 Sat Oct 5 10:53:58 2013:info:writing file /home/judges/compile/var/compile/src/G0021VDS6JIJ.cpp Sat Oct 5 10:53:58 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0021VDS6JIJ Sat Oct 5 10:53:58 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0021VDS6JIJ -> /home/judges/compile/var/compile/queue/dir/G0021VDS6JIJ mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 24, passed_mode = 1, last_change_time = '2013-10-05 10:53:58', last_change_nsec = 774115000 WHERE contest_id = 1 AND run_id = 65 ; Sat Oct 5 10:53:58 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:53:58 2013:info:1385: received 2 file descriptors: 6, 7 Sat Oct 5 10:53:58 2013:info:HTTP_REQUEST -> OK, 11986 Sat Oct 5 10:53:59 2013:info:1387: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 66, 1, 0, '2013-10-05 10:53:59', 388927000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 10:53:59', 388933000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 326, user_id = 12, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '6179a460e4a0e7ab878a54a4eca2cbaf959d79a6', run_uuid = '195157cd-429a-4724-a8d6-29fa13af6973', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 10:53:59', last_change_nsec = 394099000 WHERE contest_id = 1 AND run_id = 66 ; Sat Oct 5 10:53:59 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000066 Sat Oct 5 10:53:59 2013:info:writing file /home/judges/compile/var/compile/src/G0022VDS75DN.cpp Sat Oct 5 10:53:59 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0022VDS75DN Sat Oct 5 10:53:59 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0022VDS75DN -> /home/judges/compile/var/compile/queue/dir/G0022VDS75DN mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 25, passed_mode = 1, last_change_time = '2013-10-05 10:53:59', last_change_nsec = 399183000 WHERE contest_id = 1 AND run_id = 66 ; Sat Oct 5 10:53:59 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 10:53:59 2013:info:1389: received 2 file descriptors: 6, 7 Sat Oct 5 10:53:59 2013:info:HTTP_REQUEST -> OK, 12347 Sat Oct 5 10:54:00 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000065 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000065 Sat Oct 5 10:54:00 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000065 Sat Oct 5 10:54:00 2013:info:reading file /home/judges/compile/var/compile/000001/report/000065.txt Sat Oct 5 10:54:00 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000065 -> /home/judges/super-run/var/exe/G0021VDS86K9 Sat Oct 5 10:54:01 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0021VDS86K9 Sat Oct 5 10:54:01 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0021VDS86K9 -> /home/judges/super-run/var/queue/dir/G0021VDS86K9 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 24, passed_mode = 1, last_change_time = '2013-10-05 10:54:01', last_change_nsec = 99036000 WHERE contest_id = 1 AND run_id = 65 ; Sat Oct 5 10:54:01 2013:info:1391: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:01 2013:info:HTTP_REQUEST -> OK, 11981 Sat Oct 5 10:54:02 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000065 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000065 Sat Oct 5 10:54:02 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000065 mysql: UPDATE runs SET status = 7, score = 8, test_num = 2, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:54:02', last_change_nsec = 114917000 WHERE contest_id = 1 AND run_id = 65 ; Sat Oct 5 10:54:02 2013:info:Copy: /home/judges/000001/var/status/XXX_1380956042982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:54:02 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:54:02 2013:info:Copy: /home/judges/000001/var/run/000001/report/000065 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000065 Sat Oct 5 10:54:02 2013:info:1393: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:02 2013:info:HTTP_REQUEST -> OK, 11966 Sat Oct 5 10:54:02 2013:info:1395: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:02 2013:info:HTTP_REQUEST -> OK, 12346 Sat Oct 5 10:54:03 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000066 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000066 Sat Oct 5 10:54:03 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000066 Sat Oct 5 10:54:03 2013:info:reading file /home/judges/compile/var/compile/000001/report/000066.txt Sat Oct 5 10:54:03 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000066 -> /home/judges/super-run/var/exe/G0022VDSB1GG Sat Oct 5 10:54:03 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0022VDSB1GG Sat Oct 5 10:54:03 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0022VDSB1GG -> /home/judges/super-run/var/queue/dir/G0022VDSB1GG mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 25, passed_mode = 1, last_change_time = '2013-10-05 10:54:03', last_change_nsec = 552397000 WHERE contest_id = 1 AND run_id = 66 ; Sat Oct 5 10:54:03 2013:info:1397: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:03 2013:info:HTTP_REQUEST -> OK, 12342 Sat Oct 5 10:54:03 2013:info:1399: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:54:04 2013:info:1401: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:04 2013:info:HTTP_REQUEST -> OK, 12342 Sat Oct 5 10:54:04 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000066 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000066 Sat Oct 5 10:54:04 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000066 mysql: UPDATE runs SET status = 7, score = 2, test_num = 1, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 10:54:04', last_change_nsec = 769355000 WHERE contest_id = 1 AND run_id = 66 ; Sat Oct 5 10:54:04 2013:info:Copy: /home/judges/000001/var/status/XXX_1380956044982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 10:54:04 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 10:54:04 2013:info:Copy: /home/judges/000001/var/run/000001/report/000066 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000066 Sat Oct 5 10:54:04 2013:info:1403: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:04 2013:info:HTTP_REQUEST -> OK, 12327 Sat Oct 5 10:54:28 2013:info:1405: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:28 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:54:45 2013:info:1407: received 2 file descriptors: 6, 7 Sat Oct 5 10:54:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:55:02 2013:info:1409: received 2 file descriptors: 6, 7 Sat Oct 5 10:55:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:55:04 2013:info:1411: received 2 file descriptors: 6, 7 Sat Oct 5 10:55:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:55:04 2013:info:1413: received 2 file descriptors: 6, 7 Sat Oct 5 10:55:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:55:29 2013:info:1415: received 2 file descriptors: 6, 7 Sat Oct 5 10:55:29 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:55:45 2013:info:1417: received 2 file descriptors: 6, 7 Sat Oct 5 10:55:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:55:49 2013:info:1419: received 2 file descriptors: 6, 7 Sat Oct 5 10:55:49 2013:error:1419: service not available: contest_id is invalid Sat Oct 5 10:55:49 2013:info:HTTP_REQUEST -> OK, 1746 Sat Oct 5 10:56:03 2013:info:1421: received 2 file descriptors: 6, 7 Sat Oct 5 10:56:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:56:04 2013:info:1423: received 2 file descriptors: 6, 7 Sat Oct 5 10:56:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:56:04 2013:info:1425: received 2 file descriptors: 6, 7 Sat Oct 5 10:56:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:56:31 2013:info:1427: received 2 file descriptors: 6, 7 Sat Oct 5 10:56:31 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:56:45 2013:info:1429: received 2 file descriptors: 6, 7 Sat Oct 5 10:56:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:56:58 2013:info:1431: received 2 file descriptors: 6, 7 Sat Oct 5 10:56:58 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:57:03 2013:info:1433: received 2 file descriptors: 6, 7 Sat Oct 5 10:57:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:57:04 2013:info:1435: received 2 file descriptors: 6, 7 Sat Oct 5 10:57:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:57:05 2013:info:1437: received 2 file descriptors: 6, 7 Sat Oct 5 10:57:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:57:32 2013:info:1439: received 2 file descriptors: 6, 7 Sat Oct 5 10:57:32 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:57:45 2013:info:1441: received 2 file descriptors: 6, 7 Sat Oct 5 10:57:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:58:03 2013:info:1443: received 2 file descriptors: 6, 7 Sat Oct 5 10:58:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:58:04 2013:info:1445: received 2 file descriptors: 6, 7 Sat Oct 5 10:58:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:58:05 2013:info:1447: received 2 file descriptors: 6, 7 Sat Oct 5 10:58:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:58:22 2013:info:1449: received 2 file descriptors: 6, 7 Sat Oct 5 10:58:22 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 10:58:34 2013:info:1451: received 2 file descriptors: 6, 7 Sat Oct 5 10:58:34 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:58:45 2013:info:1453: received 2 file descriptors: 6, 7 Sat Oct 5 10:58:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:59:04 2013:info:1455: received 2 file descriptors: 6, 7 Sat Oct 5 10:59:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:59:04 2013:info:1457: received 2 file descriptors: 6, 7 Sat Oct 5 10:59:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:59:05 2013:info:1459: received 2 file descriptors: 6, 7 Sat Oct 5 10:59:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 10:59:36 2013:info:1461: received 2 file descriptors: 6, 7 Sat Oct 5 10:59:36 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 10:59:45 2013:info:1463: received 2 file descriptors: 6, 7 Sat Oct 5 10:59:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:00:04 2013:info:1465: received 2 file descriptors: 6, 7 Sat Oct 5 11:00:04 2013:info:HTTP_REQUEST -> OK, 11669 Sat Oct 5 11:00:04 2013:info:1467: received 2 file descriptors: 6, 7 Sat Oct 5 11:00:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 11:00:05 2013:info:1469: received 2 file descriptors: 6, 7 Sat Oct 5 11:00:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 11:00:37 2013:info:1471: received 2 file descriptors: 6, 7 Sat Oct 5 11:00:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:00:44 2013:info:1473: received 2 file descriptors: 6, 7 Sat Oct 5 11:00:44 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 11:00:45 2013:info:1475: received 2 file descriptors: 6, 7 Sat Oct 5 11:00:45 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:00:53 2013:info:1477: received 2 file descriptors: 6, 7 Sat Oct 5 11:00:53 2013:info:HTTP_REQUEST -> OK, 3774 Sat Oct 5 11:01:04 2013:info:1479: received 2 file descriptors: 7, 11 Sat Oct 5 11:01:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 11:01:04 2013:info:1480: received 2 file descriptors: 7, 11 Sat Oct 5 11:01:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 11:01:05 2013:info:1483: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 11:01:13 2013:info:1485: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 67, 1, 0, '2013-10-05 11:01:13', 313793000, 16, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:01:13', 313804000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 291, user_id = 16, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '3a3ddd2f3c31d56c292994ae54ab02a3bd208805', run_uuid = 'b7d36dd4-75ac-485f-abd6-daad736d866f', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:01:13', last_change_nsec = 351370000 WHERE contest_id = 1 AND run_id = 67 ; Sat Oct 5 11:01:13 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000067 Sat Oct 5 11:01:13 2013:info:writing file /home/judges/compile/var/compile/src/G0023VE9PT74.cpp Sat Oct 5 11:01:13 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0023VE9PT74 Sat Oct 5 11:01:13 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0023VE9PT74 -> /home/judges/compile/var/compile/queue/dir/G0023VE9PT74 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 26, passed_mode = 1, last_change_time = '2013-10-05 11:01:13', last_change_nsec = 358100000 WHERE contest_id = 1 AND run_id = 67 ; Sat Oct 5 11:01:13 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:01:13 2013:info:1487: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:13 2013:info:HTTP_REQUEST -> OK, 12319 Sat Oct 5 11:01:15 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000067 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000067 Sat Oct 5 11:01:15 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000067 Sat Oct 5 11:01:15 2013:info:reading file /home/judges/compile/var/compile/000001/report/000067.txt Sat Oct 5 11:01:15 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/2/000067 Sat Oct 5 11:01:15 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000067 -> /home/judges/super-run/var/exe/G0023VE9R526 Sat Oct 5 11:01:15 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0023VE9R526 Sat Oct 5 11:01:15 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0023VE9R526 -> /home/judges/super-run/var/queue/dir/G0023VE9R526 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 26, passed_mode = 1, last_change_time = '2013-10-05 11:01:15', last_change_nsec = 493309000 WHERE contest_id = 1 AND run_id = 67 ; Sat Oct 5 11:01:16 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000067 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000067 Sat Oct 5 11:01:16 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000067 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:01:16', last_change_nsec = 499899000 WHERE contest_id = 1 AND run_id = 67 ; Sat Oct 5 11:01:16 2013:info:Copy: /home/judges/000001/var/status/XXX_1380956476982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:01:16 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:01:16 2013:info:Copy: /home/judges/000001/var/run/000001/report/000067 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000067 Sat Oct 5 11:01:18 2013:info:1489: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:18 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 11:01:19 2013:info:1491: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:19 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:20 2013:info:1493: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:20 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:20 2013:info:1495: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:20 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:20 2013:info:1497: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:20 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:20 2013:info:1499: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:20 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:21 2013:info:1501: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:21 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:21 2013:info:1503: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:21 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:21 2013:info:1505: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:21 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:21 2013:info:1507: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:21 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:21 2013:info:1509: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:21 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:22 2013:info:1511: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:22 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:22 2013:info:1513: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:22 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:22 2013:info:1515: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:22 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:22 2013:info:1517: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:22 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:22 2013:info:1519: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:22 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:23 2013:info:1521: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:23 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:23 2013:info:1523: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:23 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:23 2013:info:1525: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:23 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:24 2013:info:1527: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:24 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:29 2013:info:1529: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:29 2013:info:HTTP_REQUEST -> OK, 101 Sat Oct 5 11:01:30 2013:info:1531: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:30 2013:info:HTTP_REQUEST -> OK, 12300 Sat Oct 5 11:01:30 2013:info:1533: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:30 2013:info:HTTP_REQUEST -> OK, 5695 Sat Oct 5 11:01:34 2013:info:1535: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:34 2013:info:HTTP_REQUEST -> OK, 11056 Sat Oct 5 11:01:39 2013:info:1537: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:39 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:01:46 2013:info:1539: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:46 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:01:48 2013:info:1541: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 68, 1, 0, '2013-10-05 11:01:48', 278969000, 16, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:01:48', 278982000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 291, user_id = 16, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '3a3ddd2f3c31d56c292994ae54ab02a3bd208805', run_uuid = 'ce5d6bb8-daeb-493c-94a1-fa8e7fbf913f', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:01:48', last_change_nsec = 282922000 WHERE contest_id = 1 AND run_id = 68 ; Sat Oct 5 11:01:48 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000068 Sat Oct 5 11:01:48 2013:info:writing file /home/judges/compile/var/compile/src/G0024VEASARC.cpp Sat Oct 5 11:01:48 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0024VEASARC Sat Oct 5 11:01:48 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0024VEASARC -> /home/judges/compile/var/compile/queue/dir/G0024VEASARC mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 27, passed_mode = 1, last_change_time = '2013-10-05 11:01:48', last_change_nsec = 535843000 WHERE contest_id = 1 AND run_id = 68 ; Sat Oct 5 11:01:48 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:01:48 2013:info:1543: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:48 2013:info:HTTP_REQUEST -> OK, 11705 Sat Oct 5 11:01:50 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000068 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000068 Sat Oct 5 11:01:50 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000068 Sat Oct 5 11:01:50 2013:info:reading file /home/judges/compile/var/compile/000001/report/000068.txt Sat Oct 5 11:01:50 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/2/000068 Sat Oct 5 11:01:50 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000068 -> /home/judges/super-run/var/exe/G0024VEAU6LE Sat Oct 5 11:01:50 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0024VEAU6LE Sat Oct 5 11:01:50 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0024VEAU6LE -> /home/judges/super-run/var/queue/dir/G0024VEAU6LE mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 27, passed_mode = 1, last_change_time = '2013-10-05 11:01:50', last_change_nsec = 657872000 WHERE contest_id = 1 AND run_id = 68 ; Sat Oct 5 11:01:51 2013:info:1545: received 2 file descriptors: 6, 7 Sat Oct 5 11:01:51 2013:info:HTTP_REQUEST -> OK, 11701 Sat Oct 5 11:01:52 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000068 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000068 Sat Oct 5 11:01:52 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000068 mysql: UPDATE runs SET status = 7, score = 8, test_num = 2, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:01:52', last_change_nsec = 278193000 WHERE contest_id = 1 AND run_id = 68 ; Sat Oct 5 11:01:52 2013:info:Copy: /home/judges/000001/var/status/XXX_1380956512982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:01:52 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:01:52 2013:info:Copy: /home/judges/000001/var/run/000001/report/000068 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000068 Sat Oct 5 11:01:55 2013:info:1547: received 2 file descriptors: 7, 11 Sat Oct 5 11:01:55 2013:info:1548: received 2 file descriptors: 12, 13 Sat Oct 5 11:01:55 2013:info:HTTP_REQUEST -> OK, 11686 Sat Oct 5 11:01:55 2013:info:HTTP_REQUEST -> OK, 11686 Sat Oct 5 11:02:03 2013:info:1551: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:03 2013:info:HTTP_REQUEST -> OK, 154 Sat Oct 5 11:02:03 2013:info:1553: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:03 2013:info:HTTP_REQUEST -> OK, 3913 Sat Oct 5 11:02:05 2013:info:1555: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 11:02:10 2013:info:1557: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:10 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:02:28 2013:info:1559: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 69, 1, 0, '2013-10-05 11:02:28', 806966000, 15, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:02:28', 806972000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 446, user_id = 15, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'b1e0f5b68d903432aa88cbf6a6412e222e95e2ed', run_uuid = '18fcb75b-5742-43ed-b1f0-80a0f748b120', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:02:28', last_change_nsec = 811425000 WHERE contest_id = 1 AND run_id = 69 ; Sat Oct 5 11:02:28 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000069 Sat Oct 5 11:02:28 2013:info:writing file /home/judges/compile/var/compile/src/G0025VEC4RJC.cpp Sat Oct 5 11:02:28 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0025VEC4RJC Sat Oct 5 11:02:28 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0025VEC4RJC -> /home/judges/compile/var/compile/queue/dir/G0025VEC4RJC mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 28, passed_mode = 1, last_change_time = '2013-10-05 11:02:28', last_change_nsec = 815091000 WHERE contest_id = 1 AND run_id = 69 ; Sat Oct 5 11:02:28 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:02:28 2013:info:1561: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:28 2013:info:HTTP_REQUEST -> OK, 12166 Sat Oct 5 11:02:31 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000069 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000069 Sat Oct 5 11:02:31 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000069 Sat Oct 5 11:02:31 2013:info:reading file /home/judges/compile/var/compile/000001/report/000069.txt Sat Oct 5 11:02:31 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/2/000069 Sat Oct 5 11:02:31 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000069 -> /home/judges/super-run/var/exe/G0025VEC7M70 Sat Oct 5 11:02:31 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0025VEC7M70 Sat Oct 5 11:02:31 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0025VEC7M70 -> /home/judges/super-run/var/queue/dir/G0025VEC7M70 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 28, passed_mode = 1, last_change_time = '2013-10-05 11:02:31', last_change_nsec = 972082000 WHERE contest_id = 1 AND run_id = 69 ; Sat Oct 5 11:02:32 2013:info:1563: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:32 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 11:02:33 2013:info:1565: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:33 2013:info:HTTP_REQUEST -> OK, 3618 Sat Oct 5 11:02:34 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000069 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000069 Sat Oct 5 11:02:34 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000069 mysql: UPDATE runs SET status = 7, score = 16, test_num = 4, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:02:34', last_change_nsec = 32133000 WHERE contest_id = 1 AND run_id = 69 ; Sat Oct 5 11:02:34 2013:info:Copy: /home/judges/000001/var/status/XXX_1380956554982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:02:34 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:02:34 2013:info:Copy: /home/judges/000001/var/run/000001/report/000069 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000069 Sat Oct 5 11:02:34 2013:info:1567: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:34 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 11:02:34 2013:info:1569: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:34 2013:info:HTTP_REQUEST -> OK, 12148 Sat Oct 5 11:02:41 2013:info:1571: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:41 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:02:55 2013:info:1573: received 2 file descriptors: 6, 7 Sat Oct 5 11:02:55 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:03:08 2013:info:1575: received 2 file descriptors: 6, 7 Sat Oct 5 11:03:08 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 11:03:10 2013:info:1577: received 2 file descriptors: 6, 7 Sat Oct 5 11:03:10 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:03:35 2013:info:1579: received 2 file descriptors: 6, 7 Sat Oct 5 11:03:35 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:03:42 2013:info:1581: received 2 file descriptors: 6, 7 Sat Oct 5 11:03:42 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:03:55 2013:info:1583: received 2 file descriptors: 6, 7 Sat Oct 5 11:03:55 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:04:15 2013:info:1585: received 2 file descriptors: 6, 7 Sat Oct 5 11:04:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:04:19 2013:info:1587: received 2 file descriptors: 6, 7 Sat Oct 5 11:04:19 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:04:35 2013:info:1589: received 2 file descriptors: 6, 7 Sat Oct 5 11:04:35 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:04:44 2013:info:1591: received 2 file descriptors: 6, 7 Sat Oct 5 11:04:44 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:04:49 2013:info:1593: received 2 file descriptors: 6, 7 Sat Oct 5 11:04:49 2013:info:HTTP_REQUEST -> OK, 11105 Sat Oct 5 11:04:54 2013:info:1595: received 2 file descriptors: 6, 7 Sat Oct 5 11:04:54 2013:info:HTTP_REQUEST -> OK, 11395 Sat Oct 5 11:04:55 2013:info:1597: received 2 file descriptors: 6, 7 Sat Oct 5 11:04:55 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:04:59 2013:info:1599: received 2 file descriptors: 6, 7 Sat Oct 5 11:04:59 2013:info:HTTP_REQUEST -> OK, 11105 Sat Oct 5 11:05:10 2013:info:1601: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 70, 1, 0, '2013-10-05 11:05:10', 286359000, 11, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:05:10', 286387000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 325, user_id = 11, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '2d158558517d8a499c04826461ee1df356eae237', run_uuid = '8ab37d42-8a98-4c2d-becc-980c385eb13f', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:05:10', last_change_nsec = 291588000 WHERE contest_id = 1 AND run_id = 70 ; Sat Oct 5 11:05:10 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000070 Sat Oct 5 11:05:10 2013:info:writing file /home/judges/compile/var/compile/src/G0026VEH60OV.cpp Sat Oct 5 11:05:10 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0026VEH60OV Sat Oct 5 11:05:10 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0026VEH60OV -> /home/judges/compile/var/compile/queue/dir/G0026VEH60OV mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 29, passed_mode = 1, last_change_time = '2013-10-05 11:05:10', last_change_nsec = 296130000 WHERE contest_id = 1 AND run_id = 70 ; Sat Oct 5 11:05:10 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:05:10 2013:info:1603: received 2 file descriptors: 6, 7 Sat Oct 5 11:05:10 2013:info:HTTP_REQUEST -> OK, 11754 Sat Oct 5 11:05:12 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000070 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000070 Sat Oct 5 11:05:12 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000070 Sat Oct 5 11:05:12 2013:info:reading file /home/judges/compile/var/compile/000001/report/000070.txt Sat Oct 5 11:05:12 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000070 -> /home/judges/super-run/var/exe/G0026VEH83SP Sat Oct 5 11:05:12 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0026VEH83SP Sat Oct 5 11:05:12 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0026VEH83SP -> /home/judges/super-run/var/queue/dir/G0026VEH83SP mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 29, passed_mode = 1, last_change_time = '2013-10-05 11:05:12', last_change_nsec = 426832000 WHERE contest_id = 1 AND run_id = 70 ; Sat Oct 5 11:05:14 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000070 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000070 Sat Oct 5 11:05:14 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000070 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:05:14', last_change_nsec = 86625000 WHERE contest_id = 1 AND run_id = 70 ; Sat Oct 5 11:05:14 2013:info:Copy: /home/judges/000001/var/status/XXX_1380956714982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:05:14 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:05:14 2013:info:Copy: /home/judges/000001/var/run/000001/report/000070 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000070 Sat Oct 5 11:05:14 2013:info:1605: received 2 file descriptors: 6, 7 Sat Oct 5 11:05:14 2013:info:HTTP_REQUEST -> OK, 11707 Sat Oct 5 11:05:15 2013:info:1607: received 2 file descriptors: 6, 7 Sat Oct 5 11:05:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:05:28 2013:info:1609: received 2 file descriptors: 6, 7 Sat Oct 5 11:05:28 2013:info:HTTP_REQUEST -> OK, 11663 Sat Oct 5 11:05:41 2013:info:1611: received 2 file descriptors: 6, 7 Sat Oct 5 11:05:41 2013:info:HTTP_REQUEST -> OK, 11960 Sat Oct 5 11:05:46 2013:info:1613: received 2 file descriptors: 6, 7 Sat Oct 5 11:05:46 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:05:49 2013:info:1615: received 2 file descriptors: 6, 7 Sat Oct 5 11:05:49 2013:info:HTTP_REQUEST -> OK, 12148 Sat Oct 5 11:05:56 2013:info:1617: received 2 file descriptors: 6, 7 Sat Oct 5 11:05:56 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:06:15 2013:info:1619: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:15 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:06:27 2013:info:1621: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:27 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 11:06:27 2013:info:userlist-server fd ready Sat Oct 5 11:06:27 2013:info:userlist-server notification: 1 Sat Oct 5 11:06:27 2013:info:1623: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:27 2013:info:HTTP_REQUEST -> OK, 3470 Sat Oct 5 11:06:31 2013:info:1625: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:31 2013:info:teamdb_refresh: updated: 12 users, 31 max user, XML size = 3952 Sat Oct 5 11:06:31 2013:info:HTTP_REQUEST -> OK, 7928 Sat Oct 5 11:06:37 2013:info:1627: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:37 2013:info:HTTP_REQUEST -> OK, 11207 Sat Oct 5 11:06:47 2013:info:1629: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:47 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:06:49 2013:info:1631: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:49 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:06:54 2013:info:1633: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:54 2013:info:HTTP_REQUEST -> OK, 11214 Sat Oct 5 11:06:56 2013:info:1635: received 2 file descriptors: 6, 7 Sat Oct 5 11:06:56 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:07:16 2013:info:1637: received 2 file descriptors: 6, 7 Sat Oct 5 11:07:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:07:37 2013:info:1639: received 2 file descriptors: 6, 7 Sat Oct 5 11:07:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:07:49 2013:info:1641: received 2 file descriptors: 6, 7 Sat Oct 5 11:07:49 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:07:54 2013:info:1643: received 2 file descriptors: 6, 7 Sat Oct 5 11:07:54 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:07:56 2013:info:1645: received 2 file descriptors: 6, 7 Sat Oct 5 11:07:56 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:08:16 2013:info:1647: received 2 file descriptors: 6, 7 Sat Oct 5 11:08:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:08:37 2013:info:1649: received 2 file descriptors: 6, 7 Sat Oct 5 11:08:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:08:51 2013:info:1651: received 2 file descriptors: 6, 7 Sat Oct 5 11:08:51 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:08:54 2013:info:1653: received 2 file descriptors: 6, 7 Sat Oct 5 11:08:54 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:08:56 2013:info:1655: received 2 file descriptors: 6, 7 Sat Oct 5 11:08:56 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:09:02 2013:info:1657: received 2 file descriptors: 6, 7 Sat Oct 5 11:09:02 2013:info:HTTP_REQUEST -> OK, 8542 Sat Oct 5 11:09:16 2013:info:1659: received 2 file descriptors: 6, 7 Sat Oct 5 11:09:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:09:37 2013:info:1661: received 2 file descriptors: 6, 7 Sat Oct 5 11:09:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:09:40 2013:info:1663: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 71, 1, 0, '2013-10-05 11:09:40', 736417000, 17, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:09:40', 736430000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 264, user_id = 17, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '044b498ae46f095a516e5db5fac2d9c1876c1187', run_uuid = '748fa1c5-280f-464d-aa4d-6f7b82da69d4', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:09:40', last_change_nsec = 742871000 WHERE contest_id = 1 AND run_id = 71 ; Sat Oct 5 11:09:40 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000071 Sat Oct 5 11:09:40 2013:info:writing file /home/judges/compile/var/compile/src/G0027VEPKPCC.cpp Sat Oct 5 11:09:40 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0027VEPKPCC Sat Oct 5 11:09:40 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0027VEPKPCC -> /home/judges/compile/var/compile/queue/dir/G0027VEPKPCC mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 30, passed_mode = 1, last_change_time = '2013-10-05 11:09:40', last_change_nsec = 747324000 WHERE contest_id = 1 AND run_id = 71 ; Sat Oct 5 11:09:40 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:09:40 2013:info:1665: received 2 file descriptors: 6, 7 Sat Oct 5 11:09:40 2013:info:HTTP_REQUEST -> OK, 11876 Sat Oct 5 11:09:41 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000071 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000071 Sat Oct 5 11:09:41 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000071 Sat Oct 5 11:09:41 2013:info:reading file /home/judges/compile/var/compile/000001/report/000071.txt Sat Oct 5 11:09:41 2013:error:open("/home/judges/compile/var/compile/000001/report/000071.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:09:41', last_change_nsec = 856584000 WHERE contest_id = 1 AND run_id = 71 ; Sat Oct 5 11:09:41 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000071 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000071 Sat Oct 5 11:09:41 2013:info:Copy: /home/judges/000001/var/status/XXX_1380956981982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:09:41 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:09:45 2013:info:1667: received 2 file descriptors: 6, 7 Sat Oct 5 11:09:45 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 11:09:52 2013:info:1669: received 2 file descriptors: 6, 7 Sat Oct 5 11:09:52 2013:info:HTTP_REQUEST -> OK, 11872 Sat Oct 5 11:09:52 2013:info:1671: received 2 file descriptors: 6, 7 Sat Oct 5 11:09:52 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:09:54 2013:info:1673: received 2 file descriptors: 6, 7 Sat Oct 5 11:09:54 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:10:02 2013:info:1675: received 2 file descriptors: 6, 7 Sat Oct 5 11:10:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:10:16 2013:info:1677: received 2 file descriptors: 6, 7 Sat Oct 5 11:10:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:10:52 2013:info:1679: received 2 file descriptors: 6, 7 Sat Oct 5 11:10:52 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:10:54 2013:info:1681: received 2 file descriptors: 6, 7 Sat Oct 5 11:10:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:10:54 2013:info:1683: received 2 file descriptors: 6, 7 Sat Oct 5 11:10:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:11:02 2013:info:1685: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:11:11 2013:info:1687: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:11 2013:info:HTTP_REQUEST -> OK, 11057 Sat Oct 5 11:11:16 2013:info:1689: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:11:42 2013:info:1691: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 72, 1, 0, '2013-10-05 11:11:42', 78980000, 16, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:11:42', 78992000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 249, user_id = 16, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '1ad5e16560b829a57114764e3a244293130b338b', run_uuid = '5b6189d4-f8fb-49f7-8553-165548388ee7', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:11:42', last_change_nsec = 83116000 WHERE contest_id = 1 AND run_id = 72 ; Sat Oct 5 11:11:42 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000072 Sat Oct 5 11:11:42 2013:info:writing file /home/judges/compile/var/compile/src/G0028VETEKCH.cpp Sat Oct 5 11:11:42 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0028VETEKCH Sat Oct 5 11:11:42 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0028VETEKCH -> /home/judges/compile/var/compile/queue/dir/G0028VETEKCH mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 31, passed_mode = 1, last_change_time = '2013-10-05 11:11:42', last_change_nsec = 86966000 WHERE contest_id = 1 AND run_id = 72 ; Sat Oct 5 11:11:42 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:11:42 2013:info:1693: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:42 2013:info:HTTP_REQUEST -> OK, 11706 Sat Oct 5 11:11:44 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000072 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000072 Sat Oct 5 11:11:44 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000072 Sat Oct 5 11:11:44 2013:info:reading file /home/judges/compile/var/compile/000001/report/000072.txt Sat Oct 5 11:11:44 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000072 -> /home/judges/super-run/var/exe/G0028VETG1UB Sat Oct 5 11:11:44 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0028VETG1UB Sat Oct 5 11:11:44 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0028VETG1UB -> /home/judges/super-run/var/queue/dir/G0028VETG1UB mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 31, passed_mode = 1, last_change_time = '2013-10-05 11:11:44', last_change_nsec = 258157000 WHERE contest_id = 1 AND run_id = 72 ; Sat Oct 5 11:11:44 2013:info:1695: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:44 2013:info:HTTP_REQUEST -> OK, 11702 Sat Oct 5 11:11:45 2013:info:1697: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:45 2013:info:HTTP_REQUEST -> OK, 11702 Sat Oct 5 11:11:45 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000072 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000072 Sat Oct 5 11:11:45 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000072 mysql: UPDATE runs SET status = 7, score = 6, test_num = 1, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:11:45', last_change_nsec = 802563000 WHERE contest_id = 1 AND run_id = 72 ; Sat Oct 5 11:11:45 2013:info:Copy: /home/judges/000001/var/status/XXX_1380957105982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:11:45 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:11:45 2013:info:Copy: /home/judges/000001/var/run/000001/report/000072 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000072 Sat Oct 5 11:11:45 2013:info:1699: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:45 2013:info:HTTP_REQUEST -> OK, 11687 Sat Oct 5 11:11:46 2013:info:1701: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:46 2013:info:HTTP_REQUEST -> OK, 11687 Sat Oct 5 11:11:52 2013:info:1703: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:52 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:11:54 2013:info:1705: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:11:56 2013:info:1707: received 2 file descriptors: 6, 7 Sat Oct 5 11:11:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:12:11 2013:info:1709: received 2 file descriptors: 6, 7 Sat Oct 5 11:12:11 2013:info:HTTP_REQUEST -> OK, 11337 Sat Oct 5 11:12:14 2013:info:1711: received 2 file descriptors: 6, 7 Sat Oct 5 11:12:14 2013:info:HTTP_REQUEST -> OK, 11054 Sat Oct 5 11:12:46 2013:info:1713: received 2 file descriptors: 6, 7 Sat Oct 5 11:12:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:12:53 2013:info:1715: received 2 file descriptors: 6, 7 Sat Oct 5 11:12:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:12:54 2013:info:1717: received 2 file descriptors: 6, 7 Sat Oct 5 11:12:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:12:57 2013:info:1719: received 2 file descriptors: 6, 7 Sat Oct 5 11:12:57 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:13:14 2013:info:1721: received 2 file descriptors: 6, 7 Sat Oct 5 11:13:14 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:13:46 2013:info:1723: received 2 file descriptors: 6, 7 Sat Oct 5 11:13:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:13:53 2013:info:1725: received 2 file descriptors: 6, 7 Sat Oct 5 11:13:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:13:55 2013:info:1727: received 2 file descriptors: 6, 7 Sat Oct 5 11:13:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:13:59 2013:info:1729: received 2 file descriptors: 6, 7 Sat Oct 5 11:13:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:14:14 2013:info:1731: received 2 file descriptors: 6, 7 Sat Oct 5 11:14:14 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:14:46 2013:info:1733: received 2 file descriptors: 6, 7 Sat Oct 5 11:14:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:14:53 2013:info:1735: received 2 file descriptors: 6, 7 Sat Oct 5 11:14:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:14:55 2013:info:1737: received 2 file descriptors: 6, 7 Sat Oct 5 11:14:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:15:01 2013:info:1739: received 2 file descriptors: 6, 7 Sat Oct 5 11:15:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:15:14 2013:info:1741: received 2 file descriptors: 6, 7 Sat Oct 5 11:15:14 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:15:46 2013:info:1743: received 2 file descriptors: 6, 7 Sat Oct 5 11:15:46 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:15:53 2013:info:1745: received 2 file descriptors: 6, 7 Sat Oct 5 11:15:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:15:55 2013:info:1747: received 2 file descriptors: 6, 7 Sat Oct 5 11:15:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:16:03 2013:info:1749: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:16:07 2013:info:1751: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 73, 1, 0, '2013-10-05 11:16:07', 626993000, 16, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:16:07', 627004000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 251, user_id = 16, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '8efb44bdcc11afdd17826bfb42bfb6f28de81ff9', run_uuid = 'b3dce883-ca85-4614-ba95-a2bcd8484ed5', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:16:07', last_change_nsec = 633704000 WHERE contest_id = 1 AND run_id = 73 ; Sat Oct 5 11:16:07 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000073 Sat Oct 5 11:16:07 2013:info:writing file /home/judges/compile/var/compile/src/G0029VF5NEB5.cpp Sat Oct 5 11:16:07 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0029VF5NEB5 Sat Oct 5 11:16:07 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G0029VF5NEB5 -> /home/judges/compile/var/compile/queue/dir/G0029VF5NEB5 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 32, passed_mode = 1, last_change_time = '2013-10-05 11:16:07', last_change_nsec = 637805000 WHERE contest_id = 1 AND run_id = 73 ; Sat Oct 5 11:16:07 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:16:07 2013:info:1753: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:07 2013:info:HTTP_REQUEST -> OK, 11936 Sat Oct 5 11:16:08 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000073 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000073 Sat Oct 5 11:16:08 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000073 Sat Oct 5 11:16:08 2013:info:reading file /home/judges/compile/var/compile/000001/report/000073.txt Sat Oct 5 11:16:08 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000073 -> /home/judges/super-run/var/exe/G0029VF5OF1E Sat Oct 5 11:16:08 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0029VF5OF1E Sat Oct 5 11:16:08 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G0029VF5OF1E -> /home/judges/super-run/var/queue/dir/G0029VF5OF1E mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 32, passed_mode = 1, last_change_time = '2013-10-05 11:16:08', last_change_nsec = 730073000 WHERE contest_id = 1 AND run_id = 73 ; Sat Oct 5 11:16:10 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000073 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000073 Sat Oct 5 11:16:10 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000073 mysql: UPDATE runs SET status = 7, score = 6, test_num = 1, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:16:10', last_change_nsec = 610441000 WHERE contest_id = 1 AND run_id = 73 ; Sat Oct 5 11:16:10 2013:info:Copy: /home/judges/000001/var/status/XXX_1380957370982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:16:10 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:16:10 2013:info:Copy: /home/judges/000001/var/run/000001/report/000073 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000073 Sat Oct 5 11:16:10 2013:info:1755: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:10 2013:info:HTTP_REQUEST -> OK, 11918 Sat Oct 5 11:16:11 2013:info:1757: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:11 2013:info:HTTP_REQUEST -> OK, 11918 Sat Oct 5 11:16:14 2013:info:1759: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:14 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:16:53 2013:info:1761: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:16:53 2013:info:1763: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 74, 1, 0, '2013-10-05 11:16:53', 795852000, 16, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:16:53', 795867000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 251, user_id = 16, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '5e2530d3f8647529758bbae58d5b6c7ec813dcc0', run_uuid = 'c8d22097-07a0-4c35-8663-0ed9f0718095', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:16:53', last_change_nsec = 801377000 WHERE contest_id = 1 AND run_id = 74 ; Sat Oct 5 11:16:53 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000074 Sat Oct 5 11:16:53 2013:info:writing file /home/judges/compile/var/compile/src/G002AVF75I7T.cpp Sat Oct 5 11:16:53 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002AVF75I7T Sat Oct 5 11:16:53 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002AVF75I7T -> /home/judges/compile/var/compile/queue/dir/G002AVF75I7T mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 33, passed_mode = 1, last_change_time = '2013-10-05 11:16:53', last_change_nsec = 805565000 WHERE contest_id = 1 AND run_id = 74 ; Sat Oct 5 11:16:53 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:16:53 2013:info:1765: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:53 2013:info:HTTP_REQUEST -> OK, 12168 Sat Oct 5 11:16:55 2013:info:1767: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:16:56 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000074 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000074 Sat Oct 5 11:16:56 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000074 Sat Oct 5 11:16:56 2013:info:reading file /home/judges/compile/var/compile/000001/report/000074.txt Sat Oct 5 11:16:56 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000074 -> /home/judges/super-run/var/exe/G002AVF78ULB Sat Oct 5 11:16:56 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002AVF78ULB Sat Oct 5 11:16:56 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002AVF78ULB -> /home/judges/super-run/var/queue/dir/G002AVF78ULB mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 33, passed_mode = 1, last_change_time = '2013-10-05 11:16:56', last_change_nsec = 443746000 WHERE contest_id = 1 AND run_id = 74 ; Sat Oct 5 11:16:58 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000074 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000074 Sat Oct 5 11:16:58 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000074 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:16:58', last_change_nsec = 476182000 WHERE contest_id = 1 AND run_id = 74 ; Sat Oct 5 11:16:58 2013:info:Copy: /home/judges/000001/var/status/XXX_1380957418982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:16:58 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:16:58 2013:info:Copy: /home/judges/000001/var/run/000001/report/000074 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000074 Sat Oct 5 11:16:59 2013:info:1769: received 2 file descriptors: 6, 7 Sat Oct 5 11:16:59 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 11:17:04 2013:info:1771: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:17:07 2013:info:1773: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:07 2013:info:HTTP_REQUEST -> OK, 12327 Sat Oct 5 11:17:17 2013:info:1775: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:17 2013:info:HTTP_REQUEST -> OK, 12121 Sat Oct 5 11:17:18 2013:info:1777: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:18 2013:info:HTTP_REQUEST -> OK, 11215 Sat Oct 5 11:17:34 2013:info:1779: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 75, 1, 0, '2013-10-05 11:17:34', 79930000, 15, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:17:34', 79937000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 245, user_id = 15, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '2872b398e132958ed0c6767517e87a902f783ba3', run_uuid = '0c62224b-bfe7-47d7-b354-0d2135c22b4c', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:17:34', last_change_nsec = 85070000 WHERE contest_id = 1 AND run_id = 75 ; Sat Oct 5 11:17:34 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000075 Sat Oct 5 11:17:34 2013:info:writing file /home/judges/compile/var/compile/src/G002BVF8ENM1.cpp Sat Oct 5 11:17:34 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002BVF8ENM1 Sat Oct 5 11:17:34 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002BVF8ENM1 -> /home/judges/compile/var/compile/queue/dir/G002BVF8ENM1 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 34, passed_mode = 1, last_change_time = '2013-10-05 11:17:34', last_change_nsec = 90286000 WHERE contest_id = 1 AND run_id = 75 ; Sat Oct 5 11:17:34 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:17:34 2013:info:1781: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:34 2013:info:HTTP_REQUEST -> OK, 11864 Sat Oct 5 11:17:35 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000075 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000075 Sat Oct 5 11:17:35 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000075 Sat Oct 5 11:17:35 2013:info:reading file /home/judges/compile/var/compile/000001/report/000075.txt Sat Oct 5 11:17:35 2013:error:open("/home/judges/compile/var/compile/000001/report/000075.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:17:35', last_change_nsec = 141823000 WHERE contest_id = 1 AND run_id = 75 ; Sat Oct 5 11:17:35 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000075 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000075 Sat Oct 5 11:17:35 2013:info:Copy: /home/judges/000001/var/status/XXX_1380957455982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:17:35 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:17:35 2013:info:1783: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:35 2013:info:HTTP_REQUEST -> OK, 11860 Sat Oct 5 11:17:39 2013:info:1785: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:39 2013:info:HTTP_REQUEST -> OK, 11860 Sat Oct 5 11:17:42 2013:info:1787: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:42 2013:info:HTTP_REQUEST -> OK, 11860 Sat Oct 5 11:17:45 2013:info:1789: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:45 2013:info:HTTP_REQUEST -> OK, 11681 Sat Oct 5 11:17:53 2013:info:1791: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:17:55 2013:info:1793: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 76, 1, 0, '2013-10-05 11:17:55', 953963000, 15, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:17:55', 953971000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 237, user_id = 15, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '0009aab16390b443fdd40e1c54d0a6c8d2f6b4cc', run_uuid = '578d4596-b1ee-4606-8586-0afa66730c52', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:17:55', last_change_nsec = 957670000 WHERE contest_id = 1 AND run_id = 76 ; Sat Oct 5 11:17:55 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000076 Sat Oct 5 11:17:55 2013:info:writing file /home/judges/compile/var/compile/src/G002CVF93A5L.cpp Sat Oct 5 11:17:55 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002CVF93A5L Sat Oct 5 11:17:55 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002CVF93A5L -> /home/judges/compile/var/compile/queue/dir/G002CVF93A5L mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 35, passed_mode = 1, last_change_time = '2013-10-05 11:17:55', last_change_nsec = 961096000 WHERE contest_id = 1 AND run_id = 76 ; Sat Oct 5 11:17:56 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:17:56 2013:info:1795: received 2 file descriptors: 6, 7 Sat Oct 5 11:17:56 2013:info:HTTP_REQUEST -> OK, 12110 Sat Oct 5 11:17:57 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000076 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000076 Sat Oct 5 11:17:57 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000076 Sat Oct 5 11:17:57 2013:info:reading file /home/judges/compile/var/compile/000001/report/000076.txt Sat Oct 5 11:17:57 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/2/000076 Sat Oct 5 11:17:57 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000076 -> /home/judges/super-run/var/exe/G002CVF95U4B Sat Oct 5 11:17:57 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002CVF95U4B Sat Oct 5 11:17:57 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002CVF95U4B -> /home/judges/super-run/var/queue/dir/G002CVF95U4B mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 35, passed_mode = 1, last_change_time = '2013-10-05 11:17:57', last_change_nsec = 261337000 WHERE contest_id = 1 AND run_id = 76 ; Sat Oct 5 11:17:58 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000076 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000076 Sat Oct 5 11:17:58 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000076 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:17:58', last_change_nsec = 268585000 WHERE contest_id = 1 AND run_id = 76 ; Sat Oct 5 11:17:58 2013:info:Copy: /home/judges/000001/var/status/XXX_1380957478982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:17:58 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:17:58 2013:info:Copy: /home/judges/000001/var/run/000001/report/000076 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000076 Sat Oct 5 11:18:00 2013:info:1797: received 2 file descriptors: 6, 7 Sat Oct 5 11:18:00 2013:info:HTTP_REQUEST -> OK, 12090 Sat Oct 5 11:18:02 2013:info:1799: received 2 file descriptors: 6, 7 Sat Oct 5 11:18:02 2013:info:HTTP_REQUEST -> OK, 12090 Sat Oct 5 11:18:06 2013:info:1801: received 2 file descriptors: 6, 7 Sat Oct 5 11:18:06 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:18:08 2013:info:1803: received 2 file descriptors: 6, 7 Sat Oct 5 11:18:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:18:45 2013:info:1805: received 2 file descriptors: 6, 7 Sat Oct 5 11:18:45 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:18:53 2013:info:1807: received 2 file descriptors: 6, 7 Sat Oct 5 11:18:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:18:59 2013:info:1809: received 2 file descriptors: 6, 7 Sat Oct 5 11:18:59 2013:info:HTTP_REQUEST -> OK, 76 Sat Oct 5 11:18:59 2013:info:1811: received 2 file descriptors: 6, 7 Sat Oct 5 11:18:59 2013:info:HTTP_REQUEST -> OK, 3019 Sat Oct 5 11:19:02 2013:info:1813: received 2 file descriptors: 6, 7 Sat Oct 5 11:19:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:19:08 2013:info:1815: received 2 file descriptors: 6, 7 Sat Oct 5 11:19:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:19:08 2013:info:1817: received 2 file descriptors: 6, 7 Sat Oct 5 11:19:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:19:53 2013:info:1819: received 2 file descriptors: 6, 7 Sat Oct 5 11:19:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:20:02 2013:info:1821: received 2 file descriptors: 6, 7 Sat Oct 5 11:20:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:20:08 2013:info:1823: received 2 file descriptors: 6, 7 Sat Oct 5 11:20:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:20:08 2013:info:1825: received 2 file descriptors: 6, 7 Sat Oct 5 11:20:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:20:53 2013:info:1827: received 2 file descriptors: 6, 7 Sat Oct 5 11:20:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:21:02 2013:info:1829: received 2 file descriptors: 6, 7 Sat Oct 5 11:21:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:21:08 2013:info:1831: received 2 file descriptors: 6, 7 Sat Oct 5 11:21:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:21:10 2013:info:1833: received 2 file descriptors: 6, 7 Sat Oct 5 11:21:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:21:53 2013:info:1835: received 2 file descriptors: 6, 7 Sat Oct 5 11:21:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:22:02 2013:info:1837: received 2 file descriptors: 6, 7 Sat Oct 5 11:22:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:22:08 2013:info:1839: received 2 file descriptors: 6, 7 Sat Oct 5 11:22:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:22:11 2013:info:1841: received 2 file descriptors: 6, 7 Sat Oct 5 11:22:11 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:22:53 2013:info:1843: received 2 file descriptors: 6, 7 Sat Oct 5 11:22:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:23:03 2013:info:1845: received 2 file descriptors: 6, 7 Sat Oct 5 11:23:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:23:05 2013:info:1847: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 77, 1, 0, '2013-10-05 11:23:05', 524073000, 15, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:23:05', 524085000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 290, user_id = 15, prob_id = 1, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '9a4bfec1ef527f2f3e49d5c46f8d38046559b1ed', run_uuid = '696ac428-9b82-4226-a80e-b07626ecc844', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:23:05', last_change_nsec = 529644000 WHERE contest_id = 1 AND run_id = 77 ; Sat Oct 5 11:23:05 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000077 Sat Oct 5 11:23:05 2013:info:writing file /home/judges/compile/var/compile/src/G002DVFIP9BJ.cpp Sat Oct 5 11:23:05 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002DVFIP9BJ Sat Oct 5 11:23:05 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002DVFIP9BJ -> /home/judges/compile/var/compile/queue/dir/G002DVFIP9BJ mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 36, passed_mode = 1, last_change_time = '2013-10-05 11:23:05', last_change_nsec = 534276000 WHERE contest_id = 1 AND run_id = 77 ; Sat Oct 5 11:23:05 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:23:05 2013:info:1849: received 2 file descriptors: 6, 7 Sat Oct 5 11:23:05 2013:info:HTTP_REQUEST -> OK, 12340 Sat Oct 5 11:23:06 2013:info:1851: received 2 file descriptors: 6, 7 Sat Oct 5 11:23:06 2013:info:HTTP_REQUEST -> OK, 12340 Sat Oct 5 11:23:07 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000077 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000077 Sat Oct 5 11:23:07 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000077 Sat Oct 5 11:23:07 2013:info:reading file /home/judges/compile/var/compile/000001/report/000077.txt Sat Oct 5 11:23:07 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/2/000077 Sat Oct 5 11:23:07 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000077 -> /home/judges/super-run/var/exe/G002DVFIRL13 Sat Oct 5 11:23:07 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002DVFIRL13 Sat Oct 5 11:23:07 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002DVFIRL13 -> /home/judges/super-run/var/queue/dir/G002DVFIRL13 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 36, passed_mode = 1, last_change_time = '2013-10-05 11:23:07', last_change_nsec = 611965000 WHERE contest_id = 1 AND run_id = 77 ; Sat Oct 5 11:23:08 2013:info:1853: received 2 file descriptors: 6, 7 Sat Oct 5 11:23:08 2013:info:HTTP_REQUEST -> OK, 12336 Sat Oct 5 11:23:08 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000077 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000077 Sat Oct 5 11:23:08 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000077 mysql: UPDATE runs SET status = 7, score = 2, test_num = 1, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:23:08', last_change_nsec = 743037000 WHERE contest_id = 1 AND run_id = 77 ; Sat Oct 5 11:23:08 2013:info:Copy: /home/judges/000001/var/status/XXX_1380957788982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:23:08 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:23:08 2013:info:Copy: /home/judges/000001/var/run/000001/report/000077 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000077 Sat Oct 5 11:23:08 2013:info:1855: received 2 file descriptors: 6, 7 Sat Oct 5 11:23:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:23:09 2013:info:1857: received 2 file descriptors: 6, 7 Sat Oct 5 11:23:09 2013:info:HTTP_REQUEST -> OK, 12321 Sat Oct 5 11:23:13 2013:info:1859: received 2 file descriptors: 6, 7 Sat Oct 5 11:23:13 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:23:53 2013:info:1861: received 2 file descriptors: 6, 7 Sat Oct 5 11:23:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:24:08 2013:info:1863: received 2 file descriptors: 6, 7 Sat Oct 5 11:24:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:24:10 2013:info:1865: received 2 file descriptors: 6, 7 Sat Oct 5 11:24:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:24:15 2013:info:1867: received 2 file descriptors: 6, 7 Sat Oct 5 11:24:15 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:24:42 2013:info:1869: received 2 file descriptors: 6, 7 Sat Oct 5 11:24:42 2013:info:HTTP_REQUEST -> OK, 12145 Sat Oct 5 11:24:53 2013:info:1871: received 2 file descriptors: 6, 7 Sat Oct 5 11:24:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:24:56 2013:info:1873: received 2 file descriptors: 6, 7 Sat Oct 5 11:24:56 2013:info:HTTP_REQUEST -> OK, 12646 Sat Oct 5 11:25:06 2013:info:1875: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 78, 1, 0, '2013-10-05 11:25:06', 309340000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:25:06', 309353000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 389, user_id = 12, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '18fdaeac503d594fb6025f637ecc2551e18abbbb', run_uuid = '7c003dc9-a997-4ba4-bbeb-0cfb735d4489', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:25:06', last_change_nsec = 332491000 WHERE contest_id = 1 AND run_id = 78 ; Sat Oct 5 11:25:06 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000078 Sat Oct 5 11:25:06 2013:info:writing file /home/judges/compile/var/compile/src/G002EVFMI9D2.cpp Sat Oct 5 11:25:06 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002EVFMI9D2 Sat Oct 5 11:25:06 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002EVFMI9D2 -> /home/judges/compile/var/compile/queue/dir/G002EVFMI9D2 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 37, passed_mode = 1, last_change_time = '2013-10-05 11:25:06', last_change_nsec = 337828000 WHERE contest_id = 1 AND run_id = 78 ; Sat Oct 5 11:25:06 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:25:06 2013:info:1877: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:06 2013:info:HTTP_REQUEST -> OK, 12895 Sat Oct 5 11:25:08 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000078 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000078 Sat Oct 5 11:25:08 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000078 Sat Oct 5 11:25:08 2013:info:reading file /home/judges/compile/var/compile/000001/report/000078.txt Sat Oct 5 11:25:08 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000078 -> /home/judges/super-run/var/exe/G002EVFMK8SN Sat Oct 5 11:25:08 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002EVFMK8SN Sat Oct 5 11:25:08 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002EVFMK8SN -> /home/judges/super-run/var/queue/dir/G002EVFMK8SN mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 37, passed_mode = 1, last_change_time = '2013-10-05 11:25:08', last_change_nsec = 197696000 WHERE contest_id = 1 AND run_id = 78 ; Sat Oct 5 11:25:08 2013:info:1879: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:08 2013:info:HTTP_REQUEST -> OK, 12891 Sat Oct 5 11:25:08 2013:info:1881: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:08 2013:info:HTTP_REQUEST -> OK, 12891 Sat Oct 5 11:25:09 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000078 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000078 Sat Oct 5 11:25:09 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000078 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:25:09', last_change_nsec = 696870000 WHERE contest_id = 1 AND run_id = 78 ; Sat Oct 5 11:25:09 2013:info:Copy: /home/judges/000001/var/status/XXX_1380957909982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:25:09 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:25:09 2013:info:Copy: /home/judges/000001/var/run/000001/report/000078 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000078 Sat Oct 5 11:25:09 2013:info:1883: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:09 2013:info:HTTP_REQUEST -> OK, 12848 Sat Oct 5 11:25:10 2013:info:1885: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:10 2013:info:HTTP_REQUEST -> OK, 12849 Sat Oct 5 11:25:11 2013:info:1887: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:11 2013:info:HTTP_REQUEST -> OK, 12849 Sat Oct 5 11:25:16 2013:info:1889: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:16 2013:info:HTTP_REQUEST -> OK, 11052 Sat Oct 5 11:25:16 2013:info:1891: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:25:43 2013:info:1893: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:43 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:25:50 2013:info:1895: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:50 2013:info:HTTP_REQUEST -> OK, 76 Sat Oct 5 11:25:50 2013:info:1897: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:50 2013:info:HTTP_REQUEST -> OK, 3019 Sat Oct 5 11:25:53 2013:info:1899: received 2 file descriptors: 6, 7 Sat Oct 5 11:25:53 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:26:16 2013:info:1901: received 2 file descriptors: 6, 7 Sat Oct 5 11:26:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:26:17 2013:info:1903: received 2 file descriptors: 6, 7 Sat Oct 5 11:26:17 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:26:54 2013:info:1905: received 2 file descriptors: 6, 7 Sat Oct 5 11:26:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:27:16 2013:info:1907: received 2 file descriptors: 6, 7 Sat Oct 5 11:27:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:27:18 2013:info:1909: received 2 file descriptors: 6, 7 Sat Oct 5 11:27:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:27:54 2013:info:1911: received 2 file descriptors: 6, 7 Sat Oct 5 11:27:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:28:16 2013:info:1913: received 2 file descriptors: 6, 7 Sat Oct 5 11:28:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:28:18 2013:info:1915: received 2 file descriptors: 6, 7 Sat Oct 5 11:28:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:28:54 2013:info:1917: received 2 file descriptors: 6, 7 Sat Oct 5 11:28:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:29:16 2013:info:1919: received 2 file descriptors: 6, 7 Sat Oct 5 11:29:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:29:20 2013:info:1921: received 2 file descriptors: 6, 7 Sat Oct 5 11:29:20 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:29:54 2013:info:1923: received 2 file descriptors: 6, 7 Sat Oct 5 11:29:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:30:15 2013:info:1925: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 79, 1, 0, '2013-10-05 11:30:15', 618464000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:30:15', 618474000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 419, user_id = 12, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'ff5fd841cd14623f04d2dce82fdc62d835b3883b', run_uuid = '6e8e4edd-96ab-451e-98a9-51ef4d0c459a', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:30:15', last_change_nsec = 623981000 WHERE contest_id = 1 AND run_id = 79 ; Sat Oct 5 11:30:15 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000079 Sat Oct 5 11:30:15 2013:info:writing file /home/judges/compile/var/compile/src/G002FVG075KL.cpp Sat Oct 5 11:30:15 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002FVG075KL Sat Oct 5 11:30:15 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002FVG075KL -> /home/judges/compile/var/compile/queue/dir/G002FVG075KL mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 38, passed_mode = 1, last_change_time = '2013-10-05 11:30:15', last_change_nsec = 628923000 WHERE contest_id = 1 AND run_id = 79 ; Sat Oct 5 11:30:15 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:30:15 2013:info:1927: received 2 file descriptors: 6, 7 Sat Oct 5 11:30:15 2013:info:HTTP_REQUEST -> OK, 11701 Sat Oct 5 11:30:17 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000079 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000079 Sat Oct 5 11:30:17 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000079 Sat Oct 5 11:30:17 2013:info:reading file /home/judges/compile/var/compile/000001/report/000079.txt Sat Oct 5 11:30:17 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000079 -> /home/judges/super-run/var/exe/G002FVG097IJ Sat Oct 5 11:30:17 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002FVG097IJ Sat Oct 5 11:30:17 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002FVG097IJ -> /home/judges/super-run/var/queue/dir/G002FVG097IJ mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 38, passed_mode = 1, last_change_time = '2013-10-05 11:30:17', last_change_nsec = 229212000 WHERE contest_id = 1 AND run_id = 79 ; Sat Oct 5 11:30:17 2013:info:1929: received 2 file descriptors: 6, 7 Sat Oct 5 11:30:17 2013:info:HTTP_REQUEST -> OK, 11697 Sat Oct 5 11:30:17 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000079 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000079 Sat Oct 5 11:30:17 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000079 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:30:17', last_change_nsec = 992708000 WHERE contest_id = 1 AND run_id = 79 ; Sat Oct 5 11:30:18 2013:info:Copy: /home/judges/000001/var/status/XXX_1380958218982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:30:18 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:30:18 2013:info:Copy: /home/judges/000001/var/run/000001/report/000079 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000079 Sat Oct 5 11:30:18 2013:info:1931: received 2 file descriptors: 6, 7 Sat Oct 5 11:30:18 2013:info:HTTP_REQUEST -> OK, 11682 Sat Oct 5 11:30:21 2013:info:1933: received 2 file descriptors: 6, 7 Sat Oct 5 11:30:21 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:30:54 2013:info:1935: received 2 file descriptors: 6, 7 Sat Oct 5 11:30:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:31:18 2013:info:1937: received 2 file descriptors: 6, 7 Sat Oct 5 11:31:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:31:23 2013:info:1939: received 2 file descriptors: 6, 7 Sat Oct 5 11:31:23 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:31:54 2013:info:1941: received 2 file descriptors: 6, 7 Sat Oct 5 11:31:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:32:18 2013:info:1943: received 2 file descriptors: 6, 7 Sat Oct 5 11:32:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:32:24 2013:info:1945: received 2 file descriptors: 6, 7 Sat Oct 5 11:32:24 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:32:54 2013:info:1947: received 2 file descriptors: 6, 7 Sat Oct 5 11:32:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:33:18 2013:info:1949: received 2 file descriptors: 6, 7 Sat Oct 5 11:33:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:33:26 2013:info:1951: received 2 file descriptors: 6, 7 Sat Oct 5 11:33:26 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:33:54 2013:info:1953: received 2 file descriptors: 6, 7 Sat Oct 5 11:33:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:34:18 2013:info:1955: received 2 file descriptors: 6, 7 Sat Oct 5 11:34:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:34:26 2013:info:1957: received 2 file descriptors: 6, 7 Sat Oct 5 11:34:26 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:34:54 2013:info:1959: received 2 file descriptors: 6, 7 Sat Oct 5 11:34:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:34:58 2013:info:1961: received 2 file descriptors: 6, 7 Sat Oct 5 11:34:58 2013:info:HTTP_REQUEST -> OK, 11088 Sat Oct 5 11:35:11 2013:info:1963: received 2 file descriptors: 6, 7 Sat Oct 5 11:35:11 2013:info:HTTP_REQUEST -> OK, 11371 Sat Oct 5 11:35:17 2013:info:1965: received 2 file descriptors: 6, 7 Sat Oct 5 11:35:17 2013:info:HTTP_REQUEST -> OK, 11092 Sat Oct 5 11:35:18 2013:info:1967: received 2 file descriptors: 6, 7 Sat Oct 5 11:35:18 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:35:54 2013:info:1969: received 2 file descriptors: 6, 7 Sat Oct 5 11:35:54 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:36:00 2013:info:1971: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 80, 1, 0, '2013-10-05 11:36:00', 517899000, 12, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:36:00', 517910000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 358, user_id = 12, prob_id = 3, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '8960cd8f92c2466367cb7c2d94f12d4062e4cbb5', run_uuid = '8101dc4a-e20a-44fc-aaa5-2db281d9afdc', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:36:00', last_change_nsec = 525771000 WHERE contest_id = 1 AND run_id = 80 ; Sat Oct 5 11:36:00 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000080 Sat Oct 5 11:36:00 2013:info:writing file /home/judges/compile/var/compile/src/G002GVGB09U2.cpp Sat Oct 5 11:36:00 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002GVGB09U2 Sat Oct 5 11:36:00 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002GVGB09U2 -> /home/judges/compile/var/compile/queue/dir/G002GVGB09U2 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 39, passed_mode = 1, last_change_time = '2013-10-05 11:36:00', last_change_nsec = 534939000 WHERE contest_id = 1 AND run_id = 80 ; Sat Oct 5 11:36:00 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:36:00 2013:info:1973: received 2 file descriptors: 6, 7 Sat Oct 5 11:36:00 2013:info:HTTP_REQUEST -> OK, 11931 Sat Oct 5 11:36:02 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000080 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000080 Sat Oct 5 11:36:02 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000080 Sat Oct 5 11:36:02 2013:info:reading file /home/judges/compile/var/compile/000001/report/000080.txt Sat Oct 5 11:36:02 2013:info:writing file /home/judges/000001/var/archive/reports/0/0/2/000080 Sat Oct 5 11:36:02 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000080 -> /home/judges/super-run/var/exe/G002GVGB2AKS Sat Oct 5 11:36:02 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002GVGB2AKS Sat Oct 5 11:36:02 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002GVGB2AKS -> /home/judges/super-run/var/queue/dir/G002GVGB2AKS mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 39, passed_mode = 1, last_change_time = '2013-10-05 11:36:02', last_change_nsec = 659984000 WHERE contest_id = 1 AND run_id = 80 ; Sat Oct 5 11:36:03 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000080 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000080 Sat Oct 5 11:36:03 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000080 mysql: UPDATE runs SET status = 7, score = 8, test_num = 2, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:36:03', last_change_nsec = 665963000 WHERE contest_id = 1 AND run_id = 80 ; Sat Oct 5 11:36:03 2013:info:Copy: /home/judges/000001/var/status/XXX_1380958563982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:36:03 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:36:03 2013:info:Copy: /home/judges/000001/var/run/000001/report/000080 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000080 Sat Oct 5 11:36:05 2013:info:1975: received 2 file descriptors: 6, 7 Sat Oct 5 11:36:05 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 11:36:07 2013:info:1977: received 2 file descriptors: 6, 7 Sat Oct 5 11:36:07 2013:info:HTTP_REQUEST -> OK, 11912 Sat Oct 5 11:36:23 2013:info:1979: received 2 file descriptors: 6, 7 Sat Oct 5 11:36:23 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:36:55 2013:info:1981: received 2 file descriptors: 6, 7 Sat Oct 5 11:36:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:37:07 2013:info:1983: received 2 file descriptors: 6, 7 Sat Oct 5 11:37:07 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:37:14 2013:info:1985: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 81, 1, 0, '2013-10-05 11:37:14', 155443000, 13, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:37:14', 155461000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 350, user_id = 13, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '76afd5acdabffa58da36b953ce9ff0de3780a673', run_uuid = '0a372462-9e61-40b0-bc78-c1d8e620f0f9', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:37:14', last_change_nsec = 160841000 WHERE contest_id = 1 AND run_id = 81 ; Sat Oct 5 11:37:14 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000081 Sat Oct 5 11:37:14 2013:info:writing file /home/judges/compile/var/compile/src/G002HVGDABET.cpp Sat Oct 5 11:37:14 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002HVGDABET Sat Oct 5 11:37:14 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002HVGDABET -> /home/judges/compile/var/compile/queue/dir/G002HVGDABET mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 40, passed_mode = 1, last_change_time = '2013-10-05 11:37:14', last_change_nsec = 176067000 WHERE contest_id = 1 AND run_id = 81 ; Sat Oct 5 11:37:14 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:37:14 2013:info:1987: received 2 file descriptors: 6, 7 Sat Oct 5 11:37:14 2013:info:HTTP_REQUEST -> OK, 11741 Sat Oct 5 11:37:15 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000081 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000081 Sat Oct 5 11:37:15 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000081 Sat Oct 5 11:37:15 2013:info:reading file /home/judges/compile/var/compile/000001/report/000081.txt Sat Oct 5 11:37:15 2013:error:open("/home/judges/compile/var/compile/000001/report/000081.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:37:15', last_change_nsec = 283812000 WHERE contest_id = 1 AND run_id = 81 ; Sat Oct 5 11:37:15 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000081 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000081 Sat Oct 5 11:37:15 2013:info:Copy: /home/judges/000001/var/status/XXX_1380958635982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:37:15 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:37:19 2013:info:1989: received 2 file descriptors: 6, 7 Sat Oct 5 11:37:19 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 11:37:20 2013:info:1991: received 2 file descriptors: 6, 7 Sat Oct 5 11:37:20 2013:info:HTTP_REQUEST -> OK, 11737 Sat Oct 5 11:37:48 2013:info:1993: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 82, 1, 0, '2013-10-05 11:37:48', 829561000, 13, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:37:48', 829569000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 352, user_id = 13, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'ef22ab3a8cf20bfce7ec658297fd2c9626ac4163', run_uuid = 'bd6af6be-9cf6-4c77-b08e-55d9f260a50b', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:37:48', last_change_nsec = 835249000 WHERE contest_id = 1 AND run_id = 82 ; Sat Oct 5 11:37:48 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000082 Sat Oct 5 11:37:48 2013:info:writing file /home/judges/compile/var/compile/src/G002IVGECJ70.cpp Sat Oct 5 11:37:48 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002IVGECJ70 Sat Oct 5 11:37:48 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002IVGECJ70 -> /home/judges/compile/var/compile/queue/dir/G002IVGECJ70 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 41, passed_mode = 1, last_change_time = '2013-10-05 11:37:48', last_change_nsec = 839446000 WHERE contest_id = 1 AND run_id = 82 ; Sat Oct 5 11:37:48 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:37:48 2013:info:1995: received 2 file descriptors: 6, 7 Sat Oct 5 11:37:48 2013:info:HTTP_REQUEST -> OK, 11987 Sat Oct 5 11:37:50 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000082 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000082 Sat Oct 5 11:37:50 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000082 Sat Oct 5 11:37:50 2013:info:reading file /home/judges/compile/var/compile/000001/report/000082.txt Sat Oct 5 11:37:50 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000082 -> /home/judges/super-run/var/exe/G002IVGEEPUR Sat Oct 5 11:37:50 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002IVGEEPUR Sat Oct 5 11:37:50 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002IVGEEPUR -> /home/judges/super-run/var/queue/dir/G002IVGEEPUR mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 41, passed_mode = 1, last_change_time = '2013-10-05 11:37:50', last_change_nsec = 971835000 WHERE contest_id = 1 AND run_id = 82 ; Sat Oct 5 11:37:51 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000082 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000082 Sat Oct 5 11:37:51 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000082 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:37:51', last_change_nsec = 977173000 WHERE contest_id = 1 AND run_id = 82 ; Sat Oct 5 11:37:52 2013:info:Copy: /home/judges/000001/var/status/XXX_1380958672982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:37:53 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:37:53 2013:info:Copy: /home/judges/000001/var/run/000001/report/000082 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000082 Sat Oct 5 11:37:54 2013:info:1997: received 2 file descriptors: 6, 7 Sat Oct 5 11:37:54 2013:info:HTTP_REQUEST -> OK, 130 Sat Oct 5 11:37:54 2013:info:1999: received 2 file descriptors: 6, 7 Sat Oct 5 11:37:54 2013:info:HTTP_REQUEST -> OK, 11940 Sat Oct 5 11:37:55 2013:info:2001: received 2 file descriptors: 6, 7 Sat Oct 5 11:37:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:38:07 2013:info:2003: received 2 file descriptors: 6, 7 Sat Oct 5 11:38:07 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:38:55 2013:info:2005: received 2 file descriptors: 6, 7 Sat Oct 5 11:38:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:38:55 2013:info:2007: received 2 file descriptors: 6, 7 Sat Oct 5 11:38:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:39:07 2013:info:2009: received 2 file descriptors: 6, 7 Sat Oct 5 11:39:07 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:39:55 2013:info:2011: received 2 file descriptors: 6, 7 Sat Oct 5 11:39:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:39:55 2013:info:2013: received 2 file descriptors: 6, 7 Sat Oct 5 11:39:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:40:07 2013:info:2015: received 2 file descriptors: 6, 7 Sat Oct 5 11:40:07 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:40:55 2013:info:2017: received 2 file descriptors: 6, 7 Sat Oct 5 11:40:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:40:55 2013:info:2019: received 2 file descriptors: 6, 7 Sat Oct 5 11:40:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:41:07 2013:info:2021: received 2 file descriptors: 6, 7 Sat Oct 5 11:41:07 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:41:55 2013:info:2023: received 2 file descriptors: 6, 7 Sat Oct 5 11:41:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:41:58 2013:info:2025: received 2 file descriptors: 6, 7 Sat Oct 5 11:41:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:42:08 2013:info:2027: received 2 file descriptors: 6, 7 Sat Oct 5 11:42:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:42:55 2013:info:2029: received 2 file descriptors: 6, 7 Sat Oct 5 11:42:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:42:59 2013:info:2031: received 2 file descriptors: 6, 7 Sat Oct 5 11:42:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:43:08 2013:info:2033: received 2 file descriptors: 6, 7 Sat Oct 5 11:43:08 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:43:55 2013:info:2035: received 2 file descriptors: 6, 7 Sat Oct 5 11:43:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:43:59 2013:info:2037: received 2 file descriptors: 6, 7 Sat Oct 5 11:43:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:44:09 2013:info:2039: received 2 file descriptors: 6, 7 Sat Oct 5 11:44:09 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:44:55 2013:info:2041: received 2 file descriptors: 6, 7 Sat Oct 5 11:44:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:44:59 2013:info:2043: received 2 file descriptors: 6, 7 Sat Oct 5 11:44:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:45:10 2013:info:2045: received 2 file descriptors: 6, 7 Sat Oct 5 11:45:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:45:55 2013:info:2047: received 2 file descriptors: 6, 7 Sat Oct 5 11:45:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:45:59 2013:info:2049: received 2 file descriptors: 6, 7 Sat Oct 5 11:45:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:46:10 2013:info:2051: received 2 file descriptors: 6, 7 Sat Oct 5 11:46:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:46:27 2013:info:2053: received 2 file descriptors: 6, 7 Sat Oct 5 11:46:27 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 11:46:35 2013:info:2055: received 2 file descriptors: 6, 7 Sat Oct 5 11:46:35 2013:info:HTTP_REQUEST -> OK, 65 Sat Oct 5 11:46:35 2013:info:2057: received 2 file descriptors: 6, 7 Sat Oct 5 11:46:35 2013:info:HTTP_REQUEST -> OK, 3042 Sat Oct 5 11:46:39 2013:info:2059: received 2 file descriptors: 6, 7 Sat Oct 5 11:46:39 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 11:46:55 2013:info:2061: received 2 file descriptors: 6, 7 Sat Oct 5 11:46:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:46:56 2013:info:2063: received 2 file descriptors: 6, 7 Sat Oct 5 11:46:56 2013:info:HTTP_REQUEST -> OK, 2515 Sat Oct 5 11:46:59 2013:info:2065: received 2 file descriptors: 6, 7 Sat Oct 5 11:46:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:47:01 2013:info:2067: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:01 2013:info:HTTP_REQUEST -> OK, 3774 Sat Oct 5 11:47:10 2013:info:2069: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:10 2013:info:HTTP_REQUEST -> OK, 2581 Sat Oct 5 11:47:10 2013:info:2071: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:47:19 2013:info:2073: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:19 2013:info:HTTP_REQUEST -> OK, 3774 Sat Oct 5 11:47:41 2013:info:2075: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:41 2013:info:HTTP_REQUEST -> OK, 156 Sat Oct 5 11:47:41 2013:info:2077: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:41 2013:info:HTTP_REQUEST -> OK, 3923 Sat Oct 5 11:47:53 2013:info:2079: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:53 2013:info:HTTP_REQUEST -> OK, 143 Sat Oct 5 11:47:53 2013:info:2081: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:53 2013:info:HTTP_REQUEST -> OK, 5695 Sat Oct 5 11:47:55 2013:info:2083: received 2 file descriptors: 6, 7 Sat Oct 5 11:47:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:48:00 2013:info:2085: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:48:01 2013:info:2087: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:01 2013:info:HTTP_REQUEST -> OK, 152 Sat Oct 5 11:48:01 2013:info:2089: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:01 2013:info:HTTP_REQUEST -> OK, 3913 Sat Oct 5 11:48:10 2013:info:2091: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:48:19 2013:info:2093: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:19 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 11:48:19 2013:info:2095: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:19 2013:info:HTTP_REQUEST -> OK, 3636 Sat Oct 5 11:48:22 2013:info:2097: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:22 2013:info:HTTP_REQUEST -> OK, 3019 Sat Oct 5 11:48:38 2013:info:2099: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:38 2013:info:HTTP_REQUEST -> OK, 74 Sat Oct 5 11:48:38 2013:info:2101: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:38 2013:info:HTTP_REQUEST -> OK, 3618 Sat Oct 5 11:48:39 2013:info:2103: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:39 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 11:48:39 2013:info:2105: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:39 2013:info:HTTP_REQUEST -> OK, 3597 Sat Oct 5 11:48:41 2013:info:2107: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:41 2013:info:HTTP_REQUEST -> OK, 3011 Sat Oct 5 11:48:55 2013:info:2109: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:48:56 2013:info:2111: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:56 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 11:48:56 2013:info:userlist-server fd ready Sat Oct 5 11:48:56 2013:info:userlist-server notification: 1 Sat Oct 5 11:48:56 2013:info:2113: received 2 file descriptors: 6, 7 Sat Oct 5 11:48:56 2013:info:HTTP_REQUEST -> OK, 3449 Sat Oct 5 11:49:00 2013:info:2115: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:00 2013:info:teamdb_refresh: updated: 13 users, 31 max user, XML size = 4288 Sat Oct 5 11:49:00 2013:info:HTTP_REQUEST -> OK, 7960 Sat Oct 5 11:49:00 2013:info:2117: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:00 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 11:49:00 2013:info:2119: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:00 2013:info:HTTP_REQUEST -> OK, 3581 Sat Oct 5 11:49:03 2013:info:2121: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:49:07 2013:info:2123: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:07 2013:info:HTTP_REQUEST -> OK, 11080 Sat Oct 5 11:49:10 2013:info:2125: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:10 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:49:13 2013:info:2127: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:13 2013:info:HTTP_REQUEST -> OK, 85 Sat Oct 5 11:49:13 2013:info:userlist-server fd ready Sat Oct 5 11:49:13 2013:info:userlist-server notification: 1 Sat Oct 5 11:49:13 2013:info:2129: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:13 2013:info:HTTP_REQUEST -> OK, 3433 Sat Oct 5 11:49:21 2013:info:2131: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:22 2013:info:teamdb_refresh: updated: 14 users, 31 max user, XML size = 4620 Sat Oct 5 11:49:22 2013:info:HTTP_REQUEST -> OK, 7953 Sat Oct 5 11:49:29 2013:info:2133: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:29 2013:info:HTTP_REQUEST -> OK, 11073 Sat Oct 5 11:49:54 2013:info:2135: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 83, 1, 0, '2013-10-05 11:49:54', 872756000, 18, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 11:49:54', 872768000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 361, user_id = 18, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '522ff2b1f03b2dd2be6d3782030003c54ec4a89e', run_uuid = '8d47643f-be00-4e86-a24e-dd6cd89ce948', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 11:49:54', last_change_nsec = 876326000 WHERE contest_id = 1 AND run_id = 83 ; Sat Oct 5 11:49:54 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000083 Sat Oct 5 11:49:54 2013:info:writing file /home/judges/compile/var/compile/src/G002JVH52S98.cpp Sat Oct 5 11:49:54 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002JVH52S98 Sat Oct 5 11:49:54 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002JVH52S98 -> /home/judges/compile/var/compile/queue/dir/G002JVH52S98 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 42, passed_mode = 1, last_change_time = '2013-10-05 11:49:54', last_change_nsec = 881328000 WHERE contest_id = 1 AND run_id = 83 ; Sat Oct 5 11:49:54 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 11:49:54 2013:info:2137: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:54 2013:info:HTTP_REQUEST -> OK, 11750 Sat Oct 5 11:49:55 2013:info:2139: received 2 file descriptors: 6, 7 Sat Oct 5 11:49:55 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:49:56 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000083 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000083 Sat Oct 5 11:49:56 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000083 Sat Oct 5 11:49:56 2013:info:reading file /home/judges/compile/var/compile/000001/report/000083.txt Sat Oct 5 11:49:56 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000083 -> /home/judges/super-run/var/exe/G002JVH54VPK Sat Oct 5 11:49:57 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002JVH54VPK Sat Oct 5 11:49:57 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002JVH54VPK -> /home/judges/super-run/var/queue/dir/G002JVH54VPK mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 42, passed_mode = 1, last_change_time = '2013-10-05 11:49:57', last_change_nsec = 45796000 WHERE contest_id = 1 AND run_id = 83 ; Sat Oct 5 11:49:58 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000083 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000083 Sat Oct 5 11:49:58 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000083 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 11:49:58', last_change_nsec = 51679000 WHERE contest_id = 1 AND run_id = 83 ; Sat Oct 5 11:49:58 2013:info:Copy: /home/judges/000001/var/status/XXX_1380959398982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 11:49:58 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 11:49:58 2013:info:Copy: /home/judges/000001/var/run/000001/report/000083 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000083 Sat Oct 5 11:50:00 2013:info:2141: received 2 file descriptors: 6, 7 Sat Oct 5 11:50:00 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 11:50:03 2013:info:2143: received 2 file descriptors: 6, 7 Sat Oct 5 11:50:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:50:05 2013:info:2145: received 2 file descriptors: 6, 7 Sat Oct 5 11:50:05 2013:info:HTTP_REQUEST -> OK, 11702 Sat Oct 5 11:50:15 2013:info:2147: received 2 file descriptors: 6, 7 Sat Oct 5 11:50:15 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:50:35 2013:info:2149: received 2 file descriptors: 6, 7 Sat Oct 5 11:50:35 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:50:56 2013:info:2151: received 2 file descriptors: 6, 7 Sat Oct 5 11:50:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:51:03 2013:info:2153: received 2 file descriptors: 6, 7 Sat Oct 5 11:51:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:51:05 2013:info:2155: received 2 file descriptors: 6, 7 Sat Oct 5 11:51:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:51:15 2013:info:2157: received 2 file descriptors: 6, 7 Sat Oct 5 11:51:15 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:51:35 2013:info:2159: received 2 file descriptors: 6, 7 Sat Oct 5 11:51:35 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:51:56 2013:info:2161: received 2 file descriptors: 6, 7 Sat Oct 5 11:51:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:52:03 2013:info:2163: received 2 file descriptors: 6, 7 Sat Oct 5 11:52:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:52:05 2013:info:2165: received 2 file descriptors: 6, 7 Sat Oct 5 11:52:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:52:15 2013:info:2167: received 2 file descriptors: 6, 7 Sat Oct 5 11:52:15 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:52:35 2013:info:2169: received 2 file descriptors: 6, 7 Sat Oct 5 11:52:35 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:52:56 2013:info:2171: received 2 file descriptors: 6, 7 Sat Oct 5 11:52:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:53:03 2013:info:2173: received 2 file descriptors: 6, 7 Sat Oct 5 11:53:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:53:05 2013:info:2175: received 2 file descriptors: 6, 7 Sat Oct 5 11:53:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:53:15 2013:info:2177: received 2 file descriptors: 6, 7 Sat Oct 5 11:53:15 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:53:35 2013:info:2179: received 2 file descriptors: 6, 7 Sat Oct 5 11:53:35 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:53:56 2013:info:2181: received 2 file descriptors: 6, 7 Sat Oct 5 11:53:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:54:03 2013:info:2183: received 2 file descriptors: 6, 7 Sat Oct 5 11:54:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:54:05 2013:info:2185: received 2 file descriptors: 6, 7 Sat Oct 5 11:54:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:54:16 2013:info:2187: received 2 file descriptors: 6, 7 Sat Oct 5 11:54:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:54:55 2013:info:2189: received 2 file descriptors: 6, 7 Sat Oct 5 11:54:55 2013:info:HTTP_REQUEST -> OK, 11073 Sat Oct 5 11:54:56 2013:info:2191: received 2 file descriptors: 6, 7 Sat Oct 5 11:54:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:55:04 2013:info:2193: received 2 file descriptors: 6, 7 Sat Oct 5 11:55:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:55:05 2013:info:2195: received 2 file descriptors: 6, 7 Sat Oct 5 11:55:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:55:16 2013:info:2197: received 2 file descriptors: 6, 7 Sat Oct 5 11:55:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:55:56 2013:info:2199: received 2 file descriptors: 6, 7 Sat Oct 5 11:55:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:56:04 2013:info:2201: received 2 file descriptors: 6, 7 Sat Oct 5 11:56:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:56:06 2013:info:2203: received 2 file descriptors: 6, 7 Sat Oct 5 11:56:06 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:56:16 2013:info:2205: received 2 file descriptors: 6, 7 Sat Oct 5 11:56:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:56:56 2013:info:2207: received 2 file descriptors: 6, 7 Sat Oct 5 11:56:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:57:04 2013:info:2209: received 2 file descriptors: 6, 7 Sat Oct 5 11:57:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:57:06 2013:info:2211: received 2 file descriptors: 6, 7 Sat Oct 5 11:57:06 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:57:16 2013:info:2213: received 2 file descriptors: 6, 7 Sat Oct 5 11:57:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:57:34 2013:info:2215: received 2 file descriptors: 6, 7 Sat Oct 5 11:57:34 2013:info:HTTP_REQUEST -> OK, 11073 Sat Oct 5 11:57:56 2013:info:2217: received 2 file descriptors: 6, 7 Sat Oct 5 11:57:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:58:04 2013:info:2219: received 2 file descriptors: 6, 7 Sat Oct 5 11:58:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:58:06 2013:info:2221: received 2 file descriptors: 6, 7 Sat Oct 5 11:58:06 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:58:16 2013:info:2223: received 2 file descriptors: 6, 7 Sat Oct 5 11:58:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:58:36 2013:info:2225: received 2 file descriptors: 6, 7 Sat Oct 5 11:58:36 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:58:56 2013:info:2227: received 2 file descriptors: 6, 7 Sat Oct 5 11:58:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:59:04 2013:info:2229: received 2 file descriptors: 6, 7 Sat Oct 5 11:59:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:59:06 2013:info:2231: received 2 file descriptors: 6, 7 Sat Oct 5 11:59:06 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 11:59:16 2013:info:2233: received 2 file descriptors: 6, 7 Sat Oct 5 11:59:16 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:59:37 2013:info:2235: received 2 file descriptors: 6, 7 Sat Oct 5 11:59:37 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 11:59:56 2013:info:2237: received 2 file descriptors: 6, 7 Sat Oct 5 11:59:56 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:00:04 2013:info:2239: received 2 file descriptors: 6, 7 Sat Oct 5 12:00:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:00:06 2013:info:2241: received 2 file descriptors: 6, 7 Sat Oct 5 12:00:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:00:16 2013:info:2243: received 2 file descriptors: 6, 7 Sat Oct 5 12:00:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:00:37 2013:info:2245: received 2 file descriptors: 6, 7 Sat Oct 5 12:00:37 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:00:56 2013:info:2247: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 84, 1, 0, '2013-10-05 12:00:56', 596313000, 19, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 12:00:56', 596326000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 376, user_id = 19, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '15bb6f2984bf914d974db3ffbca3bb97229dd75f', run_uuid = '36b2ad78-92a7-4764-8d33-3e5fe57e7696', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 12:00:56', last_change_nsec = 603589000 WHERE contest_id = 1 AND run_id = 84 ; Sat Oct 5 12:00:56 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000084 Sat Oct 5 12:00:56 2013:info:writing file /home/judges/compile/var/compile/src/G002KVHPOH1K.cpp Sat Oct 5 12:00:56 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002KVHPOH1K Sat Oct 5 12:00:56 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002KVHPOH1K -> /home/judges/compile/var/compile/queue/dir/G002KVHPOH1K mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 43, passed_mode = 1, last_change_time = '2013-10-05 12:00:56', last_change_nsec = 607792000 WHERE contest_id = 1 AND run_id = 84 ; Sat Oct 5 12:00:56 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 12:00:56 2013:info:2249: received 2 file descriptors: 6, 7 Sat Oct 5 12:00:56 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:00:56 2013:info:2251: received 2 file descriptors: 6, 7 Sat Oct 5 12:00:56 2013:info:HTTP_REQUEST -> OK, 11741 Sat Oct 5 12:00:58 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000084 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000084 Sat Oct 5 12:00:58 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000084 Sat Oct 5 12:00:58 2013:info:reading file /home/judges/compile/var/compile/000001/report/000084.txt Sat Oct 5 12:00:58 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000084 -> /home/judges/super-run/var/exe/G002KVHPQ6K3 Sat Oct 5 12:00:58 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002KVHPQ6K3 Sat Oct 5 12:00:58 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002KVHPQ6K3 -> /home/judges/super-run/var/queue/dir/G002KVHPQ6K3 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 43, passed_mode = 1, last_change_time = '2013-10-05 12:00:58', last_change_nsec = 79477000 WHERE contest_id = 1 AND run_id = 84 ; Sat Oct 5 12:00:59 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000084 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000084 Sat Oct 5 12:00:59 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000084 mysql: UPDATE runs SET status = 7, score = 6, test_num = 1, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 12:00:59', last_change_nsec = 86038000 WHERE contest_id = 1 AND run_id = 84 ; Sat Oct 5 12:00:59 2013:info:Copy: /home/judges/000001/var/status/XXX_1380960059982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 12:00:59 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 12:00:59 2013:info:Copy: /home/judges/000001/var/run/000001/report/000084 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000084 Sat Oct 5 12:01:02 2013:info:2253: received 2 file descriptors: 6, 7 Sat Oct 5 12:01:02 2013:info:HTTP_REQUEST -> OK, 128 Sat Oct 5 12:01:04 2013:info:2255: received 2 file descriptors: 6, 7 Sat Oct 5 12:01:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:01:05 2013:info:2257: received 2 file descriptors: 6, 7 Sat Oct 5 12:01:05 2013:info:HTTP_REQUEST -> OK, 11721 Sat Oct 5 12:01:06 2013:info:2259: received 2 file descriptors: 6, 7 Sat Oct 5 12:01:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:01:16 2013:info:2261: received 2 file descriptors: 6, 7 Sat Oct 5 12:01:16 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:01:57 2013:info:2263: received 2 file descriptors: 6, 7 Sat Oct 5 12:01:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:02:04 2013:info:2265: received 2 file descriptors: 6, 7 Sat Oct 5 12:02:04 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:02:05 2013:info:2267: received 2 file descriptors: 6, 7 Sat Oct 5 12:02:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:02:06 2013:info:2269: received 2 file descriptors: 6, 7 Sat Oct 5 12:02:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:02:17 2013:info:2271: received 2 file descriptors: 6, 7 Sat Oct 5 12:02:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:02:57 2013:info:2273: received 2 file descriptors: 6, 7 Sat Oct 5 12:02:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:03:05 2013:info:2275: received 2 file descriptors: 6, 7 Sat Oct 5 12:03:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:03:05 2013:info:2277: received 2 file descriptors: 6, 7 Sat Oct 5 12:03:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:03:06 2013:info:2279: received 2 file descriptors: 6, 7 Sat Oct 5 12:03:06 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:03:17 2013:info:2281: received 2 file descriptors: 6, 7 Sat Oct 5 12:03:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:03:57 2013:info:2283: received 2 file descriptors: 6, 7 Sat Oct 5 12:03:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:04:05 2013:info:2285: received 2 file descriptors: 6, 7 Sat Oct 5 12:04:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:04:05 2013:info:2287: received 2 file descriptors: 6, 7 Sat Oct 5 12:04:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:04:07 2013:info:2289: received 2 file descriptors: 6, 7 Sat Oct 5 12:04:07 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:04:17 2013:info:2291: received 2 file descriptors: 6, 7 Sat Oct 5 12:04:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:04:28 2013:info:2293: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 85, 1, 0, '2013-10-05 12:04:28', 668976000, 19, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-05 12:04:28', 668987000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 376, user_id = 19, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'c3ff49043a78d905f58d8a5b7e980483e3b83bde', run_uuid = '2f740a4b-e2a8-45e0-b409-69b3234fa54c', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-05 12:04:28', last_change_nsec = 673295000 WHERE contest_id = 1 AND run_id = 85 ; Sat Oct 5 12:04:28 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000085 Sat Oct 5 12:04:28 2013:info:writing file /home/judges/compile/var/compile/src/G002LVI0CL0P.cpp Sat Oct 5 12:04:28 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002LVI0CL0P Sat Oct 5 12:04:28 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002LVI0CL0P -> /home/judges/compile/var/compile/queue/dir/G002LVI0CL0P mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 44, passed_mode = 1, last_change_time = '2013-10-05 12:04:28', last_change_nsec = 677295000 WHERE contest_id = 1 AND run_id = 85 ; Sat Oct 5 12:04:28 2013:info:HTTP_REQUEST -> OK, 93 Sat Oct 5 12:04:28 2013:info:2295: received 2 file descriptors: 6, 7 Sat Oct 5 12:04:28 2013:info:HTTP_REQUEST -> OK, 11972 Sat Oct 5 12:04:30 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000085 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000085 Sat Oct 5 12:04:30 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000085 Sat Oct 5 12:04:30 2013:info:reading file /home/judges/compile/var/compile/000001/report/000085.txt Sat Oct 5 12:04:30 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000085 -> /home/judges/super-run/var/exe/G002LVI0EBFS Sat Oct 5 12:04:30 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002LVI0EBFS Sat Oct 5 12:04:30 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002LVI0EBFS -> /home/judges/super-run/var/queue/dir/G002LVI0EBFS mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 44, passed_mode = 1, last_change_time = '2013-10-05 12:04:30', last_change_nsec = 821559000 WHERE contest_id = 1 AND run_id = 85 ; Sat Oct 5 12:04:33 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000085 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000085 Sat Oct 5 12:04:33 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000085 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-05 12:04:33', last_change_nsec = 229323000 WHERE contest_id = 1 AND run_id = 85 ; Sat Oct 5 12:04:33 2013:info:Copy: /home/judges/000001/var/status/XXX_1380960273982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sat Oct 5 12:04:33 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sat Oct 5 12:04:33 2013:info:Copy: /home/judges/000001/var/run/000001/report/000085 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000085 Sat Oct 5 12:04:33 2013:info:2297: received 2 file descriptors: 6, 7 Sat Oct 5 12:04:33 2013:info:HTTP_REQUEST -> OK, 129 Sat Oct 5 12:04:35 2013:info:2299: received 2 file descriptors: 6, 7 Sat Oct 5 12:04:35 2013:info:HTTP_REQUEST -> OK, 11925 Sat Oct 5 12:04:57 2013:info:2301: received 2 file descriptors: 6, 7 Sat Oct 5 12:04:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:05:05 2013:info:2303: received 2 file descriptors: 6, 7 Sat Oct 5 12:05:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:05:08 2013:info:2305: received 2 file descriptors: 6, 7 Sat Oct 5 12:05:08 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:05:17 2013:info:2307: received 2 file descriptors: 6, 7 Sat Oct 5 12:05:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:05:27 2013:info:2309: received 2 file descriptors: 6, 7 Sat Oct 5 12:05:27 2013:info:HTTP_REQUEST -> OK, 11245 Sat Oct 5 12:05:57 2013:info:2311: received 2 file descriptors: 6, 7 Sat Oct 5 12:05:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:06:05 2013:info:2313: received 2 file descriptors: 6, 7 Sat Oct 5 12:06:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:06:10 2013:info:2315: received 2 file descriptors: 6, 7 Sat Oct 5 12:06:10 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:06:17 2013:info:2317: received 2 file descriptors: 6, 7 Sat Oct 5 12:06:17 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:06:57 2013:info:2319: received 2 file descriptors: 6, 7 Sat Oct 5 12:06:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:07:05 2013:info:2321: received 2 file descriptors: 6, 7 Sat Oct 5 12:07:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:07:12 2013:info:2323: received 2 file descriptors: 6, 7 Sat Oct 5 12:07:12 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:07:57 2013:info:2325: received 2 file descriptors: 6, 7 Sat Oct 5 12:07:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:08:05 2013:info:2327: received 2 file descriptors: 6, 7 Sat Oct 5 12:08:05 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 12:08:14 2013:info:2329: received 2 file descriptors: 6, 7 Sat Oct 5 12:08:14 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:08:57 2013:info:2331: received 2 file descriptors: 6, 7 Sat Oct 5 12:08:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:09:57 2013:info:2333: received 2 file descriptors: 6, 7 Sat Oct 5 12:09:57 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:10:57 2013:info:2335: received 2 file descriptors: 6, 7 Sat Oct 5 12:10:57 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:11:57 2013:info:2337: received 2 file descriptors: 6, 7 Sat Oct 5 12:11:57 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:12:57 2013:info:2339: received 2 file descriptors: 6, 7 Sat Oct 5 12:12:57 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:13:57 2013:info:2341: received 2 file descriptors: 6, 7 Sat Oct 5 12:13:57 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:14:57 2013:info:2343: received 2 file descriptors: 6, 7 Sat Oct 5 12:14:57 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:15:58 2013:info:2345: received 2 file descriptors: 6, 7 Sat Oct 5 12:15:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:16:58 2013:info:2347: received 2 file descriptors: 6, 7 Sat Oct 5 12:16:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:17:58 2013:info:2349: received 2 file descriptors: 6, 7 Sat Oct 5 12:17:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:18:58 2013:info:2351: received 2 file descriptors: 6, 7 Sat Oct 5 12:18:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:19:58 2013:info:2353: received 2 file descriptors: 6, 7 Sat Oct 5 12:19:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:20:58 2013:info:2355: received 2 file descriptors: 6, 7 Sat Oct 5 12:20:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:21:58 2013:info:2357: received 2 file descriptors: 6, 7 Sat Oct 5 12:21:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:22:58 2013:info:2359: received 2 file descriptors: 6, 7 Sat Oct 5 12:22:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:23:58 2013:info:2361: received 2 file descriptors: 6, 7 Sat Oct 5 12:23:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:24:58 2013:info:2363: received 2 file descriptors: 6, 7 Sat Oct 5 12:24:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:25:58 2013:info:2365: received 2 file descriptors: 6, 7 Sat Oct 5 12:25:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:26:58 2013:info:2367: received 2 file descriptors: 6, 7 Sat Oct 5 12:26:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:27:58 2013:info:2369: received 2 file descriptors: 6, 7 Sat Oct 5 12:27:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:28:58 2013:info:2371: received 2 file descriptors: 6, 7 Sat Oct 5 12:28:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:29:58 2013:info:2373: received 2 file descriptors: 6, 7 Sat Oct 5 12:29:58 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:30:59 2013:info:2375: received 2 file descriptors: 6, 7 Sat Oct 5 12:30:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:31:59 2013:info:2377: received 2 file descriptors: 6, 7 Sat Oct 5 12:31:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:32:59 2013:info:2379: received 2 file descriptors: 6, 7 Sat Oct 5 12:32:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:33:59 2013:info:2381: received 2 file descriptors: 6, 7 Sat Oct 5 12:33:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:34:59 2013:info:2383: received 2 file descriptors: 6, 7 Sat Oct 5 12:34:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:35:59 2013:info:2385: received 2 file descriptors: 6, 7 Sat Oct 5 12:35:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:36:59 2013:info:2387: received 2 file descriptors: 6, 7 Sat Oct 5 12:36:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:37:59 2013:info:2389: received 2 file descriptors: 6, 7 Sat Oct 5 12:37:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:38:59 2013:info:2391: received 2 file descriptors: 6, 7 Sat Oct 5 12:38:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:39:59 2013:info:2393: received 2 file descriptors: 6, 7 Sat Oct 5 12:39:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:40:59 2013:info:2395: received 2 file descriptors: 6, 7 Sat Oct 5 12:40:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:41:59 2013:info:2397: received 2 file descriptors: 6, 7 Sat Oct 5 12:41:59 2013:info:HTTP_REQUEST -> OK, 122 Sat Oct 5 12:43:00 2013:info:2399: received 2 file descriptors: 6, 7 Sat Oct 5 12:43:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:44:00 2013:info:2401: received 2 file descriptors: 6, 7 Sat Oct 5 12:44:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:45:00 2013:info:2403: received 2 file descriptors: 6, 7 Sat Oct 5 12:45:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:46:00 2013:info:2405: received 2 file descriptors: 6, 7 Sat Oct 5 12:46:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:47:00 2013:info:2407: received 2 file descriptors: 6, 7 Sat Oct 5 12:47:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:48:00 2013:info:2409: received 2 file descriptors: 6, 7 Sat Oct 5 12:48:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:49:00 2013:info:2411: received 2 file descriptors: 6, 7 Sat Oct 5 12:49:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:50:00 2013:info:2413: received 2 file descriptors: 6, 7 Sat Oct 5 12:50:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:51:00 2013:info:2415: received 2 file descriptors: 6, 7 Sat Oct 5 12:51:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:52:00 2013:info:2417: received 2 file descriptors: 6, 7 Sat Oct 5 12:52:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:53:00 2013:info:2419: received 2 file descriptors: 6, 7 Sat Oct 5 12:53:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:54:00 2013:info:2421: received 2 file descriptors: 6, 7 Sat Oct 5 12:54:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:55:00 2013:info:2423: received 2 file descriptors: 6, 7 Sat Oct 5 12:55:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:56:00 2013:info:2425: received 2 file descriptors: 6, 7 Sat Oct 5 12:56:00 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:57:01 2013:info:2427: received 2 file descriptors: 6, 7 Sat Oct 5 12:57:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:58:01 2013:info:2429: received 2 file descriptors: 6, 7 Sat Oct 5 12:58:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 12:59:01 2013:info:2431: received 2 file descriptors: 6, 7 Sat Oct 5 12:59:01 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:00:01 2013:info:2433: received 2 file descriptors: 6, 7 Sat Oct 5 13:00:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:01:01 2013:info:2435: received 2 file descriptors: 6, 7 Sat Oct 5 13:01:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:02:01 2013:info:2437: received 2 file descriptors: 6, 7 Sat Oct 5 13:02:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:03:01 2013:info:2439: received 2 file descriptors: 6, 7 Sat Oct 5 13:03:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:04:01 2013:info:2441: received 2 file descriptors: 6, 7 Sat Oct 5 13:04:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:05:01 2013:info:2443: received 2 file descriptors: 6, 7 Sat Oct 5 13:05:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:06:01 2013:info:2445: received 2 file descriptors: 6, 7 Sat Oct 5 13:06:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:07:01 2013:info:2447: received 2 file descriptors: 6, 7 Sat Oct 5 13:07:01 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:08:02 2013:info:2449: received 2 file descriptors: 6, 7 Sat Oct 5 13:08:02 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:09:02 2013:info:2451: received 2 file descriptors: 6, 7 Sat Oct 5 13:09:02 2013:info:HTTP_REQUEST -> OK, 120 Sat Oct 5 13:10:02 2013:info:2453: received 2 file descriptors: 6, 7 Sat Oct 5 13:10:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:11:02 2013:info:2455: received 2 file descriptors: 6, 7 Sat Oct 5 13:11:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:12:02 2013:info:2457: received 2 file descriptors: 6, 7 Sat Oct 5 13:12:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:13:02 2013:info:2459: received 2 file descriptors: 6, 7 Sat Oct 5 13:13:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:14:02 2013:info:2461: received 2 file descriptors: 6, 7 Sat Oct 5 13:14:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:15:02 2013:info:2463: received 2 file descriptors: 6, 7 Sat Oct 5 13:15:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:16:02 2013:info:2465: received 2 file descriptors: 6, 7 Sat Oct 5 13:16:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:17:02 2013:info:2467: received 2 file descriptors: 6, 7 Sat Oct 5 13:17:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:18:02 2013:info:2469: received 2 file descriptors: 6, 7 Sat Oct 5 13:18:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:19:02 2013:info:2471: received 2 file descriptors: 6, 7 Sat Oct 5 13:19:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:20:02 2013:info:2473: received 2 file descriptors: 6, 7 Sat Oct 5 13:20:02 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:21:03 2013:info:2475: received 2 file descriptors: 6, 7 Sat Oct 5 13:21:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:22:03 2013:info:2477: received 2 file descriptors: 6, 7 Sat Oct 5 13:22:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:23:03 2013:info:2479: received 2 file descriptors: 6, 7 Sat Oct 5 13:23:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:24:03 2013:info:2481: received 2 file descriptors: 6, 7 Sat Oct 5 13:24:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:25:03 2013:info:2483: received 2 file descriptors: 6, 7 Sat Oct 5 13:25:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:26:03 2013:info:2485: received 2 file descriptors: 6, 7 Sat Oct 5 13:26:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:27:03 2013:info:2487: received 2 file descriptors: 6, 7 Sat Oct 5 13:27:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:28:03 2013:info:2489: received 2 file descriptors: 6, 7 Sat Oct 5 13:28:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:29:03 2013:info:2491: received 2 file descriptors: 6, 7 Sat Oct 5 13:29:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:30:03 2013:info:2493: received 2 file descriptors: 6, 7 Sat Oct 5 13:30:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:31:03 2013:info:2495: received 2 file descriptors: 6, 7 Sat Oct 5 13:31:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:32:03 2013:info:2497: received 2 file descriptors: 6, 7 Sat Oct 5 13:32:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:33:03 2013:info:2499: received 2 file descriptors: 6, 7 Sat Oct 5 13:33:03 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:34:04 2013:info:2501: received 2 file descriptors: 6, 7 Sat Oct 5 13:34:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:35:04 2013:info:2503: received 2 file descriptors: 6, 7 Sat Oct 5 13:35:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:36:04 2013:info:2505: received 2 file descriptors: 6, 7 Sat Oct 5 13:36:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:37:04 2013:info:2507: received 2 file descriptors: 6, 7 Sat Oct 5 13:37:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:38:04 2013:info:2509: received 2 file descriptors: 6, 7 Sat Oct 5 13:38:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:39:04 2013:info:2511: received 2 file descriptors: 6, 7 Sat Oct 5 13:39:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:40:04 2013:info:2513: received 2 file descriptors: 6, 7 Sat Oct 5 13:40:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:41:04 2013:info:2515: received 2 file descriptors: 6, 7 Sat Oct 5 13:41:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:42:04 2013:info:2517: received 2 file descriptors: 6, 7 Sat Oct 5 13:42:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:43:04 2013:info:2519: received 2 file descriptors: 6, 7 Sat Oct 5 13:43:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:44:04 2013:info:2521: received 2 file descriptors: 6, 7 Sat Oct 5 13:44:04 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:45:05 2013:info:2523: received 2 file descriptors: 6, 7 Sat Oct 5 13:45:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:46:05 2013:info:2525: received 2 file descriptors: 6, 7 Sat Oct 5 13:46:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:47:05 2013:info:2527: received 2 file descriptors: 6, 7 Sat Oct 5 13:47:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:48:05 2013:info:2529: received 2 file descriptors: 6, 7 Sat Oct 5 13:48:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:49:05 2013:info:2531: received 2 file descriptors: 6, 7 Sat Oct 5 13:49:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:50:05 2013:info:2533: received 2 file descriptors: 6, 7 Sat Oct 5 13:50:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:51:05 2013:info:2535: received 2 file descriptors: 6, 7 Sat Oct 5 13:51:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:52:05 2013:info:2537: received 2 file descriptors: 6, 7 Sat Oct 5 13:52:05 2013:info:HTTP_REQUEST -> OK, 121 Sat Oct 5 13:53:23 2013:info:userlist-server fd ready Sat Oct 5 13:53:23 2013:info:userlist-server notification: 1 Sat Oct 5 13:53:23 2013:info:userlist-server fd ready Sat Oct 5 13:53:23 2013:info:userlist-server notification: 1 Sat Oct 5 13:56:15 2013:info:2539: received 2 file descriptors: 6, 7 Sat Oct 5 13:56:15 2013:info:HTTP_REQUEST -> OK, 80 Sat Oct 5 13:56:15 2013:info:2541: received 2 file descriptors: 6, 7 Sat Oct 5 13:56:15 2013:info:allocate_user_info: new size 64 Sat Oct 5 13:56:15 2013:info:teamdb_refresh: updated: 14 users, 31 max user, XML size = 4620 Sat Oct 5 13:56:15 2013:info:HTTP_REQUEST -> OK, 21230 Sat Oct 5 13:56:22 2013:info:2543: received 2 file descriptors: 6, 7 Sat Oct 5 13:56:22 2013:info:HTTP_REQUEST -> OK, 1890 Sat Oct 5 13:56:36 2013:info:2545: received 2 file descriptors: 6, 7 Sat Oct 5 13:56:36 2013:info:HTTP_REQUEST -> OK, 1436 Sat Oct 5 13:56:39 2013:info:2547: received 2 file descriptors: 6, 7 Sat Oct 5 13:56:39 2013:info:HTTP_REQUEST -> OK, 21229 Sat Oct 5 13:56:55 2013:info:2549: received 2 file descriptors: 6, 7 Sat Oct 5 13:56:55 2013:info:HTTP_REQUEST -> OK, 8934 Sat Oct 5 14:01:56 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Sat Oct 5 14:01:56 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Sun Oct 6 23:37:42 2013:info:2551: received 2 file descriptors: 6, 7 Sun Oct 6 23:37:42 2013:info:HTTP_REQUEST -> OK, 73 Sun Oct 6 23:37:42 2013:info:2553: received 2 file descriptors: 6, 7 Sun Oct 6 23:37:42 2013:info:loading contest 1 configuration file Sun Oct 6 23:37:42 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; Sun Oct 6 23:37:42 2013:info:reconnected to MySQL daemon mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Sun Oct 6 23:37:42 2013:info:reading file /home/judges/000001/var/status/dir/status Sun Oct 6 23:37:42 2013:info:load_status_file: clients_suspended = 0 Sun Oct 6 23:37:42 2013:info:load_status_file: testing_suspended = 0 Sun Oct 6 23:37:42 2013:info:load_status_file: accepting_mode = 0 Sun Oct 6 23:37:42 2013:info:load_status_file: printing_suspended = 0 Sun Oct 6 23:37:42 2013:info:load_status_file: upsolving_mode = 0 Sun Oct 6 23:37:42 2013:info:teamdb_refresh: updated: 14 users, 31 max user, XML size = 4620 Sun Oct 6 23:37:42 2013:info:Copy: /home/judges/000001/var/status/XXX_1381088262982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Sun Oct 6 23:37:42 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Sun Oct 6 23:37:42 2013:info:allocate_user_info: new size 64 Sun Oct 6 23:37:42 2013:info:HTTP_REQUEST -> OK, 24613 Sun Oct 6 23:38:00 2013:info:2555: received 2 file descriptors: 6, 7 Sun Oct 6 23:38:00 2013:info:HTTP_REQUEST -> OK, 8929 Sun Oct 6 23:38:48 2013:info:2557: received 2 file descriptors: 6, 7 Sun Oct 6 23:38:48 2013:info:HTTP_REQUEST -> OK, 8929 Sun Oct 6 23:43:49 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Sun Oct 6 23:43:49 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Tue Oct 8 09:38:28 2013:info:2559: received 2 file descriptors: 6, 7 Tue Oct 8 09:38:28 2013:info:HTTP_REQUEST -> OK, 73 Tue Oct 8 09:38:28 2013:info:2561: received 2 file descriptors: 6, 7 Tue Oct 8 09:38:28 2013:info:loading contest 1 configuration file Tue Oct 8 09:38:28 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; Tue Oct 8 09:38:28 2013:info:reconnected to MySQL daemon mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Tue Oct 8 09:38:28 2013:info:reading file /home/judges/000001/var/status/dir/status Tue Oct 8 09:38:28 2013:info:load_status_file: clients_suspended = 0 Tue Oct 8 09:38:28 2013:info:load_status_file: testing_suspended = 0 Tue Oct 8 09:38:28 2013:info:load_status_file: accepting_mode = 0 Tue Oct 8 09:38:28 2013:info:load_status_file: printing_suspended = 0 Tue Oct 8 09:38:28 2013:info:load_status_file: upsolving_mode = 0 Tue Oct 8 09:38:28 2013:info:teamdb_refresh: updated: 14 users, 31 max user, XML size = 4620 Tue Oct 8 09:38:28 2013:info:Copy: /home/judges/000001/var/status/XXX_1381210708982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Tue Oct 8 09:38:28 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Tue Oct 8 09:38:28 2013:info:allocate_user_info: new size 64 Tue Oct 8 09:38:28 2013:info:HTTP_REQUEST -> OK, 24613 Tue Oct 8 09:38:39 2013:info:2563: received 2 file descriptors: 6, 7 Tue Oct 8 09:38:39 2013:info:HTTP_REQUEST -> OK, 8929 Tue Oct 8 09:43:40 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Tue Oct 8 09:43:40 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Tue Oct 8 17:06:05 2013:info:2565: received 2 file descriptors: 6, 7 Tue Oct 8 17:06:05 2013:info:HTTP_REQUEST -> OK, 2515 Tue Oct 8 17:06:12 2013:info:2567: received 2 file descriptors: 6, 7 Tue Oct 8 17:06:12 2013:info:HTTP_REQUEST -> OK, 65 Tue Oct 8 17:06:12 2013:info:2569: received 2 file descriptors: 6, 7 Tue Oct 8 17:06:12 2013:info:HTTP_REQUEST -> OK, 3042 Tue Oct 8 17:06:15 2013:info:2571: received 2 file descriptors: 6, 7 Tue Oct 8 17:06:15 2013:info:HTTP_REQUEST -> OK, 2581 Tue Oct 8 17:06:21 2013:info:2573: received 2 file descriptors: 6, 7 Tue Oct 8 17:06:21 2013:info:HTTP_REQUEST -> OK, 3774 Tue Oct 8 17:06:27 2013:info:2575: received 2 file descriptors: 6, 7 Tue Oct 8 17:06:27 2013:info:HTTP_REQUEST -> OK, 101 Tue Oct 8 17:06:27 2013:info:2577: received 2 file descriptors: 6, 7 Tue Oct 8 17:06:27 2013:info:HTTP_REQUEST -> OK, 5695 Tue Oct 8 17:07:02 2013:info:2579: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:02 2013:info:HTTP_REQUEST -> OK, 158 Tue Oct 8 17:07:02 2013:info:2581: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:02 2013:info:HTTP_REQUEST -> OK, 3935 Tue Oct 8 17:07:13 2013:info:2583: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:13 2013:info:HTTP_REQUEST -> OK, 74 Tue Oct 8 17:07:13 2013:info:2585: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:13 2013:info:HTTP_REQUEST -> OK, 3656 Tue Oct 8 17:07:17 2013:info:2587: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:17 2013:info:HTTP_REQUEST -> OK, 3027 Tue Oct 8 17:07:40 2013:info:2589: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:40 2013:info:HTTP_REQUEST -> OK, 85 Tue Oct 8 17:07:40 2013:info:2591: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:40 2013:info:HTTP_REQUEST -> OK, 3627 Tue Oct 8 17:07:47 2013:info:2593: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:47 2013:info:HTTP_REQUEST -> OK, 85 Tue Oct 8 17:07:47 2013:info:2595: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:47 2013:info:HTTP_REQUEST -> OK, 3479 Tue Oct 8 17:07:51 2013:info:2597: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:51 2013:info:loading contest 1 configuration file Tue Oct 8 17:07:51 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Tue Oct 8 17:07:51 2013:info:reading file /home/judges/000001/var/status/dir/status Tue Oct 8 17:07:51 2013:info:load_status_file: clients_suspended = 0 Tue Oct 8 17:07:51 2013:info:load_status_file: testing_suspended = 0 Tue Oct 8 17:07:51 2013:info:load_status_file: accepting_mode = 0 Tue Oct 8 17:07:51 2013:info:load_status_file: printing_suspended = 0 Tue Oct 8 17:07:51 2013:info:load_status_file: upsolving_mode = 0 Tue Oct 8 17:07:51 2013:info:teamdb_refresh: updated: 15 users, 31 max user, XML size = 4973 Tue Oct 8 17:07:51 2013:info:Copy: /home/judges/000001/var/status/XXX_1381237671982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Tue Oct 8 17:07:51 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Tue Oct 8 17:07:51 2013:info:HTTP_REQUEST -> OK, 7992 Tue Oct 8 17:07:56 2013:info:2599: received 2 file descriptors: 6, 7 Tue Oct 8 17:07:56 2013:info:HTTP_REQUEST -> OK, 11112 Tue Oct 8 17:08:56 2013:info:2601: received 2 file descriptors: 6, 7 Tue Oct 8 17:08:56 2013:info:HTTP_REQUEST -> OK, 121 Tue Oct 8 17:08:59 2013:info:2603: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 86, 1, 0, '2013-10-08 17:08:59', 30652000, 5, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-08 17:08:59', 30666000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 365, user_id = 5, prob_id = 5, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '1dc67e809dc1e10d1b2b7a6ca31d1117c78b1e28', run_uuid = '56cc0263-172f-4bfe-b464-cd8e667ff62c', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-08 17:08:59', last_change_nsec = 54037000 WHERE contest_id = 1 AND run_id = 86 ; Tue Oct 8 17:08:59 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000086 Tue Oct 8 17:08:59 2013:info:writing file /home/judges/compile/var/compile/src/G002M80VBPET.cpp Tue Oct 8 17:08:59 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002M80VBPET Tue Oct 8 17:08:59 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002M80VBPET -> /home/judges/compile/var/compile/queue/dir/G002M80VBPET mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-08 17:08:59', last_change_nsec = 59303000 WHERE contest_id = 1 AND run_id = 86 ; Tue Oct 8 17:08:59 2013:info:HTTP_REQUEST -> OK, 93 Tue Oct 8 17:08:59 2013:info:2605: received 2 file descriptors: 6, 7 Tue Oct 8 17:08:59 2013:info:HTTP_REQUEST -> OK, 11781 Tue Oct 8 17:09:01 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000086 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000086 Tue Oct 8 17:09:01 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000086 Tue Oct 8 17:09:01 2013:info:reading file /home/judges/compile/var/compile/000001/report/000086.txt Tue Oct 8 17:09:01 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000086 -> /home/judges/super-run/var/exe/G002M80VDET8 Tue Oct 8 17:09:01 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002M80VDET8 Tue Oct 8 17:09:01 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002M80VDET8 -> /home/judges/super-run/var/queue/dir/G002M80VDET8 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-08 17:09:01', last_change_nsec = 152698000 WHERE contest_id = 1 AND run_id = 86 ; Tue Oct 8 17:09:02 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000086 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000086 Tue Oct 8 17:09:02 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000086 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-08 17:09:02', last_change_nsec = 160426000 WHERE contest_id = 1 AND run_id = 86 ; Tue Oct 8 17:09:02 2013:info:Copy: /home/judges/000001/var/status/XXX_1381237742982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Tue Oct 8 17:09:02 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Tue Oct 8 17:09:02 2013:info:Copy: /home/judges/000001/var/run/000001/report/000086 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000086 Tue Oct 8 17:09:04 2013:info:2607: received 2 file descriptors: 6, 7 Tue Oct 8 17:09:04 2013:info:HTTP_REQUEST -> OK, 128 Tue Oct 8 17:09:09 2013:info:2609: received 2 file descriptors: 6, 7 Tue Oct 8 17:09:09 2013:info:HTTP_REQUEST -> OK, 11733 Tue Oct 8 17:10:09 2013:info:2611: received 2 file descriptors: 6, 7 Tue Oct 8 17:10:09 2013:info:HTTP_REQUEST -> OK, 121 Tue Oct 8 17:11:09 2013:info:2613: received 2 file descriptors: 6, 7 Tue Oct 8 17:11:09 2013:info:HTTP_REQUEST -> OK, 121 Tue Oct 8 17:12:10 2013:info:2615: received 2 file descriptors: 6, 7 Tue Oct 8 17:12:10 2013:info:HTTP_REQUEST -> OK, 122 Tue Oct 8 17:13:10 2013:info:2617: received 2 file descriptors: 6, 7 Tue Oct 8 17:13:10 2013:info:HTTP_REQUEST -> OK, 122 Tue Oct 8 17:13:59 2013:info:2619: received 2 file descriptors: 6, 7 Tue Oct 8 17:13:59 2013:info:HTTP_REQUEST -> OK, 11417 Tue Oct 8 17:14:17 2013:info:2621: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 87, 1, 0, '2013-10-08 17:14:17', 506369000, 5, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-08 17:14:17', 506383000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 430, user_id = 5, prob_id = 6, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'ace2c2251b82f88da858fa166314e555c38d008d', run_uuid = 'f45f966b-6464-4495-a46d-c787dfef21f2', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-08 17:14:17', last_change_nsec = 512215000 WHERE contest_id = 1 AND run_id = 87 ; Tue Oct 8 17:14:17 2013:info:writing file /home/judges/000001/var/archive/runs/0/0/2/000087 Tue Oct 8 17:14:17 2013:info:writing file /home/judges/compile/var/compile/src/G002N8199OFF.cpp Tue Oct 8 17:14:17 2013:info:writing file /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002N8199OFF Tue Oct 8 17:14:17 2013:info:Move: /home/judges/compile/var/compile/queue/in/982_localhost.localdomain_G002N8199OFF -> /home/judges/compile/var/compile/queue/dir/G002N8199OFF mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-08 17:14:17', last_change_nsec = 516971000 WHERE contest_id = 1 AND run_id = 87 ; Tue Oct 8 17:14:17 2013:info:HTTP_REQUEST -> OK, 93 Tue Oct 8 17:14:17 2013:info:2623: received 2 file descriptors: 6, 7 Tue Oct 8 17:14:17 2013:info:HTTP_REQUEST -> OK, 12066 Tue Oct 8 17:14:18 2013:info:Move: /home/judges/compile/var/compile/000001/status/dir/000087 -> /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000087 Tue Oct 8 17:14:18 2013:info:reading file /home/judges/compile/var/compile/000001/status/out/982_localhost.localdomain_000087 Tue Oct 8 17:14:18 2013:info:reading file /home/judges/compile/var/compile/000001/report/000087.txt Tue Oct 8 17:14:18 2013:info:Copy: /home/judges/compile/var/compile/000001/report/000087 -> /home/judges/super-run/var/exe/G002N819A93Q Tue Oct 8 17:14:18 2013:info:writing file /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002N819A93Q Tue Oct 8 17:14:18 2013:info:Move: /home/judges/super-run/var/queue/in/982_localhost.localdomain_G002N819A93Q -> /home/judges/super-run/var/queue/dir/G002N819A93Q mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-08 17:14:18', last_change_nsec = 600180000 WHERE contest_id = 1 AND run_id = 87 ; Tue Oct 8 17:14:19 2013:info:Move: /home/judges/000001/var/run/000001/status/dir/000087 -> /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000087 Tue Oct 8 17:14:19 2013:info:reading file /home/judges/000001/var/run/000001/status/out/982_localhost.localdomain_000087 mysql: UPDATE runs SET status = 0, score = 30, test_num = 5, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-08 17:14:19', last_change_nsec = 620082000 WHERE contest_id = 1 AND run_id = 87 ; Tue Oct 8 17:14:19 2013:info:Copy: /home/judges/000001/var/status/XXX_1381238059982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Tue Oct 8 17:14:19 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Tue Oct 8 17:14:19 2013:info:Copy: /home/judges/000001/var/run/000001/report/000087 -> /home/judges/000001/var/archive/xmlreports/0/0/2/000087 Tue Oct 8 17:14:22 2013:info:2625: received 2 file descriptors: 6, 7 Tue Oct 8 17:14:22 2013:info:HTTP_REQUEST -> OK, 130 Tue Oct 8 17:14:30 2013:info:2627: received 2 file descriptors: 6, 7 Tue Oct 8 17:14:30 2013:info:HTTP_REQUEST -> OK, 12019 Tue Oct 8 17:15:04 2013:info:2629: received 2 file descriptors: 6, 7 Tue Oct 8 17:15:04 2013:info:HTTP_REQUEST -> OK, 11661 Tue Oct 8 17:15:05 2013:info:2631: received 2 file descriptors: 6, 7 Tue Oct 8 17:15:05 2013:info:HTTP_REQUEST -> OK, 12018 Tue Oct 8 17:16:05 2013:info:2633: received 2 file descriptors: 6, 7 Tue Oct 8 17:16:05 2013:info:HTTP_REQUEST -> OK, 121 Tue Oct 8 17:17:05 2013:info:2635: received 2 file descriptors: 6, 7 Tue Oct 8 17:17:05 2013:info:HTTP_REQUEST -> OK, 121 Tue Oct 8 17:22:06 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Tue Oct 8 17:22:06 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Fri Oct 11 09:58:10 2013:info:2637: received 2 file descriptors: 6, 7 Fri Oct 11 09:58:10 2013:info:HTTP_REQUEST -> OK, 81 Fri Oct 11 09:58:10 2013:info:2639: received 2 file descriptors: 6, 7 Fri Oct 11 09:58:10 2013:info:loading contest 1 configuration file Fri Oct 11 09:58:10 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; Fri Oct 11 09:58:10 2013:info:reconnected to MySQL daemon mysql: SELECT * FROM runheaders WHERE contest_id = 1 ; mysql: SELECT * FROM runs WHERE contest_id=1 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=1 ORDER BY clar_id; Fri Oct 11 09:58:10 2013:info:reading file /home/judges/000001/var/status/dir/status Fri Oct 11 09:58:10 2013:info:load_status_file: clients_suspended = 0 Fri Oct 11 09:58:10 2013:info:load_status_file: testing_suspended = 0 Fri Oct 11 09:58:10 2013:info:load_status_file: accepting_mode = 0 Fri Oct 11 09:58:10 2013:info:load_status_file: printing_suspended = 0 Fri Oct 11 09:58:10 2013:info:load_status_file: upsolving_mode = 0 Fri Oct 11 09:58:10 2013:info:teamdb_refresh: updated: 15 users, 31 max user, XML size = 4973 Fri Oct 11 09:58:10 2013:info:Copy: /home/judges/000001/var/status/XXX_1381471090982 -> /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html Fri Oct 11 09:58:10 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_standings.html -> /home/judges/000001/var/status/dir/standings.html Fri Oct 11 09:58:10 2013:info:allocate_user_info: new size 64 Fri Oct 11 09:58:10 2013:info:HTTP_REQUEST -> OK, 25282 Fri Oct 11 09:58:15 2013:info:2641: received 2 file descriptors: 6, 7 Fri Oct 11 09:58:15 2013:info:HTTP_REQUEST -> OK, 9395 Fri Oct 11 10:03:16 2013:info:writing file /home/judges/000001/var/status/in/982_localhost.localdomain_status Fri Oct 11 10:03:16 2013:info:Move: /home/judges/000001/var/status/in/982_localhost.localdomain_status -> /home/judges/000001/var/status/dir/status Thu Oct 17 02:16:47 2013:info:1: received 2 file descriptors: 6, 7 Thu Oct 17 02:16:47 2013:info:HTTP_REQUEST -> OK, 2694 Thu Oct 17 02:16:54 2013:info:3: received 2 file descriptors: 6, 7 Thu Oct 17 02:16:54 2013:info:HTTP_REQUEST -> OK, 57 Thu Oct 17 02:16:55 2013:info:5: received 2 file descriptors: 6, 7 Thu Oct 17 02:16:55 2013:info:HTTP_REQUEST -> OK, 3266 Thu Oct 17 02:17:01 2013:info:7: received 2 file descriptors: 6, 7 Thu Oct 17 02:17:01 2013:info:HTTP_REQUEST -> OK, 2565 Thu Oct 17 02:17:09 2013:info:9: received 2 file descriptors: 6, 7 Thu Oct 17 02:17:09 2013:info:HTTP_REQUEST -> OK, 3742 Thu Oct 17 02:17:31 2013:info:11: received 2 file descriptors: 6, 7 Thu Oct 17 02:17:31 2013:info:running as ejudge (1) Thu Oct 17 02:17:31 2013:info:HTTP_REQUEST -> OK, 142 Thu Oct 17 02:17:31 2013:info:13: received 2 file descriptors: 6, 7 Thu Oct 17 02:17:31 2013:info:HTTP_REQUEST -> OK, 3887 Thu Oct 17 02:17:48 2013:info:15: received 2 file descriptors: 6, 7 Thu Oct 17 02:17:48 2013:info:HTTP_REQUEST -> OK, 66 Thu Oct 17 02:17:48 2013:info:17: received 2 file descriptors: 6, 7 Thu Oct 17 02:17:48 2013:info:HTTP_REQUEST -> OK, 3572 Thu Oct 17 02:18:01 2013:info:19: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:01 2013:info:HTTP_REQUEST -> OK, 77 Thu Oct 17 02:18:02 2013:info:21: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:02 2013:info:HTTP_REQUEST -> OK, 3424 Thu Oct 17 02:18:03 2013:info:23: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:03 2013:info:HTTP_REQUEST -> OK, 2991 Thu Oct 17 02:18:12 2013:info:25: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:12 2013:info:HTTP_REQUEST -> OK, 77 Thu Oct 17 02:18:12 2013:info:27: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:12 2013:info:HTTP_REQUEST -> OK, 3389 Thu Oct 17 02:18:21 2013:info:29: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:21 2013:info:loading contest 2 configuration file Thu Oct 17 02:18:21 2013:info:configuration file parsed ok Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/compile/var/compile/000002 created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/compile/var/compile/000002/status created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/compile/var/compile/000002/status/in created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/compile/var/compile/000002/status/dir created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/compile/var/compile/000002/status/out created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/compile/var/compile/000002/report created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/000002/var/run/000002 created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/000002/var/run/000002/status created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/000002/var/run/000002/status/in created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/000002/var/run/000002/status/dir created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/000002/var/run/000002/status/out created Thu Oct 17 02:18:21 2013:info:make_dir: /home/judges/000002/var/run/000002/report created mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 2 ; mysql: INSERT INTO runheaders VALUES ( 2, DEFAULT, DEFAULT, 0, DEFAULT, DEFAULT, 0, DEFAULT, DEFAULT, '2013-10-17 02:18:21', 481359000 ) ; Thu Oct 17 02:18:21 2013:info:The runlog is empty mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=2 ORDER BY clar_id; Thu Oct 17 02:18:21 2013:info:reading file /home/judges/000002/var/status/dir/status Thu Oct 17 02:18:21 2013:info:load_status_file: clients_suspended = 0 Thu Oct 17 02:18:21 2013:info:load_status_file: testing_suspended = 0 Thu Oct 17 02:18:21 2013:info:load_status_file: accepting_mode = 0 Thu Oct 17 02:18:21 2013:info:load_status_file: printing_suspended = 0 Thu Oct 17 02:18:21 2013:info:load_status_file: upsolving_mode = 0 Thu Oct 17 02:18:21 2013:info:teamdb_refresh: updated: 2 users, 15 max user, XML size = 691 Thu Oct 17 02:18:21 2013:info:Copy: /home/judges/000002/var/status/XXX_1381961901978 -> /home/judges/000002/var/status/in/978_localhost.localdomain_standings.html Thu Oct 17 02:18:21 2013:info:Move: /home/judges/000002/var/status/in/978_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 02:18:21 2013:info:HTTP_REQUEST -> OK, 4425 Thu Oct 17 02:18:47 2013:info:31: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:47 2013:info:HTTP_REQUEST -> OK, 73 Thu Oct 17 02:18:47 2013:info:33: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:47 2013:info:allocate_user_info: new size 64 Thu Oct 17 02:18:47 2013:info:HTTP_REQUEST -> OK, 14289 Thu Oct 17 02:18:54 2013:info:35: received 2 file descriptors: 6, 7 mysql: UPDATE runheaders SET start_time = '2013-10-17 02:18:54', last_change_time = '2013-10-17 02:18:54', last_change_nsec = 900436000 WHERE contest_id = 2 ; Thu Oct 17 02:18:54 2013:info:writing file /home/judges/000002/var/status/in/978_localhost.localdomain_status Thu Oct 17 02:18:54 2013:info:Move: /home/judges/000002/var/status/in/978_localhost.localdomain_status -> /home/judges/000002/var/status/dir/status Thu Oct 17 02:18:54 2013:info:Copy: /home/judges/000002/var/status/XXX_1381961934978 -> /home/judges/000002/var/status/in/978_localhost.localdomain_standings.html Thu Oct 17 02:18:54 2013:info:Move: /home/judges/000002/var/status/in/978_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 02:18:54 2013:info:HTTP_REQUEST -> OK, 64 Thu Oct 17 02:18:55 2013:info:37: received 2 file descriptors: 6, 7 Thu Oct 17 02:18:55 2013:info:HTTP_REQUEST -> OK, 13959 Thu Oct 17 02:19:03 2013:info:39: received 2 file descriptors: 6, 7 Thu Oct 17 02:19:03 2013:info:HTTP_REQUEST -> OK, 7748 Thu Oct 17 02:19:06 2013:info:41: received 2 file descriptors: 6, 7 Thu Oct 17 02:19:06 2013:info:HTTP_REQUEST -> OK, 10995 Thu Oct 17 02:19:08 2013:info:43: received 2 file descriptors: 6, 7 Thu Oct 17 02:19:08 2013:info:HTTP_REQUEST -> OK, 11434 Thu Oct 17 02:19:10 2013:info:45: received 2 file descriptors: 6, 7 Thu Oct 17 02:19:10 2013:info:HTTP_REQUEST -> OK, 10825 Thu Oct 17 02:19:12 2013:info:47: received 2 file descriptors: 6, 7 Thu Oct 17 02:19:12 2013:info:HTTP_REQUEST -> OK, 11108 Thu Oct 17 02:19:14 2013:info:49: received 2 file descriptors: 6, 7 Thu Oct 17 02:19:14 2013:info:HTTP_REQUEST -> OK, 10829 Thu Oct 17 02:19:16 2013:info:51: received 2 file descriptors: 6, 7 Thu Oct 17 02:19:16 2013:info:HTTP_REQUEST -> OK, 10996 Thu Oct 17 02:20:17 2013:info:53: received 2 file descriptors: 6, 7 Thu Oct 17 02:20:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:20:27 2013:info:55: received 2 file descriptors: 6, 7 Thu Oct 17 02:20:27 2013:info:HTTP_REQUEST -> OK, 73 Thu Oct 17 02:20:27 2013:info:57: received 2 file descriptors: 6, 7 Thu Oct 17 02:20:27 2013:info:HTTP_REQUEST -> OK, 13959 Thu Oct 17 02:21:18 2013:info:59: received 2 file descriptors: 6, 7 Thu Oct 17 02:21:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:22:19 2013:info:61: received 2 file descriptors: 6, 7 Thu Oct 17 02:22:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:23:20 2013:info:63: received 2 file descriptors: 6, 7 Thu Oct 17 02:23:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:24:21 2013:info:65: received 2 file descriptors: 6, 7 Thu Oct 17 02:24:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:25:22 2013:info:67: received 2 file descriptors: 6, 7 Thu Oct 17 02:25:22 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:26:23 2013:info:69: received 2 file descriptors: 6, 7 Thu Oct 17 02:26:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:27:24 2013:info:71: received 2 file descriptors: 6, 7 Thu Oct 17 02:27:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:28:25 2013:info:73: received 2 file descriptors: 6, 7 Thu Oct 17 02:28:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:29:26 2013:info:75: received 2 file descriptors: 6, 7 Thu Oct 17 02:29:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:30:27 2013:info:77: received 2 file descriptors: 6, 7 Thu Oct 17 02:30:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:30:39 2013:info:userlist-server fd ready Thu Oct 17 02:30:39 2013:info:userlist-server notification: 2 Thu Oct 17 02:30:39 2013:info:userlist-server fd ready Thu Oct 17 02:30:39 2013:info:userlist-server notification: 2 Thu Oct 17 02:31:28 2013:info:79: received 2 file descriptors: 6, 7 Thu Oct 17 02:31:28 2013:info:teamdb_refresh: updated: 2 users, 15 max user, XML size = 691 Thu Oct 17 02:31:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:32:29 2013:info:81: received 2 file descriptors: 6, 7 Thu Oct 17 02:32:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:33:30 2013:info:83: received 2 file descriptors: 6, 7 Thu Oct 17 02:33:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:34:31 2013:info:85: received 2 file descriptors: 6, 7 Thu Oct 17 02:34:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:35:32 2013:info:87: received 2 file descriptors: 6, 7 Thu Oct 17 02:35:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:36:33 2013:info:89: received 2 file descriptors: 6, 7 Thu Oct 17 02:36:33 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:37:34 2013:info:91: received 2 file descriptors: 6, 7 Thu Oct 17 02:37:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:38:35 2013:info:93: received 2 file descriptors: 6, 7 Thu Oct 17 02:38:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:39:36 2013:info:95: received 2 file descriptors: 6, 7 Thu Oct 17 02:39:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:40:37 2013:info:97: received 2 file descriptors: 6, 7 Thu Oct 17 02:40:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:41:38 2013:info:99: received 2 file descriptors: 6, 7 Thu Oct 17 02:41:38 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:42:39 2013:info:101: received 2 file descriptors: 6, 7 Thu Oct 17 02:42:39 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:43:40 2013:info:103: received 2 file descriptors: 6, 7 Thu Oct 17 02:43:40 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:44:41 2013:info:105: received 2 file descriptors: 6, 7 Thu Oct 17 02:44:41 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:45:42 2013:info:107: received 2 file descriptors: 6, 7 Thu Oct 17 02:45:42 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:46:43 2013:info:109: received 2 file descriptors: 6, 7 Thu Oct 17 02:46:43 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:47:44 2013:info:111: received 2 file descriptors: 6, 7 Thu Oct 17 02:47:44 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:48:45 2013:info:113: received 2 file descriptors: 6, 7 Thu Oct 17 02:48:45 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:49:46 2013:info:115: received 2 file descriptors: 6, 7 Thu Oct 17 02:49:46 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:50:47 2013:info:117: received 2 file descriptors: 6, 7 Thu Oct 17 02:50:47 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:51:48 2013:info:119: received 2 file descriptors: 6, 7 Thu Oct 17 02:51:48 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:52:49 2013:info:121: received 2 file descriptors: 6, 7 Thu Oct 17 02:52:49 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:53:50 2013:info:123: received 2 file descriptors: 6, 7 Thu Oct 17 02:53:50 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:54:51 2013:info:125: received 2 file descriptors: 6, 7 Thu Oct 17 02:54:51 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:55:52 2013:info:127: received 2 file descriptors: 6, 7 Thu Oct 17 02:55:52 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:56:53 2013:info:129: received 2 file descriptors: 6, 7 Thu Oct 17 02:56:53 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:57:54 2013:info:131: received 2 file descriptors: 6, 7 Thu Oct 17 02:57:54 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:58:55 2013:info:133: received 2 file descriptors: 6, 7 Thu Oct 17 02:58:55 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 02:59:56 2013:info:135: received 2 file descriptors: 6, 7 Thu Oct 17 02:59:56 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:00:57 2013:info:137: received 2 file descriptors: 6, 7 Thu Oct 17 03:00:57 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 03:01:58 2013:info:139: received 2 file descriptors: 6, 7 Thu Oct 17 03:01:58 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 03:02:59 2013:info:141: received 2 file descriptors: 6, 7 Thu Oct 17 03:02:59 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 03:03:43 2013:info:userlist-server fd ready Thu Oct 17 03:03:43 2013:info:userlist-server notification: 2 Thu Oct 17 03:03:43 2013:info:userlist-server fd ready Thu Oct 17 03:03:43 2013:info:userlist-server notification: 2 Thu Oct 17 03:04:00 2013:info:143: received 2 file descriptors: 6, 7 Thu Oct 17 03:04:00 2013:info:teamdb_refresh: updated: 2 users, 15 max user, XML size = 691 Thu Oct 17 03:04:00 2013:info:HTTP_REQUEST -> OK, 120 Thu Oct 17 03:05:01 2013:info:145: received 2 file descriptors: 6, 7 Thu Oct 17 03:05:01 2013:info:HTTP_REQUEST -> OK, 120 Thu Oct 17 03:06:00 2013:info:147: received 2 file descriptors: 6, 7 Thu Oct 17 03:06:00 2013:info:HTTP_REQUEST -> OK, 10994 Thu Oct 17 03:06:06 2013:info:149: received 2 file descriptors: 6, 7 Thu Oct 17 03:06:06 2013:info:HTTP_REQUEST -> OK, 68 Thu Oct 17 03:06:06 2013:info:151: received 2 file descriptors: 6, 7 Thu Oct 17 03:06:06 2013:info:HTTP_REQUEST -> OK, 3009 Thu Oct 17 03:07:28 2013:info:153: received 2 file descriptors: 6, 7 Thu Oct 17 03:07:28 2013:info:HTTP_REQUEST -> OK, 78 Thu Oct 17 03:07:28 2013:info:155: received 2 file descriptors: 6, 7 Thu Oct 17 03:07:28 2013:info:HTTP_REQUEST -> OK, 7786 Thu Oct 17 03:07:41 2013:info:157: received 2 file descriptors: 6, 7 Thu Oct 17 03:07:41 2013:info:HTTP_REQUEST -> OK, 10995 Thu Oct 17 03:12:26 2013:info:1: received 2 file descriptors: 6, 7 Thu Oct 17 03:12:26 2013:info:HTTP_REQUEST -> OK, 2694 Thu Oct 17 03:12:29 2013:info:3: received 2 file descriptors: 6, 7 Thu Oct 17 03:12:29 2013:info:HTTP_REQUEST -> OK, 2565 Thu Oct 17 03:12:41 2013:info:5: received 2 file descriptors: 6, 7 Thu Oct 17 03:12:41 2013:info:running as ejudge (1) Thu Oct 17 03:12:41 2013:info:HTTP_REQUEST -> OK, 66 Thu Oct 17 03:12:41 2013:info:7: received 2 file descriptors: 6, 7 Thu Oct 17 03:12:41 2013:info:HTTP_REQUEST -> OK, 3389 Thu Oct 17 03:12:45 2013:info:9: received 2 file descriptors: 6, 7 Thu Oct 17 03:12:45 2013:info:loading contest 2 configuration file Thu Oct 17 03:12:45 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 2 ; mysql: SELECT * FROM runs WHERE contest_id=2 ORDER BY run_id ; Thu Oct 17 03:12:46 2013:info:The runlog is empty mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=2 ORDER BY clar_id; Thu Oct 17 03:12:46 2013:info:reading file /home/judges/000002/var/status/dir/status Thu Oct 17 03:12:46 2013:info:load_status_file: clients_suspended = 0 Thu Oct 17 03:12:46 2013:info:load_status_file: testing_suspended = 0 Thu Oct 17 03:12:46 2013:info:load_status_file: accepting_mode = 0 Thu Oct 17 03:12:46 2013:info:load_status_file: printing_suspended = 0 Thu Oct 17 03:12:46 2013:info:load_status_file: upsolving_mode = 0 Thu Oct 17 03:12:46 2013:info:teamdb_refresh: updated: 2 users, 15 max user, XML size = 686 Thu Oct 17 03:12:46 2013:info:Copy: /home/judges/000002/var/status/XXX_1381965166981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 03:12:46 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 03:12:46 2013:info:HTTP_REQUEST -> OK, 6137 Thu Oct 17 03:12:49 2013:info:11: received 2 file descriptors: 6, 7 Thu Oct 17 03:12:49 2013:info:HTTP_REQUEST -> OK, 10658 Thu Oct 17 03:13:19 2013:info:13: received 2 file descriptors: 6, 7 Thu Oct 17 03:13:19 2013:info:runlog: ut_table is extended to 16 mysql: INSERT INTO runs VALUES ( 0, 2, 0, '2013-10-17 03:13:19', 132444000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 03:13:19', 132570000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 826, user_id = 6, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '1165ba19e9aab00dd63bfae8ec4a26e0a6f7b996', run_uuid = '0a1076ba-c4f1-4d84-a575-545b0c92a894', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 03:13:19', last_change_nsec = 140134000 WHERE contest_id = 2 AND run_id = 0 ; Thu Oct 17 03:13:19 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000000 Thu Oct 17 03:13:19 2013:info:writing file /home/judges/compile/var/compile/src/G0000U7CFOSI.pas Thu Oct 17 03:13:19 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0000U7CFOSI Thu Oct 17 03:13:19 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0000U7CFOSI -> /home/judges/compile/var/compile/queue/dir/G0000U7CFOSI mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-17 03:13:19', last_change_nsec = 331995000 WHERE contest_id = 2 AND run_id = 0 ; Thu Oct 17 03:13:19 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 03:13:19 2013:info:15: received 2 file descriptors: 6, 7 Thu Oct 17 03:13:19 2013:info:HTTP_REQUEST -> OK, 11327 Thu Oct 17 03:13:22 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000000 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000000 Thu Oct 17 03:13:22 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000000 Thu Oct 17 03:13:22 2013:info:reading file /home/judges/compile/var/compile/000002/report/000000.txt Thu Oct 17 03:13:22 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000000 Thu Oct 17 03:13:22 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000000 -> /home/judges/super-run/var/exe/G0000U7CIV8Q Thu Oct 17 03:13:22 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0000U7CIV8Q Thu Oct 17 03:13:22 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0000U7CIV8Q -> /home/judges/super-run/var/queue/dir/G0000U7CIV8Q mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-17 03:13:22', last_change_nsec = 473208000 WHERE contest_id = 2 AND run_id = 0 ; Thu Oct 17 03:13:24 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000000 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000000 Thu Oct 17 03:13:24 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000000 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 03:13:24', last_change_nsec = 482652000 WHERE contest_id = 2 AND run_id = 0 ; Thu Oct 17 03:13:24 2013:info:Copy: /home/judges/000002/var/status/XXX_1381965204981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 03:13:24 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 03:13:24 2013:info:Copy: /home/judges/000002/var/run/000002/report/000000 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000000 Thu Oct 17 03:13:24 2013:info:17: received 2 file descriptors: 6, 7 Thu Oct 17 03:13:24 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 03:13:25 2013:info:19: received 2 file descriptors: 6, 7 Thu Oct 17 03:13:25 2013:info:HTTP_REQUEST -> OK, 11308 Thu Oct 17 03:14:26 2013:info:21: received 2 file descriptors: 6, 7 Thu Oct 17 03:14:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:14:57 2013:info:23: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 1, 2, 0, '2013-10-17 03:14:57', 53367000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 03:14:57', 53377000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 825, user_id = 6, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7550a99aed40055df5a07e4da0a95b4b56f67c8b', run_uuid = 'bc3dd057-0da8-4b55-afab-7614981ab412', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 03:14:57', last_change_nsec = 62526000 WHERE contest_id = 2 AND run_id = 1 ; Thu Oct 17 03:14:57 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000001 Thu Oct 17 03:14:57 2013:info:writing file /home/judges/compile/var/compile/src/G0001U7FHKKO.pas Thu Oct 17 03:14:57 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0001U7FHKKO Thu Oct 17 03:14:57 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0001U7FHKKO -> /home/judges/compile/var/compile/queue/dir/G0001U7FHKKO mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-17 03:14:57', last_change_nsec = 87162000 WHERE contest_id = 2 AND run_id = 1 ; Thu Oct 17 03:14:57 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 03:14:57 2013:info:25: received 2 file descriptors: 6, 7 Thu Oct 17 03:14:57 2013:info:HTTP_REQUEST -> OK, 11558 Thu Oct 17 03:14:58 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000001 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000001 Thu Oct 17 03:14:58 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000001 Thu Oct 17 03:14:58 2013:info:reading file /home/judges/compile/var/compile/000002/report/000001.txt Thu Oct 17 03:14:58 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000001 Thu Oct 17 03:14:58 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000001 -> /home/judges/super-run/var/exe/G0001U7FI2JG Thu Oct 17 03:14:58 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0001U7FI2JG Thu Oct 17 03:14:58 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0001U7FI2JG -> /home/judges/super-run/var/queue/dir/G0001U7FI2JG mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-17 03:14:58', last_change_nsec = 241586000 WHERE contest_id = 2 AND run_id = 1 ; Thu Oct 17 03:14:59 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000001 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000001 Thu Oct 17 03:14:59 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000001 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 03:14:59', last_change_nsec = 248810000 WHERE contest_id = 2 AND run_id = 1 ; Thu Oct 17 03:14:59 2013:info:Copy: /home/judges/000002/var/status/XXX_1381965299981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 03:14:59 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 03:14:59 2013:info:Copy: /home/judges/000002/var/run/000002/report/000001 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000001 Thu Oct 17 03:15:02 2013:info:27: received 2 file descriptors: 6, 7 Thu Oct 17 03:15:02 2013:info:HTTP_REQUEST -> OK, 129 Thu Oct 17 03:15:07 2013:info:29: received 2 file descriptors: 6, 7 Thu Oct 17 03:15:07 2013:info:HTTP_REQUEST -> OK, 11538 Thu Oct 17 03:15:40 2013:info:31: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 2, 2, 0, '2013-10-17 03:15:40', 388850000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 03:15:40', 388859000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 826, user_id = 6, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '270fcada11bf60d19e90ea1e5a42c96f892d27f9', run_uuid = 'b1764c9f-39cc-4f7b-b0b7-7b3dbca0e625', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 03:15:40', last_change_nsec = 393431000 WHERE contest_id = 2 AND run_id = 2 ; Thu Oct 17 03:15:40 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000002 Thu Oct 17 03:15:40 2013:info:writing file /home/judges/compile/var/compile/src/G0002U7GS5V1.pas Thu Oct 17 03:15:40 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0002U7GS5V1 Thu Oct 17 03:15:40 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0002U7GS5V1 -> /home/judges/compile/var/compile/queue/dir/G0002U7GS5V1 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-17 03:15:40', last_change_nsec = 433520000 WHERE contest_id = 2 AND run_id = 2 ; Thu Oct 17 03:15:40 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 03:15:40 2013:info:33: received 2 file descriptors: 6, 7 Thu Oct 17 03:15:40 2013:info:HTTP_REQUEST -> OK, 11789 Thu Oct 17 03:15:41 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000002 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000002 Thu Oct 17 03:15:41 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000002 Thu Oct 17 03:15:41 2013:info:reading file /home/judges/compile/var/compile/000002/report/000002.txt Thu Oct 17 03:15:41 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000002 Thu Oct 17 03:15:41 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000002 -> /home/judges/super-run/var/exe/G0002U7GTMP5 Thu Oct 17 03:15:41 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0002U7GTMP5 Thu Oct 17 03:15:41 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0002U7GTMP5 -> /home/judges/super-run/var/queue/dir/G0002U7GTMP5 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-17 03:15:41', last_change_nsec = 558151000 WHERE contest_id = 2 AND run_id = 2 ; Thu Oct 17 03:15:42 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000002 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000002 Thu Oct 17 03:15:42 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000002 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 03:15:42', last_change_nsec = 569224000 WHERE contest_id = 2 AND run_id = 2 ; Thu Oct 17 03:15:42 2013:info:Copy: /home/judges/000002/var/status/XXX_1381965342981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 03:15:42 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 03:15:42 2013:info:Copy: /home/judges/000002/var/run/000002/report/000002 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000002 Thu Oct 17 03:15:44 2013:info:35: received 2 file descriptors: 6, 7 Thu Oct 17 03:15:44 2013:info:HTTP_REQUEST -> OK, 11744 Thu Oct 17 03:16:04 2013:info:37: received 2 file descriptors: 6, 7 Thu Oct 17 03:16:04 2013:info:HTTP_REQUEST -> OK, 9511 Thu Oct 17 03:16:48 2013:info:39: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 3, 2, 0, '2013-10-17 03:16:48', 902328000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 03:16:48', 902340000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 1314, user_id = 6, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7e80aac8723f825ff8350802802dc82237b127d6', run_uuid = '618d939b-9b1b-47d4-9a15-5dcb5bf63496', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 03:16:48', last_change_nsec = 913717000 WHERE contest_id = 2 AND run_id = 3 ; Thu Oct 17 03:16:48 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000003 Thu Oct 17 03:16:49 2013:info:writing file /home/judges/compile/var/compile/src/G0003U7J16IL.pas Thu Oct 17 03:16:49 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0003U7J16IL Thu Oct 17 03:16:49 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0003U7J16IL -> /home/judges/compile/var/compile/queue/dir/G0003U7J16IL mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-17 03:16:49', last_change_nsec = 7330000 WHERE contest_id = 2 AND run_id = 3 ; Thu Oct 17 03:16:49 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 03:16:49 2013:info:41: received 2 file descriptors: 6, 7 Thu Oct 17 03:16:49 2013:info:HTTP_REQUEST -> OK, 10164 Thu Oct 17 03:16:51 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000003 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000003 Thu Oct 17 03:16:51 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000003 Thu Oct 17 03:16:51 2013:info:reading file /home/judges/compile/var/compile/000002/report/000003.txt Thu Oct 17 03:16:51 2013:error:open("/home/judges/compile/var/compile/000002/report/000003.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 03:16:51', last_change_nsec = 123523000 WHERE contest_id = 2 AND run_id = 3 ; Thu Oct 17 03:16:51 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000003 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000003 Thu Oct 17 03:16:51 2013:info:Copy: /home/judges/000002/var/status/XXX_1381965411981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 03:16:51 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 03:16:54 2013:info:43: received 2 file descriptors: 6, 7 Thu Oct 17 03:16:54 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 03:17:09 2013:info:45: received 2 file descriptors: 6, 7 Thu Oct 17 03:17:09 2013:info:HTTP_REQUEST -> OK, 10159 Thu Oct 17 03:18:09 2013:info:47: received 2 file descriptors: 6, 7 Thu Oct 17 03:18:09 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 03:18:14 2013:info:49: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 4, 2, 0, '2013-10-17 03:18:14', 822827000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 03:18:14', 822836000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 895, user_id = 6, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'c2668a9aca1eaba5a6623153fc33682503cae5e2', run_uuid = '7d0a5c7b-7597-4e06-a467-3e66b3ee0282', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 03:18:14', last_change_nsec = 838094000 WHERE contest_id = 2 AND run_id = 4 ; Thu Oct 17 03:18:14 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000004 Thu Oct 17 03:18:14 2013:info:writing file /home/judges/compile/var/compile/src/G0004U7LM13H.pas Thu Oct 17 03:18:14 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0004U7LM13H Thu Oct 17 03:18:14 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0004U7LM13H -> /home/judges/compile/var/compile/queue/dir/G0004U7LM13H mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-17 03:18:14', last_change_nsec = 886584000 WHERE contest_id = 2 AND run_id = 4 ; Thu Oct 17 03:18:14 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 03:18:14 2013:info:51: received 2 file descriptors: 6, 7 Thu Oct 17 03:18:14 2013:info:HTTP_REQUEST -> OK, 10412 Thu Oct 17 03:18:16 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000004 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000004 Thu Oct 17 03:18:16 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000004 Thu Oct 17 03:18:16 2013:info:reading file /home/judges/compile/var/compile/000002/report/000004.txt Thu Oct 17 03:18:16 2013:error:open("/home/judges/compile/var/compile/000002/report/000004.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 03:18:16', last_change_nsec = 2595000 WHERE contest_id = 2 AND run_id = 4 ; Thu Oct 17 03:18:16 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000004 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000004 Thu Oct 17 03:18:16 2013:info:Copy: /home/judges/000002/var/status/XXX_1381965496981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 03:18:16 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 03:18:20 2013:info:53: received 2 file descriptors: 6, 7 Thu Oct 17 03:18:20 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 03:18:32 2013:info:55: received 2 file descriptors: 6, 7 Thu Oct 17 03:18:32 2013:info:HTTP_REQUEST -> OK, 10408 Thu Oct 17 03:19:33 2013:info:57: received 2 file descriptors: 6, 7 Thu Oct 17 03:19:33 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:19:40 2013:info:59: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 5, 2, 0, '2013-10-17 03:19:40', 650037000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 03:19:40', 650044000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 862, user_id = 6, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '6ef8221f73a4284d3ba444234f1210b3a1305274', run_uuid = '1b9a47ee-15a8-4ca7-9174-feba764f0be0', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 03:19:40', last_change_nsec = 658065000 WHERE contest_id = 2 AND run_id = 5 ; Thu Oct 17 03:19:40 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000005 Thu Oct 17 03:19:40 2013:info:writing file /home/judges/compile/var/compile/src/G0005U7OC0OC.pas Thu Oct 17 03:19:40 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0005U7OC0OC Thu Oct 17 03:19:40 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0005U7OC0OC -> /home/judges/compile/var/compile/queue/dir/G0005U7OC0OC mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-17 03:19:40', last_change_nsec = 690787000 WHERE contest_id = 2 AND run_id = 5 ; Thu Oct 17 03:19:40 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 03:19:40 2013:info:61: received 2 file descriptors: 6, 7 Thu Oct 17 03:19:40 2013:info:HTTP_REQUEST -> OK, 10660 Thu Oct 17 03:19:41 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000005 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000005 Thu Oct 17 03:19:41 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000005 Thu Oct 17 03:19:41 2013:info:reading file /home/judges/compile/var/compile/000002/report/000005.txt Thu Oct 17 03:19:41 2013:error:open("/home/judges/compile/var/compile/000002/report/000005.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 03:19:41', last_change_nsec = 864089000 WHERE contest_id = 2 AND run_id = 5 ; Thu Oct 17 03:19:41 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000005 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000005 Thu Oct 17 03:19:41 2013:info:Copy: /home/judges/000002/var/status/XXX_1381965581981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 03:19:41 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 03:19:46 2013:info:63: received 2 file descriptors: 6, 7 Thu Oct 17 03:19:46 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 03:19:46 2013:info:65: received 2 file descriptors: 6, 7 Thu Oct 17 03:19:46 2013:info:HTTP_REQUEST -> OK, 10656 Thu Oct 17 03:20:47 2013:info:67: received 2 file descriptors: 6, 7 Thu Oct 17 03:20:47 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:21:47 2013:info:69: received 2 file descriptors: 6, 7 Thu Oct 17 03:21:47 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:22:10 2013:info:71: received 2 file descriptors: 6, 7 Thu Oct 17 03:22:10 2013:info:HTTP_REQUEST -> OK, 2366 Thu Oct 17 03:23:12 2013:info:73: received 2 file descriptors: 6, 7 Thu Oct 17 03:23:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:24:12 2013:info:75: received 2 file descriptors: 6, 7 Thu Oct 17 03:24:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:25:12 2013:info:77: received 2 file descriptors: 6, 7 Thu Oct 17 03:25:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:26:12 2013:info:79: received 2 file descriptors: 6, 7 Thu Oct 17 03:26:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:27:12 2013:info:81: received 2 file descriptors: 6, 7 Thu Oct 17 03:27:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:28:12 2013:info:83: received 2 file descriptors: 6, 7 Thu Oct 17 03:28:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:29:13 2013:info:85: received 2 file descriptors: 6, 7 Thu Oct 17 03:29:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:30:13 2013:info:87: received 2 file descriptors: 6, 7 Thu Oct 17 03:30:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:31:13 2013:info:89: received 2 file descriptors: 6, 7 Thu Oct 17 03:31:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:32:13 2013:info:91: received 2 file descriptors: 6, 7 Thu Oct 17 03:32:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:33:13 2013:info:93: received 2 file descriptors: 6, 7 Thu Oct 17 03:33:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:34:13 2013:info:95: received 2 file descriptors: 6, 7 Thu Oct 17 03:34:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:35:13 2013:info:97: received 2 file descriptors: 6, 7 Thu Oct 17 03:35:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:36:13 2013:info:99: received 2 file descriptors: 6, 7 Thu Oct 17 03:36:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:37:13 2013:info:101: received 2 file descriptors: 6, 7 Thu Oct 17 03:37:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:38:13 2013:info:103: received 2 file descriptors: 6, 7 Thu Oct 17 03:38:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:39:13 2013:info:105: received 2 file descriptors: 6, 7 Thu Oct 17 03:39:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:40:14 2013:info:107: received 2 file descriptors: 6, 7 Thu Oct 17 03:40:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:41:14 2013:info:109: received 2 file descriptors: 6, 7 Thu Oct 17 03:41:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:42:14 2013:info:111: received 2 file descriptors: 6, 7 Thu Oct 17 03:42:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:43:14 2013:info:113: received 2 file descriptors: 6, 7 Thu Oct 17 03:43:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:44:14 2013:info:115: received 2 file descriptors: 6, 7 Thu Oct 17 03:44:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:45:14 2013:info:117: received 2 file descriptors: 6, 7 Thu Oct 17 03:45:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:46:14 2013:info:119: received 2 file descriptors: 6, 7 Thu Oct 17 03:46:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:47:14 2013:info:121: received 2 file descriptors: 6, 7 Thu Oct 17 03:47:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:48:14 2013:info:123: received 2 file descriptors: 6, 7 Thu Oct 17 03:48:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:49:14 2013:info:125: received 2 file descriptors: 6, 7 Thu Oct 17 03:49:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:50:15 2013:info:127: received 2 file descriptors: 6, 7 Thu Oct 17 03:50:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:51:15 2013:info:129: received 2 file descriptors: 6, 7 Thu Oct 17 03:51:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:52:15 2013:info:131: received 2 file descriptors: 6, 7 Thu Oct 17 03:52:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:53:15 2013:info:133: received 2 file descriptors: 6, 7 Thu Oct 17 03:53:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:54:15 2013:info:135: received 2 file descriptors: 6, 7 Thu Oct 17 03:54:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:55:15 2013:info:137: received 2 file descriptors: 6, 7 Thu Oct 17 03:55:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:56:15 2013:info:139: received 2 file descriptors: 6, 7 Thu Oct 17 03:56:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:57:15 2013:info:141: received 2 file descriptors: 6, 7 Thu Oct 17 03:57:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:58:15 2013:info:143: received 2 file descriptors: 6, 7 Thu Oct 17 03:58:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 03:59:15 2013:info:145: received 2 file descriptors: 6, 7 Thu Oct 17 03:59:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:00:16 2013:info:147: received 2 file descriptors: 6, 7 Thu Oct 17 04:00:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:01:16 2013:info:149: received 2 file descriptors: 6, 7 Thu Oct 17 04:01:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:02:16 2013:info:151: received 2 file descriptors: 6, 7 Thu Oct 17 04:02:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:03:16 2013:info:153: received 2 file descriptors: 6, 7 Thu Oct 17 04:03:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:04:16 2013:info:155: received 2 file descriptors: 6, 7 Thu Oct 17 04:04:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:05:16 2013:info:157: received 2 file descriptors: 6, 7 Thu Oct 17 04:05:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:06:16 2013:info:159: received 2 file descriptors: 6, 7 Thu Oct 17 04:06:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:07:16 2013:info:161: received 2 file descriptors: 6, 7 Thu Oct 17 04:07:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:08:16 2013:info:163: received 2 file descriptors: 6, 7 Thu Oct 17 04:08:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:09:16 2013:info:165: received 2 file descriptors: 6, 7 Thu Oct 17 04:09:16 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 04:10:17 2013:info:167: received 2 file descriptors: 6, 7 Thu Oct 17 04:10:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:11:17 2013:info:169: received 2 file descriptors: 6, 7 Thu Oct 17 04:11:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:12:17 2013:info:171: received 2 file descriptors: 6, 7 Thu Oct 17 04:12:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:13:17 2013:info:173: received 2 file descriptors: 6, 7 Thu Oct 17 04:13:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:14:17 2013:info:175: received 2 file descriptors: 6, 7 Thu Oct 17 04:14:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:15:17 2013:info:177: received 2 file descriptors: 6, 7 Thu Oct 17 04:15:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:16:17 2013:info:179: received 2 file descriptors: 6, 7 Thu Oct 17 04:16:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:17:17 2013:info:181: received 2 file descriptors: 6, 7 Thu Oct 17 04:17:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:18:17 2013:info:183: received 2 file descriptors: 6, 7 Thu Oct 17 04:18:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:19:17 2013:info:185: received 2 file descriptors: 6, 7 Thu Oct 17 04:19:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:20:18 2013:info:187: received 2 file descriptors: 6, 7 Thu Oct 17 04:20:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:21:18 2013:info:189: received 2 file descriptors: 6, 7 Thu Oct 17 04:21:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:22:18 2013:info:191: received 2 file descriptors: 6, 7 Thu Oct 17 04:22:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:23:18 2013:info:193: received 2 file descriptors: 6, 7 Thu Oct 17 04:23:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:24:18 2013:info:195: received 2 file descriptors: 6, 7 Thu Oct 17 04:24:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:25:18 2013:info:197: received 2 file descriptors: 6, 7 Thu Oct 17 04:25:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:26:18 2013:info:199: received 2 file descriptors: 6, 7 Thu Oct 17 04:26:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:27:18 2013:info:201: received 2 file descriptors: 6, 7 Thu Oct 17 04:27:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:28:18 2013:info:203: received 2 file descriptors: 6, 7 Thu Oct 17 04:28:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:29:18 2013:info:205: received 2 file descriptors: 6, 7 Thu Oct 17 04:29:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:30:18 2013:info:207: received 2 file descriptors: 6, 7 Thu Oct 17 04:30:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:31:18 2013:info:209: received 2 file descriptors: 6, 7 Thu Oct 17 04:31:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:32:19 2013:info:211: received 2 file descriptors: 6, 7 Thu Oct 17 04:32:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:33:19 2013:info:213: received 2 file descriptors: 6, 7 Thu Oct 17 04:33:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:34:19 2013:info:215: received 2 file descriptors: 6, 7 Thu Oct 17 04:34:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:35:19 2013:info:217: received 2 file descriptors: 6, 7 Thu Oct 17 04:35:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:36:19 2013:info:219: received 2 file descriptors: 6, 7 Thu Oct 17 04:36:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:37:19 2013:info:221: received 2 file descriptors: 6, 7 Thu Oct 17 04:37:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:38:19 2013:info:223: received 2 file descriptors: 6, 7 Thu Oct 17 04:38:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:39:19 2013:info:225: received 2 file descriptors: 6, 7 Thu Oct 17 04:39:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:40:19 2013:info:227: received 2 file descriptors: 6, 7 Thu Oct 17 04:40:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:41:19 2013:info:229: received 2 file descriptors: 6, 7 Thu Oct 17 04:41:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:42:20 2013:info:231: received 2 file descriptors: 6, 7 Thu Oct 17 04:42:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:43:20 2013:info:233: received 2 file descriptors: 6, 7 Thu Oct 17 04:43:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:44:20 2013:info:235: received 2 file descriptors: 6, 7 Thu Oct 17 04:44:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:45:20 2013:info:237: received 2 file descriptors: 6, 7 Thu Oct 17 04:45:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:46:20 2013:info:239: received 2 file descriptors: 6, 7 Thu Oct 17 04:46:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:47:20 2013:info:241: received 2 file descriptors: 6, 7 Thu Oct 17 04:47:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:48:20 2013:info:243: received 2 file descriptors: 6, 7 Thu Oct 17 04:48:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:49:20 2013:info:245: received 2 file descriptors: 6, 7 Thu Oct 17 04:49:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:50:20 2013:info:247: received 2 file descriptors: 6, 7 Thu Oct 17 04:50:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:51:21 2013:info:249: received 2 file descriptors: 6, 7 Thu Oct 17 04:51:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:52:21 2013:info:251: received 2 file descriptors: 6, 7 Thu Oct 17 04:52:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:53:21 2013:info:253: received 2 file descriptors: 6, 7 Thu Oct 17 04:53:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:54:21 2013:info:255: received 2 file descriptors: 6, 7 Thu Oct 17 04:54:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:55:21 2013:info:257: received 2 file descriptors: 6, 7 Thu Oct 17 04:55:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:56:21 2013:info:259: received 2 file descriptors: 6, 7 Thu Oct 17 04:56:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:57:21 2013:info:261: received 2 file descriptors: 6, 7 Thu Oct 17 04:57:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:58:21 2013:info:263: received 2 file descriptors: 6, 7 Thu Oct 17 04:58:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 04:59:21 2013:info:265: received 2 file descriptors: 6, 7 Thu Oct 17 04:59:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:00:21 2013:info:267: received 2 file descriptors: 6, 7 Thu Oct 17 05:00:21 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:01:22 2013:info:269: received 2 file descriptors: 6, 7 Thu Oct 17 05:01:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:02:22 2013:info:271: received 2 file descriptors: 6, 7 Thu Oct 17 05:02:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:03:22 2013:info:273: received 2 file descriptors: 6, 7 Thu Oct 17 05:03:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:04:22 2013:info:275: received 2 file descriptors: 6, 7 Thu Oct 17 05:04:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:05:22 2013:info:277: received 2 file descriptors: 6, 7 Thu Oct 17 05:05:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:06:22 2013:info:279: received 2 file descriptors: 6, 7 Thu Oct 17 05:06:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:07:22 2013:info:281: received 2 file descriptors: 6, 7 Thu Oct 17 05:07:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:08:22 2013:info:283: received 2 file descriptors: 6, 7 Thu Oct 17 05:08:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:09:22 2013:info:285: received 2 file descriptors: 6, 7 Thu Oct 17 05:09:22 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 05:10:22 2013:info:287: received 2 file descriptors: 6, 7 Thu Oct 17 05:10:22 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:11:23 2013:info:289: received 2 file descriptors: 6, 7 Thu Oct 17 05:11:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:12:23 2013:info:291: received 2 file descriptors: 6, 7 Thu Oct 17 05:12:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:13:23 2013:info:293: received 2 file descriptors: 6, 7 Thu Oct 17 05:13:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:14:23 2013:info:295: received 2 file descriptors: 6, 7 Thu Oct 17 05:14:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:15:23 2013:info:297: received 2 file descriptors: 6, 7 Thu Oct 17 05:15:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:16:23 2013:info:299: received 2 file descriptors: 6, 7 Thu Oct 17 05:16:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:17:23 2013:info:301: received 2 file descriptors: 6, 7 Thu Oct 17 05:17:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:18:23 2013:info:303: received 2 file descriptors: 6, 7 Thu Oct 17 05:18:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:19:23 2013:info:305: received 2 file descriptors: 6, 7 Thu Oct 17 05:19:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:20:23 2013:info:307: received 2 file descriptors: 6, 7 Thu Oct 17 05:20:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:21:23 2013:info:309: received 2 file descriptors: 6, 7 Thu Oct 17 05:21:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:22:24 2013:info:311: received 2 file descriptors: 6, 7 Thu Oct 17 05:22:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:23:24 2013:info:313: received 2 file descriptors: 6, 7 Thu Oct 17 05:23:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:24:24 2013:info:315: received 2 file descriptors: 6, 7 Thu Oct 17 05:24:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:25:24 2013:info:317: received 2 file descriptors: 6, 7 Thu Oct 17 05:25:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:26:24 2013:info:319: received 2 file descriptors: 6, 7 Thu Oct 17 05:26:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:27:24 2013:info:321: received 2 file descriptors: 6, 7 Thu Oct 17 05:27:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:28:24 2013:info:323: received 2 file descriptors: 6, 7 Thu Oct 17 05:28:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:29:24 2013:info:325: received 2 file descriptors: 6, 7 Thu Oct 17 05:29:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:30:24 2013:info:327: received 2 file descriptors: 6, 7 Thu Oct 17 05:30:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:31:24 2013:info:329: received 2 file descriptors: 6, 7 Thu Oct 17 05:31:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:32:25 2013:info:331: received 2 file descriptors: 6, 7 Thu Oct 17 05:32:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:33:25 2013:info:333: received 2 file descriptors: 6, 7 Thu Oct 17 05:33:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:34:25 2013:info:335: received 2 file descriptors: 6, 7 Thu Oct 17 05:34:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:35:25 2013:info:337: received 2 file descriptors: 6, 7 Thu Oct 17 05:35:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:36:25 2013:info:339: received 2 file descriptors: 6, 7 Thu Oct 17 05:36:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:37:25 2013:info:341: received 2 file descriptors: 6, 7 Thu Oct 17 05:37:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:38:25 2013:info:343: received 2 file descriptors: 6, 7 Thu Oct 17 05:38:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:39:25 2013:info:345: received 2 file descriptors: 6, 7 Thu Oct 17 05:39:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:40:25 2013:info:347: received 2 file descriptors: 6, 7 Thu Oct 17 05:40:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:41:25 2013:info:349: received 2 file descriptors: 6, 7 Thu Oct 17 05:41:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:42:25 2013:info:351: received 2 file descriptors: 6, 7 Thu Oct 17 05:42:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:43:26 2013:info:353: received 2 file descriptors: 6, 7 Thu Oct 17 05:43:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:44:26 2013:info:355: received 2 file descriptors: 6, 7 Thu Oct 17 05:44:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:45:26 2013:info:357: received 2 file descriptors: 6, 7 Thu Oct 17 05:45:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:46:26 2013:info:359: received 2 file descriptors: 6, 7 Thu Oct 17 05:46:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:47:26 2013:info:361: received 2 file descriptors: 6, 7 Thu Oct 17 05:47:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:48:26 2013:info:363: received 2 file descriptors: 6, 7 Thu Oct 17 05:48:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:49:26 2013:info:365: received 2 file descriptors: 6, 7 Thu Oct 17 05:49:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:50:26 2013:info:367: received 2 file descriptors: 6, 7 Thu Oct 17 05:50:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:51:26 2013:info:369: received 2 file descriptors: 6, 7 Thu Oct 17 05:51:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:52:26 2013:info:371: received 2 file descriptors: 6, 7 Thu Oct 17 05:52:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:53:26 2013:info:373: received 2 file descriptors: 6, 7 Thu Oct 17 05:53:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:54:27 2013:info:375: received 2 file descriptors: 6, 7 Thu Oct 17 05:54:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:55:27 2013:info:377: received 2 file descriptors: 6, 7 Thu Oct 17 05:55:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:56:27 2013:info:379: received 2 file descriptors: 6, 7 Thu Oct 17 05:56:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:57:27 2013:info:381: received 2 file descriptors: 6, 7 Thu Oct 17 05:57:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:58:27 2013:info:383: received 2 file descriptors: 6, 7 Thu Oct 17 05:58:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 05:59:27 2013:info:385: received 2 file descriptors: 6, 7 Thu Oct 17 05:59:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:00:27 2013:info:387: received 2 file descriptors: 6, 7 Thu Oct 17 06:00:27 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:01:27 2013:info:389: received 2 file descriptors: 6, 7 Thu Oct 17 06:01:27 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:02:27 2013:info:391: received 2 file descriptors: 6, 7 Thu Oct 17 06:02:27 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:03:27 2013:info:393: received 2 file descriptors: 6, 7 Thu Oct 17 06:03:27 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:04:27 2013:info:395: received 2 file descriptors: 6, 7 Thu Oct 17 06:04:27 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:05:28 2013:info:397: received 2 file descriptors: 6, 7 Thu Oct 17 06:05:28 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:06:28 2013:info:399: received 2 file descriptors: 6, 7 Thu Oct 17 06:06:28 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:07:28 2013:info:401: received 2 file descriptors: 6, 7 Thu Oct 17 06:07:28 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:08:28 2013:info:403: received 2 file descriptors: 6, 7 Thu Oct 17 06:08:28 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:09:28 2013:info:405: received 2 file descriptors: 6, 7 Thu Oct 17 06:09:28 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 06:10:28 2013:info:407: received 2 file descriptors: 6, 7 Thu Oct 17 06:10:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:11:28 2013:info:409: received 2 file descriptors: 6, 7 Thu Oct 17 06:11:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:12:28 2013:info:411: received 2 file descriptors: 6, 7 Thu Oct 17 06:12:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:13:28 2013:info:413: received 2 file descriptors: 6, 7 Thu Oct 17 06:13:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:14:28 2013:info:415: received 2 file descriptors: 6, 7 Thu Oct 17 06:14:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:15:29 2013:info:417: received 2 file descriptors: 6, 7 Thu Oct 17 06:15:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:16:29 2013:info:419: received 2 file descriptors: 6, 7 Thu Oct 17 06:16:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:17:29 2013:info:421: received 2 file descriptors: 6, 7 Thu Oct 17 06:17:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:18:29 2013:info:423: received 2 file descriptors: 6, 7 Thu Oct 17 06:18:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:19:29 2013:info:425: received 2 file descriptors: 6, 7 Thu Oct 17 06:19:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:20:29 2013:info:427: received 2 file descriptors: 6, 7 Thu Oct 17 06:20:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:21:29 2013:info:429: received 2 file descriptors: 6, 7 Thu Oct 17 06:21:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:22:29 2013:info:431: received 2 file descriptors: 6, 7 Thu Oct 17 06:22:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:23:29 2013:info:433: received 2 file descriptors: 6, 7 Thu Oct 17 06:23:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:24:29 2013:info:435: received 2 file descriptors: 6, 7 Thu Oct 17 06:24:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:25:29 2013:info:437: received 2 file descriptors: 6, 7 Thu Oct 17 06:25:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:26:29 2013:info:439: received 2 file descriptors: 6, 7 Thu Oct 17 06:26:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:27:30 2013:info:441: received 2 file descriptors: 6, 7 Thu Oct 17 06:27:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:28:30 2013:info:443: received 2 file descriptors: 6, 7 Thu Oct 17 06:28:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:29:30 2013:info:445: received 2 file descriptors: 6, 7 Thu Oct 17 06:29:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:30:30 2013:info:447: received 2 file descriptors: 6, 7 Thu Oct 17 06:30:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:31:30 2013:info:449: received 2 file descriptors: 6, 7 Thu Oct 17 06:31:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:32:30 2013:info:451: received 2 file descriptors: 6, 7 Thu Oct 17 06:32:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:33:30 2013:info:453: received 2 file descriptors: 6, 7 Thu Oct 17 06:33:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:34:30 2013:info:455: received 2 file descriptors: 6, 7 Thu Oct 17 06:34:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:35:30 2013:info:457: received 2 file descriptors: 6, 7 Thu Oct 17 06:35:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:36:30 2013:info:459: received 2 file descriptors: 6, 7 Thu Oct 17 06:36:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:37:31 2013:info:461: received 2 file descriptors: 6, 7 Thu Oct 17 06:37:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:38:31 2013:info:463: received 2 file descriptors: 6, 7 Thu Oct 17 06:38:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:39:31 2013:info:465: received 2 file descriptors: 6, 7 Thu Oct 17 06:39:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:40:31 2013:info:467: received 2 file descriptors: 6, 7 Thu Oct 17 06:40:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:41:31 2013:info:469: received 2 file descriptors: 6, 7 Thu Oct 17 06:41:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:42:31 2013:info:471: received 2 file descriptors: 6, 7 Thu Oct 17 06:42:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:43:31 2013:info:473: received 2 file descriptors: 6, 7 Thu Oct 17 06:43:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:44:31 2013:info:475: received 2 file descriptors: 6, 7 Thu Oct 17 06:44:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:45:31 2013:info:477: received 2 file descriptors: 6, 7 Thu Oct 17 06:45:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:46:31 2013:info:479: received 2 file descriptors: 6, 7 Thu Oct 17 06:46:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:47:32 2013:info:481: received 2 file descriptors: 6, 7 Thu Oct 17 06:47:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:48:32 2013:info:483: received 2 file descriptors: 6, 7 Thu Oct 17 06:48:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:49:32 2013:info:485: received 2 file descriptors: 6, 7 Thu Oct 17 06:49:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:50:32 2013:info:487: received 2 file descriptors: 6, 7 Thu Oct 17 06:50:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:51:32 2013:info:489: received 2 file descriptors: 6, 7 Thu Oct 17 06:51:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:52:32 2013:info:491: received 2 file descriptors: 6, 7 Thu Oct 17 06:52:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:53:32 2013:info:493: received 2 file descriptors: 6, 7 Thu Oct 17 06:53:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:54:32 2013:info:495: received 2 file descriptors: 6, 7 Thu Oct 17 06:54:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:55:32 2013:info:497: received 2 file descriptors: 6, 7 Thu Oct 17 06:55:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:56:32 2013:info:499: received 2 file descriptors: 6, 7 Thu Oct 17 06:56:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:57:33 2013:info:501: received 2 file descriptors: 6, 7 Thu Oct 17 06:57:33 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:58:33 2013:info:503: received 2 file descriptors: 6, 7 Thu Oct 17 06:58:33 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 06:59:33 2013:info:505: received 2 file descriptors: 6, 7 Thu Oct 17 06:59:33 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:00:33 2013:info:507: received 2 file descriptors: 6, 7 Thu Oct 17 07:00:33 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:01:33 2013:info:509: received 2 file descriptors: 6, 7 Thu Oct 17 07:01:33 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:02:33 2013:info:511: received 2 file descriptors: 6, 7 Thu Oct 17 07:02:33 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:03:33 2013:info:513: received 2 file descriptors: 6, 7 Thu Oct 17 07:03:33 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:04:33 2013:info:515: received 2 file descriptors: 6, 7 Thu Oct 17 07:04:33 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:05:33 2013:info:517: received 2 file descriptors: 6, 7 Thu Oct 17 07:05:33 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:06:33 2013:info:519: received 2 file descriptors: 6, 7 Thu Oct 17 07:06:33 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:07:34 2013:info:521: received 2 file descriptors: 6, 7 Thu Oct 17 07:07:34 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:08:34 2013:info:523: received 2 file descriptors: 6, 7 Thu Oct 17 07:08:34 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:09:34 2013:info:525: received 2 file descriptors: 6, 7 Thu Oct 17 07:09:34 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:10:34 2013:info:527: received 2 file descriptors: 6, 7 Thu Oct 17 07:10:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:11:34 2013:info:529: received 2 file descriptors: 6, 7 Thu Oct 17 07:11:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:12:34 2013:info:531: received 2 file descriptors: 6, 7 Thu Oct 17 07:12:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:13:34 2013:info:533: received 2 file descriptors: 6, 7 Thu Oct 17 07:13:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:14:34 2013:info:535: received 2 file descriptors: 6, 7 Thu Oct 17 07:14:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:15:34 2013:info:537: received 2 file descriptors: 6, 7 Thu Oct 17 07:15:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:16:34 2013:info:539: received 2 file descriptors: 6, 7 Thu Oct 17 07:16:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:17:34 2013:info:541: received 2 file descriptors: 6, 7 Thu Oct 17 07:17:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:18:35 2013:info:543: received 2 file descriptors: 6, 7 Thu Oct 17 07:18:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:19:35 2013:info:545: received 2 file descriptors: 6, 7 Thu Oct 17 07:19:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:20:35 2013:info:547: received 2 file descriptors: 6, 7 Thu Oct 17 07:20:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:21:35 2013:info:549: received 2 file descriptors: 6, 7 Thu Oct 17 07:21:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:22:35 2013:info:551: received 2 file descriptors: 6, 7 Thu Oct 17 07:22:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:23:35 2013:info:553: received 2 file descriptors: 6, 7 Thu Oct 17 07:23:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:24:35 2013:info:555: received 2 file descriptors: 6, 7 Thu Oct 17 07:24:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:25:35 2013:info:557: received 2 file descriptors: 6, 7 Thu Oct 17 07:25:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:26:35 2013:info:559: received 2 file descriptors: 6, 7 Thu Oct 17 07:26:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:27:36 2013:info:561: received 2 file descriptors: 6, 7 Thu Oct 17 07:27:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:28:36 2013:info:563: received 2 file descriptors: 6, 7 Thu Oct 17 07:28:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:29:36 2013:info:565: received 2 file descriptors: 6, 7 Thu Oct 17 07:29:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:30:36 2013:info:567: received 2 file descriptors: 6, 7 Thu Oct 17 07:30:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:31:36 2013:info:569: received 2 file descriptors: 6, 7 Thu Oct 17 07:31:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:32:36 2013:info:571: received 2 file descriptors: 6, 7 Thu Oct 17 07:32:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:33:36 2013:info:573: received 2 file descriptors: 6, 7 Thu Oct 17 07:33:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:34:36 2013:info:575: received 2 file descriptors: 6, 7 Thu Oct 17 07:34:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:35:36 2013:info:577: received 2 file descriptors: 6, 7 Thu Oct 17 07:35:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:36:36 2013:info:579: received 2 file descriptors: 6, 7 Thu Oct 17 07:36:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:37:37 2013:info:581: received 2 file descriptors: 6, 7 Thu Oct 17 07:37:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:38:37 2013:info:583: received 2 file descriptors: 6, 7 Thu Oct 17 07:38:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:39:37 2013:info:585: received 2 file descriptors: 6, 7 Thu Oct 17 07:39:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:40:37 2013:info:587: received 2 file descriptors: 6, 7 Thu Oct 17 07:40:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:41:37 2013:info:589: received 2 file descriptors: 6, 7 Thu Oct 17 07:41:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:42:37 2013:info:591: received 2 file descriptors: 6, 7 Thu Oct 17 07:42:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:43:37 2013:info:593: received 2 file descriptors: 6, 7 Thu Oct 17 07:43:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:44:37 2013:info:595: received 2 file descriptors: 6, 7 Thu Oct 17 07:44:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:45:37 2013:info:597: received 2 file descriptors: 6, 7 Thu Oct 17 07:45:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:46:37 2013:info:599: received 2 file descriptors: 6, 7 Thu Oct 17 07:46:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:47:38 2013:info:601: received 2 file descriptors: 6, 7 Thu Oct 17 07:47:38 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:48:38 2013:info:603: received 2 file descriptors: 6, 7 Thu Oct 17 07:48:38 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:49:00 2013:info:605: received 2 file descriptors: 6, 7 Thu Oct 17 07:49:00 2013:info:HTTP_REQUEST -> OK, 2366 Thu Oct 17 07:50:03 2013:info:607: received 2 file descriptors: 6, 7 Thu Oct 17 07:50:03 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:51:03 2013:info:609: received 2 file descriptors: 6, 7 Thu Oct 17 07:51:03 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:52:04 2013:info:611: received 2 file descriptors: 6, 7 Thu Oct 17 07:52:04 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 07:52:27 2013:info:613: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 6, 2, 0, '2013-10-17 07:52:27', 170713000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 07:52:27', 170739000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 854, user_id = 6, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'a0209a603947c836ba580de75875896e9e4230c2', run_uuid = 'ffbc3549-fdcf-4b26-9b09-2e4e4c57e092', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 07:52:27', last_change_nsec = 223076000 WHERE contest_id = 2 AND run_id = 6 ; Thu Oct 17 07:52:27 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000006 Thu Oct 17 07:52:27 2013:info:writing file /home/judges/compile/var/compile/src/G0006UNNRAG6.pas Thu Oct 17 07:52:27 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0006UNNRAG6 Thu Oct 17 07:52:27 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0006UNNRAG6 -> /home/judges/compile/var/compile/queue/dir/G0006UNNRAG6 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 7, passed_mode = 1, last_change_time = '2013-10-17 07:52:27', last_change_nsec = 241125000 WHERE contest_id = 2 AND run_id = 6 ; Thu Oct 17 07:52:27 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 07:52:27 2013:info:615: received 2 file descriptors: 6, 7 Thu Oct 17 07:52:27 2013:info:HTTP_REQUEST -> OK, 10908 Thu Oct 17 07:52:28 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000006 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000006 Thu Oct 17 07:52:28 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000006 Thu Oct 17 07:52:28 2013:info:reading file /home/judges/compile/var/compile/000002/report/000006.txt Thu Oct 17 07:52:28 2013:error:open("/home/judges/compile/var/compile/000002/report/000006.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 07:52:28', last_change_nsec = 354595000 WHERE contest_id = 2 AND run_id = 6 ; Thu Oct 17 07:52:28 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000006 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000006 Thu Oct 17 07:52:28 2013:info:Copy: /home/judges/000002/var/status/XXX_1381981948981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 07:52:28 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 07:52:32 2013:info:617: received 2 file descriptors: 6, 7 Thu Oct 17 07:52:32 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 07:52:35 2013:info:619: received 2 file descriptors: 6, 7 Thu Oct 17 07:52:35 2013:info:HTTP_REQUEST -> OK, 10904 Thu Oct 17 07:53:35 2013:info:621: received 2 file descriptors: 6, 7 Thu Oct 17 07:53:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:54:35 2013:info:623: received 2 file descriptors: 6, 7 Thu Oct 17 07:54:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:55:35 2013:info:625: received 2 file descriptors: 6, 7 Thu Oct 17 07:55:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:56:35 2013:info:627: received 2 file descriptors: 6, 7 Thu Oct 17 07:56:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:57:35 2013:info:629: received 2 file descriptors: 6, 7 Thu Oct 17 07:57:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:58:35 2013:info:631: received 2 file descriptors: 6, 7 Thu Oct 17 07:58:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 07:59:35 2013:info:633: received 2 file descriptors: 6, 7 Thu Oct 17 07:59:35 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:00:35 2013:info:635: received 2 file descriptors: 6, 7 Thu Oct 17 08:00:35 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:01:35 2013:info:637: received 2 file descriptors: 6, 7 Thu Oct 17 08:01:35 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:01:46 2013:info:639: received 2 file descriptors: 6, 7 Thu Oct 17 08:01:46 2013:info:HTTP_REQUEST -> OK, 2366 Thu Oct 17 08:02:39 2013:info:641: received 2 file descriptors: 6, 7 Thu Oct 17 08:02:39 2013:info:HTTP_REQUEST -> OK, 10903 Thu Oct 17 08:02:50 2013:info:643: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 7, 2, 0, '2013-10-17 08:02:50', 583973000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:02:50', 583984000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 6, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '52677ab3cbb36af7a60c6d794479ddfb16cf5ac5', run_uuid = 'cf83a89f-39ec-40c0-af21-0c63be3b49c1', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:02:50', last_change_nsec = 588880000 WHERE contest_id = 2 AND run_id = 7 ; Thu Oct 17 08:02:50 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000007 Thu Oct 17 08:02:50 2013:info:writing file /home/judges/compile/var/compile/src/G0007UOBAUF1.pas Thu Oct 17 08:02:50 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0007UOBAUF1 Thu Oct 17 08:02:50 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0007UOBAUF1 -> /home/judges/compile/var/compile/queue/dir/G0007UOBAUF1 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 8, passed_mode = 1, last_change_time = '2013-10-17 08:02:50', last_change_nsec = 621641000 WHERE contest_id = 2 AND run_id = 7 ; Thu Oct 17 08:02:50 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:02:50 2013:info:645: received 2 file descriptors: 6, 7 Thu Oct 17 08:02:50 2013:info:HTTP_REQUEST -> OK, 11155 Thu Oct 17 08:02:51 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000007 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000007 Thu Oct 17 08:02:51 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000007 Thu Oct 17 08:02:51 2013:info:reading file /home/judges/compile/var/compile/000002/report/000007.txt Thu Oct 17 08:02:51 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000007 Thu Oct 17 08:02:51 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000007 -> /home/judges/super-run/var/exe/G0007UOBBCLQ Thu Oct 17 08:02:51 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0007UOBBCLQ Thu Oct 17 08:02:51 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0007UOBBCLQ -> /home/judges/super-run/var/queue/dir/G0007UOBBCLQ mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 8, passed_mode = 1, last_change_time = '2013-10-17 08:02:51', last_change_nsec = 742510000 WHERE contest_id = 2 AND run_id = 7 ; Thu Oct 17 08:02:53 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000007 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000007 Thu Oct 17 08:02:53 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000007 mysql: UPDATE runs SET status = 7, score = 70, test_num = 7, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:02:53', last_change_nsec = 751120000 WHERE contest_id = 2 AND run_id = 7 ; Thu Oct 17 08:02:53 2013:info:Copy: /home/judges/000002/var/status/XXX_1381982573981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:02:53 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:02:53 2013:info:Copy: /home/judges/000002/var/run/000002/report/000007 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000007 Thu Oct 17 08:02:55 2013:info:647: received 2 file descriptors: 6, 7 Thu Oct 17 08:02:55 2013:info:HTTP_REQUEST -> OK, 129 Thu Oct 17 08:02:57 2013:info:649: received 2 file descriptors: 6, 7 Thu Oct 17 08:02:57 2013:info:HTTP_REQUEST -> OK, 11137 Thu Oct 17 08:03:57 2013:info:651: received 2 file descriptors: 6, 7 Thu Oct 17 08:03:57 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:04:49 2013:info:653: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 8, 2, 0, '2013-10-17 08:04:49', 387055000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:04:49', 387064000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 853, user_id = 6, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '8938974bdcf6972304012c3655ba5546c2a405d1', run_uuid = '6a0ac718-c3ac-487e-89ab-f81f75c9be1e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:04:49', last_change_nsec = 392561000 WHERE contest_id = 2 AND run_id = 8 ; Thu Oct 17 08:04:49 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000008 Thu Oct 17 08:04:49 2013:info:writing file /home/judges/compile/var/compile/src/G0008UOF16J5.pas Thu Oct 17 08:04:49 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0008UOF16J5 Thu Oct 17 08:04:49 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0008UOF16J5 -> /home/judges/compile/var/compile/queue/dir/G0008UOF16J5 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 9, passed_mode = 1, last_change_time = '2013-10-17 08:04:49', last_change_nsec = 433337000 WHERE contest_id = 2 AND run_id = 8 ; Thu Oct 17 08:04:49 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:04:49 2013:info:655: received 2 file descriptors: 6, 7 Thu Oct 17 08:04:49 2013:info:HTTP_REQUEST -> OK, 11389 Thu Oct 17 08:04:50 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000008 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000008 Thu Oct 17 08:04:50 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000008 Thu Oct 17 08:04:50 2013:info:reading file /home/judges/compile/var/compile/000002/report/000008.txt Thu Oct 17 08:04:50 2013:error:open("/home/judges/compile/var/compile/000002/report/000008.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:04:50', last_change_nsec = 539654000 WHERE contest_id = 2 AND run_id = 8 ; Thu Oct 17 08:04:50 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000008 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000008 Thu Oct 17 08:04:50 2013:info:Copy: /home/judges/000002/var/status/XXX_1381982690981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:04:50 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:04:54 2013:info:657: received 2 file descriptors: 6, 7 Thu Oct 17 08:04:54 2013:info:HTTP_REQUEST -> OK, 129 Thu Oct 17 08:04:56 2013:info:659: received 2 file descriptors: 6, 7 Thu Oct 17 08:04:56 2013:info:HTTP_REQUEST -> OK, 11385 Thu Oct 17 08:05:30 2013:info:661: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 9, 2, 0, '2013-10-17 08:05:30', 837318000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:05:30', 837327000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 6, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = '13c5c106-e204-463f-87c5-f6d3c6b372e9', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:05:30', last_change_nsec = 842051000 WHERE contest_id = 2 AND run_id = 9 ; Thu Oct 17 08:05:30 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000009 Thu Oct 17 08:05:30 2013:info:writing file /home/judges/compile/var/compile/src/G0009UOGARL3.pas Thu Oct 17 08:05:30 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0009UOGARL3 Thu Oct 17 08:05:30 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0009UOGARL3 -> /home/judges/compile/var/compile/queue/dir/G0009UOGARL3 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 10, passed_mode = 1, last_change_time = '2013-10-17 08:05:30', last_change_nsec = 848007000 WHERE contest_id = 2 AND run_id = 9 ; Thu Oct 17 08:05:30 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:05:30 2013:info:663: received 2 file descriptors: 6, 7 Thu Oct 17 08:05:30 2013:info:HTTP_REQUEST -> OK, 11637 Thu Oct 17 08:05:32 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000009 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000009 Thu Oct 17 08:05:32 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000009 Thu Oct 17 08:05:32 2013:info:reading file /home/judges/compile/var/compile/000002/report/000009.txt Thu Oct 17 08:05:32 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000009 Thu Oct 17 08:05:32 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000009 -> /home/judges/super-run/var/exe/G0009UOGC3J1 Thu Oct 17 08:05:32 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0009UOGC3J1 Thu Oct 17 08:05:32 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0009UOGC3J1 -> /home/judges/super-run/var/queue/dir/G0009UOGC3J1 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 10, passed_mode = 1, last_change_time = '2013-10-17 08:05:32', last_change_nsec = 27186000 WHERE contest_id = 2 AND run_id = 9 ; Thu Oct 17 08:05:33 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000009 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000009 Thu Oct 17 08:05:33 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000009 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:05:33', last_change_nsec = 69715000 WHERE contest_id = 2 AND run_id = 9 ; Thu Oct 17 08:05:33 2013:info:Copy: /home/judges/000002/var/status/XXX_1381982733981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:05:33 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:05:33 2013:info:Copy: /home/judges/000002/var/run/000002/report/000009 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000009 Thu Oct 17 08:05:35 2013:info:665: received 2 file descriptors: 6, 7 Thu Oct 17 08:05:35 2013:info:HTTP_REQUEST -> OK, 11592 Thu Oct 17 08:06:01 2013:info:667: received 2 file descriptors: 6, 7 Thu Oct 17 08:06:01 2013:info:HTTP_REQUEST -> OK, 2366 Thu Oct 17 08:07:04 2013:info:669: received 2 file descriptors: 6, 7 Thu Oct 17 08:07:04 2013:info:HTTP_REQUEST -> OK, 120 Thu Oct 17 08:07:10 2013:info:671: received 2 file descriptors: 6, 7 Thu Oct 17 08:07:10 2013:info:HTTP_REQUEST -> OK, 11737 Thu Oct 17 08:07:11 2013:info:673: received 2 file descriptors: 6, 7 Thu Oct 17 08:07:11 2013:info:HTTP_REQUEST -> OK, 11592 Thu Oct 17 08:07:14 2013:info:675: received 2 file descriptors: 6, 7 Thu Oct 17 08:07:14 2013:info:HTTP_REQUEST -> OK, 11737 Thu Oct 17 08:07:23 2013:info:677: received 2 file descriptors: 6, 7 Thu Oct 17 08:07:23 2013:info:HTTP_REQUEST -> OK, 11737 Thu Oct 17 08:08:19 2013:info:679: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 10, 2, 0, '2013-10-17 08:08:19', 809093000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:08:19', 809102000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 937, user_id = 6, prob_id = 2, lang_id = 2, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '6f6a0c4ad95854d2a33a2eb1a6fd4849f4b60a8e', run_uuid = 'ac57a6ef-4dc0-4327-a31f-6bc3bece5e93', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:08:19', last_change_nsec = 815560000 WHERE contest_id = 2 AND run_id = 10 ; Thu Oct 17 08:08:19 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000010 Thu Oct 17 08:08:19 2013:info:writing file /home/judges/compile/var/compile/src/G000AUOLJTA3.c Thu Oct 17 08:08:19 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000AUOLJTA3 Thu Oct 17 08:08:19 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000AUOLJTA3 -> /home/judges/compile/var/compile/queue/dir/G000AUOLJTA3 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 11, passed_mode = 1, last_change_time = '2013-10-17 08:08:19', last_change_nsec = 850130000 WHERE contest_id = 2 AND run_id = 10 ; Thu Oct 17 08:08:19 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:08:19 2013:info:681: received 2 file descriptors: 6, 7 Thu Oct 17 08:08:19 2013:info:HTTP_REQUEST -> OK, 11988 Thu Oct 17 08:08:21 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000010 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000010 Thu Oct 17 08:08:21 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000010 Thu Oct 17 08:08:21 2013:info:reading file /home/judges/compile/var/compile/000002/report/000010.txt Thu Oct 17 08:08:21 2013:error:open("/home/judges/compile/var/compile/000002/report/000010.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:08:21', last_change_nsec = 967329000 WHERE contest_id = 2 AND run_id = 10 ; Thu Oct 17 08:08:21 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000010 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000010 Thu Oct 17 08:08:21 2013:info:Copy: /home/judges/000002/var/status/XXX_1381982901981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:08:21 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:08:25 2013:info:683: received 2 file descriptors: 6, 7 Thu Oct 17 08:08:25 2013:info:HTTP_REQUEST -> OK, 129 Thu Oct 17 08:08:34 2013:info:685: received 2 file descriptors: 6, 7 Thu Oct 17 08:08:34 2013:info:HTTP_REQUEST -> OK, 11984 Thu Oct 17 08:09:34 2013:info:687: received 2 file descriptors: 6, 7 Thu Oct 17 08:09:34 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:10:34 2013:info:689: received 2 file descriptors: 6, 7 Thu Oct 17 08:10:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:11:34 2013:info:691: received 2 file descriptors: 6, 7 Thu Oct 17 08:11:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:12:34 2013:info:693: received 2 file descriptors: 6, 7 Thu Oct 17 08:12:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:12:40 2013:info:695: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 11, 2, 0, '2013-10-17 08:12:40', 202906000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:12:40', 202916000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 938, user_id = 6, prob_id = 2, lang_id = 2, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'cd2d7463fed960976b4c4c0a686f68abf0f34e7c', run_uuid = '5029d296-eff7-4376-a473-d4c4a082da99', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:12:40', last_change_nsec = 214990000 WHERE contest_id = 2 AND run_id = 11 ; Thu Oct 17 08:12:40 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000011 Thu Oct 17 08:12:40 2013:info:writing file /home/judges/compile/var/compile/src/G000BUOTOELJ.c Thu Oct 17 08:12:40 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000BUOTOELJ Thu Oct 17 08:12:40 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000BUOTOELJ -> /home/judges/compile/var/compile/queue/dir/G000BUOTOELJ mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 12, passed_mode = 1, last_change_time = '2013-10-17 08:12:40', last_change_nsec = 244857000 WHERE contest_id = 2 AND run_id = 11 ; Thu Oct 17 08:12:40 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:12:40 2013:info:697: received 2 file descriptors: 6, 7 Thu Oct 17 08:12:40 2013:info:HTTP_REQUEST -> OK, 12236 Thu Oct 17 08:12:42 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000011 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000011 Thu Oct 17 08:12:42 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000011 Thu Oct 17 08:12:42 2013:info:reading file /home/judges/compile/var/compile/000002/report/000011.txt Thu Oct 17 08:12:42 2013:error:open("/home/judges/compile/var/compile/000002/report/000011.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:12:42', last_change_nsec = 356139000 WHERE contest_id = 2 AND run_id = 11 ; Thu Oct 17 08:12:42 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000011 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000011 Thu Oct 17 08:12:42 2013:info:Copy: /home/judges/000002/var/status/XXX_1381983162981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:12:42 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:12:45 2013:info:699: received 2 file descriptors: 6, 7 Thu Oct 17 08:12:45 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 08:12:49 2013:info:701: received 2 file descriptors: 6, 7 Thu Oct 17 08:12:49 2013:info:HTTP_REQUEST -> OK, 12232 Thu Oct 17 08:13:49 2013:info:703: received 2 file descriptors: 6, 7 Thu Oct 17 08:13:49 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:14:38 2013:info:705: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 12, 2, 0, '2013-10-17 08:14:38', 570309000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:14:38', 570319000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 949, user_id = 6, prob_id = 2, lang_id = 2, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '2dfd327c2c07db892c72f8cdd2fe73ca5620b2e2', run_uuid = '1e69c6b4-f8f8-4294-a92f-b1f2ec143e43', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:14:38', last_change_nsec = 578131000 WHERE contest_id = 2 AND run_id = 12 ; Thu Oct 17 08:14:38 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000012 Thu Oct 17 08:14:38 2013:info:writing file /home/judges/compile/var/compile/src/G000CUP1EFDJ.c Thu Oct 17 08:14:38 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000CUP1EFDJ Thu Oct 17 08:14:38 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000CUP1EFDJ -> /home/judges/compile/var/compile/queue/dir/G000CUP1EFDJ mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 13, passed_mode = 1, last_change_time = '2013-10-17 08:14:38', last_change_nsec = 606192000 WHERE contest_id = 2 AND run_id = 12 ; Thu Oct 17 08:14:38 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:14:38 2013:info:707: received 2 file descriptors: 6, 7 Thu Oct 17 08:14:38 2013:info:HTTP_REQUEST -> OK, 12483 Thu Oct 17 08:14:40 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000012 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000012 Thu Oct 17 08:14:40 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000012 Thu Oct 17 08:14:40 2013:info:reading file /home/judges/compile/var/compile/000002/report/000012.txt Thu Oct 17 08:14:40 2013:error:open("/home/judges/compile/var/compile/000002/report/000012.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:14:40', last_change_nsec = 718932000 WHERE contest_id = 2 AND run_id = 12 ; Thu Oct 17 08:14:40 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000012 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000012 Thu Oct 17 08:14:40 2013:info:Copy: /home/judges/000002/var/status/XXX_1381983280981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:14:40 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:14:43 2013:info:709: received 2 file descriptors: 6, 7 Thu Oct 17 08:14:43 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 08:14:45 2013:info:711: received 2 file descriptors: 6, 7 Thu Oct 17 08:14:45 2013:info:HTTP_REQUEST -> OK, 12479 Thu Oct 17 08:15:45 2013:info:713: received 2 file descriptors: 6, 7 Thu Oct 17 08:15:45 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:16:10 2013:info:715: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 13, 2, 0, '2013-10-17 08:16:10', 267556000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:16:10', 267561000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 707, user_id = 6, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'e9d5a74e607e24bafc68dced186cde1a0f396d79', run_uuid = 'a299c078-3aee-410d-90db-e4eaa048a42f', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:16:10', last_change_nsec = 272340000 WHERE contest_id = 2 AND run_id = 13 ; Thu Oct 17 08:16:10 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000013 Thu Oct 17 08:16:10 2013:info:writing file /home/judges/compile/var/compile/src/G000DUP4AQK2.pas Thu Oct 17 08:16:10 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000DUP4AQK2 Thu Oct 17 08:16:10 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000DUP4AQK2 -> /home/judges/compile/var/compile/queue/dir/G000DUP4AQK2 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 14, passed_mode = 1, last_change_time = '2013-10-17 08:16:10', last_change_nsec = 552063000 WHERE contest_id = 2 AND run_id = 13 ; Thu Oct 17 08:16:10 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:16:10 2013:info:717: received 2 file descriptors: 6, 7 Thu Oct 17 08:16:10 2013:info:HTTP_REQUEST -> OK, 12730 Thu Oct 17 08:16:11 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000013 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000013 Thu Oct 17 08:16:11 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000013 Thu Oct 17 08:16:11 2013:info:reading file /home/judges/compile/var/compile/000002/report/000013.txt Thu Oct 17 08:16:11 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000013 Thu Oct 17 08:16:11 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000013 -> /home/judges/super-run/var/exe/G000DUP4BBAF Thu Oct 17 08:16:11 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000DUP4BBAF Thu Oct 17 08:16:11 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000DUP4BBAF -> /home/judges/super-run/var/queue/dir/G000DUP4BBAF mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 14, passed_mode = 1, last_change_time = '2013-10-17 08:16:11', last_change_nsec = 676442000 WHERE contest_id = 2 AND run_id = 13 ; Thu Oct 17 08:16:12 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000013 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000013 Thu Oct 17 08:16:12 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000013 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:16:12', last_change_nsec = 682935000 WHERE contest_id = 2 AND run_id = 13 ; Thu Oct 17 08:16:12 2013:info:Copy: /home/judges/000002/var/status/XXX_1381983372981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:16:12 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:16:12 2013:info:Copy: /home/judges/000002/var/run/000002/report/000013 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000013 Thu Oct 17 08:16:15 2013:info:719: received 2 file descriptors: 6, 7 Thu Oct 17 08:16:15 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 08:16:16 2013:info:721: received 2 file descriptors: 6, 7 Thu Oct 17 08:16:16 2013:info:HTTP_REQUEST -> OK, 12685 Thu Oct 17 08:17:16 2013:info:723: received 2 file descriptors: 6, 7 Thu Oct 17 08:17:16 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:18:16 2013:info:725: received 2 file descriptors: 6, 7 Thu Oct 17 08:18:16 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:19:16 2013:info:727: received 2 file descriptors: 6, 7 Thu Oct 17 08:19:16 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:20:16 2013:info:729: received 2 file descriptors: 6, 7 Thu Oct 17 08:20:16 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:20:55 2013:info:731: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 14, 2, 0, '2013-10-17 08:20:56', 2079000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:20:56', 2089000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 700, user_id = 6, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '875912337ff82f5acdb479c1897636ff03ea735f', run_uuid = '1dee0218-a3cc-4396-aae7-8afdc8fe3802', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:20:56', last_change_nsec = 13384000 WHERE contest_id = 2 AND run_id = 14 ; Thu Oct 17 08:20:56 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000014 Thu Oct 17 08:20:56 2013:info:writing file /home/judges/compile/var/compile/src/G000EUPD8433.cpp Thu Oct 17 08:20:56 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000EUPD8433 Thu Oct 17 08:20:56 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000EUPD8433 -> /home/judges/compile/var/compile/queue/dir/G000EUPD8433 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 15, passed_mode = 1, last_change_time = '2013-10-17 08:20:56', last_change_nsec = 37485000 WHERE contest_id = 2 AND run_id = 14 ; Thu Oct 17 08:20:56 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:20:56 2013:info:733: received 2 file descriptors: 6, 7 Thu Oct 17 08:20:56 2013:info:HTTP_REQUEST -> OK, 12936 Thu Oct 17 08:21:00 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000014 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000014 Thu Oct 17 08:21:00 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000014 Thu Oct 17 08:21:00 2013:info:reading file /home/judges/compile/var/compile/000002/report/000014.txt Thu Oct 17 08:21:00 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000014 -> /home/judges/super-run/var/exe/G000EUPDCKPR Thu Oct 17 08:21:00 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000EUPDCKPR Thu Oct 17 08:21:00 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000EUPDCKPR -> /home/judges/super-run/var/queue/dir/G000EUPDCKPR mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 15, passed_mode = 1, last_change_time = '2013-10-17 08:21:00', last_change_nsec = 227222000 WHERE contest_id = 2 AND run_id = 14 ; Thu Oct 17 08:21:01 2013:info:735: received 2 file descriptors: 6, 7 Thu Oct 17 08:21:01 2013:info:HTTP_REQUEST -> OK, 129 Thu Oct 17 08:21:02 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000014 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000014 Thu Oct 17 08:21:02 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000014 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:21:02', last_change_nsec = 327734000 WHERE contest_id = 2 AND run_id = 14 ; Thu Oct 17 08:21:02 2013:info:Copy: /home/judges/000002/var/status/XXX_1381983662981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:21:02 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:21:02 2013:info:Copy: /home/judges/000002/var/run/000002/report/000014 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000014 Thu Oct 17 08:21:06 2013:info:737: received 2 file descriptors: 6, 7 Thu Oct 17 08:21:06 2013:info:HTTP_REQUEST -> OK, 129 Thu Oct 17 08:21:10 2013:info:739: received 2 file descriptors: 6, 7 Thu Oct 17 08:21:10 2013:info:HTTP_REQUEST -> OK, 12891 Thu Oct 17 08:22:10 2013:info:741: received 2 file descriptors: 6, 7 Thu Oct 17 08:22:10 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:23:10 2013:info:743: received 2 file descriptors: 6, 7 Thu Oct 17 08:23:10 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:23:49 2013:info:745: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 15, 2, 0, '2013-10-17 08:23:49', 691311000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:23:49', 691322000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 976, user_id = 6, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7affafac0714b19526d15fac9268606898305dff', run_uuid = 'a9b22a76-0cab-43b6-887f-a0449d37c7b3', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:23:49', last_change_nsec = 699050000 WHERE contest_id = 2 AND run_id = 15 ; Thu Oct 17 08:23:49 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000015 Thu Oct 17 08:23:49 2013:info:writing file /home/judges/compile/var/compile/src/G000FUPIL6GE.cpp Thu Oct 17 08:23:49 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000FUPIL6GE Thu Oct 17 08:23:49 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000FUPIL6GE -> /home/judges/compile/var/compile/queue/dir/G000FUPIL6GE mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 16, passed_mode = 1, last_change_time = '2013-10-17 08:23:49', last_change_nsec = 760981000 WHERE contest_id = 2 AND run_id = 15 ; Thu Oct 17 08:23:49 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 08:23:49 2013:info:747: received 2 file descriptors: 6, 7 Thu Oct 17 08:23:49 2013:info:HTTP_REQUEST -> OK, 13142 Thu Oct 17 08:23:51 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000015 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000015 Thu Oct 17 08:23:51 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000015 Thu Oct 17 08:23:51 2013:info:reading file /home/judges/compile/var/compile/000002/report/000015.txt Thu Oct 17 08:23:51 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000015 -> /home/judges/super-run/var/exe/G000FUPINHVU Thu Oct 17 08:23:51 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000FUPINHVU Thu Oct 17 08:23:51 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000FUPINHVU -> /home/judges/super-run/var/queue/dir/G000FUPINHVU mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 16, passed_mode = 1, last_change_time = '2013-10-17 08:23:51', last_change_nsec = 920072000 WHERE contest_id = 2 AND run_id = 15 ; Thu Oct 17 08:23:53 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000015 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000015 Thu Oct 17 08:23:53 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000015 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:23:53', last_change_nsec = 935011000 WHERE contest_id = 2 AND run_id = 15 ; Thu Oct 17 08:23:53 2013:info:Copy: /home/judges/000002/var/status/XXX_1381983833981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:23:53 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:23:53 2013:info:Copy: /home/judges/000002/var/run/000002/report/000015 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000015 Thu Oct 17 08:23:55 2013:info:749: received 2 file descriptors: 6, 7 Thu Oct 17 08:23:55 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 08:24:00 2013:info:751: received 2 file descriptors: 6, 7 Thu Oct 17 08:24:00 2013:info:HTTP_REQUEST -> OK, 13096 Thu Oct 17 08:25:00 2013:info:753: received 2 file descriptors: 6, 7 Thu Oct 17 08:25:00 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:26:01 2013:info:755: received 2 file descriptors: 6, 7 Thu Oct 17 08:26:01 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:26:40 2013:info:757: received 2 file descriptors: 6, 7 Thu Oct 17 08:26:40 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 08:27:02 2013:info:759: received 2 file descriptors: 6, 7 Thu Oct 17 08:27:02 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:27:20 2013:info:761: received 2 file descriptors: 6, 7 Thu Oct 17 08:27:20 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 08:27:26 2013:info:763: received 2 file descriptors: 6, 7 Thu Oct 17 08:27:26 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 08:27:39 2013:info:765: received 2 file descriptors: 6, 7 Thu Oct 17 08:27:39 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 08:27:39 2013:info:767: received 2 file descriptors: 6, 7 Thu Oct 17 08:27:39 2013:info:HTTP_REQUEST -> OK, 3421 Thu Oct 17 08:27:44 2013:info:769: received 2 file descriptors: 6, 7 Thu Oct 17 08:27:44 2013:info:HTTP_REQUEST -> OK, 6221 Thu Oct 17 08:27:48 2013:info:771: received 2 file descriptors: 6, 7 Thu Oct 17 08:27:48 2013:info:HTTP_REQUEST -> OK, 13225 Thu Oct 17 08:27:56 2013:info:773: received 2 file descriptors: 6, 7 Thu Oct 17 08:27:56 2013:info:HTTP_REQUEST -> OK, 11721 Thu Oct 17 08:28:03 2013:info:775: received 2 file descriptors: 6, 7 Thu Oct 17 08:28:03 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:28:56 2013:info:777: received 2 file descriptors: 6, 7 Thu Oct 17 08:28:56 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:29:04 2013:info:779: received 2 file descriptors: 6, 7 Thu Oct 17 08:29:04 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:29:56 2013:info:781: received 2 file descriptors: 6, 7 Thu Oct 17 08:29:56 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:30:05 2013:info:783: received 2 file descriptors: 6, 7 Thu Oct 17 08:30:05 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:30:57 2013:info:785: received 2 file descriptors: 6, 7 Thu Oct 17 08:30:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:31:06 2013:info:787: received 2 file descriptors: 6, 7 Thu Oct 17 08:31:06 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:31:57 2013:info:789: received 2 file descriptors: 6, 7 Thu Oct 17 08:31:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:32:07 2013:info:791: received 2 file descriptors: 6, 7 Thu Oct 17 08:32:07 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:32:57 2013:info:793: received 2 file descriptors: 6, 7 Thu Oct 17 08:32:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:33:08 2013:info:795: received 2 file descriptors: 6, 7 Thu Oct 17 08:33:08 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:33:57 2013:info:797: received 2 file descriptors: 6, 7 Thu Oct 17 08:33:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:34:09 2013:info:799: received 2 file descriptors: 6, 7 Thu Oct 17 08:34:09 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 08:34:57 2013:info:801: received 2 file descriptors: 6, 7 Thu Oct 17 08:34:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:35:10 2013:info:803: received 2 file descriptors: 6, 7 Thu Oct 17 08:35:10 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:35:57 2013:info:805: received 2 file descriptors: 6, 7 Thu Oct 17 08:35:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:36:11 2013:info:807: received 2 file descriptors: 6, 7 Thu Oct 17 08:36:11 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:36:57 2013:info:809: received 2 file descriptors: 6, 7 Thu Oct 17 08:36:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:37:12 2013:info:811: received 2 file descriptors: 6, 7 Thu Oct 17 08:37:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:37:57 2013:info:813: received 2 file descriptors: 6, 7 Thu Oct 17 08:37:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:38:13 2013:info:815: received 2 file descriptors: 6, 7 Thu Oct 17 08:38:13 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:38:57 2013:info:817: received 2 file descriptors: 6, 7 Thu Oct 17 08:38:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:39:14 2013:info:819: received 2 file descriptors: 6, 7 Thu Oct 17 08:39:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:39:57 2013:info:821: received 2 file descriptors: 6, 7 Thu Oct 17 08:39:57 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:40:15 2013:info:823: received 2 file descriptors: 6, 7 Thu Oct 17 08:40:15 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:40:58 2013:info:825: received 2 file descriptors: 6, 7 Thu Oct 17 08:40:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:41:16 2013:info:827: received 2 file descriptors: 6, 7 Thu Oct 17 08:41:16 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:41:58 2013:info:829: received 2 file descriptors: 6, 7 Thu Oct 17 08:41:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:42:17 2013:info:831: received 2 file descriptors: 6, 7 Thu Oct 17 08:42:17 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:42:58 2013:info:833: received 2 file descriptors: 6, 7 Thu Oct 17 08:42:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:43:18 2013:info:835: received 2 file descriptors: 6, 7 Thu Oct 17 08:43:18 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:43:58 2013:info:837: received 2 file descriptors: 6, 7 Thu Oct 17 08:43:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:44:19 2013:info:839: received 2 file descriptors: 6, 7 Thu Oct 17 08:44:19 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:44:58 2013:info:841: received 2 file descriptors: 6, 7 Thu Oct 17 08:44:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:45:20 2013:info:843: received 2 file descriptors: 6, 7 Thu Oct 17 08:45:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:45:58 2013:info:845: received 2 file descriptors: 6, 7 Thu Oct 17 08:45:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:46:21 2013:info:847: received 2 file descriptors: 6, 7 Thu Oct 17 08:46:21 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:46:58 2013:info:849: received 2 file descriptors: 6, 7 Thu Oct 17 08:46:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:47:22 2013:info:851: received 2 file descriptors: 6, 7 Thu Oct 17 08:47:22 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:47:58 2013:info:853: received 2 file descriptors: 6, 7 Thu Oct 17 08:47:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:48:23 2013:info:855: received 2 file descriptors: 6, 7 Thu Oct 17 08:48:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:48:58 2013:info:857: received 2 file descriptors: 6, 7 Thu Oct 17 08:48:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:49:24 2013:info:859: received 2 file descriptors: 6, 7 Thu Oct 17 08:49:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:49:58 2013:info:861: received 2 file descriptors: 6, 7 Thu Oct 17 08:49:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:50:25 2013:info:863: received 2 file descriptors: 6, 7 Thu Oct 17 08:50:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:50:58 2013:info:865: received 2 file descriptors: 6, 7 Thu Oct 17 08:50:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:51:26 2013:info:867: received 2 file descriptors: 6, 7 Thu Oct 17 08:51:26 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:51:58 2013:info:869: received 2 file descriptors: 6, 7 Thu Oct 17 08:51:58 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:52:27 2013:info:871: received 2 file descriptors: 6, 7 Thu Oct 17 08:52:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:52:59 2013:info:873: received 2 file descriptors: 6, 7 Thu Oct 17 08:52:59 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:53:28 2013:info:875: received 2 file descriptors: 6, 7 Thu Oct 17 08:53:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:53:59 2013:info:877: received 2 file descriptors: 6, 7 Thu Oct 17 08:53:59 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:54:29 2013:info:879: received 2 file descriptors: 6, 7 Thu Oct 17 08:54:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:54:59 2013:info:881: received 2 file descriptors: 6, 7 Thu Oct 17 08:54:59 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:55:10 2013:info:883: received 2 file descriptors: 6, 7 Thu Oct 17 08:55:10 2013:info:HTTP_REQUEST -> OK, 13225 Thu Oct 17 08:55:19 2013:info:885: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 16, 2, 0, '2013-10-17 08:55:19', 996126000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:55:19', 996136000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 361, user_id = 6, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '4fb8be031fdb410ee723ea8aeb0b00544bcfc484', run_uuid = 'b5248f0f-f95e-4af0-881d-3c4d3569213e', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:55:20', last_change_nsec = 3135000 WHERE contest_id = 2 AND run_id = 16 ; Thu Oct 17 08:55:20 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000016 Thu Oct 17 08:55:20 2013:info:writing file /home/judges/compile/var/compile/src/G000GURDO8ED.cpp Thu Oct 17 08:55:20 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000GURDO8ED Thu Oct 17 08:55:20 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000GURDO8ED -> /home/judges/compile/var/compile/queue/dir/G000GURDO8ED mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 17, passed_mode = 1, last_change_time = '2013-10-17 08:55:20', last_change_nsec = 41875000 WHERE contest_id = 2 AND run_id = 16 ; Thu Oct 17 08:55:20 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 08:55:20 2013:info:887: received 2 file descriptors: 6, 7 Thu Oct 17 08:55:20 2013:info:HTTP_REQUEST -> OK, 13476 Thu Oct 17 08:55:23 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000016 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000016 Thu Oct 17 08:55:23 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000016 Thu Oct 17 08:55:23 2013:info:reading file /home/judges/compile/var/compile/000002/report/000016.txt Thu Oct 17 08:55:23 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000016 -> /home/judges/super-run/var/exe/G000GURDRMTH Thu Oct 17 08:55:23 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000GURDRMTH Thu Oct 17 08:55:23 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000GURDRMTH -> /home/judges/super-run/var/queue/dir/G000GURDRMTH mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 17, passed_mode = 1, last_change_time = '2013-10-17 08:55:23', last_change_nsec = 231596000 WHERE contest_id = 2 AND run_id = 16 ; Thu Oct 17 08:55:24 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000016 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000016 Thu Oct 17 08:55:24 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000016 mysql: UPDATE runs SET status = 7, score = 10, test_num = 1, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:55:24', last_change_nsec = 237834000 WHERE contest_id = 2 AND run_id = 16 ; Thu Oct 17 08:55:24 2013:info:Copy: /home/judges/000002/var/status/XXX_1381985724981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:55:24 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:55:24 2013:info:Copy: /home/judges/000002/var/run/000002/report/000016 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000016.gz Thu Oct 17 08:55:25 2013:info:889: received 2 file descriptors: 6, 7 Thu Oct 17 08:55:25 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 08:55:27 2013:info:891: received 2 file descriptors: 6, 7 Thu Oct 17 08:55:27 2013:info:HTTP_REQUEST -> OK, 13458 Thu Oct 17 08:55:30 2013:info:893: received 2 file descriptors: 6, 7 Thu Oct 17 08:55:30 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:56:07 2013:info:895: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 17, 2, 0, '2013-10-17 08:56:07', 834674000, 6, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 08:56:07', 834687000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 363, user_id = 6, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '0ffd2f7f16904af0898d383018eb8f8120f066da', run_uuid = '26e5ecc2-c1d8-4b1f-82ef-c87e17c83316', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 08:56:07', last_change_nsec = 839956000 WHERE contest_id = 2 AND run_id = 17 ; Thu Oct 17 08:56:07 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000017 Thu Oct 17 08:56:07 2013:info:writing file /home/judges/compile/var/compile/src/G000HURF79AA.cpp Thu Oct 17 08:56:07 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000HURF79AA Thu Oct 17 08:56:07 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000HURF79AA -> /home/judges/compile/var/compile/queue/dir/G000HURF79AA mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 18, passed_mode = 1, last_change_time = '2013-10-17 08:56:07', last_change_nsec = 861986000 WHERE contest_id = 2 AND run_id = 17 ; Thu Oct 17 08:56:07 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 08:56:07 2013:info:897: received 2 file descriptors: 6, 7 Thu Oct 17 08:56:07 2013:info:HTTP_REQUEST -> OK, 13708 Thu Oct 17 08:56:09 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000017 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000017 Thu Oct 17 08:56:09 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000017 Thu Oct 17 08:56:09 2013:info:reading file /home/judges/compile/var/compile/000002/report/000017.txt Thu Oct 17 08:56:09 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000017 -> /home/judges/super-run/var/exe/G000HURF9M39 Thu Oct 17 08:56:10 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000HURF9M39 Thu Oct 17 08:56:10 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000HURF9M39 -> /home/judges/super-run/var/queue/dir/G000HURF9M39 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 18, passed_mode = 1, last_change_time = '2013-10-17 08:56:10', last_change_nsec = 43309000 WHERE contest_id = 2 AND run_id = 17 ; Thu Oct 17 08:56:11 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000017 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000017 Thu Oct 17 08:56:11 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000017 mysql: UPDATE runs SET status = 7, score = 80, test_num = 8, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 08:56:11', last_change_nsec = 50019000 WHERE contest_id = 2 AND run_id = 17 ; Thu Oct 17 08:56:11 2013:info:Copy: /home/judges/000002/var/status/XXX_1381985771981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 08:56:11 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 08:56:11 2013:info:Copy: /home/judges/000002/var/run/000002/report/000017 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000017 Thu Oct 17 08:56:13 2013:info:899: received 2 file descriptors: 6, 7 Thu Oct 17 08:56:13 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 08:56:14 2013:info:901: received 2 file descriptors: 6, 7 Thu Oct 17 08:56:14 2013:info:HTTP_REQUEST -> OK, 13691 Thu Oct 17 08:56:31 2013:info:903: received 2 file descriptors: 6, 7 Thu Oct 17 08:56:31 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:57:14 2013:info:905: received 2 file descriptors: 6, 7 Thu Oct 17 08:57:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:57:32 2013:info:907: received 2 file descriptors: 6, 7 Thu Oct 17 08:57:32 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:58:14 2013:info:909: received 2 file descriptors: 6, 7 Thu Oct 17 08:58:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:58:33 2013:info:911: received 2 file descriptors: 6, 7 Thu Oct 17 08:58:33 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:59:14 2013:info:913: received 2 file descriptors: 6, 7 Thu Oct 17 08:59:14 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 08:59:34 2013:info:915: received 2 file descriptors: 6, 7 Thu Oct 17 08:59:34 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 09:00:14 2013:info:917: received 2 file descriptors: 6, 7 Thu Oct 17 09:00:14 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 09:00:35 2013:info:919: received 2 file descriptors: 6, 7 Thu Oct 17 09:00:35 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 09:05:36 2013:info:writing file /home/judges/000002/var/status/in/981_localhost.localdomain_status Thu Oct 17 09:05:36 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_status -> /home/judges/000002/var/status/dir/status Thu Oct 17 16:43:03 2013:info:921: received 2 file descriptors: 6, 7 Thu Oct 17 16:43:03 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 16:43:09 2013:info:923: received 2 file descriptors: 6, 7 Thu Oct 17 16:43:09 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 16:43:18 2013:info:925: received 2 file descriptors: 6, 7 Thu Oct 17 16:43:18 2013:info:HTTP_REQUEST -> OK, 3774 Thu Oct 17 16:43:46 2013:info:927: received 2 file descriptors: 6, 7 Thu Oct 17 16:43:46 2013:info:HTTP_REQUEST -> OK, 146 Thu Oct 17 16:43:46 2013:info:929: received 2 file descriptors: 6, 7 Thu Oct 17 16:43:46 2013:info:HTTP_REQUEST -> OK, 3899 Thu Oct 17 16:44:52 2013:info:931: received 2 file descriptors: 6, 7 Thu Oct 17 16:44:52 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 16:44:52 2013:info:933: received 2 file descriptors: 6, 7 Thu Oct 17 16:44:52 2013:info:HTTP_REQUEST -> OK, 3602 Thu Oct 17 16:44:55 2013:info:935: received 2 file descriptors: 6, 7 Thu Oct 17 16:44:55 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 16:44:55 2013:info:937: received 2 file descriptors: 6, 7 Thu Oct 17 16:44:55 2013:info:HTTP_REQUEST -> OK, 3454 Thu Oct 17 16:45:00 2013:info:939: received 2 file descriptors: 6, 7 Thu Oct 17 16:45:00 2013:info:loading contest 2 configuration file Thu Oct 17 16:45:00 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 2 ; mysql: SELECT * FROM runs WHERE contest_id=2 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=2 ORDER BY clar_id; Thu Oct 17 16:45:00 2013:info:reading file /home/judges/000002/var/status/dir/status Thu Oct 17 16:45:00 2013:info:load_status_file: clients_suspended = 0 Thu Oct 17 16:45:00 2013:info:load_status_file: testing_suspended = 0 Thu Oct 17 16:45:00 2013:info:load_status_file: accepting_mode = 0 Thu Oct 17 16:45:00 2013:info:load_status_file: printing_suspended = 0 Thu Oct 17 16:45:00 2013:info:load_status_file: upsolving_mode = 0 Thu Oct 17 16:45:00 2013:info:teamdb_refresh: updated: 3 users, 15 max user, XML size = 972 Thu Oct 17 16:45:00 2013:info:Copy: /home/judges/000002/var/status/XXX_1382013900981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 16:45:00 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 16:45:00 2013:info:HTTP_REQUEST -> OK, 6208 Thu Oct 17 16:45:03 2013:info:941: received 2 file descriptors: 6, 7 Thu Oct 17 16:45:03 2013:info:HTTP_REQUEST -> OK, 10761 Thu Oct 17 16:45:34 2013:info:943: received 2 file descriptors: 6, 7 Thu Oct 17 16:45:34 2013:info:HTTP_REQUEST -> OK, 9602 Thu Oct 17 16:45:52 2013:info:945: received 2 file descriptors: 6, 7 Thu Oct 17 16:45:52 2013:info:HTTP_REQUEST -> OK, 10762 Thu Oct 17 16:46:52 2013:info:947: received 2 file descriptors: 6, 7 Thu Oct 17 16:46:52 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 16:47:50 2013:info:949: received 2 file descriptors: 6, 7 Thu Oct 17 16:47:50 2013:info:HTTP_REQUEST -> OK, 9602 Thu Oct 17 16:47:51 2013:info:951: received 2 file descriptors: 6, 7 Thu Oct 17 16:47:51 2013:info:HTTP_REQUEST -> OK, 10762 Thu Oct 17 16:48:51 2013:info:953: received 2 file descriptors: 6, 7 Thu Oct 17 16:48:51 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 16:49:51 2013:info:955: received 2 file descriptors: 6, 7 Thu Oct 17 16:49:51 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 16:50:51 2013:info:957: received 2 file descriptors: 6, 7 Thu Oct 17 16:50:51 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 16:51:51 2013:info:959: received 2 file descriptors: 6, 7 Thu Oct 17 16:51:51 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 16:52:51 2013:info:961: received 2 file descriptors: 6, 7 Thu Oct 17 16:52:51 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 16:53:51 2013:info:963: received 2 file descriptors: 6, 7 Thu Oct 17 16:53:51 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 16:54:50 2013:info:965: received 2 file descriptors: 6, 7 Thu Oct 17 16:54:50 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 16:55:45 2013:info:967: received 2 file descriptors: 6, 7 Thu Oct 17 16:55:45 2013:info:HTTP_REQUEST -> OK, 76 Thu Oct 17 16:55:45 2013:info:969: received 2 file descriptors: 6, 7 Thu Oct 17 16:55:45 2013:info:HTTP_REQUEST -> OK, 3017 Thu Oct 17 17:00:46 2013:info:writing file /home/judges/000002/var/status/in/981_localhost.localdomain_status Thu Oct 17 17:00:46 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_status -> /home/judges/000002/var/status/dir/status Thu Oct 17 17:44:22 2013:info:971: received 2 file descriptors: 6, 7 Thu Oct 17 17:44:22 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:44:28 2013:info:973: received 2 file descriptors: 6, 7 Thu Oct 17 17:44:28 2013:info:HTTP_REQUEST -> OK, 65 Thu Oct 17 17:44:28 2013:info:975: received 2 file descriptors: 6, 7 Thu Oct 17 17:44:28 2013:info:HTTP_REQUEST -> OK, 3290 Thu Oct 17 17:44:41 2013:info:977: received 2 file descriptors: 6, 7 Thu Oct 17 17:44:41 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:45:08 2013:info:979: received 2 file descriptors: 6, 7 Thu Oct 17 17:45:08 2013:info:HTTP_REQUEST -> OK, 3774 Thu Oct 17 17:45:41 2013:info:981: received 2 file descriptors: 6, 7 Thu Oct 17 17:45:41 2013:info:HTTP_REQUEST -> OK, 151 Thu Oct 17 17:45:41 2013:info:983: received 2 file descriptors: 6, 7 Thu Oct 17 17:45:41 2013:info:HTTP_REQUEST -> OK, 3916 Thu Oct 17 17:46:22 2013:info:985: received 2 file descriptors: 6, 7 Thu Oct 17 17:46:22 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 17:46:22 2013:info:987: received 2 file descriptors: 6, 7 Thu Oct 17 17:46:22 2013:info:HTTP_REQUEST -> OK, 3627 Thu Oct 17 17:46:28 2013:info:989: received 2 file descriptors: 6, 7 Thu Oct 17 17:46:28 2013:info:HTTP_REQUEST -> OK, 3015 Thu Oct 17 17:46:58 2013:info:991: received 2 file descriptors: 6, 7 Thu Oct 17 17:46:58 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 17:46:58 2013:info:993: received 2 file descriptors: 6, 7 Thu Oct 17 17:46:58 2013:info:HTTP_REQUEST -> OK, 3587 Thu Oct 17 17:47:02 2013:info:995: received 2 file descriptors: 6, 7 Thu Oct 17 17:47:02 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 17:47:02 2013:info:997: received 2 file descriptors: 6, 7 Thu Oct 17 17:47:02 2013:info:HTTP_REQUEST -> OK, 3439 Thu Oct 17 17:47:05 2013:info:999: received 2 file descriptors: 6, 7 Thu Oct 17 17:47:05 2013:info:loading contest 2 configuration file Thu Oct 17 17:47:05 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 2 ; mysql: SELECT * FROM runs WHERE contest_id=2 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=2 ORDER BY clar_id; Thu Oct 17 17:47:05 2013:info:reading file /home/judges/000002/var/status/dir/status Thu Oct 17 17:47:05 2013:info:load_status_file: clients_suspended = 0 Thu Oct 17 17:47:05 2013:info:load_status_file: testing_suspended = 0 Thu Oct 17 17:47:05 2013:info:load_status_file: accepting_mode = 0 Thu Oct 17 17:47:05 2013:info:load_status_file: printing_suspended = 0 Thu Oct 17 17:47:05 2013:info:load_status_file: upsolving_mode = 0 Thu Oct 17 17:47:05 2013:info:teamdb_refresh: updated: 4 users, 31 max user, XML size = 1303 Thu Oct 17 17:47:05 2013:info:Copy: /home/judges/000002/var/status/XXX_1382017625981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 17:47:05 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 17:47:05 2013:info:HTTP_REQUEST -> OK, 6238 Thu Oct 17 17:47:24 2013:info:1001: received 2 file descriptors: 6, 7 Thu Oct 17 17:47:24 2013:info:HTTP_REQUEST -> OK, 10792 Thu Oct 17 17:48:25 2013:info:1003: received 2 file descriptors: 6, 7 Thu Oct 17 17:48:25 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 17:48:31 2013:info:1005: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 18, 2, 0, '2013-10-17 17:48:31', 724738000, 20, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 17:48:31', 724759000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 20, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'abfb2ffaced00ec6d5e23bc13e70af2e13159c8f', run_uuid = '85a3409e-326f-429d-920d-4ddabe54b4eb', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 17:48:31', last_change_nsec = 732733000 WHERE contest_id = 2 AND run_id = 18 ; Thu Oct 17 17:48:31 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000018 Thu Oct 17 17:48:31 2013:info:writing file /home/judges/compile/var/compile/src/G000IVQLF9PQ.cpp Thu Oct 17 17:48:31 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000IVQLF9PQ Thu Oct 17 17:48:31 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000IVQLF9PQ -> /home/judges/compile/var/compile/queue/dir/G000IVQLF9PQ mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-17 17:48:31', last_change_nsec = 764155000 WHERE contest_id = 2 AND run_id = 18 ; Thu Oct 17 17:48:31 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 17:48:31 2013:info:1007: received 2 file descriptors: 6, 7 Thu Oct 17 17:48:31 2013:info:HTTP_REQUEST -> OK, 11463 Thu Oct 17 17:48:33 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000018 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000018 Thu Oct 17 17:48:33 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000018 Thu Oct 17 17:48:33 2013:info:reading file /home/judges/compile/var/compile/000002/report/000018.txt Thu Oct 17 17:48:33 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000018 -> /home/judges/super-run/var/exe/G000IVQLH0PC Thu Oct 17 17:48:33 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000IVQLH0PC Thu Oct 17 17:48:33 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000IVQLH0PC -> /home/judges/super-run/var/queue/dir/G000IVQLH0PC mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-17 17:48:33', last_change_nsec = 846575000 WHERE contest_id = 2 AND run_id = 18 ; Thu Oct 17 17:48:34 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000018 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000018 Thu Oct 17 17:48:34 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000018 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 17:48:34', last_change_nsec = 849926000 WHERE contest_id = 2 AND run_id = 18 ; Thu Oct 17 17:48:34 2013:info:Copy: /home/judges/000002/var/status/XXX_1382017714981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 17:48:34 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 17:48:34 2013:info:Copy: /home/judges/000002/var/run/000002/report/000018 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000018 Thu Oct 17 17:48:36 2013:info:1009: received 2 file descriptors: 6, 7 Thu Oct 17 17:48:36 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 17:48:40 2013:info:1011: received 2 file descriptors: 6, 7 Thu Oct 17 17:48:40 2013:info:HTTP_REQUEST -> OK, 11418 Thu Oct 17 17:49:32 2013:info:1013: received 2 file descriptors: 6, 7 Thu Oct 17 17:49:32 2013:info:HTTP_REQUEST -> OK, 9646 Thu Oct 17 17:49:49 2013:info:1015: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 19, 2, 0, '2013-10-17 17:49:49', 619307000, 20, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 17:49:49', 619326000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 20, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = '217a733e-7321-43d1-986e-80cda65c4124', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 17:49:49', last_change_nsec = 623537000 WHERE contest_id = 2 AND run_id = 19 ; Thu Oct 17 17:49:49 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000019 Thu Oct 17 17:49:49 2013:info:writing file /home/judges/compile/var/compile/src/G000JVQNT5B0.pas Thu Oct 17 17:49:49 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000JVQNT5B0 Thu Oct 17 17:49:49 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000JVQNT5B0 -> /home/judges/compile/var/compile/queue/dir/G000JVQNT5B0 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-17 17:49:49', last_change_nsec = 628549000 WHERE contest_id = 2 AND run_id = 19 ; Thu Oct 17 17:49:49 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 17:49:49 2013:info:1017: received 2 file descriptors: 6, 7 Thu Oct 17 17:49:49 2013:info:HTTP_REQUEST -> OK, 10299 Thu Oct 17 17:49:50 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000019 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000019 Thu Oct 17 17:49:50 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000019 Thu Oct 17 17:49:50 2013:info:reading file /home/judges/compile/var/compile/000002/report/000019.txt Thu Oct 17 17:49:50 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000019 Thu Oct 17 17:49:50 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000019 -> /home/judges/super-run/var/exe/G000JVQNUTR2 Thu Oct 17 17:49:50 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000JVQNUTR2 Thu Oct 17 17:49:50 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000JVQNUTR2 -> /home/judges/super-run/var/queue/dir/G000JVQNUTR2 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-17 17:49:50', last_change_nsec = 724921000 WHERE contest_id = 2 AND run_id = 19 ; Thu Oct 17 17:49:52 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000019 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000019 Thu Oct 17 17:49:52 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000019 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 17:49:52', last_change_nsec = 732225000 WHERE contest_id = 2 AND run_id = 19 ; Thu Oct 17 17:49:52 2013:info:Copy: /home/judges/000002/var/status/XXX_1382017792981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 17:49:52 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 17:49:52 2013:info:Copy: /home/judges/000002/var/run/000002/report/000019 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000019 Thu Oct 17 17:49:54 2013:info:1019: received 2 file descriptors: 6, 7 Thu Oct 17 17:49:54 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 17:49:56 2013:info:1021: received 2 file descriptors: 6, 7 Thu Oct 17 17:49:56 2013:info:HTTP_REQUEST -> OK, 10254 Thu Oct 17 17:50:01 2013:info:1023: received 2 file descriptors: 6, 7 Thu Oct 17 17:50:01 2013:info:HTTP_REQUEST -> OK, 10253 Thu Oct 17 17:50:03 2013:info:1025: received 2 file descriptors: 6, 7 Thu Oct 17 17:50:03 2013:info:HTTP_REQUEST -> OK, 11411 Thu Oct 17 17:50:04 2013:info:1027: received 2 file descriptors: 6, 7 Thu Oct 17 17:50:04 2013:info:HTTP_REQUEST -> OK, 10253 Thu Oct 17 17:50:07 2013:info:1029: received 2 file descriptors: 6, 7 Thu Oct 17 17:50:07 2013:info:HTTP_REQUEST -> OK, 11411 Thu Oct 17 17:51:07 2013:info:1031: received 2 file descriptors: 6, 7 Thu Oct 17 17:51:07 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 17:52:07 2013:info:1033: received 2 file descriptors: 6, 7 Thu Oct 17 17:52:07 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 17:53:08 2013:info:1035: received 2 file descriptors: 6, 7 Thu Oct 17 17:53:08 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 17:54:08 2013:info:1037: received 2 file descriptors: 6, 7 Thu Oct 17 17:54:08 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 17:55:08 2013:info:1039: received 2 file descriptors: 6, 7 Thu Oct 17 17:55:08 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 17:56:08 2013:info:1041: received 2 file descriptors: 6, 7 Thu Oct 17 17:56:08 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 17:57:08 2013:info:1043: received 2 file descriptors: 6, 7 Thu Oct 17 17:57:08 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 17:57:55 2013:info:1045: received 2 file descriptors: 6, 7 Thu Oct 17 17:57:55 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:58:03 2013:info:1047: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:03 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:58:05 2013:info:1049: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:05 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:58:10 2013:info:1051: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:10 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:58:14 2013:info:1053: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:14 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:58:19 2013:info:1055: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:19 2013:info:HTTP_REQUEST -> OK, 65 Thu Oct 17 17:58:19 2013:info:1057: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:19 2013:info:HTTP_REQUEST -> OK, 3290 Thu Oct 17 17:58:21 2013:info:1059: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:21 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:58:26 2013:info:1061: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:26 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:58:26 2013:info:1063: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:26 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:58:28 2013:info:1065: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:28 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:58:30 2013:info:1067: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:30 2013:info:HTTP_REQUEST -> OK, 3774 Thu Oct 17 17:58:38 2013:info:1069: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:38 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:58:42 2013:info:1071: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:42 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:58:45 2013:info:1073: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:45 2013:info:HTTP_REQUEST -> OK, 65 Thu Oct 17 17:58:45 2013:info:1075: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:45 2013:info:HTTP_REQUEST -> OK, 3290 Thu Oct 17 17:58:47 2013:info:1077: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:47 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:58:47 2013:info:1079: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:47 2013:error:1079: permission denied: user_login failed: invalid login Thu Oct 17 17:58:47 2013:info:HTTP_REQUEST -> OK, 3226 Thu Oct 17 17:58:50 2013:info:1081: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:50 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:58:51 2013:info:1083: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:51 2013:info:HTTP_REQUEST -> OK, 3165 Thu Oct 17 17:58:57 2013:info:1085: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:57 2013:error:1085: permission denied: user_login failed: invalid login Thu Oct 17 17:58:57 2013:info:HTTP_REQUEST -> OK, 3228 Thu Oct 17 17:58:58 2013:info:1087: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:58 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:58:59 2013:info:1089: received 2 file descriptors: 6, 7 Thu Oct 17 17:58:59 2013:info:HTTP_REQUEST -> OK, 3165 Thu Oct 17 17:59:00 2013:info:1091: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:00 2013:info:HTTP_REQUEST -> OK, 5508 Thu Oct 17 17:59:01 2013:info:1093: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:01 2013:info:HTTP_REQUEST -> OK, 5508 Thu Oct 17 17:59:02 2013:info:1095: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:02 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:59:04 2013:info:1097: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:04 2013:info:HTTP_REQUEST -> OK, 3774 Thu Oct 17 17:59:06 2013:info:1099: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:06 2013:info:HTTP_REQUEST -> OK, 3774 Thu Oct 17 17:59:11 2013:info:1101: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:11 2013:info:HTTP_REQUEST -> OK, 149 Thu Oct 17 17:59:11 2013:info:1103: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:11 2013:info:HTTP_REQUEST -> OK, 3914 Thu Oct 17 17:59:18 2013:info:1105: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:18 2013:info:HTTP_REQUEST -> OK, 150 Thu Oct 17 17:59:18 2013:info:1107: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:18 2013:info:HTTP_REQUEST -> OK, 3917 Thu Oct 17 17:59:22 2013:info:1109: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:22 2013:info:HTTP_REQUEST -> OK, 147 Thu Oct 17 17:59:23 2013:info:1111: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:23 2013:info:HTTP_REQUEST -> OK, 3912 Thu Oct 17 17:59:29 2013:info:1113: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:29 2013:info:HTTP_REQUEST -> OK, 153 Thu Oct 17 17:59:29 2013:info:1115: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:29 2013:info:HTTP_REQUEST -> OK, 149 Thu Oct 17 17:59:29 2013:info:1117: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:29 2013:info:HTTP_REQUEST -> OK, 3908 Thu Oct 17 17:59:30 2013:info:1119: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:30 2013:info:HTTP_REQUEST -> OK, 3918 Thu Oct 17 17:59:30 2013:info:1121: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:30 2013:info:HTTP_REQUEST -> OK, 5508 Thu Oct 17 17:59:30 2013:info:1123: received 2 file descriptors: 7, 11 Thu Oct 17 17:59:30 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:59:32 2013:info:1125: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:32 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 17:59:32 2013:info:1127: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:32 2013:info:HTTP_REQUEST -> OK, 3623 Thu Oct 17 17:59:33 2013:info:1129: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:33 2013:info:HTTP_REQUEST -> OK, 3912 Thu Oct 17 17:59:35 2013:info:1131: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:35 2013:info:HTTP_REQUEST -> OK, 3013 Thu Oct 17 17:59:37 2013:info:1133: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:37 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 17:59:37 2013:info:1135: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:37 2013:info:HTTP_REQUEST -> OK, 3621 Thu Oct 17 17:59:40 2013:info:1137: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:40 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 17:59:42 2013:info:1139: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:42 2013:info:HTTP_REQUEST -> OK, 3013 Thu Oct 17 17:59:42 2013:info:1141: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:42 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:59:42 2013:info:1143: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:42 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 17:59:42 2013:info:1145: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:42 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 17:59:42 2013:info:1147: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:42 2013:info:HTTP_REQUEST -> OK, 3598 Thu Oct 17 17:59:42 2013:info:1149: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:42 2013:info:HTTP_REQUEST -> OK, 3630 Thu Oct 17 17:59:43 2013:info:1151: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:43 2013:info:HTTP_REQUEST -> OK, 3774 Thu Oct 17 17:59:47 2013:info:1153: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:47 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 17:59:47 2013:info:userlist-server fd ready Thu Oct 17 17:59:47 2013:info:userlist-server notification: 2 Thu Oct 17 17:59:48 2013:info:1155: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:48 2013:info:HTTP_REQUEST -> OK, 3450 Thu Oct 17 17:59:49 2013:info:1157: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:49 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 17:59:49 2013:info:1159: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:49 2013:info:HTTP_REQUEST -> OK, 73 Thu Oct 17 17:59:49 2013:info:1161: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:49 2013:info:HTTP_REQUEST -> OK, 3613 Thu Oct 17 17:59:49 2013:info:1163: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:49 2013:info:HTTP_REQUEST -> OK, 3629 Thu Oct 17 17:59:50 2013:info:1165: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:51 2013:info:teamdb_refresh: updated: 5 users, 31 max user, XML size = 1648 Thu Oct 17 17:59:51 2013:info:HTTP_REQUEST -> OK, 6266 Thu Oct 17 17:59:51 2013:info:1167: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:51 2013:info:HTTP_REQUEST -> OK, 65 Thu Oct 17 17:59:51 2013:info:1169: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:51 2013:info:HTTP_REQUEST -> OK, 3290 Thu Oct 17 17:59:52 2013:info:1171: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:52 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 17:59:53 2013:info:1173: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:53 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 17:59:53 2013:info:1175: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:53 2013:info:HTTP_REQUEST -> OK, 3606 Thu Oct 17 17:59:54 2013:info:1177: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:54 2013:info:HTTP_REQUEST -> OK, 10819 Thu Oct 17 17:59:54 2013:info:1179: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:54 2013:info:HTTP_REQUEST -> OK, 3015 Thu Oct 17 17:59:54 2013:info:1181: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:54 2013:info:HTTP_REQUEST -> OK, 3008 Thu Oct 17 17:59:58 2013:info:1183: received 2 file descriptors: 6, 7 Thu Oct 17 17:59:58 2013:info:HTTP_REQUEST -> OK, 3017 Thu Oct 17 18:00:00 2013:info:1185: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:00 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 18:00:00 2013:info:1187: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:00 2013:info:HTTP_REQUEST -> OK, 135 Thu Oct 17 18:00:00 2013:info:1189: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:00 2013:info:HTTP_REQUEST -> OK, 3066 Thu Oct 17 18:00:02 2013:info:1191: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:02 2013:info:HTTP_REQUEST -> OK, 65 Thu Oct 17 18:00:02 2013:info:1193: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:02 2013:info:HTTP_REQUEST -> OK, 3290 Thu Oct 17 18:00:06 2013:info:1195: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:06 2013:info:HTTP_REQUEST -> OK, 4130 Thu Oct 17 18:00:08 2013:info:1197: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:08 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 18:00:10 2013:info:1199: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:10 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:00:10 2013:info:1201: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:10 2013:info:HTTP_REQUEST -> OK, 3582 Thu Oct 17 18:00:11 2013:info:1203: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:11 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:00:11 2013:info:1205: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:11 2013:info:HTTP_REQUEST -> OK, 3599 Thu Oct 17 18:00:11 2013:info:1207: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:11 2013:info:HTTP_REQUEST -> OK, 3606 Thu Oct 17 18:00:12 2013:info:1209: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:12 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:00:12 2013:info:1211: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:12 2013:info:HTTP_REQUEST -> OK, 3599 Thu Oct 17 18:00:15 2013:info:1213: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 20, 2, 0, '2013-10-17 18:00:15', 271678000, 21, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:00:15', 271699000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 700, user_id = 21, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = '875912337ff82f5acdb479c1897636ff03ea735f', run_uuid = '06997af4-cd4f-4ffe-97e3-5c41613ab4d5', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:00:15', last_change_nsec = 278469000 WHERE contest_id = 2 AND run_id = 20 ; Thu Oct 17 18:00:15 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000020 Thu Oct 17 18:00:15 2013:info:writing file /home/judges/compile/var/compile/src/G000KVRBF62D.cpp Thu Oct 17 18:00:15 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000KVRBF62D Thu Oct 17 18:00:15 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000KVRBF62D -> /home/judges/compile/var/compile/queue/dir/G000KVRBF62D mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-17 18:00:15', last_change_nsec = 302154000 WHERE contest_id = 2 AND run_id = 20 ; Thu Oct 17 18:00:15 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:00:15 2013:info:1215: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:15 2013:info:HTTP_REQUEST -> OK, 11489 Thu Oct 17 18:00:17 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000020 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000020 Thu Oct 17 18:00:17 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000020 Thu Oct 17 18:00:17 2013:info:reading file /home/judges/compile/var/compile/000002/report/000020.txt Thu Oct 17 18:00:17 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000020 -> /home/judges/super-run/var/exe/G000KVRBHBJS Thu Oct 17 18:00:17 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000KVRBHBJS Thu Oct 17 18:00:17 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000KVRBHBJS -> /home/judges/super-run/var/queue/dir/G000KVRBHBJS mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-17 18:00:17', last_change_nsec = 560713000 WHERE contest_id = 2 AND run_id = 20 ; Thu Oct 17 18:00:19 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000020 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000020 Thu Oct 17 18:00:19 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000020 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:00:19', last_change_nsec = 533863000 WHERE contest_id = 2 AND run_id = 20 ; Thu Oct 17 18:00:19 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018419981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:00:19 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:00:19 2013:info:Copy: /home/judges/000002/var/run/000002/report/000020 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000020 Thu Oct 17 18:00:19 2013:info:1217: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:19 2013:info:HTTP_REQUEST -> OK, 65 Thu Oct 17 18:00:19 2013:info:1219: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:19 2013:info:HTTP_REQUEST -> OK, 3290 Thu Oct 17 18:00:19 2013:info:1221: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:19 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:00:19 2013:info:userlist-server fd ready Thu Oct 17 18:00:19 2013:info:userlist-server notification: 2 Thu Oct 17 18:00:20 2013:info:1223: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:20 2013:info:HTTP_REQUEST -> OK, 3458 Thu Oct 17 18:00:21 2013:info:1225: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:21 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:00:21 2013:info:userlist-server fd ready Thu Oct 17 18:00:21 2013:info:userlist-server notification: 2 Thu Oct 17 18:00:21 2013:info:1227: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:21 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 18:00:22 2013:info:1229: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:22 2013:info:HTTP_REQUEST -> OK, 3451 Thu Oct 17 18:00:22 2013:info:1231: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:22 2013:info:teamdb_refresh: updated: 7 users, 31 max user, XML size = 2306 Thu Oct 17 18:00:22 2013:info:HTTP_REQUEST -> OK, 6293 Thu Oct 17 18:00:24 2013:info:1233: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:24 2013:info:HTTP_REQUEST -> OK, 3774 Thu Oct 17 18:00:24 2013:info:1235: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:24 2013:info:HTTP_REQUEST -> OK, 10846 Thu Oct 17 18:00:29 2013:info:1237: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:29 2013:info:HTTP_REQUEST -> OK, 6258 Thu Oct 17 18:00:30 2013:info:1239: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:30 2013:info:HTTP_REQUEST -> OK, 101 Thu Oct 17 18:00:30 2013:info:1241: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:30 2013:info:HTTP_REQUEST -> OK, 5693 Thu Oct 17 18:00:33 2013:info:1243: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:33 2013:error:1243: permission denied: user_login failed: invalid login Thu Oct 17 18:00:33 2013:info:HTTP_REQUEST -> OK, 3225 Thu Oct 17 18:00:35 2013:info:1245: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:35 2013:info:HTTP_REQUEST -> OK, 10811 Thu Oct 17 18:00:37 2013:info:1247: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:37 2013:info:HTTP_REQUEST -> OK, 11444 Thu Oct 17 18:00:37 2013:info:1249: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:37 2013:info:HTTP_REQUEST -> OK, 3031 Thu Oct 17 18:00:37 2013:info:1251: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:37 2013:info:HTTP_REQUEST -> OK, 3165 Thu Oct 17 18:00:39 2013:info:1253: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:39 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:00:39 2013:info:userlist-server fd ready Thu Oct 17 18:00:39 2013:info:userlist-server notification: 2 Thu Oct 17 18:00:39 2013:info:1255: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:39 2013:info:HTTP_REQUEST -> OK, 3451 Thu Oct 17 18:00:40 2013:info:1257: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:40 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:00:40 2013:info:1259: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:41 2013:info:HTTP_REQUEST -> OK, 3582 Thu Oct 17 18:00:44 2013:info:1261: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:44 2013:info:HTTP_REQUEST -> OK, 5508 Thu Oct 17 18:00:46 2013:info:1263: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:46 2013:info:teamdb_refresh: updated: 8 users, 31 max user, XML size = 2684 Thu Oct 17 18:00:46 2013:info:HTTP_REQUEST -> OK, 6259 Thu Oct 17 18:00:48 2013:info:1265: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:48 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:00:48 2013:info:userlist-server fd ready Thu Oct 17 18:00:48 2013:info:userlist-server notification: 2 Thu Oct 17 18:00:48 2013:info:1267: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:48 2013:info:HTTP_REQUEST -> OK, 3433 Thu Oct 17 18:00:54 2013:info:1269: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:54 2013:info:HTTP_REQUEST -> OK, 150 Thu Oct 17 18:00:54 2013:info:1271: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:54 2013:info:HTTP_REQUEST -> OK, 3907 Thu Oct 17 18:00:54 2013:info:1273: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:54 2013:info:teamdb_refresh: updated: 9 users, 31 max user, XML size = 2981 mysql: INSERT INTO runs VALUES ( 21, 2, 0, '2013-10-17 18:00:54', 689328000, 21, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:00:54', 689351000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 707, user_id = 21, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'e9d5a74e607e24bafc68dced186cde1a0f396d79', run_uuid = '19a2f7b2-7bd3-45a1-874b-dc27d0d01fc5', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:00:54', last_change_nsec = 713364000 WHERE contest_id = 2 AND run_id = 21 ; Thu Oct 17 18:00:54 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000021 Thu Oct 17 18:00:54 2013:info:writing file /home/judges/compile/var/compile/src/G000LVRCM0A5.pas Thu Oct 17 18:00:54 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000LVRCM0A5 Thu Oct 17 18:00:54 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000LVRCM0A5 -> /home/judges/compile/var/compile/queue/dir/G000LVRCM0A5 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-17 18:00:54', last_change_nsec = 721866000 WHERE contest_id = 2 AND run_id = 21 ; Thu Oct 17 18:00:54 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:00:54 2013:info:1275: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:54 2013:info:HTTP_REQUEST -> OK, 11696 Thu Oct 17 18:00:55 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000021 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000021 Thu Oct 17 18:00:55 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000021 Thu Oct 17 18:00:55 2013:info:reading file /home/judges/compile/var/compile/000002/report/000021.txt Thu Oct 17 18:00:55 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000021 Thu Oct 17 18:00:55 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000021 -> /home/judges/super-run/var/exe/G000LVRCNA9O Thu Oct 17 18:00:55 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000LVRCNA9O Thu Oct 17 18:00:55 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000LVRCNA9O -> /home/judges/super-run/var/queue/dir/G000LVRCNA9O mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-17 18:00:55', last_change_nsec = 509464000 WHERE contest_id = 2 AND run_id = 21 ; Thu Oct 17 18:00:55 2013:info:1277: received 2 file descriptors: 6, 7 Thu Oct 17 18:00:55 2013:info:HTTP_REQUEST -> OK, 6247 Thu Oct 17 18:00:57 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000021 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000021 Thu Oct 17 18:00:57 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000021 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:00:57', last_change_nsec = 531879000 WHERE contest_id = 2 AND run_id = 21 ; Thu Oct 17 18:00:57 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018457981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:00:57 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:00:57 2013:info:Copy: /home/judges/000002/var/run/000002/report/000021 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000021 Thu Oct 17 18:01:01 2013:info:1279: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:01 2013:info:HTTP_REQUEST -> OK, 10799 Thu Oct 17 18:01:04 2013:info:1281: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 22, 2, 0, '2013-10-17 18:01:04', 236943000, 24, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:01:04', 237012000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 707, user_id = 24, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'e9d5a74e607e24bafc68dced186cde1a0f396d79', run_uuid = 'c61b462e-5d1e-4cdf-a5c0-f581d9183e6b', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:01:04', last_change_nsec = 243542000 WHERE contest_id = 2 AND run_id = 22 ; Thu Oct 17 18:01:04 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000022 Thu Oct 17 18:01:04 2013:info:writing file /home/judges/compile/var/compile/src/G000MVRD0267.pas Thu Oct 17 18:01:04 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000MVRD0267 Thu Oct 17 18:01:04 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000MVRD0267 -> /home/judges/compile/var/compile/queue/dir/G000MVRD0267 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-17 18:01:04', last_change_nsec = 363333000 WHERE contest_id = 2 AND run_id = 22 ; Thu Oct 17 18:01:04 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:01:04 2013:info:1283: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:04 2013:info:HTTP_REQUEST -> OK, 11481 Thu Oct 17 18:01:05 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000022 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000022 Thu Oct 17 18:01:05 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000022 Thu Oct 17 18:01:05 2013:info:reading file /home/judges/compile/var/compile/000002/report/000022.txt Thu Oct 17 18:01:05 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000022 Thu Oct 17 18:01:05 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000022 -> /home/judges/super-run/var/exe/G000MVRD1HJ2 Thu Oct 17 18:01:05 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000MVRD1HJ2 Thu Oct 17 18:01:05 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000MVRD1HJ2 -> /home/judges/super-run/var/queue/dir/G000MVRD1HJ2 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-17 18:01:05', last_change_nsec = 749703000 WHERE contest_id = 2 AND run_id = 22 ; Thu Oct 17 18:01:06 2013:info:1285: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:06 2013:info:HTTP_REQUEST -> OK, 10811 Thu Oct 17 18:01:08 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000022 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000022 Thu Oct 17 18:01:08 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000022 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:01:08', last_change_nsec = 129402000 WHERE contest_id = 2 AND run_id = 22 ; Thu Oct 17 18:01:08 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018468981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:01:08 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:01:08 2013:info:Copy: /home/judges/000002/var/run/000002/report/000022 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000022 Thu Oct 17 18:01:10 2013:info:1287: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:10 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:01:10 2013:info:1289: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:10 2013:info:HTTP_REQUEST -> OK, 9672 Thu Oct 17 18:01:12 2013:info:1291: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:12 2013:info:HTTP_REQUEST -> OK, 11437 Thu Oct 17 18:01:23 2013:info:1293: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 23, 2, 0, '2013-10-17 18:01:23', 35649000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:01:23', 35669000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 23, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'abfb2ffaced00ec6d5e23bc13e70af2e13159c8f', run_uuid = '2337d94d-76e2-4927-b9df-45da5099b5fc', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:01:23', last_change_nsec = 40118000 WHERE contest_id = 2 AND run_id = 23 ; Thu Oct 17 18:01:23 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000023 Thu Oct 17 18:01:23 2013:info:writing file /home/judges/compile/var/compile/src/G000NVRDJC22.cpp Thu Oct 17 18:01:23 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000NVRDJC22 Thu Oct 17 18:01:23 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000NVRDJC22 -> /home/judges/compile/var/compile/queue/dir/G000NVRDJC22 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-17 18:01:23', last_change_nsec = 45636000 WHERE contest_id = 2 AND run_id = 23 ; Thu Oct 17 18:01:23 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:01:23 2013:info:1295: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:23 2013:info:HTTP_REQUEST -> OK, 11517 Thu Oct 17 18:01:23 2013:info:1297: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 24, 2, 0, '2013-10-17 18:01:23', 480908000, 21, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:01:23', 480914000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 21, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = 'b7eb0314-ec31-4f42-a56c-c9b3f3431921', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:01:23', last_change_nsec = 485671000 WHERE contest_id = 2 AND run_id = 24 ; Thu Oct 17 18:01:23 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000024 Thu Oct 17 18:01:23 2013:info:writing file /home/judges/compile/var/compile/src/G000OVRDJ18H.pas Thu Oct 17 18:01:23 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000OVRDJ18H Thu Oct 17 18:01:23 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000OVRDJ18H -> /home/judges/compile/var/compile/queue/dir/G000OVRDJ18H mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 7, passed_mode = 1, last_change_time = '2013-10-17 18:01:23', last_change_nsec = 493771000 WHERE contest_id = 2 AND run_id = 24 ; Thu Oct 17 18:01:23 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:01:23 2013:info:1299: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:23 2013:info:HTTP_REQUEST -> OK, 10325 Thu Oct 17 18:01:25 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000023 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000023 Thu Oct 17 18:01:25 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000023 Thu Oct 17 18:01:25 2013:info:reading file /home/judges/compile/var/compile/000002/report/000023.txt Thu Oct 17 18:01:25 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000023 -> /home/judges/super-run/var/exe/G000NVRDLANE Thu Oct 17 18:01:25 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000NVRDLANE Thu Oct 17 18:01:25 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000NVRDLANE -> /home/judges/super-run/var/queue/dir/G000NVRDLANE mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-17 18:01:25', last_change_nsec = 649414000 WHERE contest_id = 2 AND run_id = 23 ; Thu Oct 17 18:01:25 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000024 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000024 Thu Oct 17 18:01:25 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000024 Thu Oct 17 18:01:25 2013:info:reading file /home/judges/compile/var/compile/000002/report/000024.txt Thu Oct 17 18:01:25 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000024 Thu Oct 17 18:01:25 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000024 -> /home/judges/super-run/var/exe/G000OVRDL1FC Thu Oct 17 18:01:25 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000OVRDL1FC Thu Oct 17 18:01:25 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000OVRDL1FC -> /home/judges/super-run/var/queue/dir/G000OVRDL1FC mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 7, passed_mode = 1, last_change_time = '2013-10-17 18:01:25', last_change_nsec = 665482000 WHERE contest_id = 2 AND run_id = 24 ; Thu Oct 17 18:01:27 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000023 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000023 Thu Oct 17 18:01:27 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000023 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:01:27', last_change_nsec = 549680000 WHERE contest_id = 2 AND run_id = 23 ; Thu Oct 17 18:01:27 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018487981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:01:27 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:01:27 2013:info:Copy: /home/judges/000002/var/run/000002/report/000023 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000023 Thu Oct 17 18:01:27 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000024 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000024 Thu Oct 17 18:01:27 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000024 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:01:27', last_change_nsec = 558763000 WHERE contest_id = 2 AND run_id = 24 ; Thu Oct 17 18:01:27 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018487981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:01:27 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:01:27 2013:info:Copy: /home/judges/000002/var/run/000002/report/000024 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000024 Thu Oct 17 18:01:27 2013:info:1301: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:27 2013:info:HTTP_REQUEST -> OK, 156 Thu Oct 17 18:01:27 2013:info:1303: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:27 2013:info:HTTP_REQUEST -> OK, 3909 Thu Oct 17 18:01:28 2013:info:1305: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:28 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:01:29 2013:info:1307: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 25, 2, 0, '2013-10-17 18:01:29', 829785000, 24, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:01:29', 829792000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 700, user_id = 24, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = '875912337ff82f5acdb479c1897636ff03ea735f', run_uuid = '75fbc533-08ea-4674-b403-7d873a4bdb2f', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:01:29', last_change_nsec = 835172000 WHERE contest_id = 2 AND run_id = 25 ; Thu Oct 17 18:01:29 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000025 Thu Oct 17 18:01:29 2013:info:writing file /home/judges/compile/var/compile/src/G000PVRDP1CA.cpp Thu Oct 17 18:01:29 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000PVRDP1CA Thu Oct 17 18:01:29 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000PVRDP1CA -> /home/judges/compile/var/compile/queue/dir/G000PVRDP1CA mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 8, passed_mode = 1, last_change_time = '2013-10-17 18:01:29', last_change_nsec = 853839000 WHERE contest_id = 2 AND run_id = 25 ; Thu Oct 17 18:01:29 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:01:29 2013:info:1309: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:29 2013:info:HTTP_REQUEST -> OK, 11689 Thu Oct 17 18:01:30 2013:info:1311: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:30 2013:info:HTTP_REQUEST -> OK, 11472 Thu Oct 17 18:01:31 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000025 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000025 Thu Oct 17 18:01:31 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000025 Thu Oct 17 18:01:31 2013:info:reading file /home/judges/compile/var/compile/000002/report/000025.txt Thu Oct 17 18:01:31 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000025 -> /home/judges/super-run/var/exe/G000PVRDRPUR Thu Oct 17 18:01:31 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000PVRDRPUR Thu Oct 17 18:01:31 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000PVRDRPUR -> /home/judges/super-run/var/queue/dir/G000PVRDRPUR mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 8, passed_mode = 1, last_change_time = '2013-10-17 18:01:31', last_change_nsec = 513925000 WHERE contest_id = 2 AND run_id = 25 ; Thu Oct 17 18:01:34 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000025 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000025 Thu Oct 17 18:01:34 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000025 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:01:34', last_change_nsec = 523451000 WHERE contest_id = 2 AND run_id = 25 ; Thu Oct 17 18:01:34 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018494981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:01:34 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:01:34 2013:info:Copy: /home/judges/000002/var/run/000002/report/000025 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000025 Thu Oct 17 18:01:35 2013:info:1313: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:35 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:01:37 2013:info:1315: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:37 2013:info:HTTP_REQUEST -> OK, 11644 Thu Oct 17 18:01:38 2013:info:1317: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:38 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 18:01:40 2013:info:1319: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 26, 2, 0, '2013-10-17 18:01:40', 283104000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:01:40', 283109000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 442, user_id = 23, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'b467b82b477a917cb36a21201d1c83fc851e22b7', run_uuid = 'a78ffa6e-82af-4543-9c8a-4ffb5f6a7ce7', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:01:40', last_change_nsec = 299545000 WHERE contest_id = 2 AND run_id = 26 ; Thu Oct 17 18:01:40 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000026 Thu Oct 17 18:01:40 2013:info:writing file /home/judges/compile/var/compile/src/G000QVRE49QI.cpp Thu Oct 17 18:01:40 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000QVRE49QI Thu Oct 17 18:01:40 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000QVRE49QI -> /home/judges/compile/var/compile/queue/dir/G000QVRE49QI mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 9, passed_mode = 1, last_change_time = '2013-10-17 18:01:40', last_change_nsec = 305457000 WHERE contest_id = 2 AND run_id = 26 ; Thu Oct 17 18:01:40 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:01:40 2013:info:1321: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:40 2013:info:HTTP_REQUEST -> OK, 11724 Thu Oct 17 18:01:41 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000026 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000026 Thu Oct 17 18:01:41 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000026 Thu Oct 17 18:01:41 2013:info:reading file /home/judges/compile/var/compile/000002/report/000026.txt Thu Oct 17 18:01:41 2013:error:open("/home/judges/compile/var/compile/000002/report/000026.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:01:41', last_change_nsec = 528351000 WHERE contest_id = 2 AND run_id = 26 ; Thu Oct 17 18:01:41 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000026 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000026 Thu Oct 17 18:01:41 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018501981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:01:41 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:01:42 2013:info:1323: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:42 2013:info:HTTP_REQUEST -> OK, 10280 Thu Oct 17 18:01:42 2013:info:1325: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 27, 2, 0, '2013-10-17 18:01:42', 275863000, 25, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:01:42', 275870000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 707, user_id = 25, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'e9d5a74e607e24bafc68dced186cde1a0f396d79', run_uuid = '3b619622-c868-4236-9722-cf7492bbac23', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:01:42', last_change_nsec = 282543000 WHERE contest_id = 2 AND run_id = 27 ; Thu Oct 17 18:01:42 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000027 Thu Oct 17 18:01:42 2013:info:writing file /home/judges/compile/var/compile/src/G000RVRE6S2M.pas Thu Oct 17 18:01:42 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000RVRE6S2M Thu Oct 17 18:01:42 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000RVRE6S2M -> /home/judges/compile/var/compile/queue/dir/G000RVRE6S2M mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 10, passed_mode = 1, last_change_time = '2013-10-17 18:01:42', last_change_nsec = 291688000 WHERE contest_id = 2 AND run_id = 27 ; Thu Oct 17 18:01:42 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:01:42 2013:info:1327: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:42 2013:info:HTTP_REQUEST -> OK, 11471 Thu Oct 17 18:01:44 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000027 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000027 Thu Oct 17 18:01:44 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000027 Thu Oct 17 18:01:44 2013:info:reading file /home/judges/compile/var/compile/000002/report/000027.txt Thu Oct 17 18:01:44 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000027 Thu Oct 17 18:01:44 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000027 -> /home/judges/super-run/var/exe/G000RVRE8SNG Thu Oct 17 18:01:44 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000RVRE8SNG Thu Oct 17 18:01:44 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000RVRE8SNG -> /home/judges/super-run/var/queue/dir/G000RVRE8SNG mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 10, passed_mode = 1, last_change_time = '2013-10-17 18:01:44', last_change_nsec = 400856000 WHERE contest_id = 2 AND run_id = 27 ; Thu Oct 17 18:01:45 2013:info:1329: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:45 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 18:01:45 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000027 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000027 Thu Oct 17 18:01:45 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000027 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:01:45', last_change_nsec = 606133000 WHERE contest_id = 2 AND run_id = 27 ; Thu Oct 17 18:01:45 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018505981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:01:45 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:01:45 2013:info:Copy: /home/judges/000002/var/run/000002/report/000027 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000027 Thu Oct 17 18:01:45 2013:info:1331: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:45 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:01:46 2013:info:1333: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:46 2013:info:HTTP_REQUEST -> OK, 11645 Thu Oct 17 18:01:47 2013:info:1335: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:47 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:01:47 2013:info:1337: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:47 2013:info:HTTP_REQUEST -> OK, 11720 Thu Oct 17 18:01:47 2013:info:1339: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 28, 2, 0, '2013-10-17 18:01:47', 576386000, 24, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:01:47', 576454000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 24, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'abfb2ffaced00ec6d5e23bc13e70af2e13159c8f', run_uuid = 'c44fc074-668c-4473-bd62-5798742b208d', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:01:47', last_change_nsec = 581750000 WHERE contest_id = 2 AND run_id = 28 ; Thu Oct 17 18:01:47 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000028 Thu Oct 17 18:01:47 2013:info:writing file /home/judges/compile/var/compile/src/G000SVREBFKO.cpp Thu Oct 17 18:01:47 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000SVREBFKO Thu Oct 17 18:01:47 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000SVREBFKO -> /home/judges/compile/var/compile/queue/dir/G000SVREBFKO mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 11, passed_mode = 1, last_change_time = '2013-10-17 18:01:47', last_change_nsec = 901880000 WHERE contest_id = 2 AND run_id = 28 ; Thu Oct 17 18:01:47 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:01:47 2013:info:1341: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:47 2013:info:HTTP_REQUEST -> OK, 11896 Thu Oct 17 18:01:49 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000028 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000028 Thu Oct 17 18:01:49 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000028 Thu Oct 17 18:01:49 2013:info:reading file /home/judges/compile/var/compile/000002/report/000028.txt Thu Oct 17 18:01:49 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000028 -> /home/judges/super-run/var/exe/G000SVREDD0J Thu Oct 17 18:01:50 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000SVREDD0J Thu Oct 17 18:01:50 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000SVREDD0J -> /home/judges/super-run/var/queue/dir/G000SVREDD0J mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 11, passed_mode = 1, last_change_time = '2013-10-17 18:01:50', last_change_nsec = 53305000 WHERE contest_id = 2 AND run_id = 28 ; Thu Oct 17 18:01:50 2013:info:1343: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:50 2013:info:HTTP_REQUEST -> OK, 11426 Thu Oct 17 18:01:51 2013:info:1345: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:51 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 18:01:51 2013:info:1347: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:51 2013:info:HTTP_REQUEST -> OK, 3612 Thu Oct 17 18:01:52 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000028 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000028 Thu Oct 17 18:01:52 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000028 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:01:52', last_change_nsec = 117753000 WHERE contest_id = 2 AND run_id = 28 ; Thu Oct 17 18:01:52 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018512981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:01:52 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:01:52 2013:info:Copy: /home/judges/000002/var/run/000002/report/000028 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000028 Thu Oct 17 18:01:53 2013:info:1349: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:53 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:01:53 2013:info:1351: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:53 2013:info:HTTP_REQUEST -> OK, 73 Thu Oct 17 18:01:54 2013:info:1353: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:54 2013:info:HTTP_REQUEST -> OK, 3612 Thu Oct 17 18:01:55 2013:info:1355: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:55 2013:info:HTTP_REQUEST -> OK, 11851 Thu Oct 17 18:01:56 2013:info:1357: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:56 2013:info:HTTP_REQUEST -> OK, 3008 Thu Oct 17 18:01:59 2013:info:1359: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:59 2013:info:HTTP_REQUEST -> OK, 9665 Thu Oct 17 18:01:59 2013:info:1361: received 2 file descriptors: 6, 7 Thu Oct 17 18:01:59 2013:info:HTTP_REQUEST -> OK, 9654 Thu Oct 17 18:02:00 2013:info:1363: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:00 2013:info:HTTP_REQUEST -> OK, 3007 Thu Oct 17 18:02:00 2013:info:1365: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:00 2013:info:HTTP_REQUEST -> OK, 2375 Thu Oct 17 18:02:01 2013:info:1367: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 29, 2, 0, '2013-10-17 18:02:01', 687702000, 22, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:02:01', 687723000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 22, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'abfb2ffaced00ec6d5e23bc13e70af2e13159c8f', run_uuid = '8aa50f92-9c0b-43b9-9bb3-f09567db7898', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:02:01', last_change_nsec = 693205000 WHERE contest_id = 2 AND run_id = 29 ; Thu Oct 17 18:02:01 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000029 Thu Oct 17 18:02:01 2013:info:writing file /home/judges/compile/var/compile/src/G000TVREPM8O.cpp Thu Oct 17 18:02:01 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000TVREPM8O Thu Oct 17 18:02:01 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000TVREPM8O -> /home/judges/compile/var/compile/queue/dir/G000TVREPM8O mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 12, passed_mode = 1, last_change_time = '2013-10-17 18:02:01', last_change_nsec = 711483000 WHERE contest_id = 2 AND run_id = 29 ; Thu Oct 17 18:02:01 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:02:01 2013:info:1369: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:01 2013:info:HTTP_REQUEST -> OK, 11482 Thu Oct 17 18:02:02 2013:info:1371: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:02 2013:info:HTTP_REQUEST -> OK, 3774 Thu Oct 17 18:02:03 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000029 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000029 Thu Oct 17 18:02:03 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000029 Thu Oct 17 18:02:03 2013:info:reading file /home/judges/compile/var/compile/000002/report/000029.txt Thu Oct 17 18:02:03 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000029 -> /home/judges/super-run/var/exe/G000TVRERC0E Thu Oct 17 18:02:03 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000TVRERC0E Thu Oct 17 18:02:03 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000TVRERC0E -> /home/judges/super-run/var/queue/dir/G000TVRERC0E mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 12, passed_mode = 1, last_change_time = '2013-10-17 18:02:03', last_change_nsec = 667549000 WHERE contest_id = 2 AND run_id = 29 ; Thu Oct 17 18:02:05 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000029 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000029 Thu Oct 17 18:02:05 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000029 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:02:05', last_change_nsec = 678187000 WHERE contest_id = 2 AND run_id = 29 ; Thu Oct 17 18:02:05 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018525981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:02:05 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:02:05 2013:info:Copy: /home/judges/000002/var/run/000002/report/000029 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000029 Thu Oct 17 18:02:06 2013:info:1373: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:06 2013:info:HTTP_REQUEST -> OK, 129 Thu Oct 17 18:02:09 2013:info:1375: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:09 2013:info:HTTP_REQUEST -> OK, 11437 Thu Oct 17 18:02:14 2013:info:1377: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:14 2013:info:HTTP_REQUEST -> OK, 9666 Thu Oct 17 18:02:16 2013:info:1379: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 30, 2, 0, '2013-10-17 18:02:16', 327321000, 25, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:02:16', 327424000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 25, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = '45883e86-93dd-4425-95d1-3964ee1fd5fc', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:02:16', last_change_nsec = 333527000 WHERE contest_id = 2 AND run_id = 30 ; Thu Oct 17 18:02:16 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000030 Thu Oct 17 18:02:16 2013:info:writing file /home/judges/compile/var/compile/src/G000UVRF8P15.pas Thu Oct 17 18:02:16 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000UVRF8P15 Thu Oct 17 18:02:16 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000UVRF8P15 -> /home/judges/compile/var/compile/queue/dir/G000UVRF8P15 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 13, passed_mode = 1, last_change_time = '2013-10-17 18:02:16', last_change_nsec = 353817000 WHERE contest_id = 2 AND run_id = 30 ; Thu Oct 17 18:02:16 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:02:16 2013:info:1381: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:16 2013:info:HTTP_REQUEST -> OK, 10307 Thu Oct 17 18:02:17 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000030 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000030 Thu Oct 17 18:02:17 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000030 Thu Oct 17 18:02:17 2013:info:reading file /home/judges/compile/var/compile/000002/report/000030.txt Thu Oct 17 18:02:17 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/0/000030 Thu Oct 17 18:02:17 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000030 -> /home/judges/super-run/var/exe/G000UVRF99T3 Thu Oct 17 18:02:17 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000UVRF99T3 Thu Oct 17 18:02:17 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000UVRF99T3 -> /home/judges/super-run/var/queue/dir/G000UVRF99T3 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 13, passed_mode = 1, last_change_time = '2013-10-17 18:02:17', last_change_nsec = 442665000 WHERE contest_id = 2 AND run_id = 30 ; Thu Oct 17 18:02:18 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000030 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000030 Thu Oct 17 18:02:18 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000030 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:02:18', last_change_nsec = 449803000 WHERE contest_id = 2 AND run_id = 30 ; Thu Oct 17 18:02:18 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018538981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:02:18 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:02:18 2013:info:Copy: /home/judges/000002/var/run/000002/report/000030 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000030 Thu Oct 17 18:02:18 2013:info:1383: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:18 2013:info:HTTP_REQUEST -> OK, 145 Thu Oct 17 18:02:18 2013:info:1385: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:18 2013:info:HTTP_REQUEST -> OK, 3908 Thu Oct 17 18:02:21 2013:info:1387: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:21 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:02:24 2013:info:1389: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 31, 2, 0, '2013-10-17 18:02:24', 284006000, 22, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:02:24', 284014000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 700, user_id = 22, prob_id = 4, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = '875912337ff82f5acdb479c1897636ff03ea735f', run_uuid = 'eba05976-ba07-47e1-b1f3-8b76c91f24e2', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:02:24', last_change_nsec = 289583000 WHERE contest_id = 2 AND run_id = 31 ; Thu Oct 17 18:02:24 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/0/000031 Thu Oct 17 18:02:24 2013:info:writing file /home/judges/compile/var/compile/src/G000VVRFG10N.cpp Thu Oct 17 18:02:24 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000VVRFG10N Thu Oct 17 18:02:24 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G000VVRFG10N -> /home/judges/compile/var/compile/queue/dir/G000VVRFG10N mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 14, passed_mode = 1, last_change_time = '2013-10-17 18:02:24', last_change_nsec = 297047000 WHERE contest_id = 2 AND run_id = 31 ; Thu Oct 17 18:02:24 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:02:24 2013:info:1391: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:24 2013:info:HTTP_REQUEST -> OK, 10319 Thu Oct 17 18:02:26 2013:info:1393: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:26 2013:info:HTTP_REQUEST -> OK, 10262 Thu Oct 17 18:02:27 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000031 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000031 Thu Oct 17 18:02:27 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000031 Thu Oct 17 18:02:27 2013:info:reading file /home/judges/compile/var/compile/000002/report/000031.txt Thu Oct 17 18:02:27 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000031 -> /home/judges/super-run/var/exe/G000VVRFJII9 Thu Oct 17 18:02:27 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000VVRFJII9 Thu Oct 17 18:02:27 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G000VVRFJII9 -> /home/judges/super-run/var/queue/dir/G000VVRFJII9 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 14, passed_mode = 1, last_change_time = '2013-10-17 18:02:27', last_change_nsec = 550108000 WHERE contest_id = 2 AND run_id = 31 ; Thu Oct 17 18:02:29 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000031 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000031 Thu Oct 17 18:02:29 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000031 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:02:29', last_change_nsec = 59214000 WHERE contest_id = 2 AND run_id = 31 ; Thu Oct 17 18:02:29 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018549981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:02:29 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:02:29 2013:info:Copy: /home/judges/000002/var/run/000002/report/000031 -> /home/judges/000002/var/archive/xmlreports/0/0/0/000031 Thu Oct 17 18:02:29 2013:info:1395: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:29 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:02:29 2013:info:1397: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:29 2013:info:HTTP_REQUEST -> OK, 3611 Thu Oct 17 18:02:29 2013:info:1399: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:29 2013:info:HTTP_REQUEST -> OK, 10300 Thu Oct 17 18:02:41 2013:info:1401: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:41 2013:info:HTTP_REQUEST -> OK, 10280 Thu Oct 17 18:02:44 2013:info:1403: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:44 2013:info:HTTP_REQUEST -> OK, 11645 Thu Oct 17 18:02:47 2013:info:1405: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:47 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 18:02:47 2013:info:1407: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:47 2013:info:HTTP_REQUEST -> OK, 3615 Thu Oct 17 18:02:48 2013:info:1409: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:48 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:02:48 2013:info:userlist-server fd ready Thu Oct 17 18:02:48 2013:info:userlist-server notification: 2 Thu Oct 17 18:02:48 2013:info:1411: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:48 2013:info:HTTP_REQUEST -> OK, 3463 Thu Oct 17 18:02:51 2013:info:1413: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:51 2013:info:teamdb_refresh: updated: 10 users, 31 max user, XML size = 3348 Thu Oct 17 18:02:51 2013:info:HTTP_REQUEST -> OK, 6880 Thu Oct 17 18:02:52 2013:info:1415: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:52 2013:info:HTTP_REQUEST -> OK, 3011 Thu Oct 17 18:02:54 2013:info:1417: received 2 file descriptors: 6, 7 Thu Oct 17 18:02:54 2013:info:HTTP_REQUEST -> OK, 6304 Thu Oct 17 18:03:00 2013:info:1419: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:00 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 18:03:00 2013:info:1421: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:00 2013:info:HTTP_REQUEST -> OK, 10856 Thu Oct 17 18:03:04 2013:info:1423: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:04 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 18:03:05 2013:info:1425: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:05 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:03:06 2013:info:1427: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:06 2013:info:HTTP_REQUEST -> OK, 3580 Thu Oct 17 18:03:06 2013:info:1429: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:06 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:03:06 2013:info:1431: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:06 2013:info:HTTP_REQUEST -> OK, 3585 Thu Oct 17 18:03:08 2013:info:1433: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:08 2013:info:HTTP_REQUEST -> OK, 6290 Thu Oct 17 18:03:13 2013:info:1435: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:13 2013:info:HTTP_REQUEST -> OK, 6397 Thu Oct 17 18:03:17 2013:info:1437: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:17 2013:info:HTTP_REQUEST -> OK, 6798 Thu Oct 17 18:03:17 2013:info:1439: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 32, 2, 0, '2013-10-17 18:03:17', 983509000, 24, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:03:17', 983587000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 24, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = '4d5c39b1-c1d4-4a23-a935-88565aa0547c', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:03:17', last_change_nsec = 989419000 WHERE contest_id = 2 AND run_id = 32 ; Thu Oct 17 18:03:17 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000032 Thu Oct 17 18:03:18 2013:info:writing file /home/judges/compile/var/compile/src/G0010VRH6B57.pas Thu Oct 17 18:03:18 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0010VRH6B57 Thu Oct 17 18:03:18 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0010VRH6B57 -> /home/judges/compile/var/compile/queue/dir/G0010VRH6B57 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 15, passed_mode = 1, last_change_time = '2013-10-17 18:03:18', last_change_nsec = 12840000 WHERE contest_id = 2 AND run_id = 32 ; Thu Oct 17 18:03:18 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:03:18 2013:info:1441: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:18 2013:info:HTTP_REQUEST -> OK, 10318 Thu Oct 17 18:03:19 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000032 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000032 Thu Oct 17 18:03:19 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000032 Thu Oct 17 18:03:19 2013:info:reading file /home/judges/compile/var/compile/000002/report/000032.txt Thu Oct 17 18:03:19 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000032 Thu Oct 17 18:03:19 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000032 -> /home/judges/super-run/var/exe/G0010VRH77EV Thu Oct 17 18:03:19 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0010VRH77EV Thu Oct 17 18:03:19 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0010VRH77EV -> /home/judges/super-run/var/queue/dir/G0010VRH77EV mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 15, passed_mode = 1, last_change_time = '2013-10-17 18:03:19', last_change_nsec = 151978000 WHERE contest_id = 2 AND run_id = 32 ; Thu Oct 17 18:03:20 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000032 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000032 Thu Oct 17 18:03:20 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000032 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:03:20', last_change_nsec = 787805000 WHERE contest_id = 2 AND run_id = 32 ; Thu Oct 17 18:03:20 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018600981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:03:20 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:03:20 2013:info:Copy: /home/judges/000002/var/run/000002/report/000032 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000032 Thu Oct 17 18:03:20 2013:info:1443: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:20 2013:info:HTTP_REQUEST -> OK, 7836 Thu Oct 17 18:03:21 2013:info:1445: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:21 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:03:21 2013:info:userlist-server fd ready Thu Oct 17 18:03:21 2013:info:userlist-server notification: 2 Thu Oct 17 18:03:21 2013:info:1447: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:21 2013:info:HTTP_REQUEST -> OK, 3436 Thu Oct 17 18:03:23 2013:info:1449: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:23 2013:info:teamdb_refresh: updated: 11 users, 31 max user, XML size = 3686 Thu Oct 17 18:03:23 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:03:24 2013:info:1451: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:24 2013:info:HTTP_REQUEST -> OK, 6255 Thu Oct 17 18:03:25 2013:info:1453: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:25 2013:info:HTTP_REQUEST -> OK, 10273 Thu Oct 17 18:03:25 2013:info:1455: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:25 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:03:28 2013:info:1457: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:28 2013:info:HTTP_REQUEST -> OK, 10808 Thu Oct 17 18:03:29 2013:info:1459: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:03:30 2013:info:1461: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 33, 2, 0, '2013-10-17 18:03:30', 882170000, 22, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:03:30', 882192000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 22, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = '77ff235d-c454-490a-a302-ef0fc72d5ae0', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:03:30', last_change_nsec = 886848000 WHERE contest_id = 2 AND run_id = 33 ; Thu Oct 17 18:03:30 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000033 Thu Oct 17 18:03:30 2013:info:writing file /home/judges/compile/var/compile/src/G0011VRHIP7C.pas Thu Oct 17 18:03:30 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0011VRHIP7C Thu Oct 17 18:03:30 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0011VRHIP7C -> /home/judges/compile/var/compile/queue/dir/G0011VRHIP7C mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 16, passed_mode = 1, last_change_time = '2013-10-17 18:03:30', last_change_nsec = 911050000 WHERE contest_id = 2 AND run_id = 33 ; Thu Oct 17 18:03:30 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:03:30 2013:info:1463: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:30 2013:info:HTTP_REQUEST -> OK, 10554 Thu Oct 17 18:03:31 2013:info:1465: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 34, 2, 0, '2013-10-17 18:03:31', 255972000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:03:31', 255980000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 612, user_id = 23, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'bc2baaef01be48107728ed6d7ed0c0db91523856', run_uuid = '2ae2c3c3-981c-4bfe-836b-51d9110ddfd2', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:03:31', last_change_nsec = 262547000 WHERE contest_id = 2 AND run_id = 34 ; Thu Oct 17 18:03:31 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000034 Thu Oct 17 18:03:31 2013:info:writing file /home/judges/compile/var/compile/src/G0012VRHJIPG.cpp Thu Oct 17 18:03:31 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0012VRHJIPG Thu Oct 17 18:03:31 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0012VRHJIPG -> /home/judges/compile/var/compile/queue/dir/G0012VRHJIPG mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 17, passed_mode = 1, last_change_time = '2013-10-17 18:03:31', last_change_nsec = 281821000 WHERE contest_id = 2 AND run_id = 34 ; Thu Oct 17 18:03:31 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:03:31 2013:info:1467: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:31 2013:info:HTTP_REQUEST -> OK, 11972 Thu Oct 17 18:03:32 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000033 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000033 Thu Oct 17 18:03:32 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000033 Thu Oct 17 18:03:32 2013:info:reading file /home/judges/compile/var/compile/000002/report/000033.txt Thu Oct 17 18:03:32 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000033 Thu Oct 17 18:03:32 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000033 -> /home/judges/super-run/var/exe/G0011VRHKENG Thu Oct 17 18:03:32 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0011VRHKENG Thu Oct 17 18:03:32 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0011VRHKENG -> /home/judges/super-run/var/queue/dir/G0011VRHKENG mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 16, passed_mode = 1, last_change_time = '2013-10-17 18:03:32', last_change_nsec = 387995000 WHERE contest_id = 2 AND run_id = 33 ; Thu Oct 17 18:03:33 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000034 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000034 Thu Oct 17 18:03:33 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000034 Thu Oct 17 18:03:33 2013:info:reading file /home/judges/compile/var/compile/000002/report/000034.txt Thu Oct 17 18:03:33 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000034 -> /home/judges/super-run/var/exe/G0012VRHLVFF Thu Oct 17 18:03:33 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0012VRHLVFF Thu Oct 17 18:03:33 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0012VRHLVFF -> /home/judges/super-run/var/queue/dir/G0012VRHLVFF mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 17, passed_mode = 1, last_change_time = '2013-10-17 18:03:33', last_change_nsec = 452028000 WHERE contest_id = 2 AND run_id = 34 ; Thu Oct 17 18:03:33 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000033 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000033 Thu Oct 17 18:03:33 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000033 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:03:33', last_change_nsec = 950416000 WHERE contest_id = 2 AND run_id = 33 ; Thu Oct 17 18:03:33 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018613981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:03:33 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:03:33 2013:info:Copy: /home/judges/000002/var/run/000002/report/000033 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000033 Thu Oct 17 18:03:33 2013:info:1469: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:33 2013:info:HTTP_REQUEST -> OK, 8124 Thu Oct 17 18:03:34 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000034 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000034 Thu Oct 17 18:03:34 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000034 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:03:34', last_change_nsec = 976722000 WHERE contest_id = 2 AND run_id = 34 ; Thu Oct 17 18:03:34 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018614981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:03:34 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:03:34 2013:info:Copy: /home/judges/000002/var/run/000002/report/000034 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000034 Thu Oct 17 18:03:35 2013:info:1471: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:35 2013:info:HTTP_REQUEST -> OK, 11927 Thu Oct 17 18:03:36 2013:info:1473: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:36 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:03:36 2013:info:1475: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:36 2013:info:HTTP_REQUEST -> OK, 10509 Thu Oct 17 18:03:39 2013:info:1477: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:39 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:03:39 2013:info:userlist-server fd ready Thu Oct 17 18:03:39 2013:info:userlist-server notification: 2 Thu Oct 17 18:03:39 2013:info:1479: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:39 2013:info:HTTP_REQUEST -> OK, 3432 Thu Oct 17 18:03:40 2013:info:1481: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:40 2013:info:teamdb_refresh: updated: 12 users, 31 max user, XML size = 4016 mysql: INSERT INTO runs VALUES ( 35, 2, 0, '2013-10-17 18:03:40', 279843000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:03:40', 279876000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 700, user_id = 23, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '875912337ff82f5acdb479c1897636ff03ea735f', run_uuid = '07aa0b83-82af-4a81-b7d2-748043adeb83', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:03:40', last_change_nsec = 284439000 WHERE contest_id = 2 AND run_id = 35 ; Thu Oct 17 18:03:40 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000035 Thu Oct 17 18:03:40 2013:info:writing file /home/judges/compile/var/compile/src/G0013VRHSQD8.cpp Thu Oct 17 18:03:40 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0013VRHSQD8 Thu Oct 17 18:03:40 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0013VRHSQD8 -> /home/judges/compile/var/compile/queue/dir/G0013VRHSQD8 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 18, passed_mode = 1, last_change_time = '2013-10-17 18:03:40', last_change_nsec = 289621000 WHERE contest_id = 2 AND run_id = 35 ; Thu Oct 17 18:03:40 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:03:40 2013:info:1483: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:40 2013:info:HTTP_REQUEST -> OK, 12179 Thu Oct 17 18:03:42 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000035 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000035 Thu Oct 17 18:03:42 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000035 Thu Oct 17 18:03:42 2013:info:reading file /home/judges/compile/var/compile/000002/report/000035.txt Thu Oct 17 18:03:42 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000035 -> /home/judges/super-run/var/exe/G0013VRHUBPH Thu Oct 17 18:03:42 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0013VRHUBPH Thu Oct 17 18:03:42 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0013VRHUBPH -> /home/judges/super-run/var/queue/dir/G0013VRHUBPH mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 18, passed_mode = 1, last_change_time = '2013-10-17 18:03:42', last_change_nsec = 400019000 WHERE contest_id = 2 AND run_id = 35 ; Thu Oct 17 18:03:42 2013:info:1485: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:42 2013:info:writing file /home/judges/000002/var/status/in/981_localhost.localdomain_status Thu Oct 17 18:03:42 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_status -> /home/judges/000002/var/status/dir/status Thu Oct 17 18:03:42 2013:info:HTTP_REQUEST -> OK, 6242 Thu Oct 17 18:03:44 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000035 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000035 Thu Oct 17 18:03:44 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000035 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:03:44', last_change_nsec = 26935000 WHERE contest_id = 2 AND run_id = 35 ; Thu Oct 17 18:03:44 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018624981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:03:44 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:03:44 2013:info:Copy: /home/judges/000002/var/run/000002/report/000035 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000035 Thu Oct 17 18:03:44 2013:info:1487: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 36, 2, 0, '2013-10-17 18:03:44', 32537000, 28, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:03:44', 32540000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 707, user_id = 28, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'e9d5a74e607e24bafc68dced186cde1a0f396d79', run_uuid = '13ccb8f5-ed12-46ff-8274-8a7c54c13f3c', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:03:44', last_change_nsec = 36032000 WHERE contest_id = 2 AND run_id = 36 ; Thu Oct 17 18:03:44 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000036 Thu Oct 17 18:03:44 2013:info:writing file /home/judges/compile/var/compile/src/G0014VRI0INU.pas Thu Oct 17 18:03:44 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0014VRI0INU Thu Oct 17 18:03:44 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0014VRI0INU -> /home/judges/compile/var/compile/queue/dir/G0014VRI0INU mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 19, passed_mode = 1, last_change_time = '2013-10-17 18:03:44', last_change_nsec = 52214000 WHERE contest_id = 2 AND run_id = 36 ; Thu Oct 17 18:03:44 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:03:44 2013:info:1489: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:44 2013:info:HTTP_REQUEST -> OK, 11528 Thu Oct 17 18:03:45 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000036 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000036 Thu Oct 17 18:03:45 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000036 Thu Oct 17 18:03:45 2013:info:reading file /home/judges/compile/var/compile/000002/report/000036.txt Thu Oct 17 18:03:45 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000036 Thu Oct 17 18:03:45 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000036 -> /home/judges/super-run/var/exe/G0014VRI1G33 Thu Oct 17 18:03:45 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0014VRI1G33 Thu Oct 17 18:03:45 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0014VRI1G33 -> /home/judges/super-run/var/queue/dir/G0014VRI1G33 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 19, passed_mode = 1, last_change_time = '2013-10-17 18:03:45', last_change_nsec = 123346000 WHERE contest_id = 2 AND run_id = 36 ; Thu Oct 17 18:03:45 2013:info:1491: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:45 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:03:45 2013:info:1493: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 37, 2, 0, '2013-10-17 18:03:45', 733145000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:03:45', 733151000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 976, user_id = 23, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '7affafac0714b19526d15fac9268606898305dff', run_uuid = '898a2b24-1fd0-4483-923a-eb7e416bc184', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:03:45', last_change_nsec = 737429000 WHERE contest_id = 2 AND run_id = 37 ; Thu Oct 17 18:03:45 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000037 Thu Oct 17 18:03:45 2013:info:writing file /home/judges/compile/var/compile/src/G0015VRI1M5H.cpp Thu Oct 17 18:03:45 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0015VRI1M5H Thu Oct 17 18:03:45 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0015VRI1M5H -> /home/judges/compile/var/compile/queue/dir/G0015VRI1M5H mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 20, passed_mode = 1, last_change_time = '2013-10-17 18:03:45', last_change_nsec = 744211000 WHERE contest_id = 2 AND run_id = 37 ; Thu Oct 17 18:03:45 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:03:45 2013:info:1495: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:45 2013:info:HTTP_REQUEST -> OK, 12386 Thu Oct 17 18:03:46 2013:info:1497: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:46 2013:info:HTTP_REQUEST -> OK, 10795 Thu Oct 17 18:03:47 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000036 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000036 Thu Oct 17 18:03:47 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000036 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:03:47', last_change_nsec = 310594000 WHERE contest_id = 2 AND run_id = 36 ; Thu Oct 17 18:03:47 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018627981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:03:47 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:03:47 2013:info:Copy: /home/judges/000002/var/run/000002/report/000036 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000036 Thu Oct 17 18:03:48 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000037 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000037 Thu Oct 17 18:03:48 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000037 Thu Oct 17 18:03:48 2013:info:reading file /home/judges/compile/var/compile/000002/report/000037.txt Thu Oct 17 18:03:48 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000037 -> /home/judges/super-run/var/exe/G0015VRI4KP8 Thu Oct 17 18:03:48 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0015VRI4KP8 Thu Oct 17 18:03:48 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0015VRI4KP8 -> /home/judges/super-run/var/queue/dir/G0015VRI4KP8 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 20, passed_mode = 1, last_change_time = '2013-10-17 18:03:48', last_change_nsec = 377189000 WHERE contest_id = 2 AND run_id = 37 ; Thu Oct 17 18:03:49 2013:info:1499: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:49 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:03:50 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000037 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000037 Thu Oct 17 18:03:50 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000037 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:03:50', last_change_nsec = 267396000 WHERE contest_id = 2 AND run_id = 37 ; Thu Oct 17 18:03:50 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018630981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:03:50 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:03:50 2013:info:Copy: /home/judges/000002/var/run/000002/report/000037 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000037 Thu Oct 17 18:03:51 2013:info:1501: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:51 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:03:53 2013:info:1503: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 38, 2, 0, '2013-10-17 18:03:53', 842058000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:03:53', 842064000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 707, user_id = 23, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'e9d5a74e607e24bafc68dced186cde1a0f396d79', run_uuid = 'e9bc2b24-964f-4c79-8e91-8414bfa84653', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:03:53', last_change_nsec = 847044000 WHERE contest_id = 2 AND run_id = 38 ; Thu Oct 17 18:03:53 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000038 Thu Oct 17 18:03:53 2013:info:writing file /home/judges/compile/var/compile/src/G0016VRI99LK.pas Thu Oct 17 18:03:53 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0016VRI99LK Thu Oct 17 18:03:53 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0016VRI99LK -> /home/judges/compile/var/compile/queue/dir/G0016VRI99LK mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 21, passed_mode = 1, last_change_time = '2013-10-17 18:03:53', last_change_nsec = 862330000 WHERE contest_id = 2 AND run_id = 38 ; Thu Oct 17 18:03:53 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:03:53 2013:info:1505: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:53 2013:info:HTTP_REQUEST -> OK, 12593 Thu Oct 17 18:03:54 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000038 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000038 Thu Oct 17 18:03:54 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000038 Thu Oct 17 18:03:54 2013:info:reading file /home/judges/compile/var/compile/000002/report/000038.txt Thu Oct 17 18:03:54 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000038 Thu Oct 17 18:03:54 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000038 -> /home/judges/super-run/var/exe/G0016VRIALSL Thu Oct 17 18:03:54 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0016VRIALSL Thu Oct 17 18:03:54 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0016VRIALSL -> /home/judges/super-run/var/queue/dir/G0016VRIALSL mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 21, passed_mode = 1, last_change_time = '2013-10-17 18:03:54', last_change_nsec = 990577000 WHERE contest_id = 2 AND run_id = 38 ; Thu Oct 17 18:03:57 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000038 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000038 Thu Oct 17 18:03:57 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000038 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:03:57', last_change_nsec = 4163000 WHERE contest_id = 2 AND run_id = 38 ; Thu Oct 17 18:03:57 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018637981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:03:57 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:03:57 2013:info:Copy: /home/judges/000002/var/run/000002/report/000038 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000038 Thu Oct 17 18:03:58 2013:info:1507: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 39, 2, 0, '2013-10-17 18:03:58', 957499000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:03:58', 957505000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 826, user_id = 23, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '270fcada11bf60d19e90ea1e5a42c96f892d27f9', run_uuid = '90e4eec1-e46b-4055-81c5-d8868f98083a', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:03:58', last_change_nsec = 964487000 WHERE contest_id = 2 AND run_id = 39 ; Thu Oct 17 18:03:58 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000039 Thu Oct 17 18:03:58 2013:info:writing file /home/judges/compile/var/compile/src/G0017VRIE0VG.pas Thu Oct 17 18:03:58 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0017VRIE0VG Thu Oct 17 18:03:58 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0017VRIE0VG -> /home/judges/compile/var/compile/queue/dir/G0017VRIE0VG mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 22, passed_mode = 1, last_change_time = '2013-10-17 18:03:58', last_change_nsec = 984493000 WHERE contest_id = 2 AND run_id = 39 ; Thu Oct 17 18:03:58 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:03:59 2013:info:1509: received 2 file descriptors: 6, 7 Thu Oct 17 18:03:59 2013:info:HTTP_REQUEST -> OK, 12800 Thu Oct 17 18:04:00 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000039 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000039 Thu Oct 17 18:04:00 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000039 Thu Oct 17 18:04:00 2013:info:reading file /home/judges/compile/var/compile/000002/report/000039.txt Thu Oct 17 18:04:00 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000039 Thu Oct 17 18:04:00 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000039 -> /home/judges/super-run/var/exe/G0017VRIGC4A Thu Oct 17 18:04:00 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0017VRIGC4A Thu Oct 17 18:04:00 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0017VRIGC4A -> /home/judges/super-run/var/queue/dir/G0017VRIGC4A mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 22, passed_mode = 1, last_change_time = '2013-10-17 18:04:00', last_change_nsec = 92924000 WHERE contest_id = 2 AND run_id = 39 ; Thu Oct 17 18:04:01 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000039 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000039 Thu Oct 17 18:04:01 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000039 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:04:01', last_change_nsec = 102838000 WHERE contest_id = 2 AND run_id = 39 ; Thu Oct 17 18:04:01 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018641981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:04:01 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:04:01 2013:info:Copy: /home/judges/000002/var/run/000002/report/000039 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000039 Thu Oct 17 18:04:01 2013:info:1511: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:01 2013:info:HTTP_REQUEST -> OK, 12754 Thu Oct 17 18:04:05 2013:info:1513: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:05 2013:info:HTTP_REQUEST -> OK, 6477 Thu Oct 17 18:04:06 2013:info:1515: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:06 2013:info:HTTP_REQUEST -> OK, 9699 Thu Oct 17 18:04:07 2013:info:1517: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:07 2013:info:HTTP_REQUEST -> OK, 6135 Thu Oct 17 18:04:10 2013:info:1519: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:10 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 18:04:10 2013:info:1521: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:10 2013:info:HTTP_REQUEST -> OK, 2820 Thu Oct 17 18:04:10 2013:info:1523: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:10 2013:info:HTTP_REQUEST -> OK, 2718 Thu Oct 17 18:04:12 2013:info:1525: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:12 2013:info:HTTP_REQUEST -> OK, 6478 Thu Oct 17 18:04:13 2013:info:1527: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:13 2013:info:HTTP_REQUEST -> OK, 8286 Thu Oct 17 18:04:18 2013:info:1529: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 40, 2, 0, '2013-10-17 18:04:18', 633721000, 28, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:04:18', 633746000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 28, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'abfb2ffaced00ec6d5e23bc13e70af2e13159c8f', run_uuid = '799ab77f-f8c5-474d-899a-7a66bbb95c61', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:04:18', last_change_nsec = 638342000 WHERE contest_id = 2 AND run_id = 40 ; Thu Oct 17 18:04:18 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000040 Thu Oct 17 18:04:18 2013:info:writing file /home/judges/compile/var/compile/src/G0018VRJ2JRO.cpp Thu Oct 17 18:04:18 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0018VRJ2JRO Thu Oct 17 18:04:18 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0018VRJ2JRO -> /home/judges/compile/var/compile/queue/dir/G0018VRJ2JRO mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 23, passed_mode = 1, last_change_time = '2013-10-17 18:04:18', last_change_nsec = 643458000 WHERE contest_id = 2 AND run_id = 40 ; Thu Oct 17 18:04:18 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:04:18 2013:info:1531: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:18 2013:info:HTTP_REQUEST -> OK, 11735 Thu Oct 17 18:04:19 2013:info:1533: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:19 2013:info:HTTP_REQUEST -> OK, 6397 Thu Oct 17 18:04:20 2013:info:1535: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 41, 2, 0, '2013-10-17 18:04:20', 18662000, 29, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:04:20', 18667000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 29, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'abfb2ffaced00ec6d5e23bc13e70af2e13159c8f', run_uuid = 'c0895c51-39f3-4e89-985a-3d053f7eabb1', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:04:20', last_change_nsec = 21435000 WHERE contest_id = 2 AND run_id = 41 ; Thu Oct 17 18:04:20 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000041 Thu Oct 17 18:04:20 2013:info:writing file /home/judges/compile/var/compile/src/G0019VRJ4P0E.pas Thu Oct 17 18:04:20 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0019VRJ4P0E Thu Oct 17 18:04:20 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G0019VRJ4P0E -> /home/judges/compile/var/compile/queue/dir/G0019VRJ4P0E mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 24, passed_mode = 1, last_change_time = '2013-10-17 18:04:20', last_change_nsec = 25856000 WHERE contest_id = 2 AND run_id = 41 ; Thu Oct 17 18:04:20 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:04:20 2013:info:1537: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:20 2013:info:HTTP_REQUEST -> OK, 11466 Thu Oct 17 18:04:21 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000040 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000040 Thu Oct 17 18:04:21 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000040 Thu Oct 17 18:04:21 2013:info:reading file /home/judges/compile/var/compile/000002/report/000040.txt Thu Oct 17 18:04:21 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000040 -> /home/judges/super-run/var/exe/G0018VRJ5R7O Thu Oct 17 18:04:21 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0018VRJ5R7O Thu Oct 17 18:04:21 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G0018VRJ5R7O -> /home/judges/super-run/var/queue/dir/G0018VRJ5R7O mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 23, passed_mode = 1, last_change_time = '2013-10-17 18:04:21', last_change_nsec = 196771000 WHERE contest_id = 2 AND run_id = 40 ; Thu Oct 17 18:04:21 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000041 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000041 Thu Oct 17 18:04:21 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000041 Thu Oct 17 18:04:21 2013:info:reading file /home/judges/compile/var/compile/000002/report/000041.txt Thu Oct 17 18:04:21 2013:error:open("/home/judges/compile/var/compile/000002/report/000041.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:04:21', last_change_nsec = 203208000 WHERE contest_id = 2 AND run_id = 41 ; Thu Oct 17 18:04:21 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000041 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000041 Thu Oct 17 18:04:21 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018661981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:04:21 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:04:23 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000040 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000040 Thu Oct 17 18:04:23 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000040 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:04:23', last_change_nsec = 220423000 WHERE contest_id = 2 AND run_id = 40 ; Thu Oct 17 18:04:23 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018663981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:04:23 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:04:23 2013:info:Copy: /home/judges/000002/var/run/000002/report/000040 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000040 Thu Oct 17 18:04:23 2013:info:1539: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:23 2013:info:HTTP_REQUEST -> OK, 11845 Thu Oct 17 18:04:24 2013:info:1541: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:24 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:04:24 2013:info:1543: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:24 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:04:24 2013:info:1545: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:24 2013:info:HTTP_REQUEST -> OK, 10280 Thu Oct 17 18:04:25 2013:info:1547: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:25 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:04:25 2013:info:1549: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:25 2013:info:HTTP_REQUEST -> OK, 3457 Thu Oct 17 18:04:27 2013:info:1551: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:27 2013:info:HTTP_REQUEST -> OK, 11645 Thu Oct 17 18:04:27 2013:info:1553: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:27 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:04:30 2013:info:1555: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:30 2013:info:HTTP_REQUEST -> OK, 2820 Thu Oct 17 18:04:30 2013:info:1557: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:30 2013:info:HTTP_REQUEST -> OK, 9651 Thu Oct 17 18:04:32 2013:info:1559: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:32 2013:info:HTTP_REQUEST -> OK, 11462 Thu Oct 17 18:04:32 2013:info:1561: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:32 2013:info:HTTP_REQUEST -> OK, 9711 Thu Oct 17 18:04:36 2013:info:1563: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:04:36 2013:info:1565: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:36 2013:info:HTTP_REQUEST -> OK, 2412 Thu Oct 17 18:04:43 2013:info:1567: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 42, 2, 0, '2013-10-17 18:04:43', 999066000, 24, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:04:43', 999088000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 612, user_id = 24, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'bc2baaef01be48107728ed6d7ed0c0db91523856', run_uuid = '6e92e3c3-0542-4dc0-b4de-353418c65a50', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:04:44', last_change_nsec = 3942000 WHERE contest_id = 2 AND run_id = 42 ; Thu Oct 17 18:04:44 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000042 Thu Oct 17 18:04:44 2013:info:writing file /home/judges/compile/var/compile/src/G001AVRJS091.cpp Thu Oct 17 18:04:44 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001AVRJS091 Thu Oct 17 18:04:44 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001AVRJS091 -> /home/judges/compile/var/compile/queue/dir/G001AVRJS091 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 25, passed_mode = 1, last_change_time = '2013-10-17 18:04:44', last_change_nsec = 33481000 WHERE contest_id = 2 AND run_id = 42 ; Thu Oct 17 18:04:44 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:04:44 2013:info:1569: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:44 2013:info:HTTP_REQUEST -> OK, 12097 Thu Oct 17 18:04:45 2013:info:1571: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 43, 2, 0, '2013-10-17 18:04:45', 144478000, 27, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:04:45', 144482000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 707, user_id = 27, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'e9d5a74e607e24bafc68dced186cde1a0f396d79', run_uuid = 'ef8983df-5259-4ea0-aebe-3398a593b107', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:04:45', last_change_nsec = 148160000 WHERE contest_id = 2 AND run_id = 43 ; Thu Oct 17 18:04:45 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000043 Thu Oct 17 18:04:45 2013:info:writing file /home/judges/compile/var/compile/src/G001BVRJTLOH.pas Thu Oct 17 18:04:45 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001BVRJTLOH Thu Oct 17 18:04:45 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001BVRJTLOH -> /home/judges/compile/var/compile/queue/dir/G001BVRJTLOH mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 26, passed_mode = 1, last_change_time = '2013-10-17 18:04:45', last_change_nsec = 153645000 WHERE contest_id = 2 AND run_id = 43 ; Thu Oct 17 18:04:45 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:04:45 2013:info:1573: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:45 2013:info:HTTP_REQUEST -> OK, 11479 Thu Oct 17 18:04:46 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000042 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000042 Thu Oct 17 18:04:46 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000042 Thu Oct 17 18:04:46 2013:info:reading file /home/judges/compile/var/compile/000002/report/000042.txt Thu Oct 17 18:04:46 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000042 -> /home/judges/super-run/var/exe/G001AVRJURDT Thu Oct 17 18:04:46 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001AVRJURDT Thu Oct 17 18:04:46 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001AVRJURDT -> /home/judges/super-run/var/queue/dir/G001AVRJURDT mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 25, passed_mode = 1, last_change_time = '2013-10-17 18:04:46', last_change_nsec = 310965000 WHERE contest_id = 2 AND run_id = 42 ; Thu Oct 17 18:04:46 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000043 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000043 Thu Oct 17 18:04:46 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000043 Thu Oct 17 18:04:46 2013:info:reading file /home/judges/compile/var/compile/000002/report/000043.txt Thu Oct 17 18:04:46 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000043 Thu Oct 17 18:04:46 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000043 -> /home/judges/super-run/var/exe/G001BVRJULU3 Thu Oct 17 18:04:46 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001BVRJULU3 Thu Oct 17 18:04:46 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001BVRJULU3 -> /home/judges/super-run/var/queue/dir/G001BVRJULU3 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 26, passed_mode = 1, last_change_time = '2013-10-17 18:04:46', last_change_nsec = 323229000 WHERE contest_id = 2 AND run_id = 43 ; Thu Oct 17 18:04:47 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000042 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000042 Thu Oct 17 18:04:47 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000042 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:04:47', last_change_nsec = 327528000 WHERE contest_id = 2 AND run_id = 42 ; Thu Oct 17 18:04:47 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018687981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:04:47 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:04:47 2013:info:Copy: /home/judges/000002/var/run/000002/report/000042 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000042 Thu Oct 17 18:04:48 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000043 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000043 Thu Oct 17 18:04:48 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000043 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:04:48', last_change_nsec = 331903000 WHERE contest_id = 2 AND run_id = 43 ; Thu Oct 17 18:04:48 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018688981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:04:48 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:04:48 2013:info:Copy: /home/judges/000002/var/run/000002/report/000043 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000043 Thu Oct 17 18:04:49 2013:info:1575: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:49 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:04:50 2013:info:1577: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:50 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:04:50 2013:info:1579: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 44, 2, 0, '2013-10-17 18:04:50', 863692000, 29, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:04:50', 863699000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 29, prob_id = 2, lang_id = 2, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'abfb2ffaced00ec6d5e23bc13e70af2e13159c8f', run_uuid = '4d43cc9f-3a5a-4617-a08a-27fcb459d184', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:04:50', last_change_nsec = 867537000 WHERE contest_id = 2 AND run_id = 44 ; Thu Oct 17 18:04:50 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000044 Thu Oct 17 18:04:50 2013:info:writing file /home/judges/compile/var/compile/src/G001CVRK27ON.c Thu Oct 17 18:04:50 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001CVRK27ON Thu Oct 17 18:04:50 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001CVRK27ON -> /home/judges/compile/var/compile/queue/dir/G001CVRK27ON mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 27, passed_mode = 1, last_change_time = '2013-10-17 18:04:50', last_change_nsec = 893324000 WHERE contest_id = 2 AND run_id = 44 ; Thu Oct 17 18:04:50 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:04:50 2013:info:1581: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:50 2013:info:HTTP_REQUEST -> OK, 11714 Thu Oct 17 18:04:51 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000044 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000044 Thu Oct 17 18:04:51 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000044 Thu Oct 17 18:04:51 2013:info:reading file /home/judges/compile/var/compile/000002/report/000044.txt Thu Oct 17 18:04:51 2013:error:open("/home/judges/compile/var/compile/000002/report/000044.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:04:51', last_change_nsec = 981527000 WHERE contest_id = 2 AND run_id = 44 ; Thu Oct 17 18:04:51 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000044 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000044 Thu Oct 17 18:04:51 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018691981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:04:51 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:04:52 2013:info:1583: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:52 2013:info:HTTP_REQUEST -> OK, 12052 Thu Oct 17 18:04:52 2013:info:1585: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:52 2013:info:HTTP_REQUEST -> OK, 11434 Thu Oct 17 18:04:56 2013:info:1587: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:56 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:04:57 2013:info:1589: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:57 2013:info:HTTP_REQUEST -> OK, 9651 Thu Oct 17 18:04:58 2013:info:1591: received 2 file descriptors: 6, 7 Thu Oct 17 18:04:58 2013:info:HTTP_REQUEST -> OK, 9662 Thu Oct 17 18:05:02 2013:info:1593: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:02 2013:info:HTTP_REQUEST -> OK, 11709 Thu Oct 17 18:05:07 2013:info:1595: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 45, 2, 0, '2013-10-17 18:05:07', 299959000, 28, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:05:07', 299980000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 28, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = '47bdd746-4b91-4ccb-b383-2b0841635f06', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:05:07', last_change_nsec = 307234000 WHERE contest_id = 2 AND run_id = 45 ; Thu Oct 17 18:05:07 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000045 Thu Oct 17 18:05:07 2013:info:writing file /home/judges/compile/var/compile/src/G001DVRKJMHP.pas Thu Oct 17 18:05:07 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001DVRKJMHP Thu Oct 17 18:05:07 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001DVRKJMHP -> /home/judges/compile/var/compile/queue/dir/G001DVRKJMHP mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 28, passed_mode = 1, last_change_time = '2013-10-17 18:05:07', last_change_nsec = 319348000 WHERE contest_id = 2 AND run_id = 45 ; Thu Oct 17 18:05:07 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:05:07 2013:info:1597: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:07 2013:info:HTTP_REQUEST -> OK, 10363 Thu Oct 17 18:05:07 2013:info:1599: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:07 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 18:05:07 2013:info:1601: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 46, 2, 0, '2013-10-17 18:05:07', 716303000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:05:07', 716310000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 23, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = 'cb08099c-3c43-4ab9-90d1-fd89782b5303', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:05:07', last_change_nsec = 722443000 WHERE contest_id = 2 AND run_id = 46 ; Thu Oct 17 18:05:07 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000046 Thu Oct 17 18:05:07 2013:info:writing file /home/judges/compile/var/compile/src/G001EVRKJKH9.pas Thu Oct 17 18:05:07 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001EVRKJKH9 Thu Oct 17 18:05:07 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001EVRKJKH9 -> /home/judges/compile/var/compile/queue/dir/G001EVRKJKH9 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 29, passed_mode = 1, last_change_time = '2013-10-17 18:05:07', last_change_nsec = 743729000 WHERE contest_id = 2 AND run_id = 46 ; Thu Oct 17 18:05:07 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:05:07 2013:info:1603: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:07 2013:info:HTTP_REQUEST -> OK, 10352 Thu Oct 17 18:05:08 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000045 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000045 Thu Oct 17 18:05:08 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000045 Thu Oct 17 18:05:08 2013:info:reading file /home/judges/compile/var/compile/000002/report/000045.txt Thu Oct 17 18:05:08 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000045 Thu Oct 17 18:05:08 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000045 -> /home/judges/super-run/var/exe/G001DVRKKV66 Thu Oct 17 18:05:08 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001DVRKKV66 Thu Oct 17 18:05:08 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001DVRKKV66 -> /home/judges/super-run/var/queue/dir/G001DVRKKV66 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 28, passed_mode = 1, last_change_time = '2013-10-17 18:05:08', last_change_nsec = 857640000 WHERE contest_id = 2 AND run_id = 45 ; Thu Oct 17 18:05:08 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000046 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000046 Thu Oct 17 18:05:08 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000046 Thu Oct 17 18:05:08 2013:info:reading file /home/judges/compile/var/compile/000002/report/000046.txt Thu Oct 17 18:05:08 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000046 Thu Oct 17 18:05:08 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000046 -> /home/judges/super-run/var/exe/G001EVRKKBND Thu Oct 17 18:05:08 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001EVRKKBND Thu Oct 17 18:05:08 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001EVRKKBND -> /home/judges/super-run/var/queue/dir/G001EVRKKBND mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 29, passed_mode = 1, last_change_time = '2013-10-17 18:05:08', last_change_nsec = 872939000 WHERE contest_id = 2 AND run_id = 46 ; Thu Oct 17 18:05:10 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000045 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000045 Thu Oct 17 18:05:10 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000045 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:05:10', last_change_nsec = 882116000 WHERE contest_id = 2 AND run_id = 45 ; Thu Oct 17 18:05:10 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018710981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:05:10 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:05:10 2013:info:Copy: /home/judges/000002/var/run/000002/report/000045 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000045 Thu Oct 17 18:05:10 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000046 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000046 Thu Oct 17 18:05:10 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000046 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:05:10', last_change_nsec = 888965000 WHERE contest_id = 2 AND run_id = 46 ; Thu Oct 17 18:05:10 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018710981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:05:10 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:05:10 2013:info:Copy: /home/judges/000002/var/run/000002/report/000046 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000046 Thu Oct 17 18:05:12 2013:info:1605: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:12 2013:info:HTTP_REQUEST -> OK, 10308 Thu Oct 17 18:05:12 2013:info:1607: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:12 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:05:20 2013:info:1609: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 47, 2, 0, '2013-10-17 18:05:20', 795295000, 27, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:05:20', 795305000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 27, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = '2cc4ec1d-dee6-4fc0-82b1-b88595a6044d', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:05:20', last_change_nsec = 799342000 WHERE contest_id = 2 AND run_id = 47 ; Thu Oct 17 18:05:20 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000047 Thu Oct 17 18:05:20 2013:info:writing file /home/judges/compile/var/compile/src/G001FVRL05DR.pas Thu Oct 17 18:05:20 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001FVRL05DR Thu Oct 17 18:05:20 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001FVRL05DR -> /home/judges/compile/var/compile/queue/dir/G001FVRL05DR mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 30, passed_mode = 1, last_change_time = '2013-10-17 18:05:20', last_change_nsec = 825334000 WHERE contest_id = 2 AND run_id = 47 ; Thu Oct 17 18:05:20 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:05:20 2013:info:1611: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:20 2013:info:HTTP_REQUEST -> OK, 10315 Thu Oct 17 18:05:21 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000047 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000047 Thu Oct 17 18:05:21 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000047 Thu Oct 17 18:05:21 2013:info:reading file /home/judges/compile/var/compile/000002/report/000047.txt Thu Oct 17 18:05:21 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000047 Thu Oct 17 18:05:21 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000047 -> /home/judges/super-run/var/exe/G001FVRL1B82 Thu Oct 17 18:05:21 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001FVRL1B82 Thu Oct 17 18:05:21 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001FVRL1B82 -> /home/judges/super-run/var/queue/dir/G001FVRL1B82 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 30, passed_mode = 1, last_change_time = '2013-10-17 18:05:21', last_change_nsec = 936505000 WHERE contest_id = 2 AND run_id = 47 ; Thu Oct 17 18:05:22 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000047 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000047 Thu Oct 17 18:05:22 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000047 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:05:22', last_change_nsec = 942737000 WHERE contest_id = 2 AND run_id = 47 ; Thu Oct 17 18:05:22 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018722981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:05:22 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:05:22 2013:info:Copy: /home/judges/000002/var/run/000002/report/000047 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000047 Thu Oct 17 18:05:23 2013:info:1613: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:23 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:05:24 2013:info:1615: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 48, 2, 0, '2013-10-17 18:05:24', 78338000, 29, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:05:24', 78391000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 442, user_id = 29, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'b467b82b477a917cb36a21201d1c83fc851e22b7', run_uuid = '767c6afe-20c6-4426-a34a-2e6a5c2dd3a0', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:05:24', last_change_nsec = 84702000 WHERE contest_id = 2 AND run_id = 48 ; Thu Oct 17 18:05:24 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000048 Thu Oct 17 18:05:24 2013:info:writing file /home/judges/compile/var/compile/src/G001GVRL4PVH.cpp Thu Oct 17 18:05:24 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001GVRL4PVH Thu Oct 17 18:05:24 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001GVRL4PVH -> /home/judges/compile/var/compile/queue/dir/G001GVRL4PVH mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 31, passed_mode = 1, last_change_time = '2013-10-17 18:05:24', last_change_nsec = 93046000 WHERE contest_id = 2 AND run_id = 48 ; Thu Oct 17 18:05:24 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:05:24 2013:info:1617: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:24 2013:info:HTTP_REQUEST -> OK, 11962 Thu Oct 17 18:05:25 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000048 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000048 Thu Oct 17 18:05:25 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000048 Thu Oct 17 18:05:25 2013:info:reading file /home/judges/compile/var/compile/000002/report/000048.txt Thu Oct 17 18:05:25 2013:error:open("/home/judges/compile/var/compile/000002/report/000048.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:05:25', last_change_nsec = 179349000 WHERE contest_id = 2 AND run_id = 48 ; Thu Oct 17 18:05:25 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000048 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000048 Thu Oct 17 18:05:25 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018725981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:05:25 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:05:26 2013:info:1619: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:26 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:05:29 2013:info:1621: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:29 2013:info:HTTP_REQUEST -> OK, 10270 Thu Oct 17 18:05:29 2013:info:1623: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:29 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:05:36 2013:info:1625: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:05:41 2013:info:1627: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:41 2013:info:HTTP_REQUEST -> OK, 9651 Thu Oct 17 18:05:44 2013:info:1629: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:44 2013:info:HTTP_REQUEST -> OK, 2375 Thu Oct 17 18:05:44 2013:info:1631: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:44 2013:info:HTTP_REQUEST -> OK, 11958 Thu Oct 17 18:05:50 2013:info:1633: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:50 2013:info:HTTP_REQUEST -> OK, 10319 Thu Oct 17 18:05:52 2013:info:1635: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:52 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:05:55 2013:info:1637: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:55 2013:info:HTTP_REQUEST -> OK, 10319 Thu Oct 17 18:05:56 2013:info:1639: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:56 2013:info:HTTP_REQUEST -> OK, 65 Thu Oct 17 18:05:57 2013:info:1641: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:57 2013:info:HTTP_REQUEST -> OK, 3290 Thu Oct 17 18:05:59 2013:info:1643: received 2 file descriptors: 6, 7 Thu Oct 17 18:05:59 2013:info:HTTP_REQUEST -> OK, 10319 Thu Oct 17 18:06:01 2013:info:1645: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 49, 2, 0, '2013-10-17 18:06:01', 147132000, 29, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:06:01', 147155000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 700, user_id = 29, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = '875912337ff82f5acdb479c1897636ff03ea735f', run_uuid = '4a25968f-94c2-4034-8373-327889e6394d', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:06:01', last_change_nsec = 153181000 WHERE contest_id = 2 AND run_id = 49 ; Thu Oct 17 18:06:01 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000049 Thu Oct 17 18:06:01 2013:info:writing file /home/judges/compile/var/compile/src/G001HVRM99PT.cpp Thu Oct 17 18:06:01 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001HVRM99PT Thu Oct 17 18:06:01 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001HVRM99PT -> /home/judges/compile/var/compile/queue/dir/G001HVRM99PT mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 32, passed_mode = 1, last_change_time = '2013-10-17 18:06:01', last_change_nsec = 174337000 WHERE contest_id = 2 AND run_id = 49 ; Thu Oct 17 18:06:01 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:06:01 2013:info:1647: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:01 2013:info:HTTP_REQUEST -> OK, 12209 Thu Oct 17 18:06:03 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000049 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000049 Thu Oct 17 18:06:03 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000049 Thu Oct 17 18:06:03 2013:info:reading file /home/judges/compile/var/compile/000002/report/000049.txt Thu Oct 17 18:06:03 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000049 -> /home/judges/super-run/var/exe/G001HVRMBKCG Thu Oct 17 18:06:03 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001HVRMBKCG Thu Oct 17 18:06:03 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001HVRMBKCG -> /home/judges/super-run/var/queue/dir/G001HVRMBKCG mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 32, passed_mode = 1, last_change_time = '2013-10-17 18:06:03', last_change_nsec = 664963000 WHERE contest_id = 2 AND run_id = 49 ; Thu Oct 17 18:06:03 2013:info:1649: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:03 2013:info:HTTP_REQUEST -> OK, 10318 Thu Oct 17 18:06:05 2013:info:1651: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:05 2013:info:HTTP_REQUEST -> OK, 12205 Thu Oct 17 18:06:06 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000049 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000049 Thu Oct 17 18:06:06 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000049 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:06:06', last_change_nsec = 282089000 WHERE contest_id = 2 AND run_id = 49 ; Thu Oct 17 18:06:06 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018766981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:06:06 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:06:06 2013:info:Copy: /home/judges/000002/var/run/000002/report/000049 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000049 Thu Oct 17 18:06:06 2013:info:1653: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:06 2013:info:HTTP_REQUEST -> OK, 2581 Thu Oct 17 18:06:06 2013:info:1655: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:06 2013:info:HTTP_REQUEST -> OK, 11683 Thu Oct 17 18:06:09 2013:info:1657: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:09 2013:info:HTTP_REQUEST -> OK, 10318 Thu Oct 17 18:06:10 2013:info:1659: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:10 2013:info:HTTP_REQUEST -> OK, 12165 Thu Oct 17 18:06:12 2013:info:1661: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:06:14 2013:info:1663: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:14 2013:info:HTTP_REQUEST -> OK, 9649 Thu Oct 17 18:06:22 2013:info:1665: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:22 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:06:28 2013:info:1667: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:06:36 2013:info:1669: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:36 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:06:37 2013:info:1671: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 50, 2, 0, '2013-10-17 18:06:37', 686642000, 29, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:06:37', 686665000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 29, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = 'b4caefc4-0fe8-4f51-b7e3-aeb7dcefa7e5', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:06:37', last_change_nsec = 691525000 WHERE contest_id = 2 AND run_id = 50 ; Thu Oct 17 18:06:37 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000050 Thu Oct 17 18:06:37 2013:info:writing file /home/judges/compile/var/compile/src/G001IVRNDHRO.pas Thu Oct 17 18:06:37 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001IVRNDHRO Thu Oct 17 18:06:37 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001IVRNDHRO -> /home/judges/compile/var/compile/queue/dir/G001IVRNDHRO mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 33, passed_mode = 1, last_change_time = '2013-10-17 18:06:37', last_change_nsec = 706885000 WHERE contest_id = 2 AND run_id = 50 ; Thu Oct 17 18:06:37 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:06:37 2013:info:1673: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:37 2013:info:HTTP_REQUEST -> OK, 10302 Thu Oct 17 18:06:38 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000050 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000050 Thu Oct 17 18:06:38 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000050 Thu Oct 17 18:06:38 2013:info:reading file /home/judges/compile/var/compile/000002/report/000050.txt Thu Oct 17 18:06:38 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000050 Thu Oct 17 18:06:38 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000050 -> /home/judges/super-run/var/exe/G001IVRNE3IE Thu Oct 17 18:06:38 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001IVRNE3IE Thu Oct 17 18:06:38 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001IVRNE3IE -> /home/judges/super-run/var/queue/dir/G001IVRNE3IE mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 33, passed_mode = 1, last_change_time = '2013-10-17 18:06:38', last_change_nsec = 829183000 WHERE contest_id = 2 AND run_id = 50 ; Thu Oct 17 18:06:40 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000050 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000050 Thu Oct 17 18:06:40 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000050 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:06:40', last_change_nsec = 869234000 WHERE contest_id = 2 AND run_id = 50 ; Thu Oct 17 18:06:40 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018800981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:06:40 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:06:40 2013:info:Copy: /home/judges/000002/var/run/000002/report/000050 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000050 Thu Oct 17 18:06:42 2013:info:1675: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:42 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:06:43 2013:info:1677: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:43 2013:info:HTTP_REQUEST -> OK, 12159 Thu Oct 17 18:06:47 2013:info:1679: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:47 2013:info:HTTP_REQUEST -> OK, 10257 Thu Oct 17 18:06:52 2013:info:1681: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:52 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:06:57 2013:info:1683: received 2 file descriptors: 6, 7 Thu Oct 17 18:06:57 2013:error:1683: permission denied: user_login failed: invalid login Thu Oct 17 18:06:57 2013:info:HTTP_REQUEST -> OK, 3226 Thu Oct 17 18:07:09 2013:info:1685: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:09 2013:info:HTTP_REQUEST -> OK, 3165 Thu Oct 17 18:07:09 2013:info:1687: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:09 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 18:07:12 2013:info:1689: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:12 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:07:20 2013:info:1691: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:20 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:07:28 2013:info:1693: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:28 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:07:37 2013:info:1695: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:07:42 2013:info:1697: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:42 2013:info:HTTP_REQUEST -> OK, 5508 Thu Oct 17 18:07:43 2013:info:1699: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:43 2013:info:HTTP_REQUEST -> OK, 10308 Thu Oct 17 18:07:47 2013:info:1701: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:47 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:07:48 2013:info:1703: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:48 2013:info:HTTP_REQUEST -> OK, 12749 Thu Oct 17 18:07:48 2013:info:1705: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:48 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:07:48 2013:info:userlist-server fd ready Thu Oct 17 18:07:48 2013:info:userlist-server notification: 2 Thu Oct 17 18:07:48 2013:info:1707: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:48 2013:info:HTTP_REQUEST -> OK, 2748 Thu Oct 17 18:07:52 2013:info:1709: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:53 2013:info:teamdb_refresh: updated: 13 users, 31 max user, XML size = 4306 Thu Oct 17 18:07:53 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:07:59 2013:info:1711: received 2 file descriptors: 6, 7 Thu Oct 17 18:07:59 2013:info:HTTP_REQUEST -> OK, 5355 Thu Oct 17 18:08:01 2013:info:1713: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:01 2013:info:HTTP_REQUEST -> OK, 11419 Thu Oct 17 18:08:01 2013:info:1715: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:01 2013:info:HTTP_REQUEST -> OK, 9808 Thu Oct 17 18:08:09 2013:info:1717: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:09 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 18:08:12 2013:info:1719: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:12 2013:info:HTTP_REQUEST -> OK, 76 Thu Oct 17 18:08:13 2013:info:1721: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:13 2013:info:HTTP_REQUEST -> OK, 3017 Thu Oct 17 18:08:29 2013:info:1723: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:08:37 2013:info:1725: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:08:48 2013:info:1727: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:48 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:08:53 2013:info:1729: received 2 file descriptors: 6, 7 Thu Oct 17 18:08:53 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:09:02 2013:info:1731: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:02 2013:info:HTTP_REQUEST -> OK, 121 Thu Oct 17 18:09:03 2013:info:1733: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:03 2013:info:HTTP_REQUEST -> OK, 151 Thu Oct 17 18:09:04 2013:info:1735: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:04 2013:info:HTTP_REQUEST -> OK, 3906 Thu Oct 17 18:09:10 2013:info:1737: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:10 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:09:29 2013:info:1739: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:29 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:09:37 2013:info:1741: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:37 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:09:47 2013:info:1743: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:47 2013:info:HTTP_REQUEST -> OK, 8478 Thu Oct 17 18:09:48 2013:info:1745: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:48 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:09:53 2013:info:1747: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:53 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:09:54 2013:info:1749: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 51, 2, 0, '2013-10-17 18:09:54', 839203000, 23, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:09:54', 839225000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 444, user_id = 23, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '5f89ce5bed80901967aac038e5d67afdfa31f5f4', run_uuid = '69d1b2ce-3504-45b6-97b3-8d5fdf50b288', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:09:54', last_change_nsec = 848544000 WHERE contest_id = 2 AND run_id = 51 ; Thu Oct 17 18:09:54 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000051 Thu Oct 17 18:09:54 2013:info:writing file /home/judges/compile/var/compile/src/G001JVRTIT7G.cpp Thu Oct 17 18:09:54 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001JVRTIT7G Thu Oct 17 18:09:54 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001JVRTIT7G -> /home/judges/compile/var/compile/queue/dir/G001JVRTIT7G mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 34, passed_mode = 1, last_change_time = '2013-10-17 18:09:54', last_change_nsec = 882538000 WHERE contest_id = 2 AND run_id = 51 ; Thu Oct 17 18:09:54 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:09:55 2013:info:1751: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:55 2013:info:HTTP_REQUEST -> OK, 13001 Thu Oct 17 18:09:55 2013:info:1753: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 52, 2, 0, '2013-10-17 18:09:55', 93646000, 26, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:09:55', 93652000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 826, user_id = 26, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = '270fcada11bf60d19e90ea1e5a42c96f892d27f9', run_uuid = '2551476f-4cbe-4ee3-b4e9-3416c8b09b83', score = -1, test_num = 0, locale_id = 0, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:09:55', last_change_nsec = 99057000 WHERE contest_id = 2 AND run_id = 52 ; Thu Oct 17 18:09:55 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000052 Thu Oct 17 18:09:55 2013:info:writing file /home/judges/compile/var/compile/src/G001KVRTJFDT.pas Thu Oct 17 18:09:55 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001KVRTJFDT Thu Oct 17 18:09:55 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001KVRTJFDT -> /home/judges/compile/var/compile/queue/dir/G001KVRTJFDT mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 35, passed_mode = 1, last_change_time = '2013-10-17 18:09:55', last_change_nsec = 114687000 WHERE contest_id = 2 AND run_id = 52 ; Thu Oct 17 18:09:55 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:09:55 2013:info:1755: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:55 2013:info:HTTP_REQUEST -> OK, 10354 Thu Oct 17 18:09:57 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000051 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000051 Thu Oct 17 18:09:57 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000051 Thu Oct 17 18:09:57 2013:info:reading file /home/judges/compile/var/compile/000002/report/000051.txt Thu Oct 17 18:09:57 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000051 -> /home/judges/super-run/var/exe/G001JVRTL5SG Thu Oct 17 18:09:57 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001JVRTL5SG Thu Oct 17 18:09:57 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001JVRTL5SG -> /home/judges/super-run/var/queue/dir/G001JVRTL5SG mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 34, passed_mode = 1, last_change_time = '2013-10-17 18:09:57', last_change_nsec = 444312000 WHERE contest_id = 2 AND run_id = 51 ; Thu Oct 17 18:09:57 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000052 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000052 Thu Oct 17 18:09:57 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000052 Thu Oct 17 18:09:57 2013:info:reading file /home/judges/compile/var/compile/000002/report/000052.txt Thu Oct 17 18:09:57 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000052 Thu Oct 17 18:09:57 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000052 -> /home/judges/super-run/var/exe/G001KVRTLP5T Thu Oct 17 18:09:57 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001KVRTLP5T Thu Oct 17 18:09:57 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001KVRTLP5T -> /home/judges/super-run/var/queue/dir/G001KVRTLP5T mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 35, passed_mode = 1, last_change_time = '2013-10-17 18:09:57', last_change_nsec = 457933000 WHERE contest_id = 2 AND run_id = 52 ; Thu Oct 17 18:09:58 2013:info:1757: received 2 file descriptors: 6, 7 Thu Oct 17 18:09:58 2013:info:HTTP_REQUEST -> OK, 12997 Thu Oct 17 18:09:59 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000051 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000051 Thu Oct 17 18:09:59 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000051 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:09:59', last_change_nsec = 554477000 WHERE contest_id = 2 AND run_id = 51 ; Thu Oct 17 18:09:59 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018999981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:09:59 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:09:59 2013:info:Copy: /home/judges/000002/var/run/000002/report/000051 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000051 Thu Oct 17 18:09:59 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000052 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000052 Thu Oct 17 18:09:59 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000052 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:09:59', last_change_nsec = 564352000 WHERE contest_id = 2 AND run_id = 52 ; Thu Oct 17 18:09:59 2013:info:Copy: /home/judges/000002/var/status/XXX_1382018999981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:09:59 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:09:59 2013:info:Copy: /home/judges/000002/var/run/000002/report/000052 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000052 Thu Oct 17 18:10:00 2013:info:1759: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:00 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:10:00 2013:info:1761: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:00 2013:info:HTTP_REQUEST -> OK, 12956 Thu Oct 17 18:10:04 2013:info:1763: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:04 2013:info:HTTP_REQUEST -> OK, 8665 Thu Oct 17 18:10:05 2013:info:1765: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:05 2013:info:HTTP_REQUEST -> OK, 10342 Thu Oct 17 18:10:10 2013:info:1767: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:10 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:10:16 2013:info:1769: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:16 2013:info:HTTP_REQUEST -> OK, 74 Thu Oct 17 18:10:16 2013:info:1771: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:16 2013:info:HTTP_REQUEST -> OK, 3611 Thu Oct 17 18:10:18 2013:info:1773: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:18 2013:info:HTTP_REQUEST -> OK, 10343 Thu Oct 17 18:10:18 2013:info:1775: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:18 2013:info:HTTP_REQUEST -> OK, 10343 Thu Oct 17 18:10:18 2013:info:1777: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:18 2013:info:HTTP_REQUEST -> OK, 10343 Thu Oct 17 18:10:23 2013:info:1779: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:23 2013:info:HTTP_REQUEST -> OK, 3009 Thu Oct 17 18:10:27 2013:info:1781: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:27 2013:info:HTTP_REQUEST -> OK, 6320 Thu Oct 17 18:10:29 2013:info:1783: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:29 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:10:33 2013:info:1785: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:33 2013:info:HTTP_REQUEST -> OK, 6426 Thu Oct 17 18:10:36 2013:info:1787: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:36 2013:info:HTTP_REQUEST -> OK, 8110 Thu Oct 17 18:10:37 2013:info:1789: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:37 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:10:39 2013:info:1791: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:39 2013:info:HTTP_REQUEST -> OK, 8479 Thu Oct 17 18:10:49 2013:info:1793: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:49 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:10:49 2013:info:1795: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:49 2013:info:HTTP_REQUEST -> OK, 3582 Thu Oct 17 18:10:53 2013:info:1797: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:53 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:10:57 2013:info:1799: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:57 2013:info:HTTP_REQUEST -> OK, 6331 Thu Oct 17 18:10:59 2013:info:1801: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:59 2013:info:HTTP_REQUEST -> OK, 85 Thu Oct 17 18:10:59 2013:info:userlist-server fd ready Thu Oct 17 18:10:59 2013:info:userlist-server notification: 2 Thu Oct 17 18:10:59 2013:info:1803: received 2 file descriptors: 6, 7 Thu Oct 17 18:10:59 2013:info:HTTP_REQUEST -> OK, 3434 Thu Oct 17 18:11:01 2013:info:1805: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:01 2013:info:teamdb_refresh: updated: 14 users, 31 max user, XML size = 4641 Thu Oct 17 18:11:01 2013:info:HTTP_REQUEST -> OK, 8700 Thu Oct 17 18:11:02 2013:info:1807: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:02 2013:info:HTTP_REQUEST -> OK, 6251 Thu Oct 17 18:11:13 2013:info:1809: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:13 2013:info:HTTP_REQUEST -> OK, 10805 Thu Oct 17 18:11:15 2013:info:1811: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:15 2013:info:HTTP_REQUEST -> OK, 6507 Thu Oct 17 18:11:16 2013:info:1813: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:16 2013:info:HTTP_REQUEST -> OK, 6165 Thu Oct 17 18:11:19 2013:info:1815: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:19 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:11:20 2013:info:1817: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:20 2013:info:HTTP_REQUEST -> OK, 6161 Thu Oct 17 18:11:21 2013:info:1819: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:21 2013:info:HTTP_REQUEST -> OK, 8666 Thu Oct 17 18:11:23 2013:info:1821: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:23 2013:info:HTTP_REQUEST -> OK, 6320 Thu Oct 17 18:11:29 2013:info:1823: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:29 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:11:37 2013:info:1825: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:37 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:11:53 2013:info:1827: received 2 file descriptors: 6, 7 Thu Oct 17 18:11:53 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:12:01 2013:info:1829: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:01 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:12:10 2013:info:1831: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 53, 2, 0, '2013-10-17 18:12:10', 779030000, 26, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:12:10', 779050000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 852, user_id = 26, prob_id = 4, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'ec8e459cee7b2ddfdaf7f58659ea38d96ce0130a', run_uuid = '9232196f-b145-4f88-aac2-75922adabcef', score = -1, test_num = 0, locale_id = 0, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:12:10', last_change_nsec = 782955000 WHERE contest_id = 2 AND run_id = 53 ; Thu Oct 17 18:12:10 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000053 Thu Oct 17 18:12:10 2013:info:writing file /home/judges/compile/var/compile/src/G001LVS1QK6Q.pas Thu Oct 17 18:12:10 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001LVS1QK6Q Thu Oct 17 18:12:10 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001LVS1QK6Q -> /home/judges/compile/var/compile/queue/dir/G001LVS1QK6Q mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 36, passed_mode = 1, last_change_time = '2013-10-17 18:12:10', last_change_nsec = 807663000 WHERE contest_id = 2 AND run_id = 53 ; Thu Oct 17 18:12:10 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:12:11 2013:info:1833: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:11 2013:info:HTTP_REQUEST -> OK, 9193 Thu Oct 17 18:12:12 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000053 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000053 Thu Oct 17 18:12:12 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000053 Thu Oct 17 18:12:12 2013:info:reading file /home/judges/compile/var/compile/000002/report/000053.txt Thu Oct 17 18:12:12 2013:info:writing file /home/judges/000002/var/archive/reports/0/0/1/000053 Thu Oct 17 18:12:12 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000053 -> /home/judges/super-run/var/exe/G001LVS1SC7H Thu Oct 17 18:12:12 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001LVS1SC7H Thu Oct 17 18:12:12 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001LVS1SC7H -> /home/judges/super-run/var/queue/dir/G001LVS1SC7H mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 36, passed_mode = 1, last_change_time = '2013-10-17 18:12:12', last_change_nsec = 117643000 WHERE contest_id = 2 AND run_id = 53 ; Thu Oct 17 18:12:13 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000053 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000053 Thu Oct 17 18:12:13 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000053 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:12:13', last_change_nsec = 124983000 WHERE contest_id = 2 AND run_id = 53 ; Thu Oct 17 18:12:13 2013:info:Copy: /home/judges/000002/var/status/XXX_1382019133981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:12:13 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:12:13 2013:info:Copy: /home/judges/000002/var/run/000002/report/000053 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000053 Thu Oct 17 18:12:14 2013:info:1835: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:14 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:12:16 2013:info:1837: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:16 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:12:19 2013:info:1839: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:19 2013:info:HTTP_REQUEST -> OK, 10337 Thu Oct 17 18:12:19 2013:info:1841: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:19 2013:info:HTTP_REQUEST -> OK, 9181 Thu Oct 17 18:12:24 2013:info:1843: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:24 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:12:29 2013:info:1845: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:29 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:12:31 2013:info:1847: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:31 2013:info:HTTP_REQUEST -> OK, 10337 Thu Oct 17 18:12:37 2013:info:1849: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:37 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:12:37 2013:info:1851: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:37 2013:info:HTTP_REQUEST -> OK, 9181 Thu Oct 17 18:12:43 2013:info:1853: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:43 2013:info:HTTP_REQUEST -> OK, 76 Thu Oct 17 18:12:43 2013:info:1855: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:43 2013:info:HTTP_REQUEST -> OK, 2509 Thu Oct 17 18:12:46 2013:info:1857: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:46 2013:info:HTTP_REQUEST -> OK, 2509 Thu Oct 17 18:12:47 2013:info:1859: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:47 2013:info:HTTP_REQUEST -> OK, 2509 Thu Oct 17 18:12:50 2013:info:1861: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 54, 2, 0, '2013-10-17 18:12:50', 744472000, 30, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:12:50', 744496000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 30, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'abfb2ffaced00ec6d5e23bc13e70af2e13159c8f', run_uuid = 'd46d74a4-7dd4-41ac-bedc-6a1871b2b2f2', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:12:50', last_change_nsec = 781232000 WHERE contest_id = 2 AND run_id = 54 ; Thu Oct 17 18:12:50 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000054 Thu Oct 17 18:12:50 2013:info:writing file /home/judges/compile/var/compile/src/G001MVS32B2E.cpp Thu Oct 17 18:12:50 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001MVS32B2E Thu Oct 17 18:12:50 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001MVS32B2E -> /home/judges/compile/var/compile/queue/dir/G001MVS32B2E mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 37, passed_mode = 1, last_change_time = '2013-10-17 18:12:50', last_change_nsec = 798332000 WHERE contest_id = 2 AND run_id = 54 ; Thu Oct 17 18:12:50 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:12:50 2013:info:1863: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:50 2013:info:HTTP_REQUEST -> OK, 11476 Thu Oct 17 18:12:53 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000054 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000054 Thu Oct 17 18:12:53 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000054 Thu Oct 17 18:12:53 2013:info:reading file /home/judges/compile/var/compile/000002/report/000054.txt Thu Oct 17 18:12:53 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000054 -> /home/judges/super-run/var/exe/G001MVS3591T Thu Oct 17 18:12:53 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001MVS3591T Thu Oct 17 18:12:53 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001MVS3591T -> /home/judges/super-run/var/queue/dir/G001MVS3591T mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 37, passed_mode = 1, last_change_time = '2013-10-17 18:12:53', last_change_nsec = 884846000 WHERE contest_id = 2 AND run_id = 54 ; Thu Oct 17 18:12:53 2013:info:1865: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:53 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:12:54 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000054 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000054 Thu Oct 17 18:12:54 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000054 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:12:54', last_change_nsec = 904128000 WHERE contest_id = 2 AND run_id = 54 ; Thu Oct 17 18:12:54 2013:info:Copy: /home/judges/000002/var/status/XXX_1382019174981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:12:54 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:12:54 2013:info:Copy: /home/judges/000002/var/run/000002/report/000054 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000054 Thu Oct 17 18:12:56 2013:info:1867: received 2 file descriptors: 6, 7 Thu Oct 17 18:12:56 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:13:02 2013:info:1869: received 2 file descriptors: 6, 7 Thu Oct 17 18:13:02 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:13:24 2013:info:1871: received 2 file descriptors: 6, 7 Thu Oct 17 18:13:24 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:13:29 2013:info:1873: received 2 file descriptors: 6, 7 Thu Oct 17 18:13:29 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:13:38 2013:info:1875: received 2 file descriptors: 6, 7 Thu Oct 17 18:13:38 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:13:54 2013:info:1877: received 2 file descriptors: 6, 7 Thu Oct 17 18:13:54 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:13:56 2013:info:1879: received 2 file descriptors: 6, 7 Thu Oct 17 18:13:56 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:13:58 2013:info:1881: received 2 file descriptors: 6, 7 Thu Oct 17 18:13:58 2013:info:HTTP_REQUEST -> OK, 76 Thu Oct 17 18:13:58 2013:info:1883: received 2 file descriptors: 6, 7 Thu Oct 17 18:13:58 2013:info:HTTP_REQUEST -> OK, 3017 Thu Oct 17 18:14:01 2013:info:1885: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 55, 2, 0, '2013-10-17 18:14:01', 711128000, 30, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-17 18:14:01', 711147000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 444, user_id = 30, prob_id = 2, lang_id = 1, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = '5f89ce5bed80901967aac038e5d67afdfa31f5f4', run_uuid = 'a1284a3a-b5ce-47c4-8a2a-7354838be97f', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-17 18:14:01', last_change_nsec = 715018000 WHERE contest_id = 2 AND run_id = 55 ; Thu Oct 17 18:14:01 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000055 Thu Oct 17 18:14:01 2013:info:writing file /home/judges/compile/var/compile/src/G001NVS599KA.pas Thu Oct 17 18:14:01 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001NVS599KA Thu Oct 17 18:14:01 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001NVS599KA -> /home/judges/compile/var/compile/queue/dir/G001NVS599KA mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 38, passed_mode = 1, last_change_time = '2013-10-17 18:14:01', last_change_nsec = 731325000 WHERE contest_id = 2 AND run_id = 55 ; Thu Oct 17 18:14:01 2013:info:HTTP_REQUEST -> OK, 93 Thu Oct 17 18:14:01 2013:info:1887: received 2 file descriptors: 6, 7 Thu Oct 17 18:14:01 2013:info:HTTP_REQUEST -> OK, 11682 Thu Oct 17 18:14:02 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000055 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000055 Thu Oct 17 18:14:02 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000055 Thu Oct 17 18:14:02 2013:info:reading file /home/judges/compile/var/compile/000002/report/000055.txt Thu Oct 17 18:14:02 2013:error:open("/home/judges/compile/var/compile/000002/report/000055.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-17 18:14:02', last_change_nsec = 839657000 WHERE contest_id = 2 AND run_id = 55 ; Thu Oct 17 18:14:02 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000055 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000055 Thu Oct 17 18:14:02 2013:info:Copy: /home/judges/000002/var/status/XXX_1382019242981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Thu Oct 17 18:14:02 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Thu Oct 17 18:14:07 2013:info:1889: received 2 file descriptors: 6, 7 Thu Oct 17 18:14:07 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:14:24 2013:info:1891: received 2 file descriptors: 6, 7 Thu Oct 17 18:14:24 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:14:29 2013:info:1893: received 2 file descriptors: 6, 7 Thu Oct 17 18:14:29 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:14:38 2013:info:1895: received 2 file descriptors: 6, 7 Thu Oct 17 18:14:38 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:14:54 2013:info:1897: received 2 file descriptors: 6, 7 Thu Oct 17 18:14:54 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:15:08 2013:info:1899: received 2 file descriptors: 6, 7 Thu Oct 17 18:15:08 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:15:24 2013:info:1901: received 2 file descriptors: 6, 7 Thu Oct 17 18:15:24 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:15:30 2013:info:1903: received 2 file descriptors: 6, 7 Thu Oct 17 18:15:30 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:15:38 2013:info:1905: received 2 file descriptors: 6, 7 Thu Oct 17 18:15:38 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:15:54 2013:info:1907: received 2 file descriptors: 6, 7 Thu Oct 17 18:15:54 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:16:08 2013:info:1909: received 2 file descriptors: 6, 7 Thu Oct 17 18:16:08 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:16:24 2013:info:1911: received 2 file descriptors: 6, 7 Thu Oct 17 18:16:24 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:16:30 2013:info:1913: received 2 file descriptors: 6, 7 Thu Oct 17 18:16:30 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:16:40 2013:info:1915: received 2 file descriptors: 6, 7 Thu Oct 17 18:16:40 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:16:54 2013:info:1917: received 2 file descriptors: 6, 7 Thu Oct 17 18:16:54 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:17:09 2013:info:1919: received 2 file descriptors: 6, 7 Thu Oct 17 18:17:09 2013:info:HTTP_REQUEST -> OK, 130 Thu Oct 17 18:17:25 2013:info:1921: received 2 file descriptors: 6, 7 Thu Oct 17 18:17:25 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:17:30 2013:info:1923: received 2 file descriptors: 6, 7 Thu Oct 17 18:17:30 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:17:31 2013:info:1925: received 2 file descriptors: 6, 7 Thu Oct 17 18:17:31 2013:info:HTTP_REQUEST -> OK, 76 Thu Oct 17 18:17:31 2013:info:1927: received 2 file descriptors: 6, 7 Thu Oct 17 18:17:31 2013:info:HTTP_REQUEST -> OK, 3017 Thu Oct 17 18:17:41 2013:info:1929: received 2 file descriptors: 6, 7 Thu Oct 17 18:17:41 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:18:11 2013:info:1931: received 2 file descriptors: 6, 7 Thu Oct 17 18:18:11 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:18:15 2013:info:1933: received 2 file descriptors: 6, 7 Thu Oct 17 18:18:15 2013:info:HTTP_REQUEST -> OK, 76 Thu Oct 17 18:18:15 2013:info:1935: received 2 file descriptors: 6, 7 Thu Oct 17 18:18:15 2013:info:HTTP_REQUEST -> OK, 3017 Thu Oct 17 18:18:50 2013:info:1937: received 2 file descriptors: 6, 7 Thu Oct 17 18:18:50 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:19:13 2013:info:1939: received 2 file descriptors: 6, 7 Thu Oct 17 18:19:13 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:19:58 2013:info:1941: received 2 file descriptors: 6, 7 Thu Oct 17 18:19:58 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:20:15 2013:info:1943: received 2 file descriptors: 6, 7 Thu Oct 17 18:20:15 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:20:58 2013:info:1945: received 2 file descriptors: 6, 7 Thu Oct 17 18:20:58 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:21:17 2013:info:1947: received 2 file descriptors: 6, 7 Thu Oct 17 18:21:17 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:22:00 2013:info:1949: received 2 file descriptors: 6, 7 Thu Oct 17 18:22:00 2013:info:HTTP_REQUEST -> OK, 122 Thu Oct 17 18:22:19 2013:info:1951: received 2 file descriptors: 6, 7 Thu Oct 17 18:22:19 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:23:16 2013:info:1953: received 2 file descriptors: 6, 7 Thu Oct 17 18:23:16 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:23:21 2013:info:1955: received 2 file descriptors: 6, 7 Thu Oct 17 18:23:21 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:24:22 2013:info:1957: received 2 file descriptors: 6, 7 Thu Oct 17 18:24:22 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:24:22 2013:info:1959: received 2 file descriptors: 6, 7 Thu Oct 17 18:24:22 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:25:23 2013:info:1961: received 2 file descriptors: 6, 7 Thu Oct 17 18:25:23 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:25:27 2013:info:1963: received 2 file descriptors: 6, 7 Thu Oct 17 18:25:27 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:26:25 2013:info:1965: received 2 file descriptors: 6, 7 Thu Oct 17 18:26:25 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:26:28 2013:info:1967: received 2 file descriptors: 6, 7 Thu Oct 17 18:26:28 2013:info:HTTP_REQUEST -> OK, 123 Thu Oct 17 18:27:26 2013:info:1969: received 2 file descriptors: 6, 7 Thu Oct 17 18:27:26 2013:info:HTTP_REQUEST -> OK, 131 Thu Oct 17 18:32:27 2013:info:writing file /home/judges/000002/var/status/in/981_localhost.localdomain_status Thu Oct 17 18:32:27 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_status -> /home/judges/000002/var/status/dir/status Mon Oct 21 13:30:18 2013:info:1971: received 2 file descriptors: 6, 7 Mon Oct 21 13:30:18 2013:info:HTTP_REQUEST -> OK, 2718 Mon Oct 21 13:30:22 2013:info:1973: received 2 file descriptors: 6, 7 Mon Oct 21 13:30:22 2013:info:HTTP_REQUEST -> OK, 2581 Mon Oct 21 13:31:13 2013:info:1975: received 2 file descriptors: 6, 7 Mon Oct 21 13:31:13 2013:info:HTTP_REQUEST -> OK, 74 Mon Oct 21 13:31:14 2013:info:1977: received 2 file descriptors: 6, 7 Mon Oct 21 13:31:14 2013:info:HTTP_REQUEST -> OK, 2729 Mon Oct 21 13:31:16 2013:info:1979: received 2 file descriptors: 6, 7 Mon Oct 21 13:31:16 2013:info:HTTP_REQUEST -> OK, 3466 Mon Oct 21 13:31:19 2013:info:1981: received 2 file descriptors: 6, 7 Mon Oct 21 13:31:19 2013:info:HTTP_REQUEST -> OK, 85 Mon Oct 21 13:31:19 2013:info:1983: received 2 file descriptors: 6, 7 Mon Oct 21 13:31:19 2013:info:HTTP_REQUEST -> OK, 4127 Mon Oct 21 13:31:24 2013:info:1985: received 2 file descriptors: 6, 7 Mon Oct 21 13:31:24 2013:info:loading contest 2 configuration file Mon Oct 21 13:31:24 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; Mon Oct 21 13:31:24 2013:info:reconnected to MySQL daemon mysql: SELECT * FROM runheaders WHERE contest_id = 2 ; mysql: SELECT * FROM runs WHERE contest_id=2 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=2 ORDER BY clar_id; Mon Oct 21 13:31:24 2013:info:reading file /home/judges/000002/var/status/dir/status Mon Oct 21 13:31:24 2013:info:load_status_file: clients_suspended = 0 Mon Oct 21 13:31:24 2013:info:load_status_file: testing_suspended = 0 Mon Oct 21 13:31:24 2013:info:load_status_file: accepting_mode = 0 Mon Oct 21 13:31:24 2013:info:load_status_file: printing_suspended = 0 Mon Oct 21 13:31:24 2013:info:load_status_file: upsolving_mode = 0 Mon Oct 21 13:31:24 2013:info:teamdb_refresh: updated: 14 users, 31 max user, XML size = 4679 Mon Oct 21 13:31:24 2013:info:Copy: /home/judges/000002/var/status/XXX_1382347884981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Mon Oct 21 13:31:24 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Mon Oct 21 13:31:24 2013:info:HTTP_REQUEST -> OK, 6209 Mon Oct 21 13:31:26 2013:info:1987: received 2 file descriptors: 6, 7 Mon Oct 21 13:31:26 2013:info:HTTP_REQUEST -> OK, 10762 Mon Oct 21 13:32:26 2013:info:1989: received 2 file descriptors: 6, 7 Mon Oct 21 13:32:26 2013:info:HTTP_REQUEST -> OK, 123 Mon Oct 21 13:32:40 2013:info:1991: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 56, 2, 0, '2013-10-21 13:32:40', 158396000, 7, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-21 13:32:40', 158429000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 405, user_id = 7, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = '8431bb7a05cc4f107bba47fe1bcaa553537c055e', run_uuid = 'febc4e17-6952-4965-8fb9-ab26a202a906', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-21 13:32:40', last_change_nsec = 165376000 WHERE contest_id = 2 AND run_id = 56 ; Mon Oct 21 13:32:40 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000056 Mon Oct 21 13:32:40 2013:info:writing file /home/judges/compile/var/compile/src/G001O9T5O92F.cpp Mon Oct 21 13:32:40 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001O9T5O92F Mon Oct 21 13:32:40 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001O9T5O92F -> /home/judges/compile/var/compile/queue/dir/G001O9T5O92F mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-21 13:32:40', last_change_nsec = 207329000 WHERE contest_id = 2 AND run_id = 56 ; Mon Oct 21 13:32:40 2013:info:HTTP_REQUEST -> OK, 93 Mon Oct 21 13:32:40 2013:info:1993: received 2 file descriptors: 6, 7 Mon Oct 21 13:32:40 2013:info:HTTP_REQUEST -> OK, 11434 Mon Oct 21 13:32:41 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000056 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000056 Mon Oct 21 13:32:41 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000056 Mon Oct 21 13:32:41 2013:info:reading file /home/judges/compile/var/compile/000002/report/000056.txt Mon Oct 21 13:32:41 2013:error:open("/home/judges/compile/var/compile/000002/report/000056.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-21 13:32:41', last_change_nsec = 299680000 WHERE contest_id = 2 AND run_id = 56 ; Mon Oct 21 13:32:41 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000056 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000056.gz Mon Oct 21 13:32:41 2013:info:Copy: /home/judges/000002/var/status/XXX_1382347961981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Mon Oct 21 13:32:41 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Mon Oct 21 13:32:45 2013:info:1995: received 2 file descriptors: 6, 7 Mon Oct 21 13:32:45 2013:info:HTTP_REQUEST -> OK, 131 Mon Oct 21 13:32:52 2013:info:1997: received 2 file descriptors: 6, 7 Mon Oct 21 13:32:52 2013:info:HTTP_REQUEST -> OK, 11430 Mon Oct 21 13:33:29 2013:info:1999: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 57, 2, 0, '2013-10-21 13:33:29', 206736000, 7, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-21 13:33:29', 206757000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 405, user_id = 7, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = 'e48ed0387bd69a8fb208acdb1010163a238d74b6', run_uuid = '77b0e2d2-cae4-4bd2-9e0a-1dc0d7e4ba95', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-21 13:33:29', last_change_nsec = 212613000 WHERE contest_id = 2 AND run_id = 57 ; Mon Oct 21 13:33:29 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000057 Mon Oct 21 13:33:29 2013:info:writing file /home/judges/compile/var/compile/src/G001P9T79U1B.cpp Mon Oct 21 13:33:29 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001P9T79U1B Mon Oct 21 13:33:29 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001P9T79U1B -> /home/judges/compile/var/compile/queue/dir/G001P9T79U1B mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-21 13:33:29', last_change_nsec = 260987000 WHERE contest_id = 2 AND run_id = 57 ; Mon Oct 21 13:33:29 2013:info:HTTP_REQUEST -> OK, 93 Mon Oct 21 13:33:29 2013:info:2001: received 2 file descriptors: 6, 7 Mon Oct 21 13:33:29 2013:info:HTTP_REQUEST -> OK, 11683 Mon Oct 21 13:33:30 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000057 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000057 Mon Oct 21 13:33:30 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000057 Mon Oct 21 13:33:30 2013:info:reading file /home/judges/compile/var/compile/000002/report/000057.txt Mon Oct 21 13:33:30 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000057 -> /home/judges/super-run/var/exe/G001P9T7AU37 Mon Oct 21 13:33:30 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001P9T7AU37 Mon Oct 21 13:33:30 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001P9T7AU37 -> /home/judges/super-run/var/queue/dir/G001P9T7AU37 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-21 13:33:30', last_change_nsec = 488092000 WHERE contest_id = 2 AND run_id = 57 ; Mon Oct 21 13:33:32 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000057 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000057 Mon Oct 21 13:33:32 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000057 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-21 13:33:32', last_change_nsec = 496699000 WHERE contest_id = 2 AND run_id = 57 ; Mon Oct 21 13:33:32 2013:info:Copy: /home/judges/000002/var/status/XXX_1382348012981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Mon Oct 21 13:33:32 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Mon Oct 21 13:33:32 2013:info:Copy: /home/judges/000002/var/run/000002/report/000057 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000057 Mon Oct 21 13:33:33 2013:info:2003: received 2 file descriptors: 6, 7 Mon Oct 21 13:33:33 2013:info:HTTP_REQUEST -> OK, 131 Mon Oct 21 13:34:03 2013:info:2005: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:03 2013:info:HTTP_REQUEST -> OK, 2718 Mon Oct 21 13:34:08 2013:info:2007: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:08 2013:info:HTTP_REQUEST -> OK, 2581 Mon Oct 21 13:34:21 2013:info:2009: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:21 2013:info:HTTP_REQUEST -> OK, 3774 Mon Oct 21 13:34:32 2013:info:2011: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:32 2013:info:HTTP_REQUEST -> OK, 11638 Mon Oct 21 13:34:42 2013:info:2013: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:42 2013:info:HTTP_REQUEST -> OK, 151 Mon Oct 21 13:34:42 2013:info:2015: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:42 2013:info:HTTP_REQUEST -> OK, 3918 Mon Oct 21 13:34:56 2013:info:2017: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:56 2013:info:HTTP_REQUEST -> OK, 73 Mon Oct 21 13:34:56 2013:info:2019: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:56 2013:info:HTTP_REQUEST -> OK, 3629 Mon Oct 21 13:34:59 2013:info:2021: received 2 file descriptors: 6, 7 Mon Oct 21 13:34:59 2013:info:HTTP_REQUEST -> OK, 3014 Mon Oct 21 13:35:13 2013:info:2023: received 2 file descriptors: 6, 7 Mon Oct 21 13:35:13 2013:info:HTTP_REQUEST -> OK, 85 Mon Oct 21 13:35:13 2013:info:2025: received 2 file descriptors: 6, 7 Mon Oct 21 13:35:13 2013:info:HTTP_REQUEST -> OK, 3576 Mon Oct 21 13:35:17 2013:info:2027: received 2 file descriptors: 6, 7 Mon Oct 21 13:35:17 2013:info:HTTP_REQUEST -> OK, 9616 Mon Oct 21 13:35:21 2013:info:2029: received 2 file descriptors: 6, 7 Mon Oct 21 13:35:21 2013:info:HTTP_REQUEST -> OK, 85 Mon Oct 21 13:35:21 2013:info:userlist-server fd ready Mon Oct 21 13:35:21 2013:info:userlist-server notification: 2 Mon Oct 21 13:35:21 2013:info:2031: received 2 file descriptors: 6, 7 Mon Oct 21 13:35:21 2013:info:HTTP_REQUEST -> OK, 3427 Mon Oct 21 13:35:24 2013:info:2033: received 2 file descriptors: 6, 7 Mon Oct 21 13:35:24 2013:info:HTTP_REQUEST -> OK, 3012 Mon Oct 21 13:35:29 2013:info:2035: received 2 file descriptors: 6, 7 Mon Oct 21 13:35:29 2013:info:HTTP_REQUEST -> OK, 85 Mon Oct 21 13:35:29 2013:info:2037: received 2 file descriptors: 6, 7 Mon Oct 21 13:35:29 2013:info:HTTP_REQUEST -> OK, 3427 Mon Oct 21 13:36:13 2013:info:2039: received 2 file descriptors: 6, 7 Mon Oct 21 13:36:13 2013:info:teamdb_refresh: updated: 15 users, 31 max user, XML size = 4961 Mon Oct 21 13:36:13 2013:info:HTTP_REQUEST -> OK, 123 Mon Oct 21 13:36:30 2013:info:2041: received 2 file descriptors: 6, 7 Mon Oct 21 13:36:30 2013:info:HTTP_REQUEST -> OK, 6213 Mon Oct 21 13:36:32 2013:info:2043: received 2 file descriptors: 6, 7 Mon Oct 21 13:36:32 2013:info:HTTP_REQUEST -> OK, 10766 Mon Oct 21 13:37:03 2013:info:2045: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 58, 2, 0, '2013-10-21 13:37:03', 390758000, 31, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-21 13:37:03', 390779000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 412, user_id = 31, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.1.2', hash = '6990c1a662c6f4ad8dbcadc11b7fdd81ff38a1aa', run_uuid = '15183a77-0111-4c29-9ddf-07feba96f9a4', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-21 13:37:03', last_change_nsec = 399207000 WHERE contest_id = 2 AND run_id = 58 ; Mon Oct 21 13:37:03 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000058 Mon Oct 21 13:37:03 2013:info:writing file /home/judges/compile/var/compile/src/G001Q9TDVRSN.cpp Mon Oct 21 13:37:03 2013:info:writing file /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001Q9TDVRSN Mon Oct 21 13:37:03 2013:info:Move: /home/judges/compile/var/compile/queue/in/981_localhost.localdomain_G001Q9TDVRSN -> /home/judges/compile/var/compile/queue/dir/G001Q9TDVRSN mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-21 13:37:03', last_change_nsec = 455148000 WHERE contest_id = 2 AND run_id = 58 ; Mon Oct 21 13:37:03 2013:info:HTTP_REQUEST -> OK, 93 Mon Oct 21 13:37:03 2013:info:2047: received 2 file descriptors: 6, 7 Mon Oct 21 13:37:03 2013:info:HTTP_REQUEST -> OK, 11437 Mon Oct 21 13:37:05 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000058 -> /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000058 Mon Oct 21 13:37:05 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/981_localhost.localdomain_000058 Mon Oct 21 13:37:05 2013:info:reading file /home/judges/compile/var/compile/000002/report/000058.txt Mon Oct 21 13:37:05 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000058 -> /home/judges/super-run/var/exe/G001Q9TE1O1Q Mon Oct 21 13:37:05 2013:info:writing file /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001Q9TE1O1Q Mon Oct 21 13:37:05 2013:info:Move: /home/judges/super-run/var/queue/in/981_localhost.localdomain_G001Q9TE1O1Q -> /home/judges/super-run/var/queue/dir/G001Q9TE1O1Q mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-21 13:37:05', last_change_nsec = 649569000 WHERE contest_id = 2 AND run_id = 58 ; Mon Oct 21 13:37:07 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000058 -> /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000058 Mon Oct 21 13:37:07 2013:info:reading file /home/judges/000002/var/run/000002/status/out/981_localhost.localdomain_000058 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-21 13:37:07', last_change_nsec = 657536000 WHERE contest_id = 2 AND run_id = 58 ; Mon Oct 21 13:37:07 2013:info:Copy: /home/judges/000002/var/status/XXX_1382348227981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Mon Oct 21 13:37:07 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Mon Oct 21 13:37:07 2013:info:Copy: /home/judges/000002/var/run/000002/report/000058 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000058 Mon Oct 21 13:37:08 2013:info:2049: received 2 file descriptors: 6, 7 Mon Oct 21 13:37:08 2013:info:HTTP_REQUEST -> OK, 130 Mon Oct 21 13:37:12 2013:info:2051: received 2 file descriptors: 6, 7 Mon Oct 21 13:37:12 2013:info:HTTP_REQUEST -> OK, 123 Mon Oct 21 13:37:15 2013:info:2053: received 2 file descriptors: 6, 7 Mon Oct 21 13:37:15 2013:info:HTTP_REQUEST -> OK, 11393 Mon Oct 21 13:38:11 2013:info:2055: received 2 file descriptors: 6, 7 Mon Oct 21 13:38:11 2013:info:HTTP_REQUEST -> OK, 123 Mon Oct 21 13:39:11 2013:info:2057: received 2 file descriptors: 6, 7 Mon Oct 21 13:39:11 2013:info:HTTP_REQUEST -> OK, 123 Mon Oct 21 13:40:10 2013:info:2059: received 2 file descriptors: 6, 7 Mon Oct 21 13:40:10 2013:info:HTTP_REQUEST -> OK, 123 Mon Oct 21 13:41:10 2013:info:2061: received 2 file descriptors: 6, 7 Mon Oct 21 13:41:10 2013:info:HTTP_REQUEST -> OK, 123 Mon Oct 21 13:42:09 2013:info:2063: received 2 file descriptors: 6, 7 Mon Oct 21 13:42:09 2013:info:HTTP_REQUEST -> OK, 122 Mon Oct 21 13:43:09 2013:info:2065: received 2 file descriptors: 6, 7 Mon Oct 21 13:43:09 2013:info:HTTP_REQUEST -> OK, 122 Mon Oct 21 13:48:10 2013:info:writing file /home/judges/000002/var/status/in/981_localhost.localdomain_status Mon Oct 21 13:48:10 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_status -> /home/judges/000002/var/status/dir/status Mon Oct 21 17:31:54 2013:info:2067: received 2 file descriptors: 6, 7 Mon Oct 21 17:31:54 2013:error:2067: invalid session: get_cookie failed: nonexistent cookie Mon Oct 21 17:31:54 2013:info:HTTP_REQUEST -> OK, 2089 Mon Oct 21 18:44:58 2013:info:2069: received 2 file descriptors: 6, 7 Mon Oct 21 18:44:58 2013:info:HTTP_REQUEST -> OK, 81 Mon Oct 21 18:44:58 2013:info:2071: received 2 file descriptors: 6, 7 Mon Oct 21 18:44:58 2013:info:loading contest 2 configuration file Mon Oct 21 18:44:58 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 2 ; mysql: SELECT * FROM runs WHERE contest_id=2 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=2 ORDER BY clar_id; Mon Oct 21 18:44:58 2013:info:reading file /home/judges/000002/var/status/dir/status Mon Oct 21 18:44:58 2013:info:load_status_file: clients_suspended = 0 Mon Oct 21 18:44:58 2013:info:load_status_file: testing_suspended = 0 Mon Oct 21 18:44:58 2013:info:load_status_file: accepting_mode = 0 Mon Oct 21 18:44:58 2013:info:load_status_file: printing_suspended = 0 Mon Oct 21 18:44:58 2013:info:load_status_file: upsolving_mode = 0 Mon Oct 21 18:44:58 2013:info:teamdb_refresh: updated: 15 users, 31 max user, XML size = 4999 Mon Oct 21 18:44:58 2013:info:Copy: /home/judges/000002/var/status/XXX_1382366698981 -> /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html Mon Oct 21 18:44:58 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Mon Oct 21 18:44:58 2013:info:allocate_user_info: new size 64 Mon Oct 21 18:44:58 2013:info:HTTP_REQUEST -> OK, 25065 Mon Oct 21 18:49:59 2013:info:writing file /home/judges/000002/var/status/in/981_localhost.localdomain_status Mon Oct 21 18:49:59 2013:info:Move: /home/judges/000002/var/status/in/981_localhost.localdomain_status -> /home/judges/000002/var/status/dir/status Tue Oct 22 14:32:10 2013:info:1: received 2 file descriptors: 6, 7 Tue Oct 22 14:32:10 2013:info:running as ejudge (1) Tue Oct 22 14:32:10 2013:error:1: invalid session: get_cookie failed: nonexistent cookie Tue Oct 22 14:32:10 2013:info:HTTP_REQUEST -> OK, 2089 Tue Oct 22 14:32:34 2013:info:3: received 2 file descriptors: 6, 7 Tue Oct 22 14:32:34 2013:info:HTTP_REQUEST -> OK, 2718 Tue Oct 22 14:32:40 2013:info:5: received 2 file descriptors: 6, 7 Tue Oct 22 14:32:40 2013:info:HTTP_REQUEST -> OK, 2581 Tue Oct 22 14:32:45 2013:info:7: received 2 file descriptors: 6, 7 Tue Oct 22 14:32:45 2013:info:HTTP_REQUEST -> OK, 3774 Tue Oct 22 14:32:57 2013:info:9: received 2 file descriptors: 6, 7 Tue Oct 22 14:32:57 2013:info:HTTP_REQUEST -> OK, 3774 Tue Oct 22 14:33:34 2013:info:11: received 2 file descriptors: 6, 7 Tue Oct 22 14:33:34 2013:info:HTTP_REQUEST -> OK, 151 Tue Oct 22 14:33:34 2013:info:13: received 2 file descriptors: 6, 7 Tue Oct 22 14:33:34 2013:info:HTTP_REQUEST -> OK, 3912 Tue Oct 22 14:33:43 2013:info:15: received 2 file descriptors: 6, 7 Tue Oct 22 14:33:43 2013:info:HTTP_REQUEST -> OK, 74 Tue Oct 22 14:33:43 2013:info:17: received 2 file descriptors: 6, 7 Tue Oct 22 14:33:43 2013:info:HTTP_REQUEST -> OK, 3619 Tue Oct 22 14:33:47 2013:info:19: received 2 file descriptors: 6, 7 Tue Oct 22 14:33:47 2013:info:HTTP_REQUEST -> OK, 85 Tue Oct 22 14:33:47 2013:info:21: received 2 file descriptors: 6, 7 Tue Oct 22 14:33:47 2013:info:HTTP_REQUEST -> OK, 3471 Tue Oct 22 14:33:50 2013:info:23: received 2 file descriptors: 6, 7 Tue Oct 22 14:33:50 2013:info:loading contest 2 configuration file Tue Oct 22 14:33:50 2013:info:configuration file parsed ok mysql: SELECT config_val FROM config WHERE config_key = 'run_version' ; mysql: SELECT * FROM runheaders WHERE contest_id = 2 ; mysql: SELECT * FROM runs WHERE contest_id=2 ORDER BY run_id ; mysql: SELECT config_val FROM config WHERE config_key = 'clar_version' ; mysql: SELECT * FROM clars WHERE contest_id=2 ORDER BY clar_id; Tue Oct 22 14:33:50 2013:info:reading file /home/judges/000002/var/status/dir/status Tue Oct 22 14:33:50 2013:info:load_status_file: clients_suspended = 0 Tue Oct 22 14:33:50 2013:info:load_status_file: testing_suspended = 0 Tue Oct 22 14:33:50 2013:info:load_status_file: accepting_mode = 0 Tue Oct 22 14:33:50 2013:info:load_status_file: printing_suspended = 0 Tue Oct 22 14:33:50 2013:info:load_status_file: upsolving_mode = 0 Tue Oct 22 14:33:50 2013:info:teamdb_refresh: updated: 16 users, 63 max user, XML size = 5295 Tue Oct 22 14:33:50 2013:info:Copy: /home/judges/000002/var/status/XXX_1382438030961 -> /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html Tue Oct 22 14:33:50 2013:info:Move: /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Tue Oct 22 14:33:50 2013:info:HTTP_REQUEST -> OK, 6223 Tue Oct 22 14:33:52 2013:info:25: received 2 file descriptors: 6, 7 Tue Oct 22 14:33:52 2013:info:HTTP_REQUEST -> OK, 10776 Tue Oct 22 14:34:32 2013:info:27: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 59, 2, 0, '2013-10-22 14:34:32', 153203000, 32, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-22 14:34:32', 153216000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 456, user_id = 32, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '792fdd2f25a808ffc5d7f73b59ab910e4b2d7d18', run_uuid = '92b4863f-560d-4a6e-a5e5-67058d73eabe', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-22 14:34:32', last_change_nsec = 164232000 WHERE contest_id = 2 AND run_id = 59 ; Tue Oct 22 14:34:32 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000059 Tue Oct 22 14:34:32 2013:info:writing file /home/judges/compile/var/compile/src/G001RCL5OPER.cpp Tue Oct 22 14:34:32 2013:info:writing file /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001RCL5OPER Tue Oct 22 14:34:32 2013:info:Move: /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001RCL5OPER -> /home/judges/compile/var/compile/queue/dir/G001RCL5OPER mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-22 14:34:32', last_change_nsec = 360302000 WHERE contest_id = 2 AND run_id = 59 ; Tue Oct 22 14:34:32 2013:info:HTTP_REQUEST -> OK, 93 Tue Oct 22 14:34:32 2013:info:29: received 2 file descriptors: 6, 7 Tue Oct 22 14:34:32 2013:info:HTTP_REQUEST -> OK, 11448 Tue Oct 22 14:34:36 2013:info:31: received 2 file descriptors: 6, 7 Tue Oct 22 14:34:36 2013:info:HTTP_REQUEST -> OK, 11448 Tue Oct 22 14:34:37 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000059 -> /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000059 Tue Oct 22 14:34:37 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000059 Tue Oct 22 14:34:37 2013:info:reading file /home/judges/compile/var/compile/000002/report/000059.txt Tue Oct 22 14:34:37 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000059 -> /home/judges/super-run/var/exe/G001RCL5T7SE Tue Oct 22 14:34:37 2013:info:writing file /home/judges/super-run/var/queue/in/961_localhost.localdomain_G001RCL5T7SE Tue Oct 22 14:34:37 2013:info:Move: /home/judges/super-run/var/queue/in/961_localhost.localdomain_G001RCL5T7SE -> /home/judges/super-run/var/queue/dir/G001RCL5T7SE mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 1, passed_mode = 1, last_change_time = '2013-10-22 14:34:37', last_change_nsec = 823225000 WHERE contest_id = 2 AND run_id = 59 ; Tue Oct 22 14:34:38 2013:info:33: received 2 file descriptors: 6, 7 Tue Oct 22 14:34:38 2013:info:HTTP_REQUEST -> OK, 11444 Tue Oct 22 14:34:39 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000059 -> /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000059 Tue Oct 22 14:34:39 2013:info:reading file /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000059 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-22 14:34:39', last_change_nsec = 897694000 WHERE contest_id = 2 AND run_id = 59 ; Tue Oct 22 14:34:39 2013:info:Copy: /home/judges/000002/var/status/XXX_1382438079961 -> /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html Tue Oct 22 14:34:39 2013:info:Move: /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Tue Oct 22 14:34:39 2013:info:Copy: /home/judges/000002/var/run/000002/report/000059 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000059.gz Tue Oct 22 14:34:39 2013:info:35: received 2 file descriptors: 6, 7 Tue Oct 22 14:34:39 2013:info:HTTP_REQUEST -> OK, 11429 Tue Oct 22 14:35:40 2013:info:37: received 2 file descriptors: 6, 7 Tue Oct 22 14:35:40 2013:info:HTTP_REQUEST -> OK, 123 Tue Oct 22 14:36:40 2013:info:39: received 2 file descriptors: 6, 7 Tue Oct 22 14:36:40 2013:info:HTTP_REQUEST -> OK, 123 Tue Oct 22 14:37:29 2013:info:41: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 60, 2, 0, '2013-10-22 14:37:29', 124581000, 32, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-22 14:37:29', 124591000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 448, user_id = 32, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '4389b9728b7447c09069924436fb6583dad6dfac', run_uuid = '957be0ff-e5d2-4391-9b25-7d8e3911e905', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-22 14:37:29', last_change_nsec = 140331000 WHERE contest_id = 2 AND run_id = 60 ; Tue Oct 22 14:37:29 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000060 Tue Oct 22 14:37:29 2013:info:writing file /home/judges/compile/var/compile/src/G001SCLB9FSE.cpp Tue Oct 22 14:37:29 2013:info:writing file /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001SCLB9FSE Tue Oct 22 14:37:29 2013:info:Move: /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001SCLB9FSE -> /home/judges/compile/var/compile/queue/dir/G001SCLB9FSE mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-22 14:37:29', last_change_nsec = 180668000 WHERE contest_id = 2 AND run_id = 60 ; Tue Oct 22 14:37:29 2013:info:HTTP_REQUEST -> OK, 93 Tue Oct 22 14:37:29 2013:info:43: received 2 file descriptors: 6, 7 Tue Oct 22 14:37:29 2013:info:HTTP_REQUEST -> OK, 11682 Tue Oct 22 14:37:32 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000060 -> /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000060 Tue Oct 22 14:37:32 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000060 Tue Oct 22 14:37:32 2013:info:reading file /home/judges/compile/var/compile/000002/report/000060.txt Tue Oct 22 14:37:32 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000060 -> /home/judges/super-run/var/exe/G001SCLBCR4U Tue Oct 22 14:37:32 2013:info:writing file /home/judges/super-run/var/queue/in/961_localhost.localdomain_G001SCLBCR4U Tue Oct 22 14:37:32 2013:info:Move: /home/judges/super-run/var/queue/in/961_localhost.localdomain_G001SCLBCR4U -> /home/judges/super-run/var/queue/dir/G001SCLBCR4U mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 2, passed_mode = 1, last_change_time = '2013-10-22 14:37:32', last_change_nsec = 324746000 WHERE contest_id = 2 AND run_id = 60 ; Tue Oct 22 14:37:33 2013:info:45: received 2 file descriptors: 6, 7 Tue Oct 22 14:37:33 2013:info:HTTP_REQUEST -> OK, 11678 Tue Oct 22 14:37:34 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000060 -> /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000060 Tue Oct 22 14:37:34 2013:info:reading file /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000060 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-22 14:37:34', last_change_nsec = 342727000 WHERE contest_id = 2 AND run_id = 60 ; Tue Oct 22 14:37:34 2013:info:Copy: /home/judges/000002/var/status/XXX_1382438254961 -> /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html Tue Oct 22 14:37:34 2013:info:Move: /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Tue Oct 22 14:37:34 2013:info:Copy: /home/judges/000002/var/run/000002/report/000060 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000060 Tue Oct 22 14:37:34 2013:info:47: received 2 file descriptors: 6, 7 Tue Oct 22 14:37:34 2013:info:HTTP_REQUEST -> OK, 11663 Tue Oct 22 14:37:35 2013:info:49: received 2 file descriptors: 6, 7 Tue Oct 22 14:37:35 2013:info:HTTP_REQUEST -> OK, 11663 Tue Oct 22 14:38:06 2013:info:51: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 61, 2, 0, '2013-10-22 14:38:06', 658078000, 32, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-22 14:38:06', 658085000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 458, user_id = 32, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '89ad13ddacf569fd637e13e4336623eabe022399', run_uuid = 'f1518b3d-cd2e-47d1-82c3-a7ac29c4c7a4', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-22 14:38:06', last_change_nsec = 662866000 WHERE contest_id = 2 AND run_id = 61 ; Tue Oct 22 14:38:06 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000061 Tue Oct 22 14:38:06 2013:info:writing file /home/judges/compile/var/compile/src/G001TCLCEC3N.cpp Tue Oct 22 14:38:06 2013:info:writing file /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001TCLCEC3N Tue Oct 22 14:38:06 2013:info:Move: /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001TCLCEC3N -> /home/judges/compile/var/compile/queue/dir/G001TCLCEC3N mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-22 14:38:06', last_change_nsec = 668238000 WHERE contest_id = 2 AND run_id = 61 ; Tue Oct 22 14:38:06 2013:info:HTTP_REQUEST -> OK, 93 Tue Oct 22 14:38:06 2013:info:53: received 2 file descriptors: 6, 7 Tue Oct 22 14:38:06 2013:info:HTTP_REQUEST -> OK, 11915 Tue Oct 22 14:38:08 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000061 -> /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000061 Tue Oct 22 14:38:08 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000061 Tue Oct 22 14:38:08 2013:info:reading file /home/judges/compile/var/compile/000002/report/000061.txt Tue Oct 22 14:38:08 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000061 -> /home/judges/super-run/var/exe/G001TCLCGV40 Tue Oct 22 14:38:08 2013:info:writing file /home/judges/super-run/var/queue/in/961_localhost.localdomain_G001TCLCGV40 Tue Oct 22 14:38:08 2013:info:Move: /home/judges/super-run/var/queue/in/961_localhost.localdomain_G001TCLCGV40 -> /home/judges/super-run/var/queue/dir/G001TCLCGV40 mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 3, passed_mode = 1, last_change_time = '2013-10-22 14:38:08', last_change_nsec = 848893000 WHERE contest_id = 2 AND run_id = 61 ; Tue Oct 22 14:38:09 2013:info:55: received 2 file descriptors: 6, 7 Tue Oct 22 14:38:09 2013:info:HTTP_REQUEST -> OK, 11911 Tue Oct 22 14:38:09 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000061 -> /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000061 Tue Oct 22 14:38:09 2013:info:reading file /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000061 mysql: UPDATE runs SET status = 7, score = 0, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-22 14:38:09', last_change_nsec = 934118000 WHERE contest_id = 2 AND run_id = 61 ; Tue Oct 22 14:38:09 2013:info:Copy: /home/judges/000002/var/status/XXX_1382438289961 -> /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html Tue Oct 22 14:38:09 2013:info:Move: /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Tue Oct 22 14:38:09 2013:info:Copy: /home/judges/000002/var/run/000002/report/000061 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000061.gz Tue Oct 22 14:38:09 2013:info:57: received 2 file descriptors: 6, 7 Tue Oct 22 14:38:09 2013:info:HTTP_REQUEST -> OK, 11896 Tue Oct 22 14:38:31 2013:info:59: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 62, 2, 0, '2013-10-22 14:38:31', 315747000, 32, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-22 14:38:31', 315753000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 460, user_id = 32, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = '49db10ac773065b86822e8bd0bee96b35086718a', run_uuid = '7a097c36-c685-4a63-8fab-55b2f8c7bd54', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-22 14:38:31', last_change_nsec = 320213000 WHERE contest_id = 2 AND run_id = 62 ; Tue Oct 22 14:38:31 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000062 Tue Oct 22 14:38:31 2013:info:writing file /home/judges/compile/var/compile/src/G001UCLD7IKR.cpp Tue Oct 22 14:38:31 2013:info:writing file /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001UCLD7IKR Tue Oct 22 14:38:31 2013:info:Move: /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001UCLD7IKR -> /home/judges/compile/var/compile/queue/dir/G001UCLD7IKR mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 4, passed_mode = 1, last_change_time = '2013-10-22 14:38:31', last_change_nsec = 347270000 WHERE contest_id = 2 AND run_id = 62 ; Tue Oct 22 14:38:31 2013:info:HTTP_REQUEST -> OK, 93 Tue Oct 22 14:38:31 2013:info:61: received 2 file descriptors: 6, 7 Tue Oct 22 14:38:31 2013:info:HTTP_REQUEST -> OK, 12150 Tue Oct 22 14:38:33 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000062 -> /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000062 Tue Oct 22 14:38:33 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000062 Tue Oct 22 14:38:33 2013:info:reading file /home/judges/compile/var/compile/000002/report/000062.txt Tue Oct 22 14:38:33 2013:error:open("/home/judges/compile/var/compile/000002/report/000062.txt", O_RDONLY) failed: 2, No such file or directory mysql: UPDATE runs SET status = 1, score = -1, test_num = 0, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-22 14:38:33', last_change_nsec = 361851000 WHERE contest_id = 2 AND run_id = 62 ; Tue Oct 22 14:38:33 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000062 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000062 Tue Oct 22 14:38:33 2013:info:Copy: /home/judges/000002/var/status/XXX_1382438313961 -> /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html Tue Oct 22 14:38:33 2013:info:Move: /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Tue Oct 22 14:38:33 2013:info:63: received 2 file descriptors: 6, 7 Tue Oct 22 14:38:33 2013:info:HTTP_REQUEST -> OK, 12146 Tue Oct 22 14:38:34 2013:info:65: received 2 file descriptors: 6, 7 Tue Oct 22 14:38:34 2013:info:HTTP_REQUEST -> OK, 12146 Tue Oct 22 14:39:12 2013:info:67: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 63, 2, 0, '2013-10-22 14:39:12', 885550000, 32, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-22 14:39:12', 885557000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 612, user_id = 32, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'bc2baaef01be48107728ed6d7ed0c0db91523856', run_uuid = 'b9b2d3f1-59a0-4470-990b-04dd342d2f51', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-22 14:39:12', last_change_nsec = 888733000 WHERE contest_id = 2 AND run_id = 63 ; Tue Oct 22 14:39:12 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/1/000063 Tue Oct 22 14:39:12 2013:info:writing file /home/judges/compile/var/compile/src/G001VCLEGNEP.cpp Tue Oct 22 14:39:12 2013:info:writing file /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001VCLEGNEP Tue Oct 22 14:39:12 2013:info:Move: /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G001VCLEGNEP -> /home/judges/compile/var/compile/queue/dir/G001VCLEGNEP mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-22 14:39:12', last_change_nsec = 909274000 WHERE contest_id = 2 AND run_id = 63 ; Tue Oct 22 14:39:12 2013:info:HTTP_REQUEST -> OK, 93 Tue Oct 22 14:39:12 2013:info:69: received 2 file descriptors: 6, 7 Tue Oct 22 14:39:12 2013:info:HTTP_REQUEST -> OK, 12399 Tue Oct 22 14:39:14 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000063 -> /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000063 Tue Oct 22 14:39:14 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000063 Tue Oct 22 14:39:14 2013:info:reading file /home/judges/compile/var/compile/000002/report/000063.txt Tue Oct 22 14:39:14 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000063 -> /home/judges/super-run/var/exe/G001VCLEI4KJ Tue Oct 22 14:39:15 2013:info:writing file /home/judges/super-run/var/queue/in/961_localhost.localdomain_G001VCLEI4KJ Tue Oct 22 14:39:15 2013:info:Move: /home/judges/super-run/var/queue/in/961_localhost.localdomain_G001VCLEI4KJ -> /home/judges/super-run/var/queue/dir/G001VCLEI4KJ mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 5, passed_mode = 1, last_change_time = '2013-10-22 14:39:15', last_change_nsec = 52815000 WHERE contest_id = 2 AND run_id = 63 ; Tue Oct 22 14:39:17 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000063 -> /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000063 Tue Oct 22 14:39:17 2013:info:reading file /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000063 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-22 14:39:17', last_change_nsec = 60824000 WHERE contest_id = 2 AND run_id = 63 ; Tue Oct 22 14:39:17 2013:info:Copy: /home/judges/000002/var/status/XXX_1382438357961 -> /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html Tue Oct 22 14:39:17 2013:info:Move: /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Tue Oct 22 14:39:17 2013:info:Copy: /home/judges/000002/var/run/000002/report/000063 -> /home/judges/000002/var/archive/xmlreports/0/0/1/000063 Tue Oct 22 14:39:17 2013:info:71: received 2 file descriptors: 6, 7 Tue Oct 22 14:39:17 2013:info:HTTP_REQUEST -> OK, 12354 Tue Oct 22 14:40:17 2013:info:73: received 2 file descriptors: 6, 7 Tue Oct 22 14:40:17 2013:info:HTTP_REQUEST -> OK, 123 Tue Oct 22 14:40:52 2013:info:75: received 2 file descriptors: 6, 7 mysql: INSERT INTO runs VALUES ( 64, 2, 0, '2013-10-22 14:40:52', 999919000, 32, 0, 0, 22, 0, 0, '0.0.0.0', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, '2013-10-22 14:40:52', 999930000, 0, 0, 0, 0, 0, 0, 0 ) ; mysql: UPDATE runs SET size = 454, user_id = 32, prob_id = 2, lang_id = 3, status = 99, ssl_flag = 0, ip_version = 4, ip = '192.168.0.1', hash = 'e8ff008cb301c05ff1a3717cfb846b16231a2e06', run_uuid = 'a0af8295-43b8-4073-880a-d36854cb82c3', score = -1, test_num = 0, locale_id = 1, variant = 0, is_hidden = 0, mime_type = NULL, eoln_type = 0, last_change_time = '2013-10-22 14:40:53', last_change_nsec = 4872000 WHERE contest_id = 2 AND run_id = 64 ; Tue Oct 22 14:40:53 2013:info:writing file /home/judges/000002/var/archive/runs/0/0/2/000064 Tue Oct 22 14:40:53 2013:info:writing file /home/judges/compile/var/compile/src/G0020CLHLFQ4.cpp Tue Oct 22 14:40:53 2013:info:writing file /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G0020CLHLFQ4 Tue Oct 22 14:40:53 2013:info:Move: /home/judges/compile/var/compile/queue/in/961_localhost.localdomain_G0020CLHLFQ4 -> /home/judges/compile/var/compile/queue/dir/G0020CLHLFQ4 mysql: UPDATE runs SET status = 98, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-22 14:40:53', last_change_nsec = 49546000 WHERE contest_id = 2 AND run_id = 64 ; Tue Oct 22 14:40:53 2013:info:HTTP_REQUEST -> OK, 93 Tue Oct 22 14:40:53 2013:info:77: received 2 file descriptors: 6, 7 Tue Oct 22 14:40:53 2013:info:HTTP_REQUEST -> OK, 12607 Tue Oct 22 14:40:55 2013:info:Move: /home/judges/compile/var/compile/000002/status/dir/000064 -> /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000064 Tue Oct 22 14:40:55 2013:info:reading file /home/judges/compile/var/compile/000002/status/out/961_localhost.localdomain_000064 Tue Oct 22 14:40:55 2013:info:reading file /home/judges/compile/var/compile/000002/report/000064.txt Tue Oct 22 14:40:55 2013:info:Copy: /home/judges/compile/var/compile/000002/report/000064 -> /home/judges/super-run/var/exe/G0020CLHN52O Tue Oct 22 14:40:56 2013:info:writing file /home/judges/super-run/var/queue/in/961_localhost.localdomain_G0020CLHN52O Tue Oct 22 14:40:56 2013:info:Move: /home/judges/super-run/var/queue/in/961_localhost.localdomain_G0020CLHN52O -> /home/judges/super-run/var/queue/dir/G0020CLHN52O mysql: UPDATE runs SET status = 96, score = -1, test_num = 0, judge_id = 6, passed_mode = 1, last_change_time = '2013-10-22 14:40:56', last_change_nsec = 13723000 WHERE contest_id = 2 AND run_id = 64 ; Tue Oct 22 14:40:56 2013:info:79: received 2 file descriptors: 6, 7 Tue Oct 22 14:40:56 2013:info:HTTP_REQUEST -> OK, 12603 Tue Oct 22 14:40:56 2013:info:81: received 2 file descriptors: 6, 7 Tue Oct 22 14:40:56 2013:info:HTTP_REQUEST -> OK, 12603 Tue Oct 22 14:40:57 2013:info:83: received 2 file descriptors: 6, 7 Tue Oct 22 14:40:57 2013:info:HTTP_REQUEST -> OK, 12603 Tue Oct 22 14:40:58 2013:info:Move: /home/judges/000002/var/run/000002/status/dir/000064 -> /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000064 Tue Oct 22 14:40:58 2013:info:reading file /home/judges/000002/var/run/000002/status/out/961_localhost.localdomain_000064 mysql: UPDATE runs SET status = 0, score = 100, test_num = 10, judge_id = 0, is_marked = 0, is_saved = 0, saved_status = 0, saved_score = 0, saved_test = 0, passed_mode = 1, last_change_time = '2013-10-22 14:40:58', last_change_nsec = 343422000 WHERE contest_id = 2 AND run_id = 64 ; Tue Oct 22 14:40:58 2013:info:Copy: /home/judges/000002/var/status/XXX_1382438458961 -> /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html Tue Oct 22 14:40:58 2013:info:Move: /home/judges/000002/var/status/in/961_localhost.localdomain_standings.html -> /home/judges/000002/var/status/dir/standings.html Tue Oct 22 14:40:58 2013:info:Copy: /home/judges/000002/var/run/000002/report/000064 -> /home/judges/000002/var/archive/xmlreports/0/0/2/000064 Tue Oct 22 14:40:58 2013:info:85: received 2 file descriptors: 6, 7 Tue Oct 22 14:40:58 2013:info:HTTP_REQUEST -> OK, 12562 Tue Oct 22 14:41:58 2013:info:87: received 2 file descriptors: 6, 7 Tue Oct 22 14:41:58 2013:info:HTTP_REQUEST -> OK, 123 Tue Oct 22 14:42:58 2013:info:89: received 2 file descriptors: 6, 7 Tue Oct 22 14:42:58 2013:info:HTTP_REQUEST -> OK, 123 Tue Oct 22 14:43:58 2013:info:91: received 2 file descriptors: 6, 7 Tue Oct 22 14:43:58 2013:info:HTTP_REQUEST -> OK, 123 Tue Oct 22 14:44:59 2013:info:93: received 2 file descriptors: 6, 7 Tue Oct 22 14:44:59 2013:info:HTTP_REQUEST -> OK, 123 Tue Oct 22 14:45:59 2013:info:95: received 2 file descriptors: 6, 7 Tue Oct 22 14:45:59 2013:info:HTTP_REQUEST -> OK, 123 Tue Oct 22 14:47:00 2013:info:97: received 2 file descriptors: 6, 7 Tue Oct 22 14:47:00 2013:info:HTTP_REQUEST -> OK, 122 Tue Oct 22 14:48:00 2013:info:99: received 2 file descriptors: 6, 7 Tue Oct 22 14:48:00 2013:info:HTTP_REQUEST -> OK, 122 Tue Oct 22 14:49:00 2013:info:101: received 2 file descriptors: 6, 7 Tue Oct 22 14:49:00 2013:info:HTTP_REQUEST -> OK, 122 Tue Oct 22 14:50:00 2013:info:103: received 2 file descriptors: 6, 7 Tue Oct 22 14:50:00 2013:info:HTTP_REQUEST -> OK, 122 Tue Oct 22 14:51:00 2013:info:105: received 2 file descriptors: 6, 7 Tue Oct 22 14:51:00 2013:info:HTTP_REQUEST -> OK, 122 Tue Oct 22 14:52:00 2013:info:107: received 2 file descriptors: 6, 7 Tue Oct 22 14:52:00 2013:info:HTTP_REQUEST -> OK, 122 Tue Oct 22 14:57:01 2013:info:writing file /home/judges/000002/var/status/in/961_localhost.localdomain_status Tue Oct 22 14:57:01 2013:info:Move: /home/judges/000002/var/status/in/961_localhost.localdomain_status -> /home/judges/000002/var/status/dir/status Tue Oct 22 15:47:01 2013:info:109: received 2 file descriptors: 6, 7 Tue Oct 22 15:47:01 2013:error:109: invalid session: get_cookie failed: nonexistent cookie Tue Oct 22 15:47:01 2013:info:HTTP_REQUEST -> OK, 2089 Tue Oct 22 15:47:02 2013:info:111: received 2 file descriptors: 6, 7 Tue Oct 22 15:47:02 2013:error:111: invalid session: get_cookie failed: nonexistent cookie Tue Oct 22 15:47:02 2013:info:HTTP_REQUEST -> OK, 2089