Trace number 1563236

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
kw 2009-03-20? (TO) 1200.09 1200.69

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark728.775
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563236-1238783552/watcher-1563236-1238783552 -o /tmp/evaluation-result-1563236-1238783552/solver-1563236-1238783552 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1563236-1238783552.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.64 1.80 1.49 3/64 2973
/proc/meminfo: memFree=1680296/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=8588 CPUtime=0
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 1118 0 0 0 0 0 0 0 18 0 1 0 755247799 8794112 1102 1992294400 4194304 6412682 548682068864 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 2147 1110 192 541 0 1597 0

[startup+0.016515 s]
/proc/loadavg: 1.64 1.80 1.49 3/64 2973
/proc/meminfo: memFree=1680296/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=13268 CPUtime=0
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 2655 0 0 0 0 0 0 0 18 0 1 0 755247799 13586432 2639 1992294400 4194304 6412682 548682068864 18446744073709551615 4342988 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 3317 2646 200 541 0 2767 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13268

[startup+0.101525 s]
/proc/loadavg: 1.64 1.80 1.49 3/64 2973
/proc/meminfo: memFree=1680296/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=63572 CPUtime=0.09
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 12939 0 0 0 4 5 0 0 18 0 1 0 755247799 65097728 12923 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 15893 12930 208 541 0 15343 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63572

[startup+0.301554 s]
/proc/loadavg: 1.64 1.80 1.49 3/64 2973
/proc/meminfo: memFree=1680296/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=174136 CPUtime=0.29
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 38853 0 0 0 13 16 0 0 19 0 1 0 755247799 178315264 38837 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 43534 38837 221 541 0 42984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 174136

[startup+0.70161 s]
/proc/loadavg: 1.64 1.80 1.49 3/64 2973
/proc/meminfo: memFree=1680296/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=180472 CPUtime=0.69
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 40612 0 0 0 52 17 0 0 23 0 1 0 755247799 184803328 40596 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 45118 40596 221 541 0 44568 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 180472

[startup+1.50172 s]
/proc/loadavg: 1.64 1.80 1.49 2/65 2974
/proc/meminfo: memFree=1512928/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=193276 CPUtime=1.49
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 44176 0 0 0 130 19 0 0 25 0 1 0 755247799 197914624 44160 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 48319 44161 221 541 0 47769 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 193276

[startup+3.10296 s]
/proc/loadavg: 1.64 1.80 1.49 2/65 2974
/proc/meminfo: memFree=1493600/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=213740 CPUtime=3.09
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 49888 0 0 0 287 22 0 0 25 0 1 0 755247799 218869760 49872 1992294400 4194304 6412682 548682068864 18446744073709551615 4853934 0 0 4096 0 0 0 0 17 1 0 0
/proc/2973/statm: 53435 49872 221 541 0 52885 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 213740

[startup+6.3014 s]
/proc/loadavg: 1.67 1.80 1.49 2/65 2974
/proc/meminfo: memFree=1455328/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=249992 CPUtime=6.28
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 61467 0 0 0 599 29 0 0 25 0 1 0 755247799 255991808 59914 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 62498 59914 221 541 0 61948 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 249992

[startup+12.7013 s]
/proc/loadavg: 1.61 1.79 1.49 2/65 2974
/proc/meminfo: memFree=1325800/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=372892 CPUtime=12.67
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 92641 0 0 0 1177 90 0 0 25 0 1 0 755247799 381841408 89528 1992294400 4194304 6412682 548682068864 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 93223 89528 248 541 0 92673 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 372892

[startup+25.5011 s]
/proc/loadavg: 1.48 1.75 1.48 2/65 2974
/proc/meminfo: memFree=1255592/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=419288 CPUtime=25.47
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 104060 0 0 0 2437 110 0 0 25 0 1 0 755247799 429350912 100947 1992294400 4194304 6412682 548682068864 18446744073709551615 4564568 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 104822 100947 248 541 0 104272 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 419288

