Trace number 1723766

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.1 1200.48

General information on the benchmark

Namevelev-vliw-uns-4.0-9C1.cnf
MD5SUM0c9a15d0f561e9d1bb438b04ae3c31af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark324.148
Satisfiable
(Un)Satisfiability was proved
Number of variables96177
Number of clauses1814189
Sum of the clauses size5280501
Maximum clause length2216
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21178665
Number of clauses of size 3560157
Number of clauses of size 45491
Number of clauses of size 54739
Number of clauses of size over 565136

Solver Data

0.00/0.02	c kw (KillerWhale) version 0.6
0.00/0.02	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.02	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-1723766-1240688492/watcher-1723766-1240688492 -o /tmp/evaluation-result-1723766-1240688492/solver-1723766-1240688492 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1723766-1240688492.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.72 1.17 1.17 2/64 12575
/proc/meminfo: memFree=1697764/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=18576 CPUtime=0
/proc/12575/stat : 12575 (runsolver) R 12573 12575 12050 0 -1 4194368 14 0 0 0 0 0 0 0 21 0 1 0 96879900 19021824 292 1992294400 4194304 4302564 548682068480 18446744073709551615 256362183370 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12575/statm: 4644 292 257 26 0 2626 0

[startup+0.0376109 s]
/proc/loadavg: 1.72 1.17 1.17 2/64 12575
/proc/meminfo: memFree=1697764/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=12160 CPUtime=0.03
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 2503 0 0 0 1 2 0 0 23 0 1 0 96879900 12451840 2487 1992294400 4194304 6412682 548682068832 18446744073709551615 4272166 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 3040 2493 201 541 0 2490 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12160

[startup+0.101608 s]
/proc/loadavg: 1.72 1.17 1.17 2/64 12575
/proc/meminfo: memFree=1697764/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=51248 CPUtime=0.09
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 12056 0 0 0 3 6 0 0 23 0 1 0 96879900 52477952 12040 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 12845 12047 208 541 0 12295 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51248

[startup+0.301629 s]
/proc/loadavg: 1.72 1.17 1.17 2/64 12575
/proc/meminfo: memFree=1697764/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=81716 CPUtime=0.28
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 15495 0 0 0 21 7 0 0 25 0 1 0 96879900 83677184 15479 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 20429 15479 219 541 0 19879 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 81716

[startup+0.70167 s]
/proc/loadavg: 1.72 1.17 1.17 2/64 12575
/proc/meminfo: memFree=1697764/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=88260 CPUtime=0.69
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 17308 0 0 0 61 8 0 0 25 0 1 0 96879900 90378240 17292 1992294400 4194304 6412682 548682068832 18446744073709551615 5508555 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 22065 17292 219 541 0 21515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88260

[startup+1.50175 s]
/proc/loadavg: 1.72 1.17 1.17 2/65 12576
/proc/meminfo: memFree=1623836/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=101272 CPUtime=1.48
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 20884 0 0 0 138 10 0 0 25 0 1 0 96879900 103702528 20868 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 25318 20868 219 541 0 24768 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 101272

[startup+3.10292 s]
/proc/loadavg: 1.74 1.19 1.18 2/65 12576
/proc/meminfo: memFree=1605020/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=122260 CPUtime=3.08
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 26636 0 0 0 294 14 0 0 25 0 1 0 96879900 125194240 26620 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 30565 26620 219 541 0 30015 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 122260

[startup+6.30125 s]
/proc/loadavg: 1.74 1.19 1.18 2/65 12576
/proc/meminfo: memFree=1550300/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=174436 CPUtime=6.28
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 42251 0 0 0 608 20 0 0 25 0 1 0 96879900 178622464 40698 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 43609 40698 220 541 0 43059 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 174436

[startup+12.7019 s]
/proc/loadavg: 1.84 1.22 1.19 2/65 12576
/proc/meminfo: memFree=1390108/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=330696 CPUtime=12.68
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 78329 0 0 0 1231 37 0 0 25 0 1 0 96879900 338632704 76776 1992294400 4194304 6412682 548682068832 18446744073709551615 4564952 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 82674 76776 239 541 0 82124 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 330696

[startup+25.5012 s]
/proc/loadavg: 1.88 1.25 1.20 2/65 12576
/proc/meminfo: memFree=1379356/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=337496 CPUtime=25.47
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 80303 0 0 0 2501 46 0 0 25 0 1 0 96879900 345595904 78750 1992294400 4194304 6412682 548682068832 18446744073709551615 4508731 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 84374 78750 248 541 0 83824 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 337496

