Trace number 1519627

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.06 1200.44

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S1127319144-058.cnf
MD5SUM79b21fea94540db2568097a6c80690f8
Bench CategoryRANDOM (random 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 variables220
Number of clauses18700
Sum of the clauses size130900
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 518700

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-1519627-1238231897/watcher-1519627-1238231897 -o /tmp/evaluation-result-1519627-1238231897/solver-1519627-1238231897 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519627-1238231897.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 1.00 0.99 3/64 11569
/proc/meminfo: memFree=1964576/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=2912 CPUtime=0
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 318 0 0 0 0 0 0 0 18 0 1 0 1095856995 2981888 302 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 728 302 216 541 0 178 0

[startup+0.0618619 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 11569
/proc/meminfo: memFree=1964576/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=3704 CPUtime=0.05
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 547 0 0 0 5 0 0 0 18 0 1 0 1095856995 3792896 531 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 926 531 216 541 0 376 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3704

[startup+0.101867 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 11569
/proc/meminfo: memFree=1964576/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=4232 CPUtime=0.09
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 689 0 0 0 9 0 0 0 18 0 1 0 1095856995 4333568 673 1992294400 4194304 6412682 548682068864 18446744073709551615 4371385 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 1058 673 216 541 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4232

[startup+0.301899 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 11569
/proc/meminfo: memFree=1964576/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=6348 CPUtime=0.29
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 1240 0 0 0 29 0 0 0 19 0 1 0 1095856995 6500352 1224 1992294400 4194304 6412682 548682068864 18446744073709551615 4264210 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 1587 1224 235 541 0 1037 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6348

[startup+0.701964 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 11569
/proc/meminfo: memFree=1964576/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=6348 CPUtime=0.69
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 1240 0 0 0 69 0 0 0 23 0 1 0 1095856995 6500352 1224 1992294400 4194304 6412682 548682068864 18446744073709551615 4564952 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 1587 1224 235 541 0 1037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6348

[startup+1.50109 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1960536/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=7832 CPUtime=1.49
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 1935 0 0 0 148 1 0 0 25 0 1 0 1095856995 8019968 1611 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 1958 1611 244 541 0 1408 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7832

[startup+3.10135 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1956376/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=12976 CPUtime=3.09
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 3217 0 0 0 307 2 0 0 25 0 1 0 1095856995 13287424 2853 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 3244 2853 244 541 0 2694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12976

[startup+6.30187 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1950936/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=16648 CPUtime=6.28
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 4174 0 0 0 625 3 0 0 25 0 1 0 1095856995 17047552 3713 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 4162 3713 247 541 0 3612 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16648

[startup+12.7019 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1945496/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=22352 CPUtime=12.68
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 5635 0 0 0 1262 6 0 0 25 0 1 0 1095856995 22888448 4966 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 5588 4966 247 541 0 5038 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22352

[startup+25.502 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1937048/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=31436 CPUtime=25.48
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 8068 0 0 0 2536 12 0 0 25 0 1 0 1095856995 32190464 7084 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 7859 7084 247 541 0 7309 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31436

[startup+51.1011 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1925400/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=44172 CPUtime=51.07
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 11404 0 0 0 5085 22 0 0 25 0 1 0 1095856995 45232128 9941 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 11043 9941 247 541 0 10493 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44172

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1906200/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=64776 CPUtime=102.26
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 16905 0 0 0 10191 35 0 0 25 0 1 0 1095856995 66330624 14715 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 16194 14715 247 541 0 15644 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 64776

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1892376/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=81900 CPUtime=162.24
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 20826 0 0 0 16176 48 0 0 25 0 1 0 1095856995 83865600 18318 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 20475 18318 247 541 0 19925 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 81900

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1877272/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=96796 CPUtime=222.22
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 25199 0 0 0 22163 59 0 0 25 0 1 0 1095856995 99119104 21904 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 24199 21904 247 541 0 23649 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 96796

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1865048/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=112056 CPUtime=282.2
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 28784 0 0 0 28151 69 0 0 25 0 1 0 1095856995 114745344 25489 1992294400 4194304 6412682 548682068864 18446744073709551615 4296634 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 28014 25489 247 541 0 27464 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 112056

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1860888/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=114504 CPUtime=342.18
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 29831 0 0 0 34140 78 0 0 25 0 1 0 1095856995 117252096 26052 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 28626 26052 247 541 0 28076 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 114504

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1848472/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=128248 CPUtime=402.17
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 33463 0 0 0 40130 87 0 0 25 0 1 0 1095856995 131325952 29128 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 32062 29128 247 541 0 31512 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 128248

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1840152/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=137324 CPUtime=462.15
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 35562 0 0 0 46120 95 0 0 25 0 1 0 1095856995 140619776 31227 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 34331 31227 247 541 0 33781 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 137324

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1832728/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=148576 CPUtime=522.12
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 38028 0 0 0 52109 103 0 0 25 0 1 0 1095856995 152141824 33053 1992294400 4194304 6412682 548682068864 18446744073709551615 4286872 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 37144 33053 247 541 0 36594 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 148576

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1829656/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=152388 CPUtime=582.11
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 38839 0 0 0 58100 111 0 0 25 0 1 0 1095856995 156045312 33864 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 38097 33864 247 541 0 37547 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 152388

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1815064/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=167540 CPUtime=642.1
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 43118 0 0 0 64089 121 0 0 25 0 1 0 1095856995 171560960 37407 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 41885 37407 247 541 0 41335 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 167540

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1812696/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=170260 CPUtime=702.07
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 43706 0 0 0 70080 127 0 0 25 0 1 0 1095856995 174346240 37995 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 42565 37995 247 541 0 42015 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 170260

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 11570
/proc/meminfo: memFree=1808472/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=175060 CPUtime=762.06
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 44758 0 0 0 76072 134 0 0 25 0 1 0 1095856995 179261440 39047 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 43765 39047 247 541 0 43215 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 175060

[startup+822.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 11570
/proc/meminfo: memFree=1797016/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=187152 CPUtime=822.04
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 47607 0 0 0 82062 142 0 0 25 0 1 0 1095856995 191643648 41896 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 46788 41896 247 541 0 46238 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 187152

[startup+882.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 11570
/proc/meminfo: memFree=1792152/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=192692 CPUtime=882.01
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 49651 0 0 0 88053 148 0 0 25 0 1 0 1095856995 197316608 43094 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 48173 43094 247 541 0 47623 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 192692

[startup+942.301 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 11570
/proc/meminfo: memFree=1789976/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=195252 CPUtime=942
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 50192 0 0 0 94046 154 0 0 25 0 1 0 1095856995 199938048 43635 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 48813 43635 247 541 0 48263 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 195252

[startup+1002.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 11570
/proc/meminfo: memFree=1788568/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=196852 CPUtime=1001.98
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 50525 0 0 0 100038 160 0 0 25 0 1 0 1095856995 201576448 43968 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 49213 43968 247 541 0 48663 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 196852

[startup+1062.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 11570
/proc/meminfo: memFree=1778136/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=207400 CPUtime=1061.96
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 53160 0 0 0 106028 168 0 0 25 0 1 0 1095856995 212377600 46603 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 51850 46603 247 541 0 51300 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 207400

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 11570
/proc/meminfo: memFree=1767448/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=218788 CPUtime=1121.94
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 56750 0 0 0 112020 174 0 0 25 0 1 0 1095856995 224038912 49220 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 54697 49220 247 541 0 54147 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 218788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11572
/proc/meminfo: memFree=1766680/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=219428 CPUtime=1181.92
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 56928 0 0 0 118012 180 0 0 25 0 1 0 1095856995 224694272 49398 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 54857 49398 247 541 0 54307 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 219428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11572
/proc/meminfo: memFree=1766104/2055920 swapFree=4178496/4192956
[pid=11569] ppid=11567 vsize=220068 CPUtime=1200.02
/proc/11569/stat : 11569 (kw) R 11567 11569 11184 0 -1 0 57068 0 0 0 119820 182 0 0 25 0 1 0 1095856995 225349632 49538 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11569/statm: 55017 49538 247 541 0 54467 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 220068

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.44
CPU time (s): 1200.06
CPU user time (s): 1198.21
CPU system time (s): 1.85572
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 222360

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

runsolver used 0.781881 second user time and 2.6276 second system time

The end

Launcher Data

Begin job on node3 at 2009-03-28 10:18:17
IDJOB=1519627
IDBENCH=70243
IDSOLVER=501
FILE ID=node3/1519627-1238231897
PBS_JOBID= 9060646
Free space on /tmp= 65904 MiB

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

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

MD5SUM BENCH= 79b21fea94540db2568097a6c80690f8
RANDOM SEED=193898343

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:       1965056 kB
Buffers:          2488 kB
Cached:          21952 kB
SwapCached:       8268 kB
Active:          24520 kB
Inactive:         9892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1965056 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            2792 kB
Writeback:           0 kB
Mapped:          15636 kB
Slab:            42520 kB
Committed_AS:  2680208 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= 65904 MiB
End job on node3 at 2009-03-28 10:38:20