Trace number 1519655

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1352224201-070.cnf
MD5SUMce4c4bfdd2071e51446dd0a693e805b0
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 variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

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-1519655-1238232519/watcher-1519655-1238232519 -o /tmp/evaluation-result-1519655-1238232519/solver-1519655-1238232519 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519655-1238232519.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.00 1.00 1.00 3/76 18110
/proc/meminfo: memFree=1359144/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=2780 CPUtime=0
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 316 0 0 0 0 0 0 0 18 0 1 0 1095913156 2846720 300 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 695 300 216 541 0 145 0

[startup+0.013461 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18110
/proc/meminfo: memFree=1359144/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=2912 CPUtime=0.01
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 343 0 0 0 1 0 0 0 18 0 1 0 1095913156 2981888 327 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 728 327 216 541 0 178 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2912

[startup+0.101468 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18110
/proc/meminfo: memFree=1359144/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=4364 CPUtime=0.09
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 719 0 0 0 9 0 0 0 18 0 1 0 1095913156 4468736 703 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1091 704 216 541 0 541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4364

[startup+0.301484 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18110
/proc/meminfo: memFree=1359144/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=5684 CPUtime=0.29
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 1062 0 0 0 29 0 0 0 19 0 1 0 1095913156 5820416 1046 1992294400 4194304 6412682 548682068864 18446744073709551615 4522098 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1421 1046 235 541 0 871 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5684

[startup+0.701518 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18110
/proc/meminfo: memFree=1359144/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=5684 CPUtime=0.69
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 1062 0 0 0 69 0 0 0 22 0 1 0 1095913156 5820416 1046 1992294400 4194304 6412682 548682068864 18446744073709551615 4522396 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1421 1046 235 541 0 871 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5684

[startup+1.50158 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1355616/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=8480 CPUtime=1.49
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 2012 0 0 0 148 1 0 0 25 0 1 0 1095913156 8683520 1749 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2120 1749 244 541 0 1570 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8480

[startup+3.10172 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1350560/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=12692 CPUtime=3.09
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 3057 0 0 0 306 3 0 0 25 0 1 0 1095913156 12996608 2754 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 3173 2755 247 541 0 2623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12692

[startup+6.30198 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1346608/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=15944 CPUtime=6.29
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 3992 0 0 0 624 5 0 0 25 0 1 0 1095913156 16326656 3532 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 3986 3532 247 541 0 3436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15944

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1340784/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=22180 CPUtime=12.69
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 5618 0 0 0 1261 8 0 0 25 0 1 0 1095913156 22712320 4919 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 5545 4919 247 541 0 4995 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22180

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1333360/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=29988 CPUtime=25.49
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 7635 0 0 0 2535 14 0 0 25 0 1 0 1095913156 30707712 6712 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 7497 6712 247 541 0 6947 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29988

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1323440/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=40932 CPUtime=51.07
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 10512 0 0 0 5086 21 0 0 25 0 1 0 1095913156 41914368 9110 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 10233 9110 247 541 0 9683 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40932

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1305904/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=60316 CPUtime=102.27
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 15613 0 0 0 10190 37 0 0 25 0 1 0 1095913156 61763584 13484 1992294400 4194304 6412682 548682068864 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 15079 13484 247 541 0 14529 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60316

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1290992/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=77868 CPUtime=162.25
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 19687 0 0 0 16175 50 0 0 25 0 1 0 1095913156 79736832 17240 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 19467 17240 247 541 0 18917 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 77868

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1279152/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=90416 CPUtime=222.24
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 23317 0 0 0 22161 63 0 0 25 0 1 0 1095913156 92585984 20083 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 22604 20083 247 541 0 22054 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 90416

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1271344/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=99424 CPUtime=282.22
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 25398 0 0 0 28151 71 0 0 25 0 1 0 1095913156 101810176 22164 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 24856 22164 247 541 0 24306 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 99424

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1266032/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=104956 CPUtime=342.2
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 27154 0 0 0 34140 80 0 0 25 0 1 0 1095913156 107474944 23436 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 26239 23436 247 541 0 25689 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 104956

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1252400/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=120460 CPUtime=402.18
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 31074 0 0 0 40127 91 0 0 25 0 1 0 1095913156 123351040 26800 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 30115 26800 247 541 0 29565 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 120460

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1247664/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=124980 CPUtime=462.17
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 32279 0 0 0 46116 101 0 0 25 0 1 0 1095913156 127979520 28005 1992294400 4194304 6412682 548682068864 18446744073709551615 4287605 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 31245 28005 247 541 0 30695 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 124980

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1238512/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=137064 CPUtime=522.15
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 35152 0 0 0 52105 110 0 0 25 0 1 0 1095913156 140353536 30238 1992294400 4194304 6412682 548682068864 18446744073709551615 4286896 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 34266 30238 247 541 0 33716 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 137064

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1236272/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=139784 CPUtime=582.14
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 35706 0 0 0 58096 118 0 0 25 0 1 0 1095913156 143138816 30792 1992294400 4194304 6412682 548682068864 18446744073709551615 4286911 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 34946 30792 247 541 0 34396 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 139784

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18112
/proc/meminfo: memFree=1219120/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=157956 CPUtime=642.13
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 39979 0 0 0 64086 127 0 0 25 0 1 0 1095913156 161746944 35065 1992294400 4194304 6412682 548682068864 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 39489 35065 247 541 0 38939 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 157956

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1220592/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=156888 CPUtime=702.11
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 40342 0 0 0 70077 134 0 0 25 0 1 0 1095913156 160653312 34692 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 39222 34692 247 541 0 38672 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 156888

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1216560/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=161208 CPUtime=762.1
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 41346 0 0 0 76070 140 0 0 25 0 1 0 1095913156 165076992 35696 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 40302 35696 247 541 0 39752 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 161208

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1207984/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=169928 CPUtime=822.08
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 43524 0 0 0 82061 147 0 0 25 0 1 0 1095913156 174006272 37874 1992294400 4194304 6412682 548682068864 18446744073709551615 4286790 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 42482 37874 247 541 0 41932 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 169928

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1200752/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=177772 CPUtime=882.06
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 46124 0 0 0 88051 155 0 0 25 0 1 0 1095913156 182038528 39628 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 44443 39628 247 541 0 43893 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 177772

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1198960/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=179852 CPUtime=942.05
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 46571 0 0 0 94043 162 0 0 25 0 1 0 1095913156 184168448 40075 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 44963 40075 247 541 0 44413 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 179852

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1196912/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=182732 CPUtime=1002.03
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 47083 0 0 0 100036 167 0 0 25 0 1 0 1095913156 187117568 40587 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 45683 40587 247 541 0 45133 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 182732

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1192304/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=187940 CPUtime=1062.01
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 48319 0 0 0 106027 174 0 0 25 0 1 0 1095913156 192450560 41823 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 46985 41823 247 541 0 46435 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 187940

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1178288/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=203808 CPUtime=1122
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 51737 0 0 0 112018 182 0 0 25 0 1 0 1095913156 208699392 45241 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 50952 45241 247 541 0 50402 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 203808

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1177712/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=204448 CPUtime=1181.98
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 52829 0 0 0 118010 188 0 0 25 0 1 0 1095913156 209354752 45360 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 51112 45360 247 541 0 50562 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 204448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18113
/proc/meminfo: memFree=1177008/2055920 swapFree=4173544/4192956
[pid=18110] ppid=18108 vsize=205408 CPUtime=1200.09
/proc/18110/stat : 18110 (kw) R 18108 18110 17771 0 -1 0 53000 0 0 0 119819 190 0 0 25 0 1 0 1095913156 210337792 45531 1992294400 4194304 6412682 548682068864 18446744073709551615 4286790 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 51352 45531 247 541 0 50802 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 205408

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.12
CPU user time (s): 1198.19
CPU system time (s): 1.93271
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 207700

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

runsolver used 1.11383 second user time and 3.2695 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-28 10:28:40
IDJOB=1519655
IDBENCH=70257
IDSOLVER=501
FILE ID=node65/1519655-1238232519
PBS_JOBID= 9060604
Free space on /tmp= 66268 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1352224201-070.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519655-1238232519/watcher-1519655-1238232519 -o /tmp/evaluation-result-1519655-1238232519/solver-1519655-1238232519 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519655-1238232519.cnf

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

MD5SUM BENCH= ce4c4bfdd2071e51446dd0a693e805b0
RANDOM SEED=1028150007

node65.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.231
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.231
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:       1359560 kB
Buffers:         69828 kB
Cached:         530512 kB
SwapCached:      10232 kB
Active:         100328 kB
Inactive:       511744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1359560 kB
SwapTotal:     4192956 kB
SwapFree:      4173544 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:          16944 kB
Slab:            68996 kB
Committed_AS:  3269968 kB
PageTables:       2316 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= 66264 MiB
End job on node65 at 2009-03-28 10:48:42