[startup+51.1019 s]
/proc/loadavg: 2.14 1.36 1.24 2/65 12576
/proc/meminfo: memFree=1316700/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=401932 CPUtime=51.05
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 95880 0 0 0 5053 52 0 0 25 0 1 0 96879900 411578368 94327 1992294400 4194304 6412682 548682068832 18446744073709551615 4564558 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 100483 94327 248 541 0 99933 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 401932

[startup+102.301 s]
/proc/loadavg: 2.01 1.46 1.27 2/65 12576
/proc/meminfo: memFree=1313564/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=405232 CPUtime=102.23
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 96984 0 0 0 10130 93 0 0 25 0 1 0 96879900 414957568 95431 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 101308 95431 258 541 0 100758 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 405232

[startup+162.301 s]
/proc/loadavg: 1.37 1.37 1.26 2/65 12576
/proc/meminfo: memFree=1313052/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=405712 CPUtime=162.21
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 97153 0 0 0 16088 133 0 0 25 0 1 0 96879900 415449088 95600 1992294400 4194304 6412682 548682068832 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 101428 95600 258 541 0 100878 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 405712

[startup+222.301 s]
/proc/loadavg: 1.12 1.29 1.24 2/65 12576
/proc/meminfo: memFree=1312220/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=405712 CPUtime=222.21
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 97349 0 0 0 22045 176 0 0 25 0 1 0 96879900 415449088 95796 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 101428 95796 258 541 0 100878 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 405712

[startup+282.302 s]
/proc/loadavg: 1.05 1.24 1.22 2/65 12576
/proc/meminfo: memFree=1312028/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=405712 CPUtime=282.19
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 97380 0 0 0 28039 180 0 0 25 0 1 0 96879900 415449088 95827 1992294400 4194304 6412682 548682068832 18446744073709551615 4302255 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 101428 95827 258 541 0 100878 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 405712

[startup+342.306 s]
/proc/loadavg: 1.01 1.19 1.20 2/65 12576
/proc/meminfo: memFree=1309532/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=405712 CPUtime=342.17
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 97999 0 0 0 34001 216 0 0 25 0 1 0 96879900 415449088 96446 1992294400 4194304 6412682 548682068832 18446744073709551615 4287118 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 101428 96446 258 541 0 100878 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 405712

[startup+402.302 s]
/proc/loadavg: 1.00 1.16 1.19 2/65 12576
/proc/meminfo: memFree=1308892/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=405712 CPUtime=402.15
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 98168 0 0 0 39980 235 0 0 25 0 1 0 96879900 415449088 96615 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 101428 96615 258 541 0 100878 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 405712

[startup+462.301 s]
/proc/loadavg: 1.00 1.12 1.17 2/65 12576
/proc/meminfo: memFree=1307740/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=405712 CPUtime=462.13
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 98446 0 0 0 45958 255 0 0 25 0 1 0 96879900 415449088 96893 1992294400 4194304 6412682 548682068832 18446744073709551615 4261022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 101428 96893 258 541 0 100878 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 405712

[startup+522.301 s]
/proc/loadavg: 1.00 1.10 1.16 2/65 12576
/proc/meminfo: memFree=1307676/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=405712 CPUtime=522.12
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 98456 0 0 0 51940 272 0 0 25 0 1 0 96879900 415449088 96903 1992294400 4194304 6412682 548682068832 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 101428 96903 258 541 0 100878 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 405712

[startup+582.301 s]
/proc/loadavg: 1.00 1.08 1.15 2/65 12576
/proc/meminfo: memFree=1299292/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=414136 CPUtime=582.1
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 100543 0 0 0 57885 325 0 0 25 0 1 0 96879900 424075264 98990 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 103534 98990 258 541 0 102984 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 414136

[startup+642.302 s]
/proc/loadavg: 1.00 1.06 1.14 2/65 12576
/proc/meminfo: memFree=1296924/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=416408 CPUtime=642.08
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 101117 0 0 0 63881 327 0 0 25 0 1 0 96879900 426401792 99564 1992294400 4194304 6412682 548682068832 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 104102 99564 258 541 0 103552 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 416408

