Trace number 1581564

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.08 1200.66

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark923.365
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
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-1581564-1238930337/watcher-1581564-1238930337 -o /tmp/evaluation-result-1581564-1238930337/solver-1581564-1238930337 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1581564-1238930337.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.92 0.98 1.02 3/80 30854
/proc/meminfo: memFree=1731148/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=5908 CPUtime=0
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 1083 0 0 0 0 0 0 0 18 0 1 0 1165697515 6049792 1067 1992294400 4194304 6412682 548682068832 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 1477 1070 195 541 0 927 0

[startup+0.08062 s]
/proc/loadavg: 0.92 0.98 1.02 3/80 30854
/proc/meminfo: memFree=1731148/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=51884 CPUtime=0.07
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 10786 0 0 0 3 4 0 0 18 0 1 0 1165697515 53129216 10770 1992294400 4194304 6412682 548682068832 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 12971 10777 208 541 0 12421 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51884

[startup+0.101621 s]
/proc/loadavg: 0.92 0.98 1.02 3/80 30854
/proc/meminfo: memFree=1731148/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=64952 CPUtime=0.09
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 14354 0 0 0 4 5 0 0 18 0 1 0 1165697515 66510848 14338 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 16238 14344 208 541 0 15688 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64952

[startup+0.30164 s]
/proc/loadavg: 0.92 0.98 1.02 3/80 30854
/proc/meminfo: memFree=1731148/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=129028 CPUtime=0.29
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 29123 0 0 0 17 12 0 0 19 0 1 0 1165697515 132124672 29107 1992294400 4194304 6412682 548682068832 18446744073709551615 4369601 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 32257 29107 219 541 0 31707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 129028

[startup+0.701682 s]
/proc/loadavg: 0.92 0.98 1.02 3/80 30854
/proc/meminfo: memFree=1731148/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=134704 CPUtime=0.7
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 30729 0 0 0 57 13 0 0 23 0 1 0 1165697515 137936896 30713 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 33676 30713 219 541 0 33126 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 134704

[startup+1.50498 s]
/proc/loadavg: 0.92 0.98 1.02 2/81 30855
/proc/meminfo: memFree=1604548/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=144472 CPUtime=1.49
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 33482 0 0 0 135 14 0 0 25 0 1 0 1165697515 147939328 33466 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 36118 33471 219 541 0 35568 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144472

[startup+3.10193 s]
/proc/loadavg: 0.92 0.98 1.02 2/81 30855
/proc/meminfo: memFree=1581636/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=163252 CPUtime=3.09
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 39479 0 0 0 292 17 0 0 25 0 1 0 1165697515 167170048 38694 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 40813 38694 220 541 0 40263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163252

[startup+6.3015 s]
/proc/loadavg: 1.01 1.00 1.03 2/81 30855
/proc/meminfo: memFree=1546180/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=189432 CPUtime=6.28
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 48085 0 0 0 606 22 0 0 25 0 1 0 1165697515 193978368 46132 1992294400 4194304 6412682 548682068832 18446744073709551615 4297081 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 47358 46132 230 541 0 46808 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 189432

[startup+12.7019 s]
/proc/loadavg: 1.17 1.03 1.04 2/81 30855
/proc/meminfo: memFree=1486924/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=244292 CPUtime=12.68
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 61744 0 0 0 1213 55 0 0 25 0 1 0 1165697515 250155008 59791 1992294400 4194304 6412682 548682068832 18446744073709551615 4301517 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 61073 59791 248 541 0 60523 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 244292

[startup+25.5012 s]
/proc/loadavg: 1.57 1.13 1.07 2/81 30855
/proc/meminfo: memFree=1492108/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=238884 CPUtime=25.48
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 62016 0 0 0 2490 58 0 0 25 0 1 0 1165697515 244617216 58505 1992294400 4194304 6412682 548682068832 18446744073709551615 4304453 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 59721 58505 255 541 0 59171 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 238884

[startup+51.1019 s]
/proc/loadavg: 2.05 1.28 1.12 2/81 30855
/proc/meminfo: memFree=1492684/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=238884 CPUtime=51.01
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 62031 0 0 0 5035 66 0 0 25 0 1 0 1165697515 244617216 58520 1992294400 4194304 6412682 548682068832 18446744073709551615 4333437 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 59721 58520 255 541 0 59171 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 238884

