Trace number 422484

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Siege V4? (TO) 10000 10004

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k75.cnf
MD5SUMb66acf4b5dd67635615f55e419d4cf82
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables111705
Number of clauses500248
Sum of the clauses size1287414
Maximum clause length20
Minimum clause length1
Number of clauses of size 1703
Number of clauses of size 2389626
Number of clauses of size 354937
Number of clauses of size 422450
Number of clauses of size 59744
Number of clauses of size over 522788

Solver Data (download as text)

0.00/0.00	c Siege V4 output adapted for the SAT 2007 I/O conformance

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node10/watcher-422484-1178621581 -o ROOT/results/node10/solver-422484-1178621581 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422484-1178621581/siegeadapter.pl /tmp/evaluation/422484-1178621581/instance-422484-1178621581.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.00 0.98 3/77 25247
/proc/meminfo: memFree=1785088/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) R 25245 25247 25185 0 -1 4194304 382 0 0 0 0 0 0 0 18 0 1 0 338195678 12562432 350 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214919867039 0 0 4224 0 0 0 0 17 1 0 0
/proc/25247/statm: 3067 350 270 3 0 167 0
[pid=25248] ppid=25247 vsize=12416 CPUtime=0
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 129 0 0 0 0 0 0 0 18 0 1 0 338195679 12713984 114 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134553237 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 3104 119 108 208 0 12 0

[startup+0.0991321 s]
/proc/loadavg: 1.02 1.00 0.98 3/77 25247
/proc/meminfo: memFree=1785088/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=443448 CPUtime=0.08
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 7242 0 0 0 5 3 0 0 19 0 1 0 338195679 454090752 7227 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134557115 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110863 7228 1132 208 0 107771 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 455716

[startup+0.102132 s]
/proc/loadavg: 1.02 1.00 0.98 3/77 25247
/proc/meminfo: memFree=1785088/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=443680 CPUtime=0.09
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 7355 0 0 0 6 3 0 0 19 0 1 0 338195679 454328320 7340 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134556509 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110921 7342 1179 208 0 107829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 455948

[startup+0.302175 s]
/proc/loadavg: 1.02 1.00 0.98 3/77 25247
/proc/meminfo: memFree=1785088/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=440728 CPUtime=0.29
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 12070 0 0 0 24 5 0 0 21 0 1 0 338195679 451305472 9173 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529927 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110182 9173 86 208 0 109970 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 452996

[startup+0.701261 s]
/proc/loadavg: 1.02 1.00 0.98 3/77 25247
/proc/meminfo: memFree=1785088/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=440916 CPUtime=0.69
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 12124 0 0 0 64 5 0 0 25 0 1 0 338195679 451497984 9227 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528164 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110229 9227 86 208 0 110017 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 453184

[startup+1.50143 s]
/proc/loadavg: 1.02 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1747888/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=440964 CPUtime=1.49
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 12149 0 0 0 144 5 0 0 25 0 1 0 338195679 451547136 9252 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110241 9252 86 208 0 110029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 453232

[startup+3.10178 s]
/proc/loadavg: 1.02 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1747568/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=441060 CPUtime=3.09
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 12202 0 0 0 304 5 0 0 25 0 1 0 338195679 451645440 9305 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110265 9305 86 208 0 110053 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 453328

[startup+6.30147 s]
/proc/loadavg: 1.02 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1747056/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=441236 CPUtime=6.28
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 12322 0 0 0 622 6 0 0 25 0 1 0 338195679 451825664 9425 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110309 9425 86 208 0 110097 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 453504

[startup+12.7019 s]
/proc/loadavg: 1.02 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1745904/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=441616 CPUtime=12.68
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 12674 0 0 0 1262 6 0 0 25 0 1 0 338195679 452214784 9777 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529268 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110404 9777 86 208 0 110192 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 453884

[startup+25.5026 s]
/proc/loadavg: 1.01 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1742960/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=442208 CPUtime=25.47
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 13375 0 0 0 2540 7 0 0 25 0 1 0 338195679 452820992 10478 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528947 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110552 10478 86 208 0 110340 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 454476

[startup+51.1022 s]
/proc/loadavg: 1.01 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1736624/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=443680 CPUtime=51.07
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 14962 0 0 0 5098 9 0 0 25 0 1 0 338195679 454328320 12065 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528854 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 110920 12065 86 208 0 110708 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 455948

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1712688/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=459368 CPUtime=102.25
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 23541 0 0 0 10209 16 0 0 25 0 1 0 338195679 470392832 18025 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529890 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 114842 18025 86 208 0 114630 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 471636

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1699248/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=464728 CPUtime=162.22
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 26898 0 0 0 16202 20 0 0 25 0 1 0 338195679 475881472 21382 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 116182 21382 86 208 0 115970 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 476996

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1696048/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=467792 CPUtime=222.2
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 27679 0 0 0 22199 21 0 0 25 0 1 0 338195679 479019008 22163 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528040 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 116948 22163 86 208 0 116736 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 480060

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1693616/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=469684 CPUtime=282.18
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 28268 0 0 0 28196 22 0 0 25 0 1 0 338195679 480956416 22752 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 117421 22752 86 208 0 117209 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 481952

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 25249
/proc/meminfo: memFree=1688304/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=473000 CPUtime=342.15
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 29966 0 0 0 34192 23 0 0 25 0 1 0 338195679 484352000 24066 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 118250 24066 86 208 0 118038 0

################
# More data... #
################

