Trace number 422457

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 10002.9

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k70.cnf
MD5SUM76ab26f3361f1050f9e94d7745be300c
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 variables43507
Number of clauses161270
Sum of the clauses size432842
Maximum clause length37
Minimum clause length1
Number of clauses of size 1928
Number of clauses of size 281196
Number of clauses of size 373000
Number of clauses of size 4366
Number of clauses of size 5705
Number of clauses of size over 55075

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/node65/watcher-422457-1178601000 -o ROOT/results/node65/solver-422457-1178601000 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422457-1178601000/siegeadapter.pl /tmp/evaluation/422457-1178601000/instance-422457-1178601000.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: 0.91 0.95 0.98 3/64 6102
/proc/meminfo: memFree=1735672/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) R 6100 6102 5757 0 -1 4194304 382 0 0 0 0 0 0 0 18 0 1 0 336089617 12562432 350 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257203694239 0 0 4224 0 0 0 0 17 1 0 0
/proc/6102/statm: 3067 350 270 3 0 167 0
[pid=6103] ppid=6102 vsize=4820 CPUtime=0
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 96 0 0 0 0 0 0 0 18 0 1 0 336089617 4935680 81 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134553237 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 1205 86 75 208 0 12 0

[startup+0.0856421 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 6102
/proc/meminfo: memFree=1735672/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=413032 CPUtime=0.07
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 4820 0 0 0 5 2 0 0 20 0 1 0 336089617 422944768 3822 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530238 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 103258 3823 85 208 0 103046 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 425300

[startup+0.101643 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 6102
/proc/meminfo: memFree=1735672/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=413032 CPUtime=0.09
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 4844 0 0 0 7 2 0 0 20 0 1 0 336089617 422944768 3846 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530258 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 103258 3846 86 208 0 103046 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 425300

[startup+0.301658 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 6102
/proc/meminfo: memFree=1735672/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=413084 CPUtime=0.29
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 4883 0 0 0 27 2 0 0 21 0 1 0 336089617 422998016 3885 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529816 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 103271 3885 86 208 0 103059 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 425352

[startup+0.701692 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 6102
/proc/meminfo: memFree=1735672/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=413112 CPUtime=0.69
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 4914 0 0 0 67 2 0 0 25 0 1 0 336089617 423026688 3916 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 103278 3916 86 208 0 103066 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 425380

[startup+1.50176 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1719656/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=413160 CPUtime=1.48
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 4966 0 0 0 146 2 0 0 25 0 1 0 336089617 423075840 3968 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134531316 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 103290 3968 86 208 0 103078 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 425428

[startup+3.10289 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1719080/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=413280 CPUtime=3.09
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 5137 0 0 0 307 2 0 0 25 0 1 0 336089617 423198720 4139 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 103320 4139 86 208 0 103108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 425548

[startup+6.30116 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1717736/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=413672 CPUtime=6.28
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 5454 0 0 0 626 2 0 0 25 0 1 0 336089617 423600128 4456 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 103418 4456 86 208 0 103206 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 425940

[startup+12.7017 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1716328/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=414156 CPUtime=12.69
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 5791 0 0 0 1266 3 0 0 25 0 1 0 336089617 424095744 4793 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529955 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 103539 4793 86 208 0 103327 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 426424

[startup+25.5017 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1704168/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=423316 CPUtime=25.48
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 9845 0 0 0 2543 5 0 0 25 0 1 0 336089617 433475584 7827 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 105829 7827 86 208 0 105617 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 435584

[startup+51.1019 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1698856/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=426452 CPUtime=51.07
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 11193 0 0 0 5101 6 0 0 25 0 1 0 336089617 436686848 9175 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 106613 9175 86 208 0 106401 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 438720

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1691560/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=429704 CPUtime=102.26
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 13026 0 0 0 10218 8 0 0 25 0 1 0 336089617 440016896 11008 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529994 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 107426 11008 86 208 0 107214 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 441972

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1681512/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=434460 CPUtime=162.24
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 15900 0 0 0 16213 11 0 0 25 0 1 0 336089617 444887040 13498 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 108615 13498 86 208 0 108403 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 446728

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1673832/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=436828 CPUtime=222.23
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 17820 0 0 0 22211 12 0 0 25 0 1 0 336089617 447311872 15418 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528935 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 109207 15418 86 208 0 108995 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 449096

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1669864/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=438584 CPUtime=282.21
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 18880 0 0 0 28208 13 0 0 25 0 1 0 336089617 449110016 16478 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528384 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 109646 16478 86 208 0 109434 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 450852

[startup+342.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 6104
/proc/meminfo: memFree=1667560/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=439568 CPUtime=342.2
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 19364 0 0 0 34206 14 0 0 25 0 1 0 336089617 450117632 16962 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529300 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 109892 16962 86 208 0 109680 0

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

/proc/6103/statm: 116600 26697 86 208 0 116388 0
Current children cumulated CPU time (s) 9399.58
Current children cumulated vsize (KiB) 478668

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625704/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466400 CPUtime=9459.56
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29871 0 0 0 945917 39 0 0 25 0 1 0 336089617 477593600 26701 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528263 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116600 26701 86 208 0 116388 0
Current children cumulated CPU time (s) 9459.56
Current children cumulated vsize (KiB) 478668

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625640/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466408 CPUtime=9519.55
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29873 0 0 0 951916 39 0 0 25 0 1 0 336089617 477601792 26703 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116602 26703 86 208 0 116390 0
Current children cumulated CPU time (s) 9519.55
Current children cumulated vsize (KiB) 478676

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625576/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466480 CPUtime=9579.53
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29889 0 0 0 957914 39 0 0 25 0 1 0 336089617 477675520 26719 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529184 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116620 26719 86 208 0 116408 0
Current children cumulated CPU time (s) 9579.53
Current children cumulated vsize (KiB) 478748

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625576/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466496 CPUtime=9639.51
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29894 0 0 0 963912 39 0 0 25 0 1 0 336089617 477691904 26724 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116624 26724 86 208 0 116412 0
Current children cumulated CPU time (s) 9639.51
Current children cumulated vsize (KiB) 478764

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625512/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466504 CPUtime=9699.5
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29897 0 0 0 969911 39 0 0 25 0 1 0 336089617 477700096 26727 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528826 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116626 26727 86 208 0 116414 0
Current children cumulated CPU time (s) 9699.5
Current children cumulated vsize (KiB) 478772

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625448/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466504 CPUtime=9759.48
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29901 0 0 0 975909 39 0 0 25 0 1 0 336089617 477700096 26731 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116626 26731 86 208 0 116414 0
Current children cumulated CPU time (s) 9759.48
Current children cumulated vsize (KiB) 478772

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625448/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466504 CPUtime=9819.46
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29901 0 0 0 981907 39 0 0 25 0 1 0 336089617 477700096 26731 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528366 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116626 26731 86 208 0 116414 0
Current children cumulated CPU time (s) 9819.46
Current children cumulated vsize (KiB) 478772

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625448/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466524 CPUtime=9879.45
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29906 0 0 0 987906 39 0 0 25 0 1 0 336089617 477720576 26736 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116631 26736 86 208 0 116419 0
Current children cumulated CPU time (s) 9879.45
Current children cumulated vsize (KiB) 478792

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625320/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466600 CPUtime=9939.44
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29925 0 0 0 993904 40 0 0 25 0 1 0 336089617 477798400 26755 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116650 26755 86 208 0 116438 0
Current children cumulated CPU time (s) 9939.44
Current children cumulated vsize (KiB) 478868

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625256/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466608 CPUtime=9999.43
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29935 0 0 0 999903 40 0 0 25 0 1 0 336089617 477806592 26765 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116652 26765 86 208 0 116440 0
Current children cumulated CPU time (s) 9999.43
Current children cumulated vsize (KiB) 478876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625256/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466608 CPUtime=10000
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29935 0 0 0 999963 40 0 0 25 0 1 0 336089617 477806592 26765 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528947 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116652 26765 86 208 0 116440 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 478876

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

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

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6506
/proc/meminfo: memFree=1625256/2055920 swapFree=4184160/4192956
[pid=6102] ppid=6100 vsize=12268 CPUtime=0
/proc/6102/stat : 6102 (siegeadapter.pl) S 6100 6102 5757 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 336089617 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6102/statm: 3067 352 271 3 0 167 0
[pid=6103] ppid=6102 vsize=466608 CPUtime=10000
/proc/6103/stat : 6103 (siege_v4) R 6102 6102 5757 0 -1 0 29935 0 0 0 999963 40 0 0 25 0 1 0 336089617 477806592 26765 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528947 0 0 4096 0 0 0 0 17 1 0 0
/proc/6103/statm: 116652 26765 86 208 0 116440 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 478876

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6102 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.003998
# 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): 10002.9
CPU time (s): 10000
CPU user time (s): 9999.63
CPU system time (s): 0.4
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 478876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.001999
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 8.20875 second user time and 19.1931 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Tue May  8 05:10:00 UTC 2007

IDJOB= 422457
IDBENCH= 20526
IDSOLVER= 190
FILE ID= node65/422457-1178601000

PBS_JOBID= 5218201

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  76ab26f3361f1050f9e94d7745be300c

RANDOM SEED= 224422624

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1736144 kB
Buffers:         13980 kB
Cached:         174876 kB
SwapCached:       2768 kB
Active:         113872 kB
Inactive:       130732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736144 kB
SwapTotal:     4192956 kB
SwapFree:      4184160 kB
Dirty:            4844 kB
Writeback:           0 kB
Mapped:          61764 kB
Slab:            60980 kB
Committed_AS:  7444488 kB
PageTables:       1588 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= 66560 MiB

End job on node65 on Tue May  8 07:56:45 UTC 2007