Trace number 1581304

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.14 1200.59

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p1.cnf
MD5SUM10eca282b9263f77903cd90a479b46ee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark393.634
Satisfiable
(Un)Satisfiability was proved
Number of variables225926
Number of clauses1207249
Sum of the clauses size2914329
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2854772
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-1581304-1238926837/watcher-1581304-1238926837 -o /tmp/evaluation-result-1581304-1238926837/solver-1581304-1238926837 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1581304-1238926837.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/64 2672
/proc/meminfo: memFree=1419120/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=5516 CPUtime=0
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 998 0 0 0 0 0 0 0 18 0 1 0 1165349089 5648384 982 1992294400 4194304 6412682 548682068864 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 1379 982 192 541 0 829 0

[startup+0.0358161 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2672
/proc/meminfo: memFree=1419120/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=28908 CPUtime=0.03
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 5088 0 0 0 1 2 0 0 18 0 1 0 1165349089 29601792 5072 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 7227 5076 208 541 0 6677 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28908

[startup+0.101823 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2672
/proc/meminfo: memFree=1419120/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=63164 CPUtime=0.09
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 13471 0 0 0 4 5 0 0 18 0 1 0 1165349089 64679936 13455 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 15791 13462 208 541 0 15241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63164

[startup+0.301853 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2672
/proc/meminfo: memFree=1419120/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=145328 CPUtime=0.29
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 32628 0 0 0 15 14 0 0 19 0 1 0 1165349089 148815872 32612 1992294400 4194304 6412682 548682068864 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 36332 32612 219 541 0 35782 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 145328

[startup+0.701911 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2672
/proc/meminfo: memFree=1419120/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=150476 CPUtime=0.69
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 34096 0 0 0 54 15 0 0 22 0 1 0 1165349089 154087424 34080 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 37619 34080 219 541 0 37069 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150476

[startup+1.50203 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1279336/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=159980 CPUtime=1.49
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 36764 0 0 0 133 16 0 0 25 0 1 0 1165349089 163819520 36748 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 39995 36748 219 541 0 39445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159980

[startup+3.10126 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1264616/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=179024 CPUtime=3.09
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 42797 0 0 0 290 19 0 0 25 0 1 0 1165349089 183320576 42012 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 44756 42012 220 541 0 44206 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179024

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1223592/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=214400 CPUtime=6.24
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 52861 0 0 0 599 25 0 0 25 0 1 0 1165349089 219545600 52076 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 53600 52076 221 541 0 53050 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 214400

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1143144/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=286344 CPUtime=12.64
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 72400 0 0 0 1201 63 0 0 25 0 1 0 1165349089 293216256 70078 1992294400 4194304 6412682 548682068864 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 71586 70078 248 541 0 71036 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 286344

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1130920/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=288772 CPUtime=25.44
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 74905 0 0 0 2471 73 0 0 25 0 1 0 1165349089 295702528 70817 1992294400 4194304 6412682 548682068864 18446744073709551615 4302282 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 72193 70817 255 541 0 71643 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 288772

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1130792/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=288772 CPUtime=51.01
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 74926 0 0 0 5025 76 0 0 25 0 1 0 1165349089 295702528 70838 1992294400 4194304 6412682 548682068864 18446744073709551615 4334446 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 72193 70838 255 541 0 71643 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 288772

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1130728/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=288772 CPUtime=102.2
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 74970 0 0 0 10129 91 0 0 25 0 1 0 1165349089 295702528 70882 1992294400 4194304 6412682 548682068864 18446744073709551615 4363681 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 72193 70882 255 541 0 71643 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 288772

[startup+162.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 2673
/proc/meminfo: memFree=1130280/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=288772 CPUtime=162.17
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 75082 0 0 0 16124 93 0 0 25 0 1 0 1165349089 295702528 70994 1992294400 4194304 6412682 548682068864 18446744073709551615 4333437 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 72193 70994 258 541 0 71643 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 288772

[startup+222.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 2673
/proc/meminfo: memFree=1122664/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=296008 CPUtime=222.15
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 76976 0 0 0 22107 108 0 0 25 0 1 0 1165349089 303112192 72888 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 74002 72888 258 541 0 73452 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 296008

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1117288/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=301320 CPUtime=282.13
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 78315 0 0 0 28103 110 0 0 25 0 1 0 1165349089 308551680 74227 1992294400 4194304 6412682 548682068864 18446744073709551615 4286900 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 75330 74227 258 541 0 74780 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 301320

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1091368/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=327188 CPUtime=342.12
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 84762 0 0 0 34085 127 0 0 25 0 1 0 1165349089 335040512 80674 1992294400 4194304 6412682 548682068864 18446744073709551615 4334457 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 81797 80674 258 541 0 81247 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 327188

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1085032/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=333536 CPUtime=402.09
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 86345 0 0 0 40078 131 0 0 25 0 1 0 1165349089 341540864 82257 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 83384 82257 258 541 0 82834 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 333536

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1055592/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=363144 CPUtime=462.08
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 93704 0 0 0 46060 148 0 0 25 0 1 0 1165349089 371859456 89616 1992294400 4194304 6412682 548682068864 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 90786 89616 258 541 0 90236 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 363144

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1047848/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=371328 CPUtime=522.06
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 95785 0 0 0 52046 160 0 0 25 0 1 0 1165349089 380239872 91697 1992294400 4194304 6412682 548682068864 18446744073709551615 5508555 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 92832 91697 258 541 0 92282 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 371328

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1024104/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=394604 CPUtime=582.03
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 101552 0 0 0 58037 166 0 0 25 0 1 0 1165349089 404074496 97464 1992294400 4194304 6412682 548682068864 18446744073709551615 4304386 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 98651 97464 258 541 0 98101 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 394604

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=1018984/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=399704 CPUtime=642.02
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 102831 0 0 0 64027 175 0 0 25 0 1 0 1165349089 409296896 98743 1992294400 4194304 6412682 548682068864 18446744073709551615 4417161 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 99926 98743 258 541 0 99376 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 399704

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=997352/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=421996 CPUtime=702
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 108389 0 0 0 70012 188 0 0 25 0 1 0 1165349089 432123904 104301 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 105499 104301 258 541 0 104949 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 421996

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=972776/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=446120 CPUtime=761.98
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 114360 0 0 0 75998 200 0 0 25 0 1 0 1165349089 456826880 110272 1992294400 4194304 6412682 548682068864 18446744073709551615 4304507 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 111530 110272 258 541 0 110980 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 446120

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=970344/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=448528 CPUtime=821.95
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 114982 0 0 0 81992 203 0 0 25 0 1 0 1165349089 459292672 110894 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 112132 110894 258 541 0 111582 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 448528

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=949544/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=469256 CPUtime=881.94
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 120148 0 0 0 87980 214 0 0 25 0 1 0 1165349089 480518144 116059 1992294400 4194304 6412682 548682068864 18446744073709551615 4304536 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 117314 116059 258 541 0 116764 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 469256

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2673
/proc/meminfo: memFree=915688/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=503396 CPUtime=941.92
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 128606 0 0 0 93963 229 0 0 25 0 1 0 1165349089 515477504 124517 1992294400 4194304 6412682 548682068864 18446744073709551615 4333437 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 125849 124517 258 541 0 125299 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 503396

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2675
/proc/meminfo: memFree=915624/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=503396 CPUtime=1001.9
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 128618 0 0 0 99954 236 0 0 25 0 1 0 1165349089 515477504 124529 1992294400 4194304 6412682 548682068864 18446744073709551615 4333437 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 125849 124529 258 541 0 125299 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 503396

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2675
/proc/meminfo: memFree=896168/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=523468 CPUtime=1061.88
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 133663 0 0 0 105942 246 0 0 25 0 1 0 1165349089 536031232 129574 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 130867 129574 258 541 0 130317 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 523468

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2675
/proc/meminfo: memFree=859688/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=559716 CPUtime=1121.86
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 142576 0 0 0 111925 261 0 0 25 0 1 0 1165349089 573149184 138487 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 139929 138487 258 541 0 139379 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 559716

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2675
/proc/meminfo: memFree=857512/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=561764 CPUtime=1181.84
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 143099 0 0 0 117919 265 0 0 25 0 1 0 1165349089 575246336 139010 1992294400 4194304 6412682 548682068864 18446744073709551615 4570414 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 140441 139010 258 541 0 139891 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 561764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2675
/proc/meminfo: memFree=852200/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=567060 CPUtime=1200.04
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 144426 0 0 0 119737 267 0 0 25 0 1 0 1165349089 580669440 140337 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 141765 140337 258 541 0 141215 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 567060

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2675
/proc/meminfo: memFree=852200/2055920 swapFree=4175700/4192956
[pid=2672] ppid=2670 vsize=567060 CPUtime=1200.04
/proc/2672/stat : 2672 (kw) R 2670 2672 2608 0 -1 0 144426 0 0 0 119737 267 0 0 25 0 1 0 1165349089 580669440 140337 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2672/statm: 141765 140337 258 541 0 141215 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 567060

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.14
CPU user time (s): 1197.38
CPU system time (s): 2.76058
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 567060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.37
system time used= 2.76058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144426
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= 3
involuntary context switches= 1685

runsolver used 0.896863 second user time and 2.75658 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-05 12:20:39
IDJOB=1581304
IDBENCH=71034
IDSOLVER=501
FILE ID=node30/1581304-1238926837
PBS_JOBID= 9101450
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED=2015343165

node30.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.260
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	: 5931.00
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.260
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:       1419536 kB
Buffers:         63268 kB
Cached:         500260 kB
SwapCached:      11208 kB
Active:         242328 kB
Inactive:       334288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419536 kB
SwapTotal:     4192956 kB
SwapFree:      4175700 kB
Dirty:           24972 kB
Writeback:           0 kB
Mapped:          18720 kB
Slab:            45788 kB
Committed_AS:  3592376 kB
PageTables:       1368 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= 66512 MiB
End job on node30 at 2009-04-05 12:40:41