[startup+702.302 s]
/proc/loadavg: 1.00 1.05 1.13 2/65 12576
/proc/meminfo: memFree=1278172/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=436796 CPUtime=702.07
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 105798 0 0 0 69856 351 0 0 25 0 1 0 96879900 447279104 104245 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 109199 104245 258 541 0 108649 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 436796

[startup+762.302 s]
/proc/loadavg: 1.00 1.04 1.11 2/65 12576
/proc/meminfo: memFree=1271324/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=446984 CPUtime=762.05
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 107675 0 0 0 75815 390 0 0 25 0 1 0 96879900 457711616 106122 1992294400 4194304 6412682 548682068832 18446744073709551615 4417170 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 111746 106122 258 541 0 111196 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 446984

[startup+822.301 s]
/proc/loadavg: 1.00 1.03 1.10 2/65 12576
/proc/meminfo: memFree=1259100/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=461032 CPUtime=822.03
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 110536 0 0 0 81794 409 0 0 25 0 1 0 96879900 472096768 108983 1992294400 4194304 6412682 548682068832 18446744073709551615 4574763 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 115258 108983 258 541 0 114708 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 461032

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.09 2/65 12576
/proc/meminfo: memFree=1255004/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=464868 CPUtime=882.02
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 111554 0 0 0 87785 417 0 0 25 0 1 0 96879900 476024832 110001 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 116217 110001 258 541 0 115667 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 464868

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.08 2/65 12576
/proc/meminfo: memFree=1245212/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=474568 CPUtime=942
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 113978 0 0 0 93745 455 0 0 25 0 1 0 96879900 485957632 112425 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 118642 112425 258 541 0 118092 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 474568

[startup+1002.31 s]
/proc/loadavg: 1.00 1.01 1.08 2/65 12576
/proc/meminfo: memFree=1229852/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=489504 CPUtime=1001.99
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 117823 0 0 0 99714 485 0 0 25 0 1 0 96879900 501252096 116270 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 122376 116270 258 541 0 121826 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 489504

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 12576
/proc/meminfo: memFree=1213532/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=505520 CPUtime=1061.97
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 121874 0 0 0 105678 519 0 0 25 0 1 0 96879900 517652480 120321 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 126380 120321 258 541 0 125830 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 505520

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 12576
/proc/meminfo: memFree=1212124/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=506892 CPUtime=1121.95
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 122217 0 0 0 111661 534 0 0 25 0 1 0 96879900 519057408 120664 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 126723 120664 258 541 0 126173 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 506892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 12582
/proc/meminfo: memFree=1209756/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=509148 CPUtime=1181.93
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 122781 0 0 0 117625 568 0 0 25 0 1 0 96879900 521367552 121228 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 127287 121228 258 541 0 126737 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 509148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 12582
/proc/meminfo: memFree=1205980/2055920 swapFree=4192952/4192956
[pid=12575] ppid=12573 vsize=512928 CPUtime=1200.02
/proc/12575/stat : 12575 (kw) R 12573 12575 12050 0 -1 0 123730 0 0 0 119402 600 0 0 25 0 1 0 96879900 525238272 122177 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12575/statm: 128232 122177 258 541 0 127682 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 512928

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.48
CPU time (s): 1200.1
CPU user time (s): 1194.02
CPU system time (s): 6.08008
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 512928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1194.02
system time used= 6.08007
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123730
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= 1
involuntary context switches= 1794

runsolver used 1.11283 second user time and 3.00254 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-25 21:41:35
IDJOB=1723766
IDBENCH=71736
IDSOLVER=501
FILE ID=node90/1723766-1240688492
PBS_JOBID= 9186682
Free space on /tmp= 66488 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT_RACE06/velev-vliw-uns-4.0-9C1.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723766-1240688492/watcher-1723766-1240688492 -o /tmp/evaluation-result-1723766-1240688492/solver-1723766-1240688492 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1723766-1240688492.cnf

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

MD5SUM BENCH= 0c9a15d0f561e9d1bb438b04ae3c31af
RANDOM SEED=1681951133

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1698180 kB
Buffers:         31068 kB
Cached:         240384 kB
SwapCached:          4 kB
Active:          96932 kB
Inactive:       191764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698180 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           38088 kB
Writeback:           0 kB
Mapped:          23976 kB
Slab:            55084 kB
Committed_AS:   238764 kB
PageTables:       1428 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= 66484 MiB
End job on node90 at 2009-04-25 22:01:51