Trace number 1580212

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p1.cnf
MD5SUMc530016627d60451f148c386bba0e9bf
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 variables224962
Number of clauses1204358
Sum of the clauses size2908547
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851881
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

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-1580212-1238916829/watcher-1580212-1238916829 -o /tmp/evaluation-result-1580212-1238916829/solver-1580212-1238916829 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1580212-1238916829.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.39 1.09 1.03 3/81 22429
/proc/meminfo: memFree=1679032/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=5956 CPUtime=0
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 1092 0 0 0 0 0 0 0 20 0 1 0 1164346962 6098944 1076 1992294400 4194304 6412682 548682068832 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 1489 1078 195 541 0 939 0

[startup+0.067804 s]
/proc/loadavg: 1.39 1.09 1.03 3/81 22429
/proc/meminfo: memFree=1679032/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=40044 CPUtime=0.06
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 8827 0 0 0 3 3 0 0 20 0 1 0 1164346962 41005056 8811 1992294400 4194304 6412682 548682068832 18446744073709551615 4280529 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 10011 8816 208 541 0 9461 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40044

[startup+0.101806 s]
/proc/loadavg: 1.39 1.09 1.03 3/81 22429
/proc/meminfo: memFree=1679032/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=64500 CPUtime=0.09
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 13870 0 0 0 4 5 0 0 20 0 1 0 1164346962 66048000 13854 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 16125 13861 208 541 0 15575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64500

[startup+0.301829 s]
/proc/loadavg: 1.39 1.09 1.03 3/81 22429
/proc/meminfo: memFree=1679032/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=144964 CPUtime=0.29
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 32577 0 0 0 16 13 0 0 22 0 1 0 1164346962 148443136 32561 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 36241 32561 219 541 0 35691 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 144964

[startup+0.701873 s]
/proc/loadavg: 1.39 1.09 1.03 3/81 22429
/proc/meminfo: memFree=1679032/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=150904 CPUtime=0.69
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 34240 0 0 0 56 13 0 0 25 0 1 0 1164346962 154525696 34224 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 37726 34224 219 541 0 37176 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150904

[startup+1.50296 s]
/proc/loadavg: 1.39 1.09 1.03 2/82 22430
/proc/meminfo: memFree=1538352/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=160936 CPUtime=1.49
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 37047 0 0 0 135 14 0 0 25 0 1 0 1164346962 164798464 37031 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 40234 37031 219 541 0 39684 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160936

[startup+3.10115 s]
/proc/loadavg: 1.39 1.09 1.03 2/82 22430
/proc/meminfo: memFree=1523312/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=180904 CPUtime=3.09
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 43359 0 0 0 292 17 0 0 25 0 1 0 1164346962 185245696 42574 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 45226 42574 220 541 0 44676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 180904

[startup+6.30151 s]
/proc/loadavg: 1.36 1.09 1.03 2/82 22430
/proc/meminfo: memFree=1477936/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=223744 CPUtime=6.28
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 56901 0 0 0 605 23 0 0 25 0 1 0 1164346962 229113856 54579 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 55936 54579 221 541 0 55386 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 223744

[startup+12.7012 s]
/proc/loadavg: 1.41 1.11 1.03 2/82 22430
/proc/meminfo: memFree=1392496/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=291044 CPUtime=12.68
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 73600 0 0 0 1207 61 0 0 25 0 1 0 1164346962 298029056 71278 1992294400 4194304 6412682 548682068832 18446744073709551615 4508735 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 72761 71278 248 541 0 72211 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 291044

[startup+25.5017 s]
/proc/loadavg: 1.32 1.10 1.03 2/82 22430
/proc/meminfo: memFree=1391728/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=287808 CPUtime=25.48
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 74666 0 0 0 2485 63 0 0 25 0 1 0 1164346962 294715392 70586 1992294400 4194304 6412682 548682068832 18446744073709551615 4298110 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 71952 70586 255 541 0 71402 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 287808

[startup+51.1016 s]
/proc/loadavg: 1.21 1.09 1.03 2/82 22430
/proc/meminfo: memFree=1391728/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=287808 CPUtime=51.07
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 74686 0 0 0 5041 66 0 0 25 0 1 0 1164346962 294715392 70606 1992294400 4194304 6412682 548682068832 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 71952 70606 255 541 0 71402 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 287808

[startup+102.306 s]
/proc/loadavg: 1.08 1.07 1.02 2/82 22430
/proc/meminfo: memFree=1391536/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=287808 CPUtime=102.26
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 74723 0 0 0 10152 74 0 0 25 0 1 0 1164346962 294715392 70643 1992294400 4194304 6412682 548682068832 18446744073709551615 4570452 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 71952 70643 258 541 0 71402 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 287808

[startup+162.301 s]
/proc/loadavg: 1.03 1.06 1.02 2/82 22430
/proc/meminfo: memFree=1391024/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=287808 CPUtime=162.24
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 74846 0 0 0 16145 79 0 0 25 0 1 0 1164346962 294715392 70766 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 71952 70766 258 541 0 71402 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 287808

