Trace number 1727727

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

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
MD5SUMcd51741c2df34af4fdb8becaf8b3fc51
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 variables2935
Number of clauses18753
Sum of the clauses size133299
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2526
Number of clauses of size 32382
Number of clauses of size 4501
Number of clauses of size 5678
Number of clauses of size over 514610

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-1727727-1240728219/watcher-1727727-1240728219 -o /tmp/evaluation-result-1727727-1240728219/solver-1727727-1240728219 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1727727-1240728219.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.83 1.79 1.43 2/64 20108
/proc/meminfo: memFree=1786280/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=4400 CPUtime=0
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 695 0 0 0 0 0 0 0 18 0 1 0 100855299 4505600 679 1992294400 4194304 6412682 548682068832 18446744073709551615 4371328 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 1100 679 221 541 0 550 0

[startup+0.024371 s]
/proc/loadavg: 1.83 1.79 1.43 2/64 20108
/proc/meminfo: memFree=1786280/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=4532 CPUtime=0.02
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 737 0 0 0 2 0 0 0 18 0 1 0 100855299 4640768 721 1992294400 4194304 6412682 548682068832 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 1133 721 221 541 0 583 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4532

[startup+0.101378 s]
/proc/loadavg: 1.83 1.79 1.43 2/64 20108
/proc/meminfo: memFree=1786280/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=5324 CPUtime=0.09
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 941 0 0 0 9 0 0 0 18 0 1 0 100855299 5451776 925 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 1331 925 221 541 0 781 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5324

[startup+0.301393 s]
/proc/loadavg: 1.83 1.79 1.43 2/64 20108
/proc/meminfo: memFree=1786280/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=8872 CPUtime=0.29
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 1834 0 0 0 29 0 0 0 19 0 1 0 100855299 9084928 1818 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 2218 1818 239 541 0 1668 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8872

[startup+0.701429 s]
/proc/loadavg: 1.83 1.79 1.43 2/64 20108
/proc/meminfo: memFree=1786280/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=9672 CPUtime=0.69
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 2101 0 0 0 69 0 0 0 24 0 1 0 100855299 9904128 2082 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 2418 2082 254 541 0 1868 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9672

[startup+1.5015 s]
/proc/loadavg: 1.83 1.79 1.43 2/65 20109
/proc/meminfo: memFree=1778912/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=9832 CPUtime=1.49
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 2139 0 0 0 148 1 0 0 25 0 1 0 100855299 10067968 2120 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 2458 2120 254 541 0 1908 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9832

[startup+3.10163 s]
/proc/loadavg: 1.83 1.79 1.43 2/65 20109
/proc/meminfo: memFree=1777184/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=12824 CPUtime=3.09
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 2846 0 0 0 306 3 0 0 25 0 1 0 100855299 13131776 2788 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 3206 2788 254 541 0 2656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12824

[startup+6.30191 s]
/proc/loadavg: 1.77 1.78 1.43 2/65 20109
/proc/meminfo: memFree=1774952/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=14408 CPUtime=6.29
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 3243 0 0 0 625 4 0 0 25 0 1 0 100855299 14753792 3140 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 3602 3140 257 541 0 3052 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14408

[startup+12.7025 s]
/proc/loadavg: 1.70 1.77 1.42 2/65 20109
/proc/meminfo: memFree=1771240/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=18456 CPUtime=12.69
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 4305 0 0 0 1262 7 0 0 25 0 1 0 100855299 18898944 4090 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 4614 4090 257 541 0 4064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18456

[startup+25.5016 s]
/proc/loadavg: 1.55 1.73 1.42 2/65 20109
/proc/meminfo: memFree=1765032/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=24872 CPUtime=25.49
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 5978 0 0 0 2537 12 0 0 25 0 1 0 100855299 25468928 5524 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 6218 5524 257 541 0 5668 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24872

[startup+51.1018 s]
/proc/loadavg: 1.36 1.67 1.41 2/65 20109
/proc/meminfo: memFree=1755688/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=34736 CPUtime=51.07
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 8629 0 0 0 5087 20 0 0 25 0 1 0 100855299 35569664 7813 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 8684 7813 257 541 0 8134 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34736

[startup+102.305 s]
/proc/loadavg: 1.15 1.56 1.38 2/65 20109
/proc/meminfo: memFree=1740968/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=51500 CPUtime=102.27
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 12837 0 0 0 10196 31 0 0 25 0 1 0 100855299 52736000 11472 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 12875 11472 257 541 0 12325 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 51500

[startup+162.301 s]
/proc/loadavg: 1.06 1.46 1.35 2/65 20109
/proc/meminfo: memFree=1727848/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=66068 CPUtime=162.25
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 16623 0 0 0 16182 43 0 0 25 0 1 0 100855299 67653632 14741 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 16517 14741 257 541 0 15967 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 66068

[startup+222.302 s]
/proc/loadavg: 1.02 1.37 1.33 2/65 20109
/proc/meminfo: memFree=1718440/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=78492 CPUtime=222.23
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 19280 0 0 0 22170 53 0 0 25 0 1 0 100855299 80375808 17080 1992294400 4194304 6412682 548682068832 18446744073709551615 4328489 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 19623 17080 257 541 0 19073 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 78492

[startup+282.302 s]
/proc/loadavg: 1.00 1.30 1.31 2/65 20109
/proc/meminfo: memFree=1709288/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=88596 CPUtime=282.21
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 21920 0 0 0 28161 60 0 0 25 0 1 0 100855299 90722304 19354 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 22149 19354 257 541 0 21599 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 88596

