Trace number 1579796

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.1 1200.47

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p1.cnf
MD5SUM558e9ecf39a7773e94f4b47eef706f44
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 variables199996
Number of clauses1019200
Sum of the clauses size2430990
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2758992
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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-1579796-1238911150/watcher-1579796-1238911150 -o /tmp/evaluation-result-1579796-1238911150/solver-1579796-1238911150 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1579796-1238911150.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.97 0.99 3/81 25088
/proc/meminfo: memFree=1744128/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=5908 CPUtime=0
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 1093 0 0 0 0 0 0 0 20 0 1 0 1163779445 6049792 1077 1992294400 4194304 6412682 548682068864 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 1477 1080 195 541 0 927 0

[startup+0.107993 s]
/proc/loadavg: 0.99 0.97 0.99 3/81 25088
/proc/meminfo: memFree=1744128/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=68456 CPUtime=0.1
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 15311 0 0 0 5 5 0 0 21 0 1 0 1163779445 70098944 15295 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 17114 15302 208 541 0 16564 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 68456

[startup+0.202001 s]
/proc/loadavg: 0.99 0.97 0.99 3/81 25088
/proc/meminfo: memFree=1744128/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=128024 CPUtime=0.19
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 28783 0 0 0 9 10 0 0 21 0 1 0 1163779445 131096576 28767 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 32006 28767 219 541 0 31456 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 128024

[startup+0.302013 s]
/proc/loadavg: 0.99 0.97 0.99 3/81 25088
/proc/meminfo: memFree=1744128/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=129608 CPUtime=0.29
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 29222 0 0 0 19 10 0 0 22 0 1 0 1163779445 132718592 29206 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 32402 29206 219 541 0 31852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 129608

[startup+0.701056 s]
/proc/loadavg: 0.99 0.97 0.99 3/81 25088
/proc/meminfo: memFree=1744128/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=135284 CPUtime=0.69
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 30844 0 0 0 58 11 0 0 25 0 1 0 1163779445 138530816 30828 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 33821 30828 219 541 0 33271 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135284

