Trace number 1519753

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.1 1207.06

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S839302453-094.cnf
MD5SUM5a4a01076ef9554c4c4991324b6100b4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.1969
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
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-1519753-1238234345/watcher-1519753-1238234345 -o /tmp/evaluation-result-1519753-1238234345/solver-1519753-1238234345 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519753-1238234345.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.91 1.97 1.99 4/85 26553
/proc/meminfo: memFree=1822152/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=18576 CPUtime=0
/proc/26553/stat : 26553 (runsolver) R 26551 26553 26169 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1096095521 19021824 292 1992294400 4194304 4302548 548682068496 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26553/statm: 4644 292 257 26 0 2626 0

[startup+0.0608611 s]
/proc/loadavg: 1.91 1.97 1.99 4/85 26553
/proc/meminfo: memFree=1822152/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=7748 CPUtime=0.04
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 1524 0 0 0 4 0 0 0 20 0 1 0 1096095521 7933952 1508 1992294400 4194304 6412682 548682068864 18446744073709551615 4371352 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 1937 1508 219 541 0 1387 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7748

[startup+0.102864 s]
/proc/loadavg: 1.91 1.97 1.99 4/85 26553
/proc/meminfo: memFree=1822152/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=8144 CPUtime=0.08
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 1634 0 0 0 8 0 0 0 20 0 1 0 1096095521 8339456 1618 1992294400 4194304 6412682 548682068864 18446744073709551615 4369637 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 2036 1618 219 541 0 1486 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8144

[startup+0.301888 s]
/proc/loadavg: 1.91 1.97 1.99 4/85 26553
/proc/meminfo: memFree=1822152/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=11504 CPUtime=0.29
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 2495 0 0 0 28 1 0 0 21 0 1 0 1096095521 11780096 2432 1992294400 4194304 6412682 548682068864 18446744073709551615 4542228 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 2876 2432 246 541 0 2326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11504

[startup+0.702927 s]
/proc/loadavg: 1.91 1.97 1.99 4/85 26553
/proc/meminfo: memFree=1822152/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=11252 CPUtime=0.69
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 2509 0 0 0 68 1 0 0 25 0 1 0 1096095521 11522048 2383 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 2813 2383 253 541 0 2263 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11252

[startup+1.50301 s]
/proc/loadavg: 1.91 1.97 1.99 3/86 26554
/proc/meminfo: memFree=1813248/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=12572 CPUtime=1.48
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 2853 0 0 0 147 1 0 0 25 0 1 0 1096095521 12873728 2727 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 3143 2727 253 541 0 2593 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12572

[startup+3.10116 s]
/proc/loadavg: 1.91 1.97 1.99 3/86 26554
/proc/meminfo: memFree=1810304/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=16404 CPUtime=3.07
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 3819 0 0 0 305 2 0 0 25 0 1 0 1096095521 16797696 3693 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 4101 3693 253 541 0 3551 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16404

[startup+6.30149 s]
/proc/loadavg: 1.92 1.97 1.99 3/86 26554
/proc/meminfo: memFree=1802368/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=24004 CPUtime=6.25
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 5715 0 0 0 621 4 0 0 25 0 1 0 1096095521 24580096 5589 1992294400 4194304 6412682 548682068864 18446744073709551615 4333095 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 6001 5589 253 541 0 5451 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 24004

[startup+12.7011 s]
/proc/loadavg: 1.93 1.97 1.99 3/86 26554
/proc/meminfo: memFree=1795200/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=29172 CPUtime=12.62
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 6974 0 0 0 1254 8 0 0 25 0 1 0 1096095521 29872128 6848 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 7293 6848 256 541 0 6743 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 29172

[startup+25.5014 s]
/proc/loadavg: 1.94 1.97 1.99 3/86 26554
/proc/meminfo: memFree=1788928/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=35684 CPUtime=25.34
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 8642 0 0 0 2521 13 0 0 25 0 1 0 1096095521 36540416 8516 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 8921 8516 256 541 0 8371 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 35684

