Trace number 1519691

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.13 1200.43

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1906075351-024.cnf
MD5SUMad3646e0a0cdbfbd5513a638946c9f2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.7128
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-1519691-1238233133/watcher-1519691-1238233133 -o /tmp/evaluation-result-1519691-1238233133/solver-1519691-1238233133 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519691-1238233133.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.92 0.98 0.99 3/80 18713
/proc/meminfo: memFree=1521720/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=2708 CPUtime=0
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 305 0 0 0 0 0 0 0 18 0 1 0 1095977181 2772992 289 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 677 289 216 541 0 127 0

[startup+0.0343441 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 18713
/proc/meminfo: memFree=1521720/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=3236 CPUtime=0.03
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 419 0 0 0 3 0 0 0 18 0 1 0 1095977181 3313664 403 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 809 403 216 541 0 259 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3236

[startup+0.10135 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 18713
/proc/meminfo: memFree=1521720/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=4920 CPUtime=0.09
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 890 0 0 0 9 0 0 0 18 0 1 0 1095977181 5038080 874 1992294400 4194304 6412682 548682068864 18446744073709551615 4564560 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 1230 874 235 541 0 680 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4920

[startup+0.30137 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 18713
/proc/meminfo: memFree=1521720/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=4920 CPUtime=0.29
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 890 0 0 0 29 0 0 0 19 0 1 0 1095977181 5038080 874 1992294400 4194304 6412682 548682068864 18446744073709551615 4564555 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 1230 874 235 541 0 680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4920

[startup+0.701413 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 18713
/proc/meminfo: memFree=1521720/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=4792 CPUtime=0.69
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 1056 0 0 0 69 0 0 0 22 0 1 0 1095977181 4907008 851 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 1198 851 244 541 0 648 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4792

[startup+1.5015 s]
/proc/loadavg: 0.92 0.98 0.99 2/81 18714
/proc/meminfo: memFree=1517552/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=8744 CPUtime=1.49
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 2022 0 0 0 148 1 0 0 25 0 1 0 1095977181 8953856 1817 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 2186 1817 244 541 0 1636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8744

[startup+3.10166 s]
/proc/loadavg: 0.92 0.98 0.99 2/81 18714
/proc/meminfo: memFree=1513584/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=11760 CPUtime=3.09
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 2805 0 0 0 307 2 0 0 25 0 1 0 1095977181 12042240 2515 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 2940 2515 247 541 0 2390 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11760

[startup+6.30199 s]
/proc/loadavg: 0.93 0.98 0.99 2/81 18714
/proc/meminfo: memFree=1509680/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=14844 CPUtime=6.29
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 3606 0 0 0 624 5 0 0 25 0 1 0 1095977181 15200256 3204 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 3711 3204 247 541 0 3161 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14844

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/81 18714
/proc/meminfo: memFree=1504752/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=20532 CPUtime=12.69
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 5095 0 0 0 1261 8 0 0 25 0 1 0 1095977181 21024768 4454 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 5133 4454 247 541 0 4583 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20532

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/81 18714
/proc/meminfo: memFree=1497008/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=28384 CPUtime=25.48
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 7255 0 0 0 2535 13 0 0 25 0 1 0 1095977181 29065216 6252 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 7096 6252 247 541 0 6546 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28384

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/81 18714
/proc/meminfo: memFree=1488496/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=38848 CPUtime=51.08
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 9878 0 0 0 5085 23 0 0 25 0 1 0 1095977181 39780352 8534 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 9712 8534 247 541 0 9162 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38848

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/81 18714
/proc/meminfo: memFree=1473328/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=55156 CPUtime=102.27
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 14271 0 0 0 10191 36 0 0 25 0 1 0 1095977181 56479744 12200 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 13789 12200 247 541 0 13239 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55156

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18714
/proc/meminfo: memFree=1459440/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=71624 CPUtime=162.25
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 18387 0 0 0 16177 48 0 0 25 0 1 0 1095977181 73342976 15632 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 17906 15632 247 541 0 17356 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 71624

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18715
/proc/meminfo: memFree=1449968/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=82572 CPUtime=222.24
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 21173 0 0 0 22163 61 0 0 25 0 1 0 1095977181 84553728 17997 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 20643 17997 247 541 0 20093 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 82572

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1440240/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=92960 CPUtime=282.21
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 24076 0 0 0 28150 71 0 0 25 0 1 0 1095977181 95191040 20416 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 23240 20416 247 541 0 22690 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 92960

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1435376/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=98300 CPUtime=342.21
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 25342 0 0 0 34139 82 0 0 25 0 1 0 1095977181 100659200 21682 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 24575 21682 247 541 0 24025 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 98300

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1426736/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=107596 CPUtime=402.19
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 28011 0 0 0 40128 91 0 0 25 0 1 0 1095977181 110178304 23795 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 26899 23795 247 541 0 26349 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 107596

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1421232/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=113792 CPUtime=462.18
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 29428 0 0 0 46119 99 0 0 25 0 1 0 1095977181 116523008 25212 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 28448 25212 247 541 0 27898 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 113792

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1413872/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=123880 CPUtime=522.16
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 31857 0 0 0 52109 107 0 0 25 0 1 0 1095977181 126853120 27001 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 30970 27001 247 541 0 30420 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 123880

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1411376/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=126760 CPUtime=582.14
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 32479 0 0 0 58100 114 0 0 25 0 1 0 1095977181 129802240 27623 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 31690 27623 247 541 0 31140 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 126760

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1396656/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=142600 CPUtime=642.13
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 36150 0 0 0 64090 123 0 0 25 0 1 0 1095977181 146022400 31294 1992294400 4194304 6412682 548682068864 18446744073709551615 4296562 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 35650 31294 247 541 0 35100 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 142600

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1397552/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=142340 CPUtime=702.11
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 36647 0 0 0 70082 129 0 0 25 0 1 0 1095977181 145756160 31055 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 35585 31055 247 541 0 35035 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 142340

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1394160/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=145540 CPUtime=762.1
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 37484 0 0 0 76074 136 0 0 25 0 1 0 1095977181 149032960 31892 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 36385 31892 247 541 0 35835 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 145540

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1389488/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=150660 CPUtime=822.08
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 38653 0 0 0 82067 141 0 0 25 0 1 0 1095977181 154275840 33061 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 37665 33061 247 541 0 37115 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 150660

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1379632/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=161136 CPUtime=882.06
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 41919 0 0 0 88058 148 0 0 25 0 1 0 1095977181 165003264 35481 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 40284 35481 247 541 0 39734 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 161136

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1379120/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=162096 CPUtime=942.05
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 42104 0 0 0 94050 155 0 0 25 0 1 0 1095977181 165986304 35666 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 40524 35666 247 541 0 39974 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 162096

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1377328/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=164016 CPUtime=1002.03
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 42544 0 0 0 100044 159 0 0 25 0 1 0 1095977181 167952384 36106 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 41004 36106 247 541 0 40454 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 164016

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1375600/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=166576 CPUtime=1062.01
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 42975 0 0 0 106036 165 0 0 25 0 1 0 1095977181 170573824 36537 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 41644 36537 247 541 0 41094 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 166576

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1365104/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=177352 CPUtime=1122
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 45587 0 0 0 112028 172 0 0 25 0 1 0 1095977181 181608448 39149 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 44338 39149 247 541 0 43788 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 177352

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1360240/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=182444 CPUtime=1181.99
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 47728 0 0 0 118021 178 0 0 25 0 1 0 1095977181 186822656 40317 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 45611 40317 247 541 0 45061 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 182444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 18716
/proc/meminfo: memFree=1360240/2055912 swapFree=4170660/4192956
[pid=18713] ppid=18711 vsize=182444 CPUtime=1200.09
/proc/18713/stat : 18713 (kw) R 18711 18713 18278 0 -1 0 47736 0 0 0 119830 179 0 0 25 0 1 0 1095977181 186822656 40325 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18713/statm: 45611 40325 247 541 0 45061 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 182444

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.13
CPU user time (s): 1198.3
CPU system time (s): 1.82472
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 186336

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

runsolver used 1.48077 second user time and 3.98739 second system time

The end

Launcher Data

Begin job on node78 at 2009-03-28 10:38:53
IDJOB=1519691
IDBENCH=70275
IDSOLVER=501
FILE ID=node78/1519691-1238233133
PBS_JOBID= 9060568
Free space on /tmp= 126872 MiB

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

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

MD5SUM BENCH= ad3646e0a0cdbfbd5513a638946c9f2e
RANDOM SEED=493859830

node78.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:      2055912 kB
MemFree:       1522136 kB
Buffers:         62652 kB
Cached:         384704 kB
SwapCached:       7768 kB
Active:         125732 kB
Inactive:       332060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1522136 kB
SwapTotal:     4192956 kB
SwapFree:      4170660 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          16096 kB
Slab:            60160 kB
Committed_AS:  2474820 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126868 MiB
End job on node78 at 2009-03-28 10:58:55