Trace number 1728363

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.18 1200.52

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
Bench CategoryCRAFTED (crafted 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 variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

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-1728363-1240736018/watcher-1728363-1240736018 -o /tmp/evaluation-result-1728363-1240736018/solver-1728363-1240736018 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1728363-1240736018.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.00 1.00 1.08 2/67 9494
/proc/meminfo: memFree=1526944/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=8588 CPUtime=0
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 1076 0 0 0 0 0 0 0 18 0 1 0 101628830 8794112 1061 1992294400 4194304 6412682 548682068864 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 2147 1068 192 541 0 1597 0

[startup+0.0424531 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 9494
/proc/meminfo: memFree=1526944/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=30156 CPUtime=0.03
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 5893 0 0 0 1 2 0 0 18 0 1 0 101628830 30879744 5877 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 7539 5881 208 541 0 6989 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30156

[startup+0.101457 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 9494
/proc/meminfo: memFree=1526944/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=62920 CPUtime=0.09
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 13903 0 0 0 4 5 0 0 18 0 1 0 101628830 64430080 13887 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 15730 13894 209 541 0 15180 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62920

[startup+0.301474 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 9494
/proc/meminfo: memFree=1526944/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=144784 CPUtime=0.29
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 27987 0 0 0 18 11 0 0 19 0 1 0 101628830 148258816 27971 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 36196 27971 219 541 0 35646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 144784

[startup+0.70151 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 9494
/proc/meminfo: memFree=1526944/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=148876 CPUtime=0.69
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 29167 0 0 0 58 11 0 0 22 0 1 0 101628830 152449024 29151 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 37219 29151 221 541 0 36669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148876

[startup+1.50158 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9495
/proc/meminfo: memFree=1407384/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=157852 CPUtime=1.49
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 31652 0 0 0 137 12 0 0 25 0 1 0 101628830 161640448 31636 1992294400 4194304 6412682 548682068864 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 39463 31636 221 541 0 38913 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157852

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9495
/proc/meminfo: memFree=1392920/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=176860 CPUtime=3.09
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 36950 0 0 0 294 15 0 0 25 0 1 0 101628830 181104640 36934 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 44215 36934 221 541 0 43665 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 176860

[startup+6.30201 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9495
/proc/meminfo: memFree=1349912/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=218248 CPUtime=6.29
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 49745 0 0 0 607 22 0 0 25 0 1 0 101628830 223485952 48192 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 54562 48192 221 541 0 54012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 218248

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9495
/proc/meminfo: memFree=1261400/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=316616 CPUtime=12.69
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 76292 0 0 0 1235 34 0 0 25 0 1 0 101628830 324214784 74739 1992294400 4194304 6412682 548682068864 18446744073709551615 4285052 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 79154 74739 221 541 0 78604 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 316616

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9495
/proc/meminfo: memFree=1173592/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=364688 CPUtime=25.48
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 93013 0 0 0 2505 43 0 0 25 0 1 0 101628830 373440512 88387 1992294400 4194304 6412682 548682068864 18446744073709551615 4302255 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 91172 88387 230 541 0 90622 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 364688

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9495
/proc/meminfo: memFree=1081432/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=450380 CPUtime=51.07
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 114382 0 0 0 5023 84 0 0 25 0 1 0 101628830 461189120 109756 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 112595 109756 255 541 0 112045 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 450380

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9495
/proc/meminfo: memFree=1081304/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=450380 CPUtime=102.26
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 114429 0 0 0 10135 91 0 0 25 0 1 0 101628830 461189120 109803 1992294400 4194304 6412682 548682068864 18446744073709551615 4285722 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 112595 109803 258 541 0 112045 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 450380

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 9495
/proc/meminfo: memFree=1078616/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=452592 CPUtime=162.24
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 115168 0 0 0 16125 99 0 0 25 0 1 0 101628830 463454208 110542 1992294400 4194304 6412682 548682068864 18446744073709551615 4286890 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 113148 110542 258 541 0 112598 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 452592

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 9495
/proc/meminfo: memFree=1046040/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=484756 CPUtime=222.22
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 123233 0 0 0 22111 111 0 0 25 0 1 0 101628830 496390144 118607 1992294400 4194304 6412682 548682068864 18446744073709551615 4424945 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 121189 118607 258 541 0 120639 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 484756

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 9495
/proc/meminfo: memFree=1014424/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=516632 CPUtime=282.21
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 131209 0 0 0 28095 126 0 0 25 0 1 0 101628830 529031168 126583 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 129158 126583 258 541 0 128608 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 516632

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 9495
/proc/meminfo: memFree=982744/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=547880 CPUtime=342.19
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 139051 0 0 0 34080 139 0 0 25 0 1 0 101628830 561029120 134425 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 136970 134425 258 541 0 136420 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 547880

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 9495
/proc/meminfo: memFree=951448/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=579160 CPUtime=402.17
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 146876 0 0 0 40067 150 0 0 25 0 1 0 101628830 593059840 142250 1992294400 4194304 6412682 548682068864 18446744073709551615 5508555 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 144790 142250 258 541 0 144240 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 579160

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 9501
/proc/meminfo: memFree=918680/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=612080 CPUtime=462.16
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 155041 0 0 0 46051 165 0 0 25 0 1 0 101628830 626769920 150415 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 153020 150415 258 541 0 152470 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 612080

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 9501
/proc/meminfo: memFree=891416/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=639600 CPUtime=522.14
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 161892 0 0 0 52038 176 0 0 25 0 1 0 101628830 654950400 157266 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 159900 157266 258 541 0 159350 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 639600

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 9501
/proc/meminfo: memFree=866328/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=664536 CPUtime=582.12
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 168111 0 0 0 58028 184 0 0 25 0 1 0 101628830 680484864 163485 1992294400 4194304 6412682 548682068864 18446744073709551615 4285840 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 166134 163485 258 541 0 165584 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 664536

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 9501
/proc/meminfo: memFree=838552/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=692168 CPUtime=642.11
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 174966 0 0 0 64018 193 0 0 25 0 1 0 101628830 708780032 170340 1992294400 4194304 6412682 548682068864 18446744073709551615 4419006 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 173042 170340 258 541 0 172492 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 692168

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 9501
/proc/meminfo: memFree=838552/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=692168 CPUtime=702.09
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 174972 0 0 0 70010 199 0 0 25 0 1 0 101628830 708780032 170346 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 173042 170346 258 541 0 172492 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 692168

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.01 2/68 9501
/proc/meminfo: memFree=838488/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=692168 CPUtime=762.07
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 174984 0 0 0 76001 206 0 0 25 0 1 0 101628830 708780032 170358 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 173042 170358 258 541 0 172492 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 692168

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9501
/proc/meminfo: memFree=838488/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=692168 CPUtime=822.05
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 174999 0 0 0 81994 211 0 0 25 0 1 0 101628830 708780032 170373 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 173042 170373 258 541 0 172492 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 692168

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9501
/proc/meminfo: memFree=832856/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=697664 CPUtime=882.04
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 176384 0 0 0 87989 215 0 0 25 0 1 0 101628830 714407936 171758 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 174416 171758 258 541 0 173866 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 697664

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9501
/proc/meminfo: memFree=813592/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=717256 CPUtime=942.03
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 181267 0 0 0 93977 226 0 0 25 0 1 0 101628830 734470144 176641 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 179314 176641 258 541 0 178764 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 717256

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9501
/proc/meminfo: memFree=788696/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=742164 CPUtime=1002.01
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 187406 0 0 0 99965 236 0 0 25 0 1 0 101628830 759975936 182780 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 185541 182780 258 541 0 184991 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 742164

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9501
/proc/meminfo: memFree=788632/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=742164 CPUtime=1061.99
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 187419 0 0 0 105958 241 0 0 25 0 1 0 101628830 759975936 182793 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 185541 182793 258 541 0 184991 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 742164

[startup+1122.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/68 9501
/proc/meminfo: memFree=788632/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=742164 CPUtime=1121.98
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 187424 0 0 0 111952 246 0 0 25 0 1 0 101628830 759975936 182798 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 185541 182798 258 541 0 184991 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 742164

[startup+1182.3 s]
/proc/loadavg: 1.17 1.05 1.01 2/68 9501
/proc/meminfo: memFree=788568/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=742164 CPUtime=1181.96
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 187431 0 0 0 117946 250 0 0 25 0 1 0 101628830 759975936 182805 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 185541 182805 258 541 0 184991 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 742164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.12 1.05 1.01 2/68 9501
/proc/meminfo: memFree=788568/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=742164 CPUtime=1200.06
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 0 187433 0 0 0 119754 252 0 0 25 0 1 0 101628830 759975936 182807 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 185541 182807 258 541 0 184991 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 742164

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

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

[startup+1200.51 s]
/proc/loadavg: 1.12 1.05 1.01 2/68 9501
/proc/meminfo: memFree=788568/2055920 swapFree=4192812/4192956
[pid=9494] ppid=9492 vsize=0 CPUtime=1200.16
/proc/9494/stat : 9494 (kw) R 9492 9494 9427 0 -1 1028 187433 0 0 0 119754 262 0 0 25 0 1 0 101628830 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/9494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.18
CPU user time (s): 1197.55
CPU system time (s): 2.6386
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 742164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.54
system time used= 2.6386
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187433
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= 3
involuntary context switches= 1944

runsolver used 1.15982 second user time and 3.21851 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-26 10:53:47
IDJOB=1728363
IDBENCH=24669
IDSOLVER=501
FILE ID=node68/1728363-1240736018
PBS_JOBID= 9187007
Free space on /tmp= 66508 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728363-1240736018/watcher-1728363-1240736018 -o /tmp/evaluation-result-1728363-1240736018/solver-1728363-1240736018 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1728363-1240736018.cnf

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

MD5SUM BENCH= f935103d71f7bb9e8d8051793d20ec02
RANDOM SEED=136456449

node68.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.223
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.223
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:       1527360 kB
Buffers:         51036 kB
Cached:         385176 kB
SwapCached:        144 kB
Active:         201132 kB
Inactive:       251580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           54616 kB
Writeback:           0 kB
Mapped:          26392 kB
Slab:            61416 kB
Committed_AS:   294652 kB
PageTables:       1560 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= 66496 MiB
End job on node68 at 2009-04-26 11:13:49