[startup+51.1018 s]
/proc/loadavg: 1.31 1.69 1.47 2/65 2974
/proc/meminfo: memFree=1250984/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=422424 CPUtime=51.06
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 105005 0 0 0 4988 118 0 0 25 0 1 0 755247799 432562176 101892 1992294400 4194304 6412682 548682068864 18446744073709551615 4508728 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 105606 101892 248 541 0 105056 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 422424

[startup+102.306 s]
/proc/loadavg: 1.13 1.58 1.44 2/65 2974
/proc/meminfo: memFree=1246952/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=420344 CPUtime=102.24
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 108134 0 0 0 10088 136 0 0 25 0 1 0 755247799 430432256 102941 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 105086 102941 258 541 0 104536 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 420344

[startup+162.302 s]
/proc/loadavg: 1.05 1.47 1.41 2/65 2974
/proc/meminfo: memFree=1241128/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=424504 CPUtime=162.21
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 109572 0 0 0 16068 153 0 0 25 0 1 0 755247799 434692096 104379 1992294400 4194304 6412682 548682068864 18446744073709551615 4362520 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 106126 104379 258 541 0 105576 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 424504

[startup+222.301 s]
/proc/loadavg: 1.02 1.38 1.38 2/65 2974
/proc/meminfo: memFree=1234920/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=429724 CPUtime=222.18
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 111117 0 0 0 22047 171 0 0 25 0 1 0 755247799 440037376 105924 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 107431 105924 258 541 0 106881 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 429724

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.35 2/65 2974
/proc/meminfo: memFree=1234152/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=430548 CPUtime=282.15
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 111366 0 0 0 28031 184 0 0 25 0 1 0 755247799 440881152 106173 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 107637 106173 258 541 0 107087 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 430548

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.33 2/65 2974
/proc/meminfo: memFree=1219816/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=445588 CPUtime=342.12
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 114899 0 0 0 34016 196 0 0 25 0 1 0 755247799 456282112 109706 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 111397 109706 258 541 0 110847 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 445588

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.31 2/65 2974
/proc/meminfo: memFree=1217064/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=450808 CPUtime=402.08
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 115582 0 0 0 40002 206 0 0 25 0 1 0 755247799 461627392 110389 1992294400 4194304 6412682 548682068864 18446744073709551615 5483273 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 112702 110389 258 541 0 112152 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 450808

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.28 2/65 2974
/proc/meminfo: memFree=1207080/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=462788 CPUtime=462.07
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 118083 0 0 0 45989 218 0 0 25 0 1 0 755247799 473894912 112890 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 115697 112890 258 541 0 115147 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 462788

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.26 2/65 2974
/proc/meminfo: memFree=1199528/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=470088 CPUtime=522.03
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 119977 0 0 0 51975 228 0 0 25 0 1 0 755247799 481370112 114784 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 117522 114784 258 541 0 116972 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 470088