[startup+342.302 s]
/proc/loadavg: 1.00 1.24 1.28 2/65 20109
/proc/meminfo: memFree=1698280/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=100028 CPUtime=342.2
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 25022 0 0 0 34152 68 0 0 25 0 1 0 100855299 102428672 22036 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 25007 22036 257 541 0 24457 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 100028

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.26 2/65 20109
/proc/meminfo: memFree=1695400/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=103192 CPUtime=402.18
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 25782 0 0 0 40144 74 0 0 25 0 1 0 100855299 105668608 22796 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 25798 22796 257 541 0 25248 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 103192

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.25 2/65 20109
/proc/meminfo: memFree=1684456/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=116700 CPUtime=462.17
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 28977 0 0 0 46135 82 0 0 25 0 1 0 100855299 119500800 25508 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 29175 25508 257 541 0 28625 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 116700

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.23 2/65 20109
/proc/meminfo: memFree=1681064/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=121184 CPUtime=522.15
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 29835 0 0 0 52129 86 0 0 25 0 1 0 100855299 124092416 26366 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 30296 26366 257 541 0 29746 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 121184

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.21 2/65 20109
/proc/meminfo: memFree=1671016/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=130956 CPUtime=582.14
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 32834 0 0 0 58120 94 0 0 25 0 1 0 100855299 134098944 28809 1992294400 4194304 6412682 548682068832 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 32739 28809 257 541 0 32189 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 130956

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.19 2/65 20109
/proc/meminfo: memFree=1665000/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=138636 CPUtime=642.12
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 34359 0 0 0 64113 99 0 0 25 0 1 0 100855299 141963264 30334 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 34659 30334 257 541 0 34109 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 138636

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 20109
/proc/meminfo: memFree=1661032/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=143116 CPUtime=702.1
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 35341 0 0 0 70105 105 0 0 25 0 1 0 100855299 146550784 31316 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 35779 31316 257 541 0 35229 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 143116

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 20109
/proc/meminfo: memFree=1651176/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=154028 CPUtime=762.09
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 38402 0 0 0 76096 113 0 0 25 0 1 0 100855299 157724672 33738 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 38507 33738 257 541 0 37957 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 154028

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 20109
/proc/meminfo: memFree=1650664/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=154988 CPUtime=822.07
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 38588 0 0 0 82088 119 0 0 25 0 1 0 100855299 158707712 33924 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 38747 33924 257 541 0 38197 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 154988

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 20109
/proc/meminfo: memFree=1648744/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=156748 CPUtime=882.05
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 39085 0 0 0 88081 124 0 0 25 0 1 0 100855299 160509952 34421 1992294400 4194304 6412682 548682068832 18446744073709551615 4330007 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 39187 34421 257 541 0 38637 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 156748

[startup+942.302 s]
/proc/loadavg: 1.06 1.04 1.14 2/65 20109
/proc/meminfo: memFree=1639144/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=167652 CPUtime=942.04
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 41465 0 0 0 94073 131 0 0 25 0 1 0 100855299 171675648 36801 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 41913 36801 257 541 0 41363 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 167652

[startup+1002.3 s]
/proc/loadavg: 1.08 1.04 1.13 2/65 20109
/proc/meminfo: memFree=1631400/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=176336 CPUtime=1002.02
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 44097 0 0 0 100064 138 0 0 25 0 1 0 100855299 180568064 38698 1992294400 4194304 6412682 548682068832 18446744073709551615 4286926 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 44084 38698 257 541 0 43534 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 176336

[startup+1062.3 s]
/proc/loadavg: 1.03 1.03 1.12 2/65 20115
/proc/meminfo: memFree=1630312/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=177708 CPUtime=1062
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 44390 0 0 0 106057 143 0 0 25 0 1 0 100855299 181972992 38991 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 44427 38991 257 541 0 43877 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 177708

[startup+1122.3 s]
/proc/loadavg: 1.01 1.02 1.11 2/65 20115
/proc/meminfo: memFree=1628776/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=178348 CPUtime=1121.98
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 44755 0 0 0 112052 146 0 0 25 0 1 0 100855299 182628352 39356 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 44587 39356 257 541 0 44037 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 178348

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.09 2/65 20115
/proc/meminfo: memFree=1625192/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=182188 CPUtime=1181.97
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 45675 0 0 0 118047 150 0 0 25 0 1 0 100855299 186560512 40276 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 45547 40276 257 541 0 44997 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 182188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.02 1.09 2/65 20115
/proc/meminfo: memFree=1622824/2055920 swapFree=4191900/4192956
[pid=20108] ppid=20106 vsize=183908 CPUtime=1200.07
/proc/20108/stat : 20108 (kw) R 20106 20108 19730 0 -1 0 46239 0 0 0 119855 152 0 0 25 0 1 0 100855299 188321792 40840 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20108/statm: 45977 40840 257 541 0 45427 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 183908

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.11
CPU user time (s): 1198.56
CPU system time (s): 1.54976
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 183908

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

runsolver used 0.864868 second user time and 2.49762 second system time

The end

Launcher Data

Begin job on node15 at 2009-04-26 08:43:39
IDJOB=1727727
IDBENCH=24644
IDSOLVER=501
FILE ID=node15/1727727-1240728219
PBS_JOBID= 9186884
Free space on /tmp= 66268 MiB

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

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

MD5SUM BENCH= cd51741c2df34af4fdb8becaf8b3fc51
RANDOM SEED=1860005055

node15.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.220
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.220
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:       1786760 kB
Buffers:         21028 kB
Cached:         173468 kB
SwapCached:        528 kB
Active:          81832 kB
Inactive:       126116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786760 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2952 kB
Writeback:           0 kB
Mapped:          21736 kB
Slab:            47144 kB
Committed_AS:   358956 kB
PageTables:       1460 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= 66264 MiB
End job on node15 at 2009-04-26 09:03:41