Trace number 1726614

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.09 1199.93

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
MD5SUMb113aab739ba5e45a581d24e1a53a65a
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 variables1148
Number of clauses14303
Sum of the clauses size43196
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314016
Number of clauses of size 4287
Number of clauses of size 50
Number of clauses of size over 50

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-1726614-1240714713/watcher-1726614-1240714713 -o /tmp/evaluation-result-1726614-1240714713/solver-1726614-1240714713 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1726614-1240714713.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.95 1.85 1.45 3/64 23946
/proc/meminfo: memFree=1800008/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=3304 CPUtime=0
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 450 0 0 0 0 0 0 0 18 0 1 0 99504677 3383296 434 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 826 434 219 541 0 276 0

[startup+0.0766909 s]
/proc/loadavg: 1.95 1.85 1.45 3/64 23946
/proc/meminfo: memFree=1800008/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=4888 CPUtime=0.07
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 874 0 0 0 7 0 0 0 18 0 1 0 99504677 5005312 858 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 1222 860 229 541 0 672 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4888

[startup+0.101683 s]
/proc/loadavg: 1.95 1.85 1.45 3/64 23946
/proc/meminfo: memFree=1800008/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=5772 CPUtime=0.09
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 1082 0 0 0 9 0 0 0 18 0 1 0 99504677 5910528 1066 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 1443 1066 246 541 0 893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5772

[startup+0.301626 s]
/proc/loadavg: 1.95 1.85 1.45 3/64 23946
/proc/meminfo: memFree=1800008/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=7316 CPUtime=0.29
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 1438 0 0 0 29 0 0 0 19 0 1 0 99504677 7491584 1422 1992294400 4194304 6412682 548682068832 18446744073709551615 4508952 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 1829 1422 246 541 0 1279 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7316

[startup+0.701513 s]
/proc/loadavg: 1.95 1.85 1.45 3/64 23946
/proc/meminfo: memFree=1800008/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=7296 CPUtime=0.69
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 1454 0 0 0 69 0 0 0 22 0 1 0 99504677 7471104 1438 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 1824 1438 253 541 0 1274 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7296

[startup+1.50129 s]
/proc/loadavg: 1.88 1.83 1.45 2/65 23947
/proc/meminfo: memFree=1794944/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=8380 CPUtime=1.49
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 1734 0 0 0 148 1 0 0 25 0 1 0 99504677 8581120 1718 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 2095 1718 253 541 0 1545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8380

[startup+3.10183 s]
/proc/loadavg: 1.88 1.83 1.45 2/65 23947
/proc/meminfo: memFree=1792512/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=10664 CPUtime=3.1
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 2289 0 0 0 308 2 0 0 25 0 1 0 99504677 10919936 2234 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 2666 2234 253 541 0 2116 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 10664

[startup+6.30193 s]
/proc/loadavg: 1.88 1.83 1.45 2/65 23947
/proc/meminfo: memFree=1790080/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=12748 CPUtime=6.29
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 2920 0 0 0 626 3 0 0 25 0 1 0 99504677 13053952 2768 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 3187 2768 257 541 0 2637 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12748

[startup+12.7011 s]
/proc/loadavg: 1.74 1.80 1.44 2/65 23947
/proc/meminfo: memFree=1786632/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=15744 CPUtime=12.69
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 3746 0 0 0 1264 5 0 0 25 0 1 0 99504677 16121856 3465 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 3936 3465 257 541 0 3386 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15744

[startup+25.5015 s]
/proc/loadavg: 1.63 1.78 1.44 2/65 23947
/proc/meminfo: memFree=1780808/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=22376 CPUtime=25.5
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 5501 0 0 0 2541 9 0 0 25 0 1 0 99504677 22913024 4946 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 5594 4946 257 541 0 5044 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 22376

[startup+51.1012 s]
/proc/loadavg: 1.41 1.71 1.43 2/65 23947
/proc/meminfo: memFree=1772168/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=32500 CPUtime=51.1
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 8124 0 0 0 5093 17 0 0 25 0 1 0 99504677 33280000 7153 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 8125 7153 257 541 0 7575 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 32500

[startup+102.305 s]
/proc/loadavg: 1.16 1.59 1.40 2/65 23947
/proc/meminfo: memFree=1759240/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=45816 CPUtime=102.31
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 11938 0 0 0 10201 30 0 0 25 0 1 0 99504677 46915584 10335 1992294400 4194304 6412682 548682068832 18446744073709551615 4286922 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 11454 10335 257 541 0 10904 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 45816

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.37 2/65 23953
/proc/meminfo: memFree=1746504/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=60000 CPUtime=162.31
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 15671 0 0 0 16188 43 0 0 25 0 1 0 99504677 61440000 13473 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 15000 13473 257 541 0 14450 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 60000

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.35 2/65 23953
/proc/meminfo: memFree=1736648/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=71144 CPUtime=222.31
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 18489 0 0 0 22177 54 0 0 25 0 1 0 99504677 72851456 15925 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 17786 15925 257 541 0 17236 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 71144