[startup+222.302 s]
/proc/loadavg: 1.01 1.05 1.01 2/82 22430
/proc/meminfo: memFree=1387184/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=291324 CPUtime=222.22
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 75796 0 0 0 22132 90 0 0 25 0 1 0 1164346962 298315776 71716 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 72831 71716 258 541 0 72281 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 291324

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.01 2/82 22430
/proc/meminfo: memFree=1381744/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=297020 CPUtime=282.2
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 77245 0 0 0 28127 93 0 0 25 0 1 0 1164346962 304148480 73165 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 74255 73165 258 541 0 73705 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 297020

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/82 22430
/proc/meminfo: memFree=1351024/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=327340 CPUtime=342.19
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 84821 0 0 0 34108 111 0 0 25 0 1 0 1164346962 335196160 80741 1992294400 4194304 6412682 548682068832 18446744073709551615 4285802 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 81835 80741 258 541 0 81285 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 327340

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/82 22430
/proc/meminfo: memFree=1340208/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=338124 CPUtime=402.17
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 87511 0 0 0 40096 121 0 0 25 0 1 0 1164346962 346238976 83430 1992294400 4194304 6412682 548682068832 18446744073709551615 4285802 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 84531 83430 258 541 0 83981 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 338124

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 22430
/proc/meminfo: memFree=1328688/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=349752 CPUtime=462.15
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 90385 0 0 0 46089 126 0 0 25 0 1 0 1164346962 358146048 86304 1992294400 4194304 6412682 548682068832 18446744073709551615 4327399 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 87438 86304 258 541 0 86888 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 349752

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 22430
/proc/meminfo: memFree=1300656/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=377800 CPUtime=522.13
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 97362 0 0 0 52075 138 0 0 25 0 1 0 1164346962 386867200 93281 1992294400 4194304 6412682 548682068832 18446744073709551615 4361995 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 94450 93281 258 541 0 93900 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 377800

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22430
/proc/meminfo: memFree=1300592/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=377800 CPUtime=582.12
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 97377 0 0 0 58064 148 0 0 25 0 1 0 1164346962 386867200 93296 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 94450 93296 258 541 0 93900 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 377800

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22430
/proc/meminfo: memFree=1283568/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=394864 CPUtime=642.11
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 101614 0 0 0 64055 156 0 0 25 0 1 0 1164346962 404340736 97531 1992294400 4194304 6412682 548682068832 18446744073709551615 4327458 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 98716 97531 258 541 0 98166 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 394864

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22430
/proc/meminfo: memFree=1262384/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=416284 CPUtime=702.08
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 106901 0 0 0 70046 162 0 0 25 0 1 0 1164346962 426274816 102818 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 104071 102818 258 541 0 103521 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 416284

[startup+762.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22430
/proc/meminfo: memFree=1250672/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=427904 CPUtime=762.07
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 109806 0 0 0 76038 169 0 0 25 0 1 0 1164346962 438173696 105723 1992294400 4194304 6412682 548682068832 18446744073709551615 4363669 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 106976 105723 258 541 0 106426 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 427904

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22430
/proc/meminfo: memFree=1250608/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=427904 CPUtime=822.05
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 109819 0 0 0 82030 175 0 0 25 0 1 0 1164346962 438173696 105736 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 106976 105736 258 541 0 106426 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 427904

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22430
/proc/meminfo: memFree=1242800/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=435752 CPUtime=882.03
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 111783 0 0 0 88020 183 0 0 25 0 1 0 1164346962 446210048 107700 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 108938 107700 258 541 0 108388 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 435752

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22431
/proc/meminfo: memFree=1209072/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=469968 CPUtime=942.01
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 120289 0 0 0 94007 194 0 0 25 0 1 0 1164346962 481247232 116204 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 117492 116204 258 541 0 116942 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 469968

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22432
/proc/meminfo: memFree=1190576/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=487884 CPUtime=1002
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 124729 0 0 0 99999 201 0 0 25 0 1 0 1164346962 499593216 120644 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 121971 120644 258 541 0 121421 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 487884

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22432
/proc/meminfo: memFree=1190576/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=487884 CPUtime=1061.98
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 124749 0 0 0 105994 204 0 0 25 0 1 0 1164346962 499593216 120664 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 121971 120664 258 541 0 121421 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 487884

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22432
/proc/meminfo: memFree=1182832/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=495556 CPUtime=1121.95
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 126684 0 0 0 111989 206 0 0 25 0 1 0 1164346962 507449344 122599 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 123889 122599 258 541 0 123339 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 495556

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22432
/proc/meminfo: memFree=1182832/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=495556 CPUtime=1181.94
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 126702 0 0 0 117985 209 0 0 25 0 1 0 1164346962 507449344 122617 1992294400 4194304 6412682 548682068832 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 123889 122617 258 541 0 123339 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 495556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 22432
/proc/meminfo: memFree=1171248/2055920 swapFree=4172196/4192956
[pid=22429] ppid=22427 vsize=507088 CPUtime=1200.04
/proc/22429/stat : 22429 (kw) R 22427 22429 22238 0 -1 0 129591 0 0 0 119791 213 0 0 25 0 1 0 1164346962 519258112 125505 1992294400 4194304 6412682 548682068832 18446744073709551615 4363163 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 126772 125505 258 541 0 126222 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 507088

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.48
CPU time (s): 1200.13
CPU user time (s): 1197.92
CPU system time (s): 2.20566
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 507088

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

runsolver used 1.59276 second user time and 3.87741 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-05 09:33:51
IDJOB=1580212
IDBENCH=71013
IDSOLVER=501
FILE ID=node85/1580212-1238916829
PBS_JOBID= 9101386
Free space on /tmp= 126832 MiB

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

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

MD5SUM BENCH= c530016627d60451f148c386bba0e9bf
RANDOM SEED=1027124791

node85.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.236
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.236
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:       1679512 kB
Buffers:         19536 kB
Cached:         292432 kB
SwapCached:       9740 kB
Active:          80660 kB
Inactive:       242528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679512 kB
SwapTotal:     4192956 kB
SwapFree:      4172196 kB
Dirty:           25008 kB
Writeback:           0 kB
Mapped:          16844 kB
Slab:            37540 kB
Committed_AS:  2881784 kB
PageTables:       2596 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= 126824 MiB
End job on node85 at 2009-04-05 09:53:53