[startup+51.102 s]
/proc/loadavg: 1.96 1.97 1.99 3/86 26554
/proc/meminfo: memFree=1771968/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=52688 CPUtime=50.79
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 13057 0 0 0 5058 21 0 0 25 0 1 0 1096095521 53952512 12692 1992294400 4194304 6412682 548682068864 18446744073709551615 4412173 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 13172 12692 256 541 0 12622 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 52688

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/86 26554
/proc/meminfo: memFree=1752000/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=72480 CPUtime=101.7
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 18435 0 0 0 10134 36 0 0 25 0 1 0 1096095521 74219520 17708 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 18120 17708 256 541 0 17570 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 72480

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1717696/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=106520 CPUtime=161.33
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 27392 0 0 0 16080 53 0 0 25 0 1 0 1096095521 109076480 26116 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 26630 26116 256 541 0 26080 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 106520

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1701504/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=122804 CPUtime=220.99
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 31727 0 0 0 22033 66 0 0 25 0 1 0 1096095521 125751296 30210 1992294400 4194304 6412682 548682068864 18446744073709551615 4359621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 30701 30210 256 541 0 30151 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 122804

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1685760/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=139360 CPUtime=280.65
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 36198 0 0 0 27986 79 0 0 25 0 1 0 1096095521 142704640 34404 1992294400 4194304 6412682 548682068864 18446744073709551615 4289388 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 34840 34404 256 541 0 34290 0
Current children cumulated CPU time (s) 280.65
Current children cumulated vsize (KiB) 139360

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1670784/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=154216 CPUtime=340.3
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 39929 0 0 0 33940 90 0 0 25 0 1 0 1096095521 157917184 37817 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 38554 37817 256 541 0 38004 0
Current children cumulated CPU time (s) 340.3
Current children cumulated vsize (KiB) 154216

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1649984/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=175044 CPUtime=399.96
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 45535 0 0 0 39892 104 0 0 25 0 1 0 1096095521 179245056 43057 1992294400 4194304 6412682 548682068864 18446744073709551615 4417629 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 43761 43057 256 541 0 43211 0
Current children cumulated CPU time (s) 399.96
Current children cumulated vsize (KiB) 175044

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1626688/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=197908 CPUtime=459.6
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 51728 0 0 0 45843 117 0 0 25 0 1 0 1096095521 202657792 48829 1992294400 4194304 6412682 548682068864 18446744073709551615 4287605 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 49477 48829 256 541 0 48927 0
Current children cumulated CPU time (s) 459.6
Current children cumulated vsize (KiB) 197908

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1626496/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=198832 CPUtime=519.27
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 51950 0 0 0 51803 124 0 0 25 0 1 0 1096095521 203603968 49051 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 49708 49051 256 541 0 49158 0
Current children cumulated CPU time (s) 519.27
Current children cumulated vsize (KiB) 198832

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1598848/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=225520 CPUtime=578.92
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 59155 0 0 0 57755 137 0 0 25 0 1 0 1096095521 230932480 55772 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 56380 55772 256 541 0 55830 0
Current children cumulated CPU time (s) 578.92
Current children cumulated vsize (KiB) 225520

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1598848/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=225520 CPUtime=638.59
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 59156 0 0 0 63716 143 0 0 25 0 1 0 1096095521 230932480 55773 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 56380 55773 256 541 0 55830 0
Current children cumulated CPU time (s) 638.59
Current children cumulated vsize (KiB) 225520

