Trace number 1727886

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.07 1200.43

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
MD5SUM42a7abc6638576e7c05fba1c9e36829b
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 variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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-1727886-1240730165/watcher-1727886-1240730165 -o /tmp/evaluation-result-1727886-1240730165/solver-1727886-1240730165 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1727886-1240730165.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.10 3/64 21130
/proc/meminfo: memFree=1774160/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=4420 CPUtime=0
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 698 0 0 0 0 0 0 0 18 0 1 0 101049414 4526080 682 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 1105 682 219 541 0 555 0

[startup+0.014675 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 21130
/proc/meminfo: memFree=1774160/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=4420 CPUtime=0.01
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 719 0 0 0 1 0 0 0 18 0 1 0 101049414 4526080 703 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 1105 704 221 541 0 555 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4420

[startup+0.101687 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 21130
/proc/meminfo: memFree=1774160/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=5344 CPUtime=0.09
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 945 0 0 0 9 0 0 0 18 0 1 0 101049414 5472256 929 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 1336 929 221 541 0 786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5344

[startup+0.301715 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 21130
/proc/meminfo: memFree=1774160/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=8892 CPUtime=0.29
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 1840 0 0 0 29 0 0 0 19 0 1 0 101049414 9105408 1824 1992294400 4194304 6412682 548682068832 18446744073709551615 4522305 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 2223 1824 239 541 0 1673 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8892

[startup+0.701771 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 21130
/proc/meminfo: memFree=1774160/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=9672 CPUtime=0.69
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 2102 0 0 0 69 0 0 0 23 0 1 0 101049414 9904128 2083 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 2418 2083 254 541 0 1868 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9672

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 21131
/proc/meminfo: memFree=1766792/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=9980 CPUtime=1.49
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 2166 0 0 0 148 1 0 0 25 0 1 0 101049414 10219520 2147 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 2495 2147 254 541 0 1945 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9980

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 21131
/proc/meminfo: memFree=1765064/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=12576 CPUtime=3.09
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 2795 0 0 0 306 3 0 0 25 0 1 0 101049414 12877824 2737 1992294400 4194304 6412682 548682068832 18446744073709551615 4780128 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 3144 2737 254 541 0 2594 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12576

[startup+6.30157 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 21131
/proc/meminfo: memFree=1762632/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=14768 CPUtime=6.29
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 3360 0 0 0 625 4 0 0 25 0 1 0 101049414 15122432 3257 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 3692 3257 257 541 0 3142 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14768

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 21131
/proc/meminfo: memFree=1759048/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=18280 CPUtime=12.69
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 4367 0 0 0 1261 8 0 0 25 0 1 0 101049414 18718720 4083 1992294400 4194304 6412682 548682068832 18446744073709551615 4425136 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 4570 4083 257 541 0 4020 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18280

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 21131
/proc/meminfo: memFree=1753992/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=23900 CPUtime=25.48
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 5678 0 0 0 2535 13 0 0 25 0 1 0 101049414 24473600 5224 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 5975 5224 257 541 0 5425 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23900

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 21131
/proc/meminfo: memFree=1746376/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=32332 CPUtime=51.08
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 7976 0 0 0 5085 23 0 0 25 0 1 0 101049414 33107968 7161 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 8083 7161 257 541 0 7533 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32332

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 21131
/proc/meminfo: memFree=1733000/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=47304 CPUtime=102.27
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 11854 0 0 0 10190 37 0 0 25 0 1 0 101049414 48439296 10490 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 11826 10490 257 541 0 11276 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47304

[startup+162.302 s]
/proc/loadavg: 1.08 1.02 1.08 2/65 21131
/proc/meminfo: memFree=1721224/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=60016 CPUtime=162.24
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 15277 0 0 0 16176 48 0 0 25 0 1 0 101049414 61456384 13397 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 15004 13397 257 541 0 14454 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 60016

[startup+222.301 s]
/proc/loadavg: 1.03 1.01 1.08 2/65 21131
/proc/meminfo: memFree=1712904/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=70456 CPUtime=222.22
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 17682 0 0 0 22162 60 0 0 25 0 1 0 101049414 72146944 15484 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 17614 15484 257 541 0 17064 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 70456

[startup+282.302 s]
/proc/loadavg: 1.01 1.00 1.07 2/65 21131
/proc/meminfo: memFree=1703752/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=80500 CPUtime=282.2
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 20283 0 0 0 28150 70 0 0 25 0 1 0 101049414 82432000 17720 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 20125 17720 257 541 0 19575 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 80500

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 21131
/proc/meminfo: memFree=1699976/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=84428 CPUtime=342.19
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 21276 0 0 0 34143 76 0 0 25 0 1 0 101049414 86454272 18713 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 21107 18713 257 541 0 20557 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 84428

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 21131
/proc/meminfo: memFree=1692168/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=93672 CPUtime=402.17
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 23624 0 0 0 40131 86 0 0 25 0 1 0 101049414 95920128 20641 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 23418 20641 257 541 0 22868 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 93672

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 21131
/proc/meminfo: memFree=1685832/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=101004 CPUtime=462.15
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 25204 0 0 0 46123 92 0 0 25 0 1 0 101049414 103428096 22221 1992294400 4194304 6412682 548682068832 18446744073709551615 4286914 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 25251 22221 257 541 0 24701 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 101004

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 21131
/proc/meminfo: memFree=1681288/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=105816 CPUtime=522.14
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 26802 0 0 0 52114 100 0 0 25 0 1 0 101049414 108355584 23336 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 26454 23336 257 541 0 25904 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 105816

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 21131
/proc/meminfo: memFree=1676744/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=110284 CPUtime=582.12
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 27971 0 0 0 58105 107 0 0 25 0 1 0 101049414 112930816 24505 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 27571 24505 257 541 0 27021 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 110284

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 21131
/proc/meminfo: memFree=1668936/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=118704 CPUtime=642.11
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 30422 0 0 0 64098 113 0 0 25 0 1 0 101049414 121552896 26401 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 29676 26401 257 541 0 29126 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 118704

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 21131
/proc/meminfo: memFree=1666248/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=121904 CPUtime=702.08
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 31099 0 0 0 70090 118 0 0 25 0 1 0 101049414 124829696 27078 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 30476 27078 257 541 0 29926 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 121904

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 21131
/proc/meminfo: memFree=1661832/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=126516 CPUtime=762.07
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 32197 0 0 0 76085 122 0 0 25 0 1 0 101049414 129552384 28176 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 31629 28176 257 541 0 31079 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 126516

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 21131
/proc/meminfo: memFree=1652744/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=137608 CPUtime=822.05
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 35042 0 0 0 82076 129 0 0 25 0 1 0 101049414 140910592 30382 1992294400 4194304 6412682 548682068832 18446744073709551615 4286926 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 34402 30382 257 541 0 33852 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 137608

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 21131
/proc/meminfo: memFree=1651272/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=139212 CPUtime=882.03
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 35440 0 0 0 88069 134 0 0 25 0 1 0 101049414 142553088 30780 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 34803 30780 257 541 0 34253 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 139212

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 21131
/proc/meminfo: memFree=1648456/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=143052 CPUtime=942.01
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 36136 0 0 0 94063 138 0 0 25 0 1 0 101049414 146485248 31476 1992294400 4194304 6412682 548682068832 18446744073709551615 4286883 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 35763 31476 257 541 0 35213 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 143052

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21131
/proc/meminfo: memFree=1641288/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=150752 CPUtime=1001.99
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 37955 0 0 0 100056 143 0 0 25 0 1 0 101049414 154370048 33295 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 37688 33295 257 541 0 37138 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 150752

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21131
/proc/meminfo: memFree=1633672/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=158864 CPUtime=1061.97
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 40572 0 0 0 106048 149 0 0 25 0 1 0 101049414 162676736 35177 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 39716 35177 257 541 0 39166 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 158864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21131
/proc/meminfo: memFree=1632776/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=159504 CPUtime=1121.96
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 40784 0 0 0 112042 154 0 0 25 0 1 0 101049414 163332096 35389 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 39876 35389 257 541 0 39326 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 159504

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21131
/proc/meminfo: memFree=1629256/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=163344 CPUtime=1181.94
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 41657 0 0 0 118034 160 0 0 25 0 1 0 101049414 167264256 36262 1992294400 4194304 6412682 548682068832 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 40836 36262 257 541 0 40286 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 163344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21131
/proc/meminfo: memFree=1627784/2055920 swapFree=4181336/4192956
[pid=21130] ppid=21128 vsize=165264 CPUtime=1200.04
/proc/21130/stat : 21130 (kw) R 21128 21130 20870 0 -1 0 42025 0 0 0 119842 162 0 0 25 0 1 0 101049414 169230336 36630 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21130/statm: 41316 36630 257 541 0 40766 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 165264

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.43
CPU time (s): 1200.07
CPU user time (s): 1198.43
CPU system time (s): 1.64775
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 165264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.43
system time used= 1.64775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42025
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= 2543

runsolver used 0.965853 second user time and 2.49762 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-26 09:16:06
IDJOB=1727886
IDBENCH=24648
IDSOLVER=501
FILE ID=node29/1727886-1240730165
PBS_JOBID= 9186942
Free space on /tmp= 66420 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727886-1240730165/watcher-1727886-1240730165 -o /tmp/evaluation-result-1727886-1240730165/solver-1727886-1240730165 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1727886-1240730165.cnf

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

MD5SUM BENCH= 42a7abc6638576e7c05fba1c9e36829b
RANDOM SEED=940353748

node29.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.281
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.281
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:       1774640 kB
Buffers:         23364 kB
Cached:         179976 kB
SwapCached:       5488 kB
Active:          19468 kB
Inactive:       191756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774640 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            56032 kB
Committed_AS:   425132 kB
PageTables:       1468 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= 66420 MiB
End job on node29 at 2009-04-26 09:36:08