Trace number 1519749

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.46

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S195213520-027.cnf
MD5SUM9441297e33213208348519454e6efb92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.28859
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519749-1238234334/watcher-1519749-1238234334 -o /tmp/evaluation-result-1519749-1238234334/solver-1519749-1238234334 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519749-1238234334.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/73 4376
/proc/meminfo: memFree=1361776/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=5496 CPUtime=0
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 962 0 0 0 0 0 0 0 20 0 1 0 1096097903 5627904 946 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 1374 952 208 541 0 824 0

[startup+0.0657389 s]
/proc/loadavg: 0.99 0.98 0.99 3/73 4376
/proc/meminfo: memFree=1361776/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=7880 CPUtime=0.05
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 1565 0 0 0 5 0 0 0 20 0 1 0 1096097903 8069120 1549 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 1970 1549 219 541 0 1420 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7880

[startup+0.101742 s]
/proc/loadavg: 0.99 0.98 0.99 3/73 4376
/proc/meminfo: memFree=1361776/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=8276 CPUtime=0.09
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 1667 0 0 0 9 0 0 0 20 0 1 0 1096097903 8474624 1651 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 2069 1651 219 541 0 1519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8276

[startup+0.301765 s]
/proc/loadavg: 0.99 0.98 0.99 3/73 4376
/proc/meminfo: memFree=1361776/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=11508 CPUtime=0.29
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 2498 0 0 0 29 0 0 0 22 0 1 0 1096097903 11784192 2435 1992294400 4194304 6412682 548682068864 18446744073709551615 4522339 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 2877 2435 246 541 0 2327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11508

[startup+0.701813 s]
/proc/loadavg: 0.99 0.98 0.99 3/73 4376
/proc/meminfo: memFree=1361776/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=11256 CPUtime=0.69
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 2515 0 0 0 68 1 0 0 25 0 1 0 1096097903 11526144 2389 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 2814 2389 253 541 0 2264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11256

