Trace number 1722942

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
Bench CategoryAPPLICATION (applications 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 variables2058
Number of clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1722942-1240681262/watcher-1722942-1240681262 -o /tmp/evaluation-result-1722942-1240681262/solver-1722942-1240681262 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1722942-1240681262.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/65 22378
/proc/meminfo: memFree=1658608/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=5332 CPUtime=0
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 660 0 0 0 0 0 0 0 18 0 1 0 96159392 5459968 644 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 1333 644 219 541 0 783 0

[startup+0.0646669 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22378
/proc/meminfo: memFree=1658608/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=6388 CPUtime=0.05
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 964 0 0 0 5 0 0 0 18 0 1 0 96159392 6541312 948 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 1597 948 219 541 0 1047 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6388

[startup+0.102672 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22378
/proc/meminfo: memFree=1658608/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=7312 CPUtime=0.09
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 1193 0 0 0 9 0 0 0 18 0 1 0 96159392 7487488 1177 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 1828 1177 219 541 0 1278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7312

[startup+0.301694 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22378
/proc/meminfo: memFree=1658608/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=11716 CPUtime=0.29
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 2380 0 0 0 29 0 0 0 19 0 1 0 96159392 11997184 2364 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 2929 2364 219 541 0 2379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11716

[startup+0.702739 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22378
/proc/meminfo: memFree=1658608/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=22776 CPUtime=0.69
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 5216 0 0 0 67 2 0 0 22 0 1 0 96159392 23322624 5200 1992294400 4194304 6412682 548682068832 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 5694 5200 239 541 0 5144 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22776

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1638632/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=22776 CPUtime=1.49
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 5216 0 0 0 147 2 0 0 25 0 1 0 96159392 23322624 5200 1992294400 4194304 6412682 548682068832 18446744073709551615 4542313 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 5694 5200 239 541 0 5144 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22776

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1633512/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=29180 CPUtime=3.09
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 6593 0 0 0 306 3 0 0 25 0 1 0 96159392 29880320 6577 1992294400 4194304 6412682 548682068832 18446744073709551615 4564578 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 7295 6577 247 541 0 6745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29180

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1633000/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=28308 CPUtime=6.29
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 6625 0 0 0 626 3 0 0 25 0 1 0 96159392 28987392 6408 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 7077 6408 254 541 0 6527 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28308

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1629672/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=32408 CPUtime=12.69
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 7582 0 0 0 1264 5 0 0 25 0 1 0 96159392 33185792 7325 1992294400 4194304 6412682 548682068832 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 8102 7325 257 541 0 7552 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32408

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1619176/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=44696 CPUtime=25.48
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 10403 0 0 0 2538 10 0 0 25 0 1 0 96159392 45768704 9920 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 11174 9920 257 541 0 10624 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44696

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1601512/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=65012 CPUtime=51.07
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 15202 0 0 0 5088 19 0 0 25 0 1 0 96159392 66572288 14445 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 16253 14445 257 541 0 15703 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65012

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1577640/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=91748 CPUtime=102.27
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 21460 0 0 0 10198 29 0 0 25 0 1 0 96159392 93949952 20287 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 22937 20287 257 541 0 22387 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 91748

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1560296/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=112604 CPUtime=162.24
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 25975 0 0 0 16189 35 0 0 25 0 1 0 96159392 115306496 24620 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 28151 24620 257 541 0 27601 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 112604

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1544680/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=130880 CPUtime=222.22
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 30068 0 0 0 22180 42 0 0 25 0 1 0 96159392 134021120 28504 1992294400 4194304 6412682 548682068832 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 32720 28504 257 541 0 32170 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 130880

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1529192/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=149180 CPUtime=282.21
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 34450 0 0 0 28169 52 0 0 25 0 1 0 96159392 152760320 32368 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 37295 32368 257 541 0 36745 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 149180

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1503656/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=175672 CPUtime=342.19
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 41128 0 0 0 34155 64 0 0 25 0 1 0 96159392 179888128 38362 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 43918 38362 257 541 0 43368 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 175672

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1500968/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=180740 CPUtime=402.18
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 42169 0 0 0 40150 68 0 0 25 0 1 0 96159392 185077760 39403 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 45185 39403 257 541 0 44635 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 180740

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1493096/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=190980 CPUtime=462.16
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 44127 0 0 0 46146 70 0 0 25 0 1 0 96159392 195563520 41361 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 47745 41361 257 541 0 47195 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 190980

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1489256/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=195648 CPUtime=522.14
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 45085 0 0 0 52142 72 0 0 25 0 1 0 96159392 200343552 42319 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 48912 42319 257 541 0 48362 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 195648

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1471336/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=218388 CPUtime=582.13
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 49969 0 0 0 58136 77 0 0 25 0 1 0 96159392 223629312 46782 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 54597 46782 257 541 0 54047 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 218388

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1450600/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=239936 CPUtime=642.12
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 55132 0 0 0 64126 86 0 0 25 0 1 0 96159392 245694464 51945 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 59984 51945 257 541 0 59434 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 239936

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1438568/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=253128 CPUtime=702.1
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 58620 0 0 0 70118 92 0 0 25 0 1 0 96159392 259203072 54949 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 63282 54949 257 541 0 62732 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 253128

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1433320/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=259528 CPUtime=762.09
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 59920 0 0 0 76112 97 0 0 25 0 1 0 96159392 265756672 56249 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 64882 56249 257 541 0 64332 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 259528

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1427304/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=265892 CPUtime=822.07
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 61420 0 0 0 82108 99 0 0 25 0 1 0 96159392 272273408 57749 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 66473 57749 257 541 0 65923 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 265892

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1401896/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=294812 CPUtime=882.05
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 68315 0 0 0 88096 109 0 0 25 0 1 0 96159392 301887488 64088 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 73703 64088 257 541 0 73153 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 294812

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1399464/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=298012 CPUtime=942.03
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 68925 0 0 0 94091 112 0 0 25 0 1 0 96159392 305164288 64698 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 74503 64698 257 541 0 73953 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 298012

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1396584/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=301852 CPUtime=1002.02
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 69647 0 0 0 100087 115 0 0 25 0 1 0 96159392 309096448 65420 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 75463 65420 257 541 0 74913 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 301852

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1384232/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=317216 CPUtime=1062.01
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 72723 0 0 0 106081 120 0 0 25 0 1 0 96159392 324829184 68496 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 79304 68496 257 541 0 78754 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 317216

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1372136/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=330172 CPUtime=1121.99
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 76412 0 0 0 112072 127 0 0 25 0 1 0 96159392 338096128 71545 1992294400 4194304 6412682 548682068832 18446744073709551615 4286833 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 82543 71545 257 541 0 81993 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 330172

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22379
/proc/meminfo: memFree=1370536/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=331772 CPUtime=1181.97
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 76761 0 0 0 118066 131 0 0 25 0 1 0 96159392 339734528 71894 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 82943 71894 257 541 0 82393 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 331772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22385
/proc/meminfo: memFree=1369440/2055920 swapFree=4179360/4192956
[pid=22378] ppid=22376 vsize=333052 CPUtime=1200.06
/proc/22378/stat : 22378 (kw) R 22376 22378 21799 0 -1 0 76979 0 0 0 119874 132 0 0 25 0 1 0 96159392 341045248 72112 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 83263 72112 257 541 0 82713 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 333052

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.45
CPU time (s): 1200.12
CPU user time (s): 1198.75
CPU system time (s): 1.37079
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 333052

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

runsolver used 1.2998 second user time and 3.05653 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-25 19:41:02
IDJOB=1722942
IDBENCH=71100
IDSOLVER=501
FILE ID=node32/1722942-1240681262
PBS_JOBID= 9186631
Free space on /tmp= 66384 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_13_UNKNOWN.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722942-1240681262/watcher-1722942-1240681262 -o /tmp/evaluation-result-1722942-1240681262/solver-1722942-1240681262 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1722942-1240681262.cnf

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=1656065825

node32.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.216
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.216
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:       1659088 kB
Buffers:         50888 kB
Cached:         292416 kB
SwapCached:       7236 kB
Active:         140068 kB
Inactive:       213208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659088 kB
SwapTotal:     4192956 kB
SwapFree:      4179360 kB
Dirty:            4368 kB
Writeback:           0 kB
Mapped:          14304 kB
Slab:            29340 kB
Committed_AS:   328596 kB
PageTables:       1488 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= 66380 MiB
End job on node32 at 2009-04-25 20:01:05