[startup+702.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1562944/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=261056 CPUtime=698.24
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 68649 0 0 0 69666 158 0 0 25 0 1 0 1096095521 267321344 64710 1992294400 4194304 6412682 548682068864 18446744073709551615 4286943 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 65264 64710 256 541 0 64714 0
Current children cumulated CPU time (s) 698.24
Current children cumulated vsize (KiB) 261056

[startup+762.308 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1563008/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=261056 CPUtime=757.9
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 68656 0 0 0 75625 165 0 0 25 0 1 0 1096095521 267321344 64717 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 65264 64717 256 541 0 64714 0
Current children cumulated CPU time (s) 757.9
Current children cumulated vsize (KiB) 261056

[startup+822.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1549568/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=274932 CPUtime=817.55
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 72113 0 0 0 81581 174 0 0 25 0 1 0 1096095521 281530368 68174 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 68733 68174 256 541 0 68183 0
Current children cumulated CPU time (s) 817.55
Current children cumulated vsize (KiB) 274932

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1522240/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=303896 CPUtime=877.2
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 79417 0 0 0 87533 187 0 0 25 0 1 0 1096095521 311189504 74838 1992294400 4194304 6412682 548682068864 18446744073709551615 4289321 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 75974 74838 256 541 0 75424 0
Current children cumulated CPU time (s) 877.2
Current children cumulated vsize (KiB) 303896

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1522240/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=303896 CPUtime=936.85
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 79417 0 0 0 93493 192 0 0 25 0 1 0 1096095521 311189504 74838 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 75974 74838 256 541 0 75424 0
Current children cumulated CPU time (s) 936.85
Current children cumulated vsize (KiB) 303896

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 26560
/proc/meminfo: memFree=1522240/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=303896 CPUtime=996.51
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 79423 0 0 0 99453 198 0 0 25 0 1 0 1096095521 311189504 74844 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 75974 74844 256 541 0 75424 0
Current children cumulated CPU time (s) 996.51
Current children cumulated vsize (KiB) 303896

[startup+1062.3 s]
/proc/loadavg: 2.06 1.99 1.99 3/86 26560
/proc/meminfo: memFree=1488384/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=338148 CPUtime=1056.17
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 88013 0 0 0 105406 211 0 0 25 0 1 0 1096095521 346263552 83434 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 84537 83434 256 541 0 83987 0
Current children cumulated CPU time (s) 1056.17
Current children cumulated vsize (KiB) 338148

[startup+1122.3 s]
/proc/loadavg: 2.08 2.00 2.00 3/86 26560
/proc/meminfo: memFree=1475648/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=350036 CPUtime=1115.82
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 91763 0 0 0 111362 220 0 0 25 0 1 0 1096095521 358436864 86448 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 87509 86448 256 541 0 86959 0
Current children cumulated CPU time (s) 1115.82
Current children cumulated vsize (KiB) 350036

[startup+1182.3 s]
/proc/loadavg: 2.09 2.01 2.00 3/86 26560
/proc/meminfo: memFree=1475584/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=350344 CPUtime=1175.48
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 91814 0 0 0 117323 225 0 0 25 0 1 0 1096095521 358752256 86499 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 87586 86499 256 541 0 87036 0
Current children cumulated CPU time (s) 1175.48
Current children cumulated vsize (KiB) 350344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 2.06 2.01 2.00 3/86 26560
/proc/meminfo: memFree=1475456/2055920 swapFree=4169364/4192956
[pid=26553] ppid=26551 vsize=350344 CPUtime=1200.04
/proc/26553/stat : 26553 (kw) R 26551 26553 26169 0 -1 0 91814 0 0 0 119777 227 0 0 25 0 1 0 1096095521 358752256 86499 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26553/statm: 87586 86499 256 541 0 87036 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 350344

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): 1207.06
CPU time (s): 1200.1
CPU user time (s): 1197.77
CPU system time (s): 2.33265
CPU usage (%): 99.4234
Max. virtual memory (cumulated for all children) (KiB): 352980

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

runsolver used 1.85372 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node70 at 2009-03-28 10:59:05
IDJOB=1519753
IDBENCH=70306
IDSOLVER=501
FILE ID=node70/1519753-1238234345
PBS_JOBID= 9060652
Free space on /tmp= 65292 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S839302453-094.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519753-1238234345/watcher-1519753-1238234345 -o /tmp/evaluation-result-1519753-1238234345/solver-1519753-1238234345 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519753-1238234345.cnf

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

MD5SUM BENCH= 5a4a01076ef9554c4c4991324b6100b4
RANDOM SEED=1378457311

node70.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:       1822568 kB
Buffers:         38252 kB
Cached:         140116 kB
SwapCached:       8700 kB
Active:          82992 kB
Inactive:       105504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822568 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          15216 kB
Slab:            28836 kB
Committed_AS:  2133300 kB
PageTables:       2668 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= 65288 MiB
End job on node70 at 2009-03-28 11:19:14