[startup+102.301 s]
/proc/loadavg: 1.45 1.23 1.11 2/81 30855
/proc/meminfo: memFree=1480780/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=251020 CPUtime=102.19
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 65209 0 0 0 10145 74 0 0 25 0 1 0 1165697515 257044480 61698 1992294400 4194304 6412682 548682068832 18446744073709551615 4334403 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 62755 61698 255 541 0 62205 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 251020

[startup+162.301 s]
/proc/loadavg: 1.16 1.19 1.10 2/81 30855
/proc/meminfo: memFree=1469900/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=261844 CPUtime=162.17
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 67921 0 0 0 16139 78 0 0 25 0 1 0 1165697515 268128256 64409 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 65461 64409 258 541 0 64911 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 261844

[startup+222.302 s]
/proc/loadavg: 1.06 1.15 1.09 2/81 30855
/proc/meminfo: memFree=1437452/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=294616 CPUtime=222.14
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 76038 0 0 0 22125 89 0 0 25 0 1 0 1165697515 301686784 72520 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 73654 72520 258 541 0 73104 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 294616

[startup+282.302 s]
/proc/loadavg: 1.02 1.12 1.08 2/81 30855
/proc/meminfo: memFree=1413772/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=317720 CPUtime=282.12
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 81818 0 0 0 28110 102 0 0 25 0 1 0 1165697515 325345280 78299 1992294400 4194304 6412682 548682068832 18446744073709551615 4304449 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 79430 78299 258 541 0 78880 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 317720

[startup+342.302 s]
/proc/loadavg: 1.01 1.10 1.08 2/81 30855
/proc/meminfo: memFree=1399564/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=332124 CPUtime=342.09
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 85359 0 0 0 34102 107 0 0 25 0 1 0 1165697515 340094976 81840 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 83031 81840 258 541 0 82481 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 332124

[startup+402.301 s]
/proc/loadavg: 1.00 1.08 1.07 2/81 30855
/proc/meminfo: memFree=1385612/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=346012 CPUtime=402.07
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 88852 0 0 0 40095 112 0 0 25 0 1 0 1165697515 354316288 85332 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 86503 85332 258 541 0 85953 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 346012

[startup+462.306 s]
/proc/loadavg: 1.00 1.06 1.06 2/81 30855
/proc/meminfo: memFree=1385484/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=346012 CPUtime=462.05
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 88873 0 0 0 46088 117 0 0 25 0 1 0 1165697515 354316288 85353 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 86503 85353 258 541 0 85953 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 346012

[startup+522.301 s]
/proc/loadavg: 1.03 1.06 1.06 2/81 30855
/proc/meminfo: memFree=1385420/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=346012 CPUtime=522.02
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 88883 0 0 0 52080 122 0 0 25 0 1 0 1165697515 354316288 85363 1992294400 4194304 6412682 548682068832 18446744073709551615 4331834 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 86503 85363 258 541 0 85953 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 346012

[startup+582.302 s]
/proc/loadavg: 1.01 1.05 1.06 2/81 30855
/proc/meminfo: memFree=1378892/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=352648 CPUtime=581.99
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 90497 0 0 0 58075 124 0 0 25 0 1 0 1165697515 361111552 86975 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 88162 86975 258 541 0 87612 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 352648

[startup+642.302 s]
/proc/loadavg: 1.06 1.05 1.06 2/81 30855
/proc/meminfo: memFree=1372492/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=359060 CPUtime=641.96
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92088 0 0 0 64070 126 0 0 25 0 1 0 1165697515 367677440 88566 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 89765 88566 258 541 0 89215 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 359060

[startup+702.302 s]
/proc/loadavg: 1.08 1.06 1.06 2/81 30855
/proc/meminfo: memFree=1372428/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=359060 CPUtime=701.94
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92100 0 0 0 70065 129 0 0 25 0 1 0 1165697515 367677440 88578 1992294400 4194304 6412682 548682068832 18446744073709551615 4362383 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 89765 88578 258 541 0 89215 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 359060

