Trace number 1519805

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 1200.47

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S310111511-029.cnf
MD5SUMa9b0b659393e65a898228098b67aeeff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.956
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519805-1238235506/watcher-1519805-1238235506 -o /tmp/evaluation-result-1519805-1238235506/solver-1519805-1238235506 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519805-1238235506.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: 0.91 0.97 0.99 3/64 11661
/proc/meminfo: memFree=1961248/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=4656 CPUtime=0
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 735 0 0 0 0 0 0 0 18 0 1 0 1096217857 4767744 719 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 1164 723 208 541 0 614 0

[startup+0.076796 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11661
/proc/meminfo: memFree=1961248/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=11680 CPUtime=0.07
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 2418 0 0 0 6 1 0 0 18 0 1 0 1096217857 11960320 2402 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 2920 2402 219 541 0 2370 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11680

[startup+0.101799 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11661
/proc/meminfo: memFree=1961248/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=11812 CPUtime=0.09
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 2482 0 0 0 8 1 0 0 18 0 1 0 1096217857 12095488 2466 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 2953 2467 219 541 0 2403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11812

[startup+0.301831 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11661
/proc/meminfo: memFree=1961248/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=13660 CPUtime=0.29
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 3001 0 0 0 28 1 0 0 19 0 1 0 1096217857 13987840 2985 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 3415 2985 219 541 0 2865 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13660

[startup+0.701896 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11661
/proc/meminfo: memFree=1961248/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=17696 CPUtime=0.69
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 4147 0 0 0 67 2 0 0 22 0 1 0 1096217857 18120704 3938 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 4424 3938 253 541 0 3874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17696

[startup+1.50203 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1946200/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=17696 CPUtime=1.49
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 4151 0 0 0 147 2 0 0 25 0 1 0 1096217857 18120704 3942 1992294400 4194304 6412682 548682068864 18446744073709551615 5264104 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 4424 3942 253 541 0 3874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17696

[startup+3.10128 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1945880/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=20072 CPUtime=3.09
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 4761 0 0 0 305 4 0 0 25 0 1 0 1096217857 20553728 4552 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 5018 4552 253 541 0 4468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20072

[startup+6.3018 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1939288/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=26148 CPUtime=6.29
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 6266 0 0 0 623 6 0 0 25 0 1 0 1096217857 26775552 6057 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 6537 6057 253 541 0 5987 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26148

[startup+12.7028 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1928088/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=35704 CPUtime=12.69
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 8644 0 0 0 1259 10 0 0 25 0 1 0 1096217857 36560896 8435 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 8926 8435 253 541 0 8376 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35704

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1919576/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=44184 CPUtime=25.48
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 10780 0 0 0 2534 14 0 0 25 0 1 0 1096217857 45244416 10571 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 11046 10571 256 541 0 10496 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44184

[startup+51.101 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1909336/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=54572 CPUtime=51.07
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 13335 0 0 0 5086 21 0 0 25 0 1 0 1096217857 55881728 13126 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 13643 13126 256 541 0 13093 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54572

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1887448/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=76228 CPUtime=102.26
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 18789 0 0 0 10193 33 0 0 25 0 1 0 1096217857 78057472 18580 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 19057 18580 256 541 0 18507 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76228

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1855768/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=107772 CPUtime=162.23
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 27044 0 0 0 16175 48 0 0 25 0 1 0 1096217857 110358528 26419 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 26943 26419 256 541 0 26393 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 107772

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1838488/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=125396 CPUtime=222.22
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 31636 0 0 0 22161 61 0 0 25 0 1 0 1096217857 128405504 30829 1992294400 4194304 6412682 548682068864 18446744073709551615 4359621 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 31349 30829 256 541 0 30799 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 125396

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1805336/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=160012 CPUtime=282.2
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 40330 0 0 0 28144 76 0 0 25 0 1 0 1096217857 163852288 39314 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 40003 39314 256 541 0 39453 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 160012

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1782680/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=181656 CPUtime=342.18
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 46011 0 0 0 34127 91 0 0 25 0 1 0 1096217857 186015744 44754 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 45414 44754 256 541 0 44864 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 181656

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1776472/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=188256 CPUtime=402.17
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 47958 0 0 0 40116 101 0 0 25 0 1 0 1096217857 192774144 46424 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 47064 46424 256 541 0 46514 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 188256

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1764632/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=198960 CPUtime=462.15
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 50968 0 0 0 46103 112 0 0 25 0 1 0 1096217857 203735040 49116 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 49740 49116 256 541 0 49190 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 198960

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1733464/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=229760 CPUtime=522.12
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 59107 0 0 0 52083 129 0 0 25 0 1 0 1096217857 235274240 56889 1992294400 4194304 6412682 548682068864 18446744073709551615 4417510 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 57440 56889 256 541 0 56890 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 229760

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1725720/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=238092 CPUtime=582.11
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 61183 0 0 0 58072 139 0 0 25 0 1 0 1096217857 243806208 58965 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 59523 58965 256 541 0 58973 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 238092

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1702104/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=260808 CPUtime=642.09
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 67330 0 0 0 64056 153 0 0 25 0 1 0 1096217857 267067392 64691 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 65202 64691 256 541 0 64652 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 260808

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1694744/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=268868 CPUtime=702.07
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 69354 0 0 0 70044 163 0 0 25 0 1 0 1096217857 275320832 66715 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 67217 66715 256 541 0 66667 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 268868

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1662872/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=301500 CPUtime=762.06
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 77575 0 0 0 76030 176 0 0 25 0 1 0 1096217857 308736000 74452 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 75375 74452 256 541 0 74825 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 301500

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1662872/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=301500 CPUtime=822.04
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 77575 0 0 0 82024 180 0 0 25 0 1 0 1096217857 308736000 74452 1992294400 4194304 6412682 548682068864 18446744073709551615 4328489 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 75375 74452 256 541 0 74825 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 301500

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1626584/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=337844 CPUtime=882.02
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 86697 0 0 0 88008 194 0 0 25 0 1 0 1096217857 345952256 83574 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 84461 83574 256 541 0 83911 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 337844

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1608216/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=355672 CPUtime=942
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 91751 0 0 0 93995 205 0 0 25 0 1 0 1096217857 364208128 88072 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 88918 88072 256 541 0 88368 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 355672

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1608216/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=355672 CPUtime=1001.97
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 91752 0 0 0 99986 211 0 0 25 0 1 0 1096217857 364208128 88073 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 88918 88073 256 541 0 88368 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 355672

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1587288/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=377100 CPUtime=1061.96
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 97120 0 0 0 105974 222 0 0 25 0 1 0 1096217857 386150400 93441 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 94275 93441 256 541 0 93725 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 377100

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11662
/proc/meminfo: memFree=1555160/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=408168 CPUtime=1121.94
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 105603 0 0 0 111959 235 0 0 25 0 1 0 1096217857 417964032 101284 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 102042 101284 256 541 0 101492 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 408168

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11664
/proc/meminfo: memFree=1555160/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=408168 CPUtime=1181.92
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 105603 0 0 0 117951 241 0 0 25 0 1 0 1096217857 417964032 101284 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 102042 101284 256 541 0 101492 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 408168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11664
/proc/meminfo: memFree=1555160/2055920 swapFree=4178496/4192956
[pid=11661] ppid=11659 vsize=408168 CPUtime=1200.02
/proc/11661/stat : 11661 (kw) R 11659 11661 11184 0 -1 0 105603 0 0 0 119760 242 0 0 25 0 1 0 1096217857 417964032 101284 1992294400 4194304 6412682 548682068864 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/11661/statm: 102042 101284 256 541 0 101492 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 408168

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.47
CPU time (s): 1200.09
CPU user time (s): 1197.61
CPU system time (s): 2.48762
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 410728

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

runsolver used 0.903862 second user time and 2.44063 second system time

The end

Launcher Data

Begin job on node3 at 2009-03-28 11:18:26
IDJOB=1519805
IDBENCH=70332
IDSOLVER=501
FILE ID=node3/1519805-1238235506
PBS_JOBID= 9060646
Free space on /tmp= 65904 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S310111511-029.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519805-1238235506/watcher-1519805-1238235506 -o /tmp/evaluation-result-1519805-1238235506/solver-1519805-1238235506 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519805-1238235506.cnf

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

MD5SUM BENCH= a9b0b659393e65a898228098b67aeeff
RANDOM SEED=1361344407

node3.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.275
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.275
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:       1961664 kB
Buffers:          4672 kB
Cached:          23372 kB
SwapCached:       8268 kB
Active:          30068 kB
Inactive:         7880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1961664 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            3360 kB
Writeback:           0 kB
Mapped:          15636 kB
Slab:            42324 kB
Committed_AS:  2680336 kB
PageTables:       1376 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= 65900 MiB
End job on node3 at 2009-03-28 11:38:28