Trace number 1580836

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-20UNSAT 636.892 637.098

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.894
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
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
636.78/637.04	c 630.8 seconds
636.78/637.04	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1580836-1238922857/watcher-1580836-1238922857 -o /tmp/evaluation-result-1580836-1238922857/solver-1580836-1238922857 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1580836-1238922857.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.95 0.98 1.08 3/81 4683
/proc/meminfo: memFree=1354480/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=5908 CPUtime=0
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 1110 0 0 0 0 0 0 0 18 0 1 0 1164949655 6049792 1094 1992294400 4194304 6412682 548682068832 18446744073709551615 5331557 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 2257 1101 200 541 0 1707 0

[startup+0.0981681 s]
/proc/loadavg: 0.95 0.98 1.08 3/81 4683
/proc/meminfo: memFree=1354480/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=63652 CPUtime=0.09
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 14013 0 0 0 4 5 0 0 18 0 1 0 1164949655 65179648 13997 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 15946 14003 208 541 0 15396 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63652

[startup+0.102165 s]
/proc/loadavg: 0.95 0.98 1.08 3/81 4683
/proc/meminfo: memFree=1354480/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=66292 CPUtime=0.09
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 14703 0 0 0 4 5 0 0 18 0 1 0 1164949655 67883008 14688 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 16573 14694 208 541 0 16023 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 66292

[startup+0.301187 s]
/proc/loadavg: 0.95 0.98 1.08 3/81 4683
/proc/meminfo: memFree=1354480/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=129180 CPUtime=0.29
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 29173 0 0 0 18 11 0 0 19 0 1 0 1164949655 132280320 29157 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 32295 29157 219 541 0 31745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 129180

[startup+0.702232 s]
/proc/loadavg: 0.95 0.98 1.08 3/81 4683
/proc/meminfo: memFree=1354480/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=134988 CPUtime=0.7
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 30792 0 0 0 58 12 0 0 23 0 1 0 1164949655 138227712 30776 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 33747 30776 219 541 0 33197 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 134988

[startup+1.50132 s]
/proc/loadavg: 0.95 0.98 1.08 2/82 4684
/proc/meminfo: memFree=1227816/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=145020 CPUtime=1.49
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 33619 0 0 0 136 13 0 0 25 0 1 0 1164949655 148500480 33603 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 36255 33603 219 541 0 35705 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145020

[startup+3.1015 s]
/proc/loadavg: 0.95 0.98 1.08 2/82 4684
/proc/meminfo: memFree=1213480/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=163932 CPUtime=3.09
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 39667 0 0 0 293 16 0 0 25 0 1 0 1164949655 167866368 38882 1992294400 4194304 6412682 548682068832 18446744073709551615 4284093 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 40983 38882 220 541 0 40433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163932

[startup+6.30185 s]
/proc/loadavg: 1.11 1.02 1.09 2/82 4684
/proc/meminfo: memFree=1170352/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=189696 CPUtime=6.29
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 48173 0 0 0 609 20 0 0 25 0 1 0 1164949655 194248704 46218 1992294400 4194304 6412682 548682068832 18446744073709551615 4297085 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 47424 46218 230 541 0 46874 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 189696

[startup+12.7016 s]
/proc/loadavg: 1.10 1.02 1.09 2/82 4684
/proc/meminfo: memFree=1111664/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=244172 CPUtime=12.67
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 61713 0 0 0 1216 51 0 0 25 0 1 0 1164949655 250032128 59758 1992294400 4194304 6412682 548682068832 18446744073709551615 4297678 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 61043 59758 248 541 0 60493 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 244172

[startup+25.502 s]
/proc/loadavg: 1.08 1.02 1.09 2/82 4684
/proc/meminfo: memFree=1116912/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=238784 CPUtime=25.46
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 61998 0 0 0 2493 53 0 0 25 0 1 0 1164949655 244514816 58483 1992294400 4194304 6412682 548682068832 18446744073709551615 4297085 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 59696 58483 255 541 0 59146 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 238784