[startup+762.301 s]
/proc/loadavg: 1.08 1.06 1.06 2/81 30855
/proc/meminfo: memFree=1372236/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=359060 CPUtime=761.91
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92138 0 0 0 76060 131 0 0 25 0 1 0 1165697515 367677440 88616 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 89765 88616 258 541 0 89215 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 359060

[startup+822.301 s]
/proc/loadavg: 1.08 1.06 1.06 2/81 30855
/proc/meminfo: memFree=1372236/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=359060 CPUtime=821.89
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92148 0 0 0 82055 134 0 0 25 0 1 0 1165697515 367677440 88626 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 89765 88626 258 541 0 89215 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 359060

[startup+882.302 s]
/proc/loadavg: 1.11 1.08 1.06 2/81 30855
/proc/meminfo: memFree=1372108/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=359060 CPUtime=881.86
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92177 0 0 0 88050 136 0 0 25 0 1 0 1165697515 367677440 88655 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 89765 88655 258 541 0 89215 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 359060

[startup+942.302 s]
/proc/loadavg: 1.13 1.09 1.07 2/81 30855
/proc/meminfo: memFree=1372044/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=359060 CPUtime=941.82
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92193 0 0 0 94044 138 0 0 25 0 1 0 1165697515 367677440 88671 1992294400 4194304 6412682 548682068832 18446744073709551615 4329636 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 89765 88671 258 541 0 89215 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 359060

[startup+1002.3 s]
/proc/loadavg: 1.05 1.07 1.06 2/81 30855
/proc/meminfo: memFree=1371980/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=359060 CPUtime=1001.81
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92193 0 0 0 100041 140 0 0 25 0 1 0 1165697515 367677440 88671 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 89765 88671 258 541 0 89215 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 359060

[startup+1062.3 s]
/proc/loadavg: 1.02 1.06 1.05 2/81 30855
/proc/meminfo: memFree=1369740/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=361268 CPUtime=1061.77
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92749 0 0 0 106036 141 0 0 25 0 1 0 1165697515 369938432 89227 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 90317 89227 258 541 0 89767 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 361268

[startup+1122.31 s]
/proc/loadavg: 1.00 1.04 1.05 2/81 30855
/proc/meminfo: memFree=1369676/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=361268 CPUtime=1121.75
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92762 0 0 0 112032 143 0 0 25 0 1 0 1165697515 369938432 89240 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 90317 89240 258 541 0 89767 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 361268

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.04 2/81 30855
/proc/meminfo: memFree=1369612/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=361268 CPUtime=1181.73
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92762 0 0 0 118028 145 0 0 25 0 1 0 1165697515 369938432 89240 1992294400 4194304 6412682 548682068832 18446744073709551615 4417775 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 90317 89240 258 541 0 89767 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 361268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.03 1.04 2/81 30855
/proc/meminfo: memFree=1369548/2055920 swapFree=4163524/4192956
[pid=30854] ppid=30852 vsize=361268 CPUtime=1200.02
/proc/30854/stat : 30854 (kw) R 30852 30854 30034 0 -1 0 92762 0 0 0 119857 145 0 0 25 0 1 0 1165697515 369938432 89240 1992294400 4194304 6412682 548682068832 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 0 0 0
/proc/30854/statm: 90317 89240 258 541 0 89767 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 361268

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.66
CPU time (s): 1200.08
CPU user time (s): 1198.57
CPU system time (s): 1.51277
CPU usage (%): 99.9518
Max. virtual memory (cumulated for all children) (KiB): 361268

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

runsolver used 1.77773 second user time and 4.87426 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-05 13:18:59
IDJOB=1581564
IDBENCH=71039
IDSOLVER=501
FILE ID=node90/1581564-1238930337
PBS_JOBID= 9101415
Free space on /tmp= 66512 MiB

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

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=282517855

node90.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.234
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.234
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:       1731564 kB
Buffers:         16388 kB
Cached:         231172 kB
SwapCached:      18456 kB
Active:         115608 kB
Inactive:       151904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731564 kB
SwapTotal:     4192956 kB
SwapFree:      4163524 kB
Dirty:           20744 kB
Writeback:           0 kB
Mapped:          25600 kB
Slab:            41116 kB
Committed_AS:  2878868 kB
PageTables:       2688 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= 66508 MiB
End job on node90 at 2009-04-05 13:39:01