Trace number 1519699

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 1200.43

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S814638510-058.cnf
MD5SUM6fac88499c30c65b5d674700418285bf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.40987
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

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-1519699-1238233187/watcher-1519699-1238233187 -o /tmp/evaluation-result-1519699-1238233187/solver-1519699-1238233187 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519699-1238233187.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.99 0.98 0.99 3/64 13212
/proc/meminfo: memFree=859088/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=2708 CPUtime=0
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 302 0 0 0 0 0 0 0 18 0 1 0 1095984618 2772992 286 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 677 286 216 541 0 127 0

[startup+0.083968 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13212
/proc/meminfo: memFree=859088/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=4028 CPUtime=0.08
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 659 0 0 0 8 0 0 0 18 0 1 0 1095984618 4124672 643 1992294400 4194304 6412682 548682068864 18446744073709551615 4304692 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 1007 643 225 541 0 457 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4028

[startup+0.101968 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13212
/proc/meminfo: memFree=859088/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=4956 CPUtime=0.09
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 887 0 0 0 9 0 0 0 18 0 1 0 1095984618 5074944 871 1992294400 4194304 6412682 548682068864 18446744073709551615 4522432 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 1239 871 235 541 0 689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4956

[startup+0.301987 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13212
/proc/meminfo: memFree=859088/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=4956 CPUtime=0.29
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 887 0 0 0 29 0 0 0 19 0 1 0 1095984618 5074944 871 1992294400 4194304 6412682 548682068864 18446744073709551615 4564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 1239 871 235 541 0 689 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4956

[startup+0.701026 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13212
/proc/meminfo: memFree=859088/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=4788 CPUtime=0.69
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 1056 0 0 0 69 0 0 0 23 0 1 0 1095984618 4902912 853 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 1197 853 244 541 0 647 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4788

[startup+1.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13213
/proc/meminfo: memFree=854984/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=8816 CPUtime=1.49
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 2044 0 0 0 147 2 0 0 25 0 1 0 1095984618 9027584 1841 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 2204 1841 244 541 0 1654 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8816

[startup+3.10126 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13213
/proc/meminfo: memFree=851016/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=11860 CPUtime=3.09
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 2799 0 0 0 306 3 0 0 25 0 1 0 1095984618 12144640 2511 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 2965 2511 247 541 0 2415 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11860

[startup+6.30157 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13213
/proc/meminfo: memFree=847240/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=14904 CPUtime=6.29
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 3638 0 0 0 623 6 0 0 25 0 1 0 1095984618 15261696 3238 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 3726 3238 247 541 0 3176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14904

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13213
/proc/meminfo: memFree=842120/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=20580 CPUtime=12.69
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 5087 0 0 0 1260 9 0 0 25 0 1 0 1095984618 21073920 4448 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 5145 4448 247 541 0 4595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20580

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13213
/proc/meminfo: memFree=834376/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=28576 CPUtime=25.49
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 7282 0 0 0 2535 14 0 0 25 0 1 0 1095984618 29261824 6281 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 7144 6281 247 541 0 6594 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28576

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13213
/proc/meminfo: memFree=825928/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=39084 CPUtime=51.07
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 9873 0 0 0 5085 22 0 0 25 0 1 0 1095984618 40022016 8531 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 9771 8531 247 541 0 9221 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39084

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=810440/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=55892 CPUtime=102.27
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 14365 0 0 0 10190 37 0 0 25 0 1 0 1095984618 57233408 12296 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 13973 12296 247 541 0 13423 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55892

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=797064/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=71840 CPUtime=162.25
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 18345 0 0 0 16176 49 0 0 25 0 1 0 1095984618 73564160 15592 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 17960 15592 247 541 0 17410 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 71840

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=788296/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=81372 CPUtime=222.23
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 20984 0 0 0 22163 60 0 0 25 0 1 0 1095984618 83324928 17810 1992294400 4194304 6412682 548682068864 18446744073709551615 4286872 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 20343 17810 247 541 0 19793 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 81372

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=777800/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=92880 CPUtime=282.21
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 24017 0 0 0 28151 70 0 0 25 0 1 0 1095984618 95109120 20359 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 23220 20359 247 541 0 22670 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 92880

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=773384/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=97944 CPUtime=342.19
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 25184 0 0 0 34141 78 0 0 25 0 1 0 1095984618 100294656 21526 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 24486 21526 247 541 0 23936 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 97944

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=764040/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=108780 CPUtime=402.18
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 28045 0 0 0 40131 87 0 0 25 0 1 0 1095984618 111390720 23831 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 27195 23831 247 541 0 26645 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 108780

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=758024/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=114856 CPUtime=462.16
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 29563 0 0 0 46122 94 0 0 25 0 1 0 1095984618 117612544 25349 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 28714 25349 247 541 0 28164 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 114856

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=751240/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=125244 CPUtime=522.14
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 31909 0 0 0 52112 102 0 0 25 0 1 0 1095984618 128249856 27055 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 31311 27055 247 541 0 30761 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 125244

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=748168/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=128084 CPUtime=582.13
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 32672 0 0 0 58103 110 0 0 25 0 1 0 1095984618 131158016 27818 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 32021 27818 247 541 0 31471 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 128084

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=736584/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=140160 CPUtime=642.11
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 36219 0 0 0 64095 116 0 0 25 0 1 0 1095984618 143523840 30629 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 35040 30629 247 541 0 34490 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 140160

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=735048/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=142180 CPUtime=702.1
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 36632 0 0 0 70087 123 0 0 25 0 1 0 1095984618 145592320 31042 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 35545 31042 247 541 0 34995 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 142180

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=730376/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=147940 CPUtime=762.08
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 37796 0 0 0 76079 129 0 0 25 0 1 0 1095984618 151490560 32206 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 36985 32206 247 541 0 36435 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 147940

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=724168/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=154796 CPUtime=822.06
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 39376 0 0 0 82071 135 0 0 25 0 1 0 1095984618 158511104 33786 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 38699 33786 247 541 0 38149 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 154796

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=717704/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=161784 CPUtime=882.05
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 41756 0 0 0 88064 141 0 0 25 0 1 0 1095984618 165666816 35320 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 40446 35320 247 541 0 39896 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 161784

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=715976/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=164256 CPUtime=942.03
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 42223 0 0 0 94057 146 0 0 25 0 1 0 1095984618 168198144 35787 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 41064 35787 247 541 0 40514 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 164256

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=714184/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=166496 CPUtime=1002.01
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 42661 0 0 0 100049 152 0 0 25 0 1 0 1095984618 170491904 36225 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 41624 36225 247 541 0 41074 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 166496

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=708552/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=172556 CPUtime=1062
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 44120 0 0 0 106043 157 0 0 25 0 1 0 1095984618 176697344 37684 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 43139 37684 247 541 0 42589 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 172556

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=699016/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=183376 CPUtime=1121.98
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 46460 0 0 0 112036 162 0 0 25 0 1 0 1095984618 187777024 40024 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 45844 40024 247 541 0 45294 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 183376

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=697736/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=184372 CPUtime=1181.97
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 47732 0 0 0 118028 169 0 0 25 0 1 0 1095984618 188796928 40323 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 46093 40323 247 541 0 45543 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 184372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13215
/proc/meminfo: memFree=697672/2055920 swapFree=4178100/4192956
[pid=13212] ppid=13210 vsize=184372 CPUtime=1200.06
/proc/13212/stat : 13212 (kw) R 13210 13212 12842 0 -1 0 47746 0 0 0 119836 170 0 0 25 0 1 0 1095984618 188796928 40337 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13212/statm: 46093 40337 247 541 0 45543 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 184372

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.1
CPU user time (s): 1198.37
CPU system time (s): 1.73474
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 187944

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

runsolver used 0.867868 second user time and 2.78458 second system time

The end

Launcher Data

Begin job on node18 at 2009-03-28 10:39:47
IDJOB=1519699
IDBENCH=70279
IDSOLVER=501
FILE ID=node18/1519699-1238233187
PBS_JOBID= 9060632
Free space on /tmp= 66196 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S814638510-058.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519699-1238233187/watcher-1519699-1238233187 -o /tmp/evaluation-result-1519699-1238233187/solver-1519699-1238233187 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519699-1238233187.cnf

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

MD5SUM BENCH= 6fac88499c30c65b5d674700418285bf
RANDOM SEED=222866224

node18.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.214
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.214
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:        859504 kB
Buffers:         82500 kB
Cached:        1023212 kB
SwapCached:       8808 kB
Active:          95560 kB
Inactive:      1022672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        859504 kB
SwapTotal:     4192956 kB
SwapFree:      4178100 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          16304 kB
Slab:            64192 kB
Committed_AS:  2943924 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= 66196 MiB
End job on node18 at 2009-03-28 10:59:50