[startup+51.1018 s]
/proc/loadavg: 1.05 1.01 1.09 2/82 4684
/proc/meminfo: memFree=1116976/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=238784 CPUtime=51.04
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 62016 0 0 0 5046 58 0 0 25 0 1 0 1164949655 244514816 58501 1992294400 4194304 6412682 548682068832 18446744073709551615 4419254 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 59696 58501 255 541 0 59146 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 238784

[startup+102.307 s]
/proc/loadavg: 1.02 1.01 1.08 2/82 4684
/proc/meminfo: memFree=1116528/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=238784 CPUtime=102.23
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 62154 0 0 0 10161 62 0 0 25 0 1 0 1164949655 244514816 58639 1992294400 4194304 6412682 548682068832 18446744073709551615 4574659 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 59696 58639 258 541 0 59146 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 238784

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.08 2/82 4684
/proc/meminfo: memFree=1102064/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=253968 CPUtime=162.21
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 65973 0 0 0 16152 69 0 0 25 0 1 0 1164949655 260063232 62458 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 63492 62458 258 541 0 62942 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 253968

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/82 4684
/proc/meminfo: memFree=1068720/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=286396 CPUtime=222.19
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 74076 0 0 0 22137 82 0 0 25 0 1 0 1164949655 293269504 70561 1992294400 4194304 6412682 548682068832 18446744073709551615 4574763 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 71599 70561 258 541 0 71049 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 286396

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/82 4684
/proc/meminfo: memFree=1055472/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=299648 CPUtime=282.18
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 77388 0 0 0 28126 92 0 0 25 0 1 0 1164949655 306839552 73873 1992294400 4194304 6412682 548682068832 18446744073709551615 4417182 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 74912 73873 258 541 0 74362 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 299648

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/82 4684
/proc/meminfo: memFree=1033392/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=321808 CPUtime=342.17
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 82899 0 0 0 34114 103 0 0 25 0 1 0 1164949655 329531392 79384 1992294400 4194304 6412682 548682068832 18446744073709551615 4574744 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 80452 79384 258 541 0 79902 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 321808

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/82 4684
/proc/meminfo: memFree=1033328/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=321808 CPUtime=402.15
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 82899 0 0 0 40112 103 0 0 25 0 1 0 1164949655 329531392 79384 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 80452 79384 258 541 0 79902 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 321808

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/82 4684
/proc/meminfo: memFree=1028592/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=326488 CPUtime=462.14
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 84092 0 0 0 46103 111 0 0 25 0 1 0 1164949655 334323712 80577 1992294400 4194304 6412682 548682068832 18446744073709551615 4333410 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 81622 80577 258 541 0 81072 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 326488

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/82 4684
/proc/meminfo: memFree=1019504/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=335616 CPUtime=522.12
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 86371 0 0 0 52091 121 0 0 25 0 1 0 1164949655 343670784 82856 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 83904 82856 258 541 0 83354 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 335616

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.04 2/82 4684
/proc/meminfo: memFree=1015536/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=339580 CPUtime=582.1
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 87341 0 0 0 58085 125 0 0 25 0 1 0 1164949655 347729920 83826 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 84895 83826 258 541 0 84345 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 339580

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

[startup+588.702 s]
/proc/loadavg: 1.00 1.00 1.04 2/82 4684
/proc/meminfo: memFree=1015536/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=339580 CPUtime=588.5
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 87341 0 0 0 58725 125 0 0 25 0 1 0 1164949655 347729920 83826 1992294400 4194304 6412682 548682068832 18446744073709551615 4570410 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 84895 83826 258 541 0 84345 0
Current children cumulated CPU time (s) 588.5
Current children cumulated vsize (KiB) 339580