/proc/25248/statm: 124640 31900 86 208 0 124428 0
Current children cumulated CPU time (s) 9338.54
Current children cumulated vsize (KiB) 510828

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25847
/proc/meminfo: memFree=1656048/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498624 CPUtime=9398.52
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38579 0 0 0 939735 117 0 0 25 0 1 0 338195679 510590976 31911 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527963 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124656 31911 86 208 0 124444 0
Current children cumulated CPU time (s) 9398.52
Current children cumulated vsize (KiB) 510892

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25847
/proc/meminfo: memFree=1656048/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498644 CPUtime=9458.49
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38584 0 0 0 945732 117 0 0 25 0 1 0 338195679 510611456 31916 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529268 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124661 31916 86 208 0 124449 0
Current children cumulated CPU time (s) 9458.49
Current children cumulated vsize (KiB) 510912

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25847
/proc/meminfo: memFree=1655984/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498688 CPUtime=9518.48
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38595 0 0 0 951730 118 0 0 25 0 1 0 338195679 510656512 31927 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528366 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124672 31927 86 208 0 124460 0
Current children cumulated CPU time (s) 9518.48
Current children cumulated vsize (KiB) 510956

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25847
/proc/meminfo: memFree=1655984/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498740 CPUtime=9578.45
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38607 0 0 0 957727 118 0 0 25 0 1 0 338195679 510709760 31939 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134542647 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124685 31939 86 208 0 124473 0
Current children cumulated CPU time (s) 9578.45
Current children cumulated vsize (KiB) 511008

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25847
/proc/meminfo: memFree=1655920/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498748 CPUtime=9638.43
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38609 0 0 0 963724 119 0 0 25 0 1 0 338195679 510717952 31941 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528408 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124687 31941 86 208 0 124475 0
Current children cumulated CPU time (s) 9638.43
Current children cumulated vsize (KiB) 511016

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25847
/proc/meminfo: memFree=1655920/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498788 CPUtime=9698.41
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38618 0 0 0 969722 119 0 0 25 0 1 0 338195679 510758912 31950 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124697 31950 86 208 0 124485 0
Current children cumulated CPU time (s) 9698.41
Current children cumulated vsize (KiB) 511056

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25847
/proc/meminfo: memFree=1655856/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498840 CPUtime=9758.39
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38631 0 0 0 975719 120 0 0 25 0 1 0 338195679 510812160 31963 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124710 31963 86 208 0 124498 0
Current children cumulated CPU time (s) 9758.39
Current children cumulated vsize (KiB) 511108

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25847
/proc/meminfo: memFree=1655856/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498864 CPUtime=9818.37
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38637 0 0 0 981716 121 0 0 25 0 1 0 338195679 510836736 31969 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528408 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124716 31969 86 208 0 124504 0
Current children cumulated CPU time (s) 9818.37
Current children cumulated vsize (KiB) 511132

[startup+9882.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 25849
/proc/meminfo: memFree=1655728/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=498968 CPUtime=9878.35
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38661 0 0 0 987714 121 0 0 25 0 1 0 338195679 510943232 31993 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529268 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124742 31993 86 208 0 124530 0
Current children cumulated CPU time (s) 9878.35
Current children cumulated vsize (KiB) 511236

[startup+9942.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 25849
/proc/meminfo: memFree=1655728/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=499004 CPUtime=9938.32
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38672 0 0 0 993710 122 0 0 25 0 1 0 338195679 510980096 32004 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124751 32004 86 208 0 124539 0
Current children cumulated CPU time (s) 9938.32
Current children cumulated vsize (KiB) 511272

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25849
/proc/meminfo: memFree=1655600/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=499088 CPUtime=9998.3
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38693 0 0 0 999708 122 0 0 25 0 1 0 338195679 511066112 32025 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124772 32025 86 208 0 124560 0
Current children cumulated CPU time (s) 9998.3
Current children cumulated vsize (KiB) 511356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 25849
/proc/meminfo: memFree=1655600/2055920 swapFree=4145572/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (siegeadapter.pl) S 25245 25247 25185 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 338195678 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25247/statm: 3067 352 271 3 0 167 0
[pid=25248] ppid=25247 vsize=499088 CPUtime=10000
/proc/25248/stat : 25248 (siege_v4) R 25247 25247 25185 0 -1 0 38693 0 0 0 999878 122 0 0 25 0 1 0 338195679 511066112 32025 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529930 0 0 4096 0 0 0 0 17 1 0 0
/proc/25248/statm: 124772 32025 86 208 0 124560 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 511356

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25247 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10004
CPU time (s): 10000
CPU user time (s): 9998.78
CPU system time (s): 1.22
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 511356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1

runsolver used 9.39357 second user time and 23.6554 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue May  8 10:53:02 UTC 2007

IDJOB= 422484
IDBENCH= 20553
IDSOLVER= 190
FILE ID= node10/422484-1178621581

PBS_JOBID= 5217794

Free space on /tmp= 66551 MiB

SOLVER NAME= Siege V4
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k75.cnf
COMMAND LINE= /tmp/evaluation/422484-1178621581/siegeadapter.pl /tmp/evaluation/422484-1178621581/instance-422484-1178621581.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-422484-1178621581 -o ROOT/results/node10/solver-422484-1178621581 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422484-1178621581/siegeadapter.pl /tmp/evaluation/422484-1178621581/instance-422484-1178621581.cnf            

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  b66acf4b5dd67635615f55e419d4cf82

RANDOM SEED= 691639149

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1785560 kB
Buffers:         35304 kB
Cached:         147008 kB
SwapCached:      15636 kB
Active:         113064 kB
Inactive:        92148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785560 kB
SwapTotal:     4192956 kB
SwapFree:      4145572 kB
Dirty:           12584 kB
Writeback:           0 kB
Mapped:          29840 kB
Slab:            50828 kB
Committed_AS:  5193544 kB
PageTables:       1708 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66551 MiB

End job on node10 on Tue May  8 13:39:48 UTC 2007