[startup+582.301 s]
/proc/loadavg: 1.00 1.10 1.25 2/65 2974
/proc/meminfo: memFree=1195624/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=473096 CPUtime=582
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 120944 0 0 0 57961 239 0 0 25 0 1 0 755247799 484450304 115751 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 118274 115751 258 541 0 117724 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 473096

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.23 2/65 2974
/proc/meminfo: memFree=1193448/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=476592 CPUtime=641.98
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 121491 0 0 0 63947 251 0 0 25 0 1 0 755247799 488030208 116298 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 119148 116298 258 541 0 118598 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 476592

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.21 2/65 2974
/proc/meminfo: memFree=1183784/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=487788 CPUtime=701.94
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 123882 0 0 0 69935 259 0 0 25 0 1 0 755247799 499494912 118689 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 121947 118689 258 541 0 121397 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 487788

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.19 2/65 2974
/proc/meminfo: memFree=1172136/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=499312 CPUtime=761.89
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 126769 0 0 0 75920 269 0 0 25 0 1 0 755247799 511295488 121576 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 124828 121576 258 541 0 124278 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 499312

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.18 2/65 2974
/proc/meminfo: memFree=1169576/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=503212 CPUtime=821.86
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 127402 0 0 0 81907 279 0 0 25 0 1 0 755247799 515289088 122209 1992294400 4194304 6412682 548682068864 18446744073709551615 4287605 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 125803 122209 258 541 0 125253 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 503212

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.17 2/65 2974
/proc/meminfo: memFree=1160936/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=512376 CPUtime=881.84
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 129554 0 0 0 87894 290 0 0 25 0 1 0 755247799 524673024 124361 1992294400 4194304 6412682 548682068864 18446744073709551615 4360922 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 128094 124361 258 541 0 127544 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 512376

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.15 2/65 2974
/proc/meminfo: memFree=1160360/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=512892 CPUtime=941.8
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 129699 0 0 0 93881 299 0 0 25 0 1 0 755247799 525201408 124506 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 128223 124506 258 541 0 127673 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 512892

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 2974
/proc/meminfo: memFree=1154408/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=521532 CPUtime=1001.78
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 131175 0 0 0 99869 309 0 0 25 0 1 0 755247799 534048768 125982 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 130383 125982 258 541 0 129833 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 521532

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/65 2974
/proc/meminfo: memFree=1152872/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=523268 CPUtime=1061.75
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 131590 0 0 0 105864 311 0 0 25 0 1 0 755247799 535826432 126397 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 130817 126397 258 541 0 130267 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 523268

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 2974
/proc/meminfo: memFree=1145704/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=530980 CPUtime=1121.72
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 133380 0 0 0 111857 315 0 0 25 0 1 0 755247799 543723520 128187 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 132745 128187 258 541 0 132195 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 530980

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 2974
/proc/meminfo: memFree=1138536/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=538656 CPUtime=1181.7
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 135187 0 0 0 117852 318 0 0 25 0 1 0 755247799 551583744 129994 1992294400 4194304 6412682 548682068864 18446744073709551615 4287612 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 134664 129994 258 541 0 134114 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 538656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 2974
/proc/meminfo: memFree=1135912/2055920 swapFree=4179868/4192956
[pid=2973] ppid=2971 vsize=541284 CPUtime=1200
/proc/2973/stat : 2973 (kw) R 2971 2973 2936 0 -1 0 135820 0 0 0 119681 319 0 0 25 0 1 0 755247799 554274816 130627 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 0 0 0
/proc/2973/statm: 135321 130627 258 541 0 134771 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 541284

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)
Real time (s): 1200.69
CPU time (s): 1200.09
CPU user time (s): 1196.81
CPU system time (s): 3.2755
CPU usage (%): 99.95
Max. virtual memory (cumulated for all children) (KiB): 541284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.81
system time used= 3.2755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135820
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= 2
involuntary context switches= 3061

runsolver used 1.25581 second user time and 3.12052 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-03 20:32:34
IDJOB=1563236
IDBENCH=70950
IDSOLVER=501
FILE ID=node49/1563236-1238783552
PBS_JOBID= 9085613
Free space on /tmp= 66516 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r2-noholes.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563236-1238783552/watcher-1563236-1238783552 -o /tmp/evaluation-result-1563236-1238783552/solver-1563236-1238783552 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1563236-1238783552.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=1455985376

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

/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.214
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	: 5931.00
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.214
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:       1680712 kB
Buffers:         70496 kB
Cached:         203032 kB
SwapCached:       6360 kB
Active:         130472 kB
Inactive:       151852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680712 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:           34748 kB
Writeback:           0 kB
Mapped:          14532 kB
Slab:            78640 kB
Committed_AS:  2229588 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node49 at 2009-04-03 20:52:36