[startup+614.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 4684
/proc/meminfo: memFree=1010800/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=344256 CPUtime=614.1
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 88512 0 0 0 61284 126 0 0 25 0 1 0 1164949655 352518144 84997 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 86064 84997 258 541 0 85514 0
Current children cumulated CPU time (s) 614.1
Current children cumulated vsize (KiB) 344256

[startup+627.102 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 4684
/proc/meminfo: memFree=1010032/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=345076 CPUtime=626.89
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 88737 0 0 0 62562 127 0 0 25 0 1 0 1164949655 353357824 85223 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 86269 85223 258 541 0 85719 0
Current children cumulated CPU time (s) 626.89
Current children cumulated vsize (KiB) 345076

[startup+633.502 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 4684
/proc/meminfo: memFree=1008816/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=346176 CPUtime=633.29
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 89011 0 0 0 63202 127 0 0 25 0 1 0 1164949655 354484224 85496 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 86544 85496 258 541 0 85994 0
Current children cumulated CPU time (s) 633.29
Current children cumulated vsize (KiB) 346176

[startup+635.102 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 4684
/proc/meminfo: memFree=1008752/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=346348 CPUtime=634.88
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 89053 0 0 0 63361 127 0 0 25 0 1 0 1164949655 354660352 85538 1992294400 4194304 6412682 548682068832 18446744073709551615 4301462 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 86587 85538 258 541 0 86037 0
Current children cumulated CPU time (s) 634.88
Current children cumulated vsize (KiB) 346348

[startup+635.902 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 4684
/proc/meminfo: memFree=1008688/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=346348 CPUtime=635.68
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 89053 0 0 0 63441 127 0 0 25 0 1 0 1164949655 354660352 85538 1992294400 4194304 6412682 548682068832 18446744073709551615 4304428 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 86587 85538 258 541 0 86037 0
Current children cumulated CPU time (s) 635.68
Current children cumulated vsize (KiB) 346348

[startup+636.702 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 4684
/proc/meminfo: memFree=1008688/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=346348 CPUtime=636.48
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 89053 0 0 0 63521 127 0 0 25 0 1 0 1164949655 354660352 85538 1992294400 4194304 6412682 548682068832 18446744073709551615 4304453 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 86587 85538 258 541 0 86037 0
Current children cumulated CPU time (s) 636.48
Current children cumulated vsize (KiB) 346348

[startup+636.907 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 4684
/proc/meminfo: memFree=1008688/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=346348 CPUtime=636.69
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 89053 0 0 0 63542 127 0 0 25 0 1 0 1164949655 354660352 85538 1992294400 4194304 6412682 548682068832 18446744073709551615 4304880 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 86587 85538 258 541 0 86037 0
Current children cumulated CPU time (s) 636.69
Current children cumulated vsize (KiB) 346348

[startup+637.002 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 4684
/proc/meminfo: memFree=1008688/2055920 swapFree=4172784/4192956
[pid=4683] ppid=4681 vsize=346348 CPUtime=636.78
/proc/4683/stat : 4683 (kw) R 4681 4683 4585 0 -1 0 89053 0 0 0 63551 127 0 0 25 0 1 0 1164949655 354660352 85538 1992294400 4194304 6412682 548682068832 18446744073709551615 4297261 0 0 4096 0 0 0 0 17 0 0 0
/proc/4683/statm: 86587 85538 258 541 0 86037 0
Current children cumulated CPU time (s) 636.78
Current children cumulated vsize (KiB) 346348

Child status: 20
Real time (s): 637.098
CPU time (s): 636.892
CPU user time (s): 635.562
CPU system time (s): 1.3298
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 346348

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

runsolver used 0.710891 second user time and 2.19367 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-05 11:14:18
IDJOB=1580836
IDBENCH=71025
IDSOLVER=501
FILE ID=node87/1580836-1238922857
PBS_JOBID= 9101427
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=353406317

node87.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:       1354960 kB
Buffers:         73232 kB
Cached:         545660 kB
SwapCached:       9292 kB
Active:         286156 kB
Inactive:       344096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354960 kB
SwapTotal:     4192956 kB
SwapFree:      4172784 kB
Dirty:           20948 kB
Writeback:           0 kB
Mapped:          16480 kB
Slab:            54880 kB
Committed_AS:  3021940 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= 66472 MiB
End job on node87 at 2009-04-05 11:24:55