[startup+1.50191 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4377
/proc/meminfo: memFree=1352872/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=12708 CPUtime=1.49
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 2910 0 0 0 148 1 0 0 25 0 1 0 1096097903 13012992 2784 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 3177 2784 253 541 0 2627 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12708

[startup+3.10109 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4377
/proc/meminfo: memFree=1349864/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=16536 CPUtime=3.08
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 3874 0 0 0 306 2 0 0 25 0 1 0 1096097903 16932864 3748 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 4134 3748 253 541 0 3584 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16536

[startup+6.30147 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4377
/proc/meminfo: memFree=1341672/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=24264 CPUtime=6.28
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 5798 0 0 0 624 4 0 0 25 0 1 0 1096097903 24846336 5672 1992294400 4194304 6412682 548682068864 18446744073709551615 5277658 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 6066 5672 253 541 0 5516 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24264

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4377
/proc/meminfo: memFree=1335144/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=28964 CPUtime=12.69
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 6921 0 0 0 1262 7 0 0 25 0 1 0 1096097903 29659136 6795 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 7241 6795 256 541 0 6691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28964

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4377
/proc/meminfo: memFree=1326632/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=37740 CPUtime=25.49
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 9165 0 0 0 2537 12 0 0 25 0 1 0 1096097903 38645760 9039 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 9435 9039 256 541 0 8885 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37740

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4377
/proc/meminfo: memFree=1313000/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=51672 CPUtime=51.08
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 12827 0 0 0 5088 20 0 0 25 0 1 0 1096097903 52912128 12462 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 12918 12462 256 541 0 12368 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51672

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4377
/proc/meminfo: memFree=1284648/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=79644 CPUtime=102.27
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 20238 0 0 0 10193 34 0 0 25 0 1 0 1096097903 81555456 19353 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 19911 19353 256 541 0 19361 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 79644

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1259232/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=104744 CPUtime=162.24
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 26967 0 0 0 16173 51 0 0 25 0 1 0 1096097903 107257856 25691 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 26186 25691 256 541 0 25636 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 104744

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1241120/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=123120 CPUtime=222.23
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 31822 0 0 0 22159 64 0 0 25 0 1 0 1096097903 126074880 30305 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 30780 30305 256 541 0 30230 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 123120

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1215840/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=148744 CPUtime=282.21
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 38539 0 0 0 28140 81 0 0 25 0 1 0 1096097903 152313856 36745 1992294400 4194304 6412682 548682068864 18446744073709551615 4363655 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 37186 36745 256 541 0 36636 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 148744

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1199328/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=165852 CPUtime=342.2
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 42859 0 0 0 34128 92 0 0 25 0 1 0 1096097903 169832448 40747 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 41463 40747 256 541 0 40913 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 165852

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1191648/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=173172 CPUtime=402.17
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 45098 0 0 0 40117 100 0 0 25 0 1 0 1096097903 177328128 42620 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 43293 42620 256 541 0 42743 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 173172

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1164776/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=199608 CPUtime=462.15
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 52149 0 0 0 46101 114 0 0 25 0 1 0 1096097903 204398592 49250 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 49902 49250 256 541 0 49352 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 199608

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1144744/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=220336 CPUtime=522.14
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 57361 0 0 0 52087 127 0 0 25 0 1 0 1096097903 225624064 54462 1992294400 4194304 6412682 548682068864 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 55084 54462 256 541 0 54534 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 220336

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1135208/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=228784 CPUtime=582.12
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 60001 0 0 0 58076 136 0 0 25 0 1 0 1096097903 234274816 56618 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 57196 56618 256 541 0 56646 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 228784

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1116200/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=247856 CPUtime=642.11
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 64786 0 0 0 64062 149 0 0 25 0 1 0 1096097903 253804544 61403 1992294400 4194304 6412682 548682068864 18446744073709551615 5263984 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 61964 61403 256 541 0 61414 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 247856

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1097704/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=266052 CPUtime=702.09
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 69908 0 0 0 70049 160 0 0 25 0 1 0 1096097903 272437248 65969 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 66513 65969 256 541 0 65963 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 266052

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1097704/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=266052 CPUtime=762.08
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 69909 0 0 0 76042 166 0 0 25 0 1 0 1096097903 272437248 65970 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 66513 65970 256 541 0 65963 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 266052

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1067496/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=298944 CPUtime=822.06
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 77563 0 0 0 82027 179 0 0 25 0 1 0 1096097903 306118656 73624 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 74736 73624 256 541 0 74186 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 298944

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1062632/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=303328 CPUtime=882.04
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 79297 0 0 0 88018 186 0 0 25 0 1 0 1096097903 310607872 74718 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 75832 74718 256 541 0 75282 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 303328

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1062632/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=303328 CPUtime=942.03
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 79301 0 0 0 94011 192 0 0 25 0 1 0 1096097903 310607872 74722 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 75832 74722 256 541 0 75282 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 303328

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1037608/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=328624 CPUtime=1002.01
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 85629 0 0 0 99997 204 0 0 25 0 1 0 1096097903 336510976 81050 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 82156 81050 256 541 0 81606 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 328624

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1019368/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=346332 CPUtime=1062
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 90826 0 0 0 105986 214 0 0 25 0 1 0 1096097903 354643968 85511 1992294400 4194304 6412682 548682068864 18446744073709551615 4286874 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 86583 85511 256 541 0 86033 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 346332

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1019368/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=346332 CPUtime=1121.98
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 90826 0 0 0 111976 222 0 0 25 0 1 0 1096097903 354643968 85511 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 86583 85511 256 541 0 86033 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 346332

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1019368/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=346552 CPUtime=1181.97
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 90876 0 0 0 117970 227 0 0 25 0 1 0 1096097903 354869248 85561 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 86638 85561 256 541 0 86088 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 346552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4383
/proc/meminfo: memFree=1019368/2055920 swapFree=4175504/4192956
[pid=4376] ppid=4374 vsize=346552 CPUtime=1200.07
/proc/4376/stat : 4376 (kw) R 4374 4376 3979 0 -1 0 90877 0 0 0 119778 229 0 0 25 0 1 0 1096097903 354869248 85562 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/4376/statm: 86638 85562 256 541 0 86088 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 346552

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.46
CPU time (s): 1200.13
CPU user time (s): 1197.78
CPU system time (s): 2.34864
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 349276

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

runsolver used 1.09883 second user time and 3.2795 second system time

The end

Launcher Data

Begin job on node77 at 2009-03-28 10:58:54
IDJOB=1519749
IDBENCH=70304
IDSOLVER=501
FILE ID=node77/1519749-1238234334
PBS_JOBID= 9060576
Free space on /tmp= 66552 MiB

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

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

MD5SUM BENCH= 9441297e33213208348519454e6efb92
RANDOM SEED=1537674861

node77.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.230
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.230
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1362256 kB
Buffers:         66568 kB
Cached:         537632 kB
SwapCached:       9160 kB
Active:         168672 kB
Inactive:       448808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362256 kB
SwapTotal:     4192956 kB
SwapFree:      4175504 kB
Dirty:            2844 kB
Writeback:           0 kB
Mapped:          17536 kB
Slab:            61320 kB
Committed_AS:  2584896 kB
PageTables:       1984 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= 66552 MiB
End job on node77 at 2009-03-28 11:18:56