[startup+282.302 s]
/proc/loadavg: 1.00 1.32 1.32 2/65 23953
/proc/meminfo: memFree=1725640/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=83052 CPUtime=282.32
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 21749 0 0 0 28167 65 0 0 25 0 1 0 99504677 85045248 18765 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 20763 18765 257 541 0 20213 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 83052

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/65 23953
/proc/meminfo: memFree=1718536/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=90100 CPUtime=342.33
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 23898 0 0 0 34159 74 0 0 25 0 1 0 99504677 92262400 20431 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 22525 20431 257 541 0 21975 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 90100

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 23953
/proc/meminfo: memFree=1706504/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=103364 CPUtime=402.34
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 27444 0 0 0 40148 86 0 0 25 0 1 0 99504677 105844736 23421 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 25841 23421 257 541 0 25291 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 103364

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 23953
/proc/meminfo: memFree=1696584/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=115680 CPUtime=462.34
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 30528 0 0 0 46138 96 0 0 25 0 1 0 99504677 118456320 25866 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 28920 25866 257 541 0 28370 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 115680

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.24 2/65 23953
/proc/meminfo: memFree=1694600/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=118524 CPUtime=522.36
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 31042 0 0 0 52131 105 0 0 25 0 1 0 99504677 121368576 26380 1992294400 4194304 6412682 548682068832 18446744073709551615 5277678 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 29631 26380 257 541 0 29081 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 118524

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/65 23953
/proc/meminfo: memFree=1682376/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=130748 CPUtime=582.36
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 34843 0 0 0 58121 115 0 0 25 0 1 0 99504677 133885952 29446 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 32687 29446 257 541 0 32137 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 130748

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/65 23953
/proc/meminfo: memFree=1680712/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=132668 CPUtime=642.38
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 35231 0 0 0 64115 123 0 0 25 0 1 0 99504677 135852032 29834 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 33167 29834 257 541 0 32617 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 132668

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 23953
/proc/meminfo: memFree=1663432/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=151468 CPUtime=702.37
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 39555 0 0 0 70105 132 0 0 25 0 1 0 99504677 155103232 34158 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 37867 34158 257 541 0 37317 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 151468

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 23953
/proc/meminfo: memFree=1657736/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=157772 CPUtime=762.39
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 41800 0 0 0 76099 140 0 0 25 0 1 0 99504677 161558528 35558 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 39443 35558 257 541 0 38893 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 157772

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 23953
/proc/meminfo: memFree=1653192/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=163456 CPUtime=822.39
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 42950 0 0 0 82092 147 0 0 25 0 1 0 99504677 167378944 36708 1992294400 4194304 6412682 548682068832 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 40864 36708 257 541 0 40314 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 163456

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 23953
/proc/meminfo: memFree=1641224/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=175576 CPUtime=882.4
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 45933 0 0 0 88082 158 0 0 25 0 1 0 99504677 179789824 39691 1992294400 4194304 6412682 548682068832 18446744073709551615 4286943 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 43894 39691 257 541 0 43344 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 175576

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 23953
/proc/meminfo: memFree=1636552/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=181520 CPUtime=942.41
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 48061 0 0 0 94076 165 0 0 25 0 1 0 99504677 185876480 40847 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 45380 40847 257 541 0 44830 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 181520

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 23953
/proc/meminfo: memFree=1635400/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=182800 CPUtime=1002.41
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 48340 0 0 0 100072 169 0 0 25 0 1 0 99504677 187187200 41126 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 45700 41126 257 541 0 45150 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 182800

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 23953
/proc/meminfo: memFree=1634440/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=183440 CPUtime=1062.42
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 48578 0 0 0 106068 174 0 0 25 0 1 0 99504677 187842560 41364 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 45860 41364 257 541 0 45310 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 183440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 23953
/proc/meminfo: memFree=1629768/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=188116 CPUtime=1122.43
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 49760 0 0 0 112063 180 0 0 25 0 1 0 99504677 192630784 42546 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 47029 42546 257 541 0 46479 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 188116

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 23953
/proc/meminfo: memFree=1614600/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=202992 CPUtime=1182.44
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 53582 0 0 0 118055 189 0 0 25 0 1 0 99504677 207863808 46368 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 50748 46368 257 541 0 50198 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 202992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 23953
/proc/meminfo: memFree=1613128/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=203916 CPUtime=1200.05
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 54945 0 0 0 119814 191 0 0 25 0 1 0 99504677 208809984 46613 1992294400 4194304 6412682 548682068832 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 50979 46613 257 541 0 50429 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 203916

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 23953
/proc/meminfo: memFree=1613128/2055920 swapFree=4181368/4192956
[pid=23946] ppid=23944 vsize=203916 CPUtime=1200.05
/proc/23946/stat : 23946 (kw) R 23944 23946 20309 0 -1 0 54945 0 0 0 119814 191 0 0 25 0 1 0 99504677 208809984 46613 1992294400 4194304 6412682 548682068832 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/23946/statm: 50979 46613 257 541 0 50429 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 203916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.93
CPU time (s): 1200.09
CPU user time (s): 1198.14
CPU system time (s): 1.9427
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 208392

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

runsolver used 1.09983 second user time and 2.72358 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-26 04:58:33
IDJOB=1726614
IDBENCH=24618
IDSOLVER=501
FILE ID=node16/1726614-1240714713
PBS_JOBID= 9186807
Free space on /tmp= 66324 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726614-1240714713/watcher-1726614-1240714713 -o /tmp/evaluation-result-1726614-1240714713/solver-1726614-1240714713 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1726614-1240714713.cnf

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

MD5SUM BENCH= b113aab739ba5e45a581d24e1a53a65a
RANDOM SEED=2084191386

node16.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.234
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.234
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:       1800488 kB
Buffers:         24884 kB
Cached:         177248 kB
SwapCached:       5472 kB
Active:          80344 kB
Inactive:       129724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800488 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            2456 kB
Writeback:           0 kB
Mapped:          13580 kB
Slab:            31428 kB
Committed_AS:   393036 kB
PageTables:       1436 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= 66320 MiB
End job on node16 at 2009-04-26 05:18:35