[startup+1.50115 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 25089
/proc/meminfo: memFree=1615672/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=145316 CPUtime=1.49
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 33675 0 0 0 136 13 0 0 25 0 1 0 1163779445 148803584 33659 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 36329 33659 219 541 0 35779 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145316

[startup+3.10132 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 25089
/proc/meminfo: memFree=1601336/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=164228 CPUtime=3.09
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 39709 0 0 0 293 16 0 0 25 0 1 0 1163779445 168169472 38924 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 41057 38924 220 541 0 40507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164228

[startup+6.30168 s]
/proc/loadavg: 1.07 0.99 1.00 2/82 25089
/proc/meminfo: memFree=1558280/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=190804 CPUtime=6.29
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 48425 0 0 0 609 20 0 0 25 0 1 0 1163779445 195383296 46468 1992294400 4194304 6412682 548682068864 18446744073709551615 4297085 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 47701 46468 230 541 0 47151 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 190804

[startup+12.7014 s]
/proc/loadavg: 1.07 0.99 1.00 2/82 25089
/proc/meminfo: memFree=1499144/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=245984 CPUtime=12.69
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 62160 0 0 0 1216 53 0 0 25 0 1 0 1163779445 251887616 60203 1992294400 4194304 6412682 548682068864 18446744073709551615 4304787 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 61496 60203 248 541 0 60946 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 245984

[startup+25.5018 s]
/proc/loadavg: 1.05 0.99 1.00 2/82 25089
/proc/meminfo: memFree=1504392/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=240556 CPUtime=25.49
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 62447 0 0 0 2494 55 0 0 25 0 1 0 1163779445 246329344 58927 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 60139 58927 255 541 0 59589 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 240556

[startup+51.1016 s]
/proc/loadavg: 1.03 0.99 1.00 2/82 25089
/proc/meminfo: memFree=1504456/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=240556 CPUtime=51.06
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 62463 0 0 0 5046 60 0 0 25 0 1 0 1163779445 246329344 58943 1992294400 4194304 6412682 548682068864 18446744073709551615 4298473 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 60139 58943 255 541 0 59589 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 240556

[startup+102.301 s]
/proc/loadavg: 1.01 0.99 1.00 2/82 25089
/proc/meminfo: memFree=1495816/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=248964 CPUtime=102.25
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 64630 0 0 0 10157 68 0 0 25 0 1 0 1163779445 254939136 61110 1992294400 4194304 6412682 548682068864 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 62241 61110 258 541 0 61691 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 248964

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1490888/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=253648 CPUtime=162.22
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 65802 0 0 0 16154 68 0 0 25 0 1 0 1163779445 259735552 62282 1992294400 4194304 6412682 548682068864 18446744073709551615 4574659 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 63412 62282 258 541 0 62862 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 253648

[startup+222.307 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1469576/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=274868 CPUtime=222.2
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 71117 0 0 0 22138 82 0 0 25 0 1 0 1163779445 281464832 67597 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 68717 67597 258 541 0 68167 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 274868

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1441288/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=303328 CPUtime=282.18
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 78271 0 0 0 28120 98 0 0 25 0 1 0 1163779445 310607872 74750 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 75832 74750 258 541 0 75282 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 303328

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1432328/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=311840 CPUtime=342.16
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 80381 0 0 0 34116 100 0 0 25 0 1 0 1163779445 319324160 76860 1992294400 4194304 6412682 548682068864 18446744073709551615 4363688 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 77960 76860 258 541 0 77410 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 311840

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1416584/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=327640 CPUtime=402.15
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 84303 0 0 0 40103 112 0 0 25 0 1 0 1163779445 335503360 80782 1992294400 4194304 6412682 548682068864 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 81910 80782 258 541 0 81360 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 327640

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1416648/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=327640 CPUtime=462.13
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 84310 0 0 0 46094 119 0 0 25 0 1 0 1163779445 335503360 80789 1992294400 4194304 6412682 548682068864 18446744073709551615 4363155 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 81910 80789 258 541 0 81360 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 327640

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1396616/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=348124 CPUtime=522.11
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 89404 0 0 0 52080 131 0 0 25 0 1 0 1163779445 356478976 85883 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 87031 85883 258 541 0 86481 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 348124

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1383944/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=360440 CPUtime=582.09
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 92442 0 0 0 58074 135 0 0 25 0 1 0 1163779445 369090560 88920 1992294400 4194304 6412682 548682068864 18446744073709551615 4363662 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 90110 88920 258 541 0 89560 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 360440

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1383880/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=360440 CPUtime=642.08
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 92442 0 0 0 64073 135 0 0 25 0 1 0 1163779445 369090560 88920 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 90110 88920 258 541 0 89560 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 360440

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1379144/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=365128 CPUtime=702.06
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 93615 0 0 0 70068 138 0 0 25 0 1 0 1163779445 373891072 90093 1992294400 4194304 6412682 548682068864 18446744073709551615 4334394 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 91282 90093 258 541 0 90732 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 365128

[startup+762.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1379144/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=365128 CPUtime=762.05
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 93622 0 0 0 76061 144 0 0 25 0 1 0 1163779445 373891072 90100 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 91282 90100 258 541 0 90732 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 365128

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1379080/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=365128 CPUtime=822.03
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 93637 0 0 0 82055 148 0 0 25 0 1 0 1163779445 373891072 90115 1992294400 4194304 6412682 548682068864 18446744073709551615 4285927 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 91282 90115 258 541 0 90732 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 365128

[startup+882.308 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1363208/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=381004 CPUtime=882.02
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 97583 0 0 0 88046 156 0 0 25 0 1 0 1163779445 390148096 94061 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 95251 94061 258 541 0 94701 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 381004

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1363144/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=381004 CPUtime=941.99
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 97588 0 0 0 94040 159 0 0 25 0 1 0 1163779445 390148096 94066 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 95251 94066 258 541 0 94701 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 381004

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1363080/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=381004 CPUtime=1001.98
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 97598 0 0 0 100033 165 0 0 25 0 1 0 1163779445 390148096 94076 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 95251 94076 258 541 0 94701 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 381004

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1355464/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=388512 CPUtime=1061.96
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 99482 0 0 0 106029 167 0 0 25 0 1 0 1163779445 397836288 95960 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 97128 95960 258 541 0 96578 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 388512

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1355336/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=388512 CPUtime=1121.94
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 99507 0 0 0 112022 172 0 0 25 0 1 0 1163779445 397836288 95985 1992294400 4194304 6412682 548682068864 18446744073709551615 4333454 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 97128 95985 258 541 0 96578 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 388512

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1341832/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=402144 CPUtime=1181.92
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 102871 0 0 0 118013 179 0 0 25 0 1 0 1163779445 411795456 99349 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 100536 99349 258 541 0 99986 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 402144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1341832/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=402144 CPUtime=1200.02
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 102872 0 0 0 119822 180 0 0 25 0 1 0 1163779445 411795456 99350 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 100536 99350 258 541 0 99986 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 402144

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 25095
/proc/meminfo: memFree=1341832/2055920 swapFree=4173632/4192956
[pid=25088] ppid=25086 vsize=402144 CPUtime=1200.02
/proc/25088/stat : 25088 (kw) R 25086 25088 24994 0 -1 0 102872 0 0 0 119822 180 0 0 25 0 1 0 1163779445 411795456 99350 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/25088/statm: 100536 99350 258 541 0 99986 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 402144

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.1
CPU user time (s): 1198.23
CPU system time (s): 1.86572
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 402144

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

runsolver used 1.53177 second user time and 3.9404 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-05 07:59:12
IDJOB=1579796
IDBENCH=71005
IDSOLVER=501
FILE ID=node86/1579796-1238911150
PBS_JOBID= 9101370
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= 558e9ecf39a7773e94f4b47eef706f44
RANDOM SEED=2097728307

node86.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.238
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.238
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:       1744608 kB
Buffers:         14568 kB
Cached:         215224 kB
SwapCached:       8276 kB
Active:          42624 kB
Inactive:       196808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744608 kB
SwapTotal:     4192956 kB
SwapFree:      4173632 kB
Dirty:           21048 kB
Writeback:           0 kB
Mapped:          15228 kB
Slab:            56092 kB
Committed_AS:  3070956 kB
PageTables:       2684 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= 66448 MiB
End job on node86 at 2009-04-05 08:19:14