Trace number 1563704

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.15 1200.83

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications 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 variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

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-1563704-1238788979/watcher-1563704-1238788979 -o /tmp/evaluation-result-1563704-1238788979/solver-1563704-1238788979 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1563704-1238788979.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.01 1.00 1.00 3/71 5341
/proc/meminfo: memFree=1887736/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=8588 CPUtime=0
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 1211 0 0 0 0 0 0 0 18 0 1 0 1151561363 8794112 1195 1992294400 4194304 6412682 548682068832 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 2147 1203 192 541 0 1597 0

[startup+0.0444981 s]
/proc/loadavg: 1.01 1.00 1.00 3/71 5341
/proc/meminfo: memFree=1887736/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=49512 CPUtime=0.03
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 7201 0 0 0 1 2 0 0 18 0 1 0 1151561363 50700288 7186 1992294400 4194304 6412682 548682068832 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 12378 7191 208 541 0 11828 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 49512

[startup+0.101509 s]
/proc/loadavg: 1.01 1.00 1.00 3/71 5341
/proc/meminfo: memFree=1887736/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=68916 CPUtime=0.09
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 13680 0 0 0 4 5 0 0 18 0 1 0 1151561363 70569984 13665 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 17229 13669 208 541 0 16679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68916

[startup+0.301546 s]
/proc/loadavg: 1.01 1.00 1.00 3/71 5341
/proc/meminfo: memFree=1887736/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=187860 CPUtime=0.29
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 43499 0 0 0 12 17 0 0 20 0 1 0 1151561363 192368640 43483 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 46998 43490 209 541 0 46448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 187860

[startup+0.701622 s]
/proc/loadavg: 1.01 1.00 1.00 3/71 5341
/proc/meminfo: memFree=1887736/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=320920 CPUtime=0.69
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 71885 0 0 0 41 28 0 0 24 0 1 0 1151561363 328622080 71869 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 80230 71869 221 541 0 79680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 320920

[startup+1.50177 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1595824/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=333856 CPUtime=1.49
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 75457 0 0 0 119 30 0 0 25 0 1 0 1151561363 341868544 75441 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 83464 75441 221 541 0 82914 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 333856

[startup+3.10208 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1577008/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=359068 CPUtime=3.09
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 82458 0 0 0 276 33 0 0 25 0 1 0 1151561363 367685632 82442 1992294400 4194304 6412682 548682068832 18446744073709551615 5277653 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 89767 82443 221 541 0 89217 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 359068

[startup+6.30169 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1518896/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=398100 CPUtime=6.29
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 94783 0 0 0 589 40 0 0 25 0 1 0 1151561363 407654400 93230 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 99525 93230 221 541 0 98975 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 398100

[startup+12.7019 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1423480/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=473240 CPUtime=12.69
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 118666 0 0 0 1216 53 0 0 25 0 1 0 1151561363 484597760 114040 1992294400 4194304 6412682 548682068832 18446744073709551615 4297085 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 118310 114040 223 541 0 117760 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 473240

[startup+25.5014 s]
/proc/loadavg: 1.08 1.02 1.01 2/72 5342
/proc/meminfo: memFree=1143928/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=748840 CPUtime=25.46
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 184702 0 0 0 2355 191 0 0 25 0 1 0 1151561363 766812160 180076 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 187210 180076 248 541 0 186660 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 748840

[startup+51.1013 s]
/proc/loadavg: 1.06 1.02 1.00 2/72 5342
/proc/meminfo: memFree=1103288/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=773992 CPUtime=51.03
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 191175 0 0 0 4904 199 0 0 25 0 1 0 1151561363 792567808 186549 1992294400 4194304 6412682 548682068832 18446744073709551615 4564625 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 193498 186549 248 541 0 192948 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 773992

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/72 5342
/proc/meminfo: memFree=1094456/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=102.21
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 196852 0 0 0 10004 217 0 0 25 0 1 0 1151561363 796442624 188329 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 188329 258 541 0 193894 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 777776

[startup+162.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/72 5342
/proc/meminfo: memFree=1087672/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=162.18
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 198568 0 0 0 15979 239 0 0 25 0 1 0 1151561363 796442624 190045 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 190045 258 541 0 193894 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 777776

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1085568/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=222.15
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 199069 0 0 0 21963 252 0 0 25 0 1 0 1151561363 796442624 190546 1992294400 4194304 6412682 548682068832 18446744073709551615 4550305 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 190546 258 541 0 193894 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 777776

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1084672/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=282.12
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 199306 0 0 0 27950 262 0 0 25 0 1 0 1151561363 796442624 190783 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 190783 258 541 0 193894 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 777776

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1083456/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=342.09
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 199607 0 0 0 33938 271 0 0 25 0 1 0 1151561363 796442624 191084 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 191084 258 541 0 193894 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 777776

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1082752/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=402.05
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 199803 0 0 0 39923 282 0 0 25 0 1 0 1151561363 796442624 191280 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 191280 258 541 0 193894 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 777776

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1081856/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=462.03
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 200024 0 0 0 45908 295 0 0 25 0 1 0 1151561363 796442624 191501 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 191501 258 541 0 193894 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 777776

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1081280/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=521.99
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 200147 0 0 0 51896 303 0 0 25 0 1 0 1151561363 796442624 191624 1992294400 4194304 6412682 548682068832 18446744073709551615 4287607 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 191624 258 541 0 193894 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 777776

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1080640/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=581.96
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 200290 0 0 0 57885 311 0 0 25 0 1 0 1151561363 796442624 191767 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 191767 258 541 0 193894 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 777776

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1080448/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=641.93
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 200335 0 0 0 63878 315 0 0 25 0 1 0 1151561363 796442624 191812 1992294400 4194304 6412682 548682068832 18446744073709551615 4550305 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 191812 258 541 0 193894 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 777776

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1080064/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=777776 CPUtime=701.9
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 200383 0 0 0 69863 327 0 0 25 0 1 0 1151561363 796442624 191860 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 194444 191860 258 541 0 193894 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 777776

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1064256/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=792888 CPUtime=761.86
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 204342 0 0 0 75848 338 0 0 25 0 1 0 1151561363 811917312 195819 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 198222 195819 258 541 0 197672 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 792888

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1064128/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=792888 CPUtime=821.83
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 204364 0 0 0 81836 347 0 0 25 0 1 0 1151561363 811917312 195841 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 198222 195841 258 541 0 197672 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 792888

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1063808/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=792888 CPUtime=881.79
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 204451 0 0 0 87823 356 0 0 25 0 1 0 1151561363 811917312 195928 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 198222 195928 258 541 0 197672 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 792888

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1057856/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=798496 CPUtime=941.75
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 205942 0 0 0 93810 365 0 0 25 0 1 0 1151561363 817659904 197419 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 199624 197419 258 541 0 199074 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 798496

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1057216/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=799264 CPUtime=1001.73
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 206089 0 0 0 99798 375 0 0 25 0 1 0 1151561363 818446336 197566 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 199816 197566 258 541 0 199266 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 799264

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1056000/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=801344 CPUtime=1061.7
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 206395 0 0 0 105792 378 0 0 25 0 1 0 1151561363 820576256 197872 1992294400 4194304 6412682 548682068832 18446744073709551615 4286788 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 200336 197872 258 541 0 199786 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 801344

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1054272/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=803624 CPUtime=1121.66
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 206818 0 0 0 111786 380 0 0 25 0 1 0 1151561363 822910976 198295 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 200906 198295 258 541 0 200356 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 803624

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1033280/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=824544 CPUtime=1181.63
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 212058 0 0 0 117772 391 0 0 25 0 1 0 1151561363 844333056 203535 1992294400 4194304 6412682 548682068832 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 206136 203535 258 541 0 205586 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 824544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1033024/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=824544 CPUtime=1200.02
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 0 212105 0 0 0 119609 393 0 0 25 0 1 0 1151561363 844333056 203582 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 206136 203582 258 541 0 205586 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 824544

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

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

[startup+1200.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 5342
/proc/meminfo: memFree=1033024/2055920 swapFree=4170316/4192956
[pid=5341] ppid=5339 vsize=0 CPUtime=1200.12
/proc/5341/stat : 5341 (kw) R 5339 5341 5017 0 -1 1028 212105 0 0 0 119609 403 0 0 25 0 1 0 1151561363 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/5341/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.83
CPU time (s): 1200.15
CPU user time (s): 1196.09
CPU system time (s): 4.06138
CPU usage (%): 99.9437
Max. virtual memory (cumulated for all children) (KiB): 824544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.09
system time used= 4.06138
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212105
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= 4
involuntary context switches= 4167

runsolver used 1.01585 second user time and 3.39048 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-03 22:03:03
IDJOB=1563704
IDBENCH=70959
IDSOLVER=501
FILE ID=node38/1563704-1238788979
PBS_JOBID= 9085609
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED=1611376630

node38.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.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	: 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.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:       1888216 kB
Buffers:          2972 kB
Cached:          98012 kB
SwapCached:      11352 kB
Active:          76156 kB
Inactive:        37624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888216 kB
SwapTotal:     4192956 kB
SwapFree:      4170316 kB
Dirty:           63876 kB
Writeback:           0 kB
Mapped:          18060 kB
Slab:            39120 kB
Committed_AS:  3447188 kB
PageTables:       1988 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= 66380 MiB
End job on node38 at 2009-04-03 22:23:05