Trace number 1716410

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 621.518 621.81

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-17-u.cnf
MD5SUM83ece6745238c422c7e68e5a07fc7f73
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark387.769
Satisfiable
(Un)Satisfiability was proved
Number of variables183464
Number of clauses855717
Sum of the clauses size1974802
Maximum clause length10
Minimum clause length1
Number of clauses of size 115316
Number of clauses of size 2664917
Number of clauses of size 3141084
Number of clauses of size 43820
Number of clauses of size 515280
Number of clauses of size over 515300

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
621.40/621.77	c 616.53 seconds
621.40/621.77	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-1716410-1240615395/watcher-1716410-1240615395 -o /tmp/evaluation-result-1716410-1240615395/solver-1716410-1240615395 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1716410-1240615395.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 0.99 0.99 3/64 17642
/proc/meminfo: memFree=1329384/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=5876 CPUtime=0
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 1027 0 0 0 0 0 0 0 18 0 1 0 89566438 6017024 1011 1992294400 4194304 6412682 548682068832 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 1469 1014 195 541 0 919 0

[startup+0.020328 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 17642
/proc/meminfo: memFree=1329384/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=21416 CPUtime=0.01
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 3310 0 0 0 0 1 0 0 18 0 1 0 89566438 21929984 3294 1992294400 4194304 6412682 548682068832 18446744073709551615 4280529 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 5354 3300 208 541 0 4804 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21416

[startup+0.101342 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 17642
/proc/meminfo: memFree=1329384/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=65300 CPUtime=0.09
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 14665 0 0 0 3 6 0 0 18 0 1 0 89566438 66867200 14649 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 16325 14656 208 541 0 15775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65300

[startup+0.301375 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 17642
/proc/meminfo: memFree=1329384/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=118864 CPUtime=0.29
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 26992 0 0 0 17 12 0 0 20 0 1 0 89566438 121716736 26976 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 29716 26977 219 541 0 29166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 118864

[startup+0.701444 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 17642
/proc/meminfo: memFree=1329384/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=124672 CPUtime=0.69
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 28623 0 0 0 57 12 0 0 24 0 1 0 89566438 127664128 28607 1992294400 4194304 6412682 548682068832 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 31168 28607 219 541 0 30618 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 124672

[startup+1.50158 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1210912/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=135496 CPUtime=1.49
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 31659 0 0 0 135 14 0 0 25 0 1 0 89566438 138747904 31643 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 33874 31644 219 541 0 33324 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135496

[startup+3.10186 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1195488/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=157180 CPUtime=3.1
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 38472 0 0 0 293 17 0 0 25 0 1 0 89566438 160952320 37687 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 39295 37687 220 541 0 38745 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 157180

[startup+6.30141 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1163360/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=208948 CPUtime=6.29
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 52836 0 0 0 605 24 0 0 25 0 1 0 89566438 213962752 50976 1992294400 4194304 6412682 548682068832 18446744073709551615 4261019 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 52237 50976 239 541 0 51687 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208948

[startup+12.7015 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1118824/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=211464 CPUtime=12.68
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 54969 0 0 0 1224 44 0 0 25 0 1 0 89566438 216539136 51675 1992294400 4194304 6412682 548682068832 18446744073709551615 4298026 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 52866 51675 255 541 0 52316 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 211464

[startup+25.5017 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1118824/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=211464 CPUtime=25.48
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 54999 0 0 0 2503 45 0 0 25 0 1 0 89566438 216539136 51705 1992294400 4194304 6412682 548682068832 18446744073709551615 4298110 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 52866 51705 255 541 0 52316 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 211464

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1118568/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=211464 CPUtime=51.06
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 55027 0 0 0 5059 47 0 0 25 0 1 0 89566438 216539136 51733 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 52866 51733 255 541 0 52316 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 211464

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1116584/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=212728 CPUtime=102.25
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 55568 0 0 0 10174 51 0 0 25 0 1 0 89566438 217833472 52274 1992294400 4194304 6412682 548682068832 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 53182 52274 258 541 0 52632 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 212728

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1113576/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=215596 CPUtime=162.21
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 56327 0 0 0 16164 57 0 0 25 0 1 0 89566438 220770304 53033 1992294400 4194304 6412682 548682068832 18446744073709551615 5264010 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 53899 53033 258 541 0 53349 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 215596

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1108520/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=220396 CPUtime=222.18
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 57583 0 0 0 22154 64 0 0 25 0 1 0 89566438 225685504 54289 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 55099 54289 258 541 0 54549 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 220396

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1103912/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=224876 CPUtime=282.17
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 58737 0 0 0 28144 73 0 0 25 0 1 0 89566438 230273024 55443 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 56219 55443 258 541 0 55669 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 224876

[startup+342.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1099240/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=230612 CPUtime=342.14
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 59899 0 0 0 34131 83 0 0 25 0 1 0 89566438 236146688 56605 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 57653 56605 258 541 0 57103 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 230612

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1093416/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=236396 CPUtime=402.1
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 61345 0 0 0 40123 87 0 0 25 0 1 0 89566438 242069504 58051 1992294400 4194304 6412682 548682068832 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 59099 58051 258 541 0 58549 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 236396

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1093160/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=236396 CPUtime=462.07
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 61416 0 0 0 46113 94 0 0 25 0 1 0 89566438 242069504 58122 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 59099 58122 258 541 0 58549 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 236396

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1091432/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=239528 CPUtime=522.05
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 61840 0 0 0 52106 99 0 0 25 0 1 0 89566438 245276672 58546 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 59882 58546 258 541 0 59332 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 239528

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1086952/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=243828 CPUtime=582.01
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 62947 0 0 0 58097 104 0 0 25 0 1 0 89566438 249679872 59653 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 60957 59653 258 541 0 60407 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 243828

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

[startup+588.701 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1086952/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=243828 CPUtime=588.42
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 62947 0 0 0 58737 105 0 0 25 0 1 0 89566438 249679872 59653 1992294400 4194304 6412682 548682068832 18446744073709551615 4286896 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 60957 59653 258 541 0 60407 0
Current children cumulated CPU time (s) 588.42
Current children cumulated vsize (KiB) 243828

[startup+601.503 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1086952/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=244244 CPUtime=601.21
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 62984 0 0 0 60015 106 0 0 25 0 1 0 89566438 250105856 59690 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 61061 59690 258 541 0 60511 0
Current children cumulated CPU time (s) 601.21
Current children cumulated vsize (KiB) 244244

[startup+614.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1085416/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=246804 CPUtime=614
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 63341 0 0 0 61293 107 0 0 25 0 1 0 89566438 252727296 60047 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 61701 60047 258 541 0 61151 0
Current children cumulated CPU time (s) 614
Current children cumulated vsize (KiB) 246804

[startup+617.501 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1085416/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=246804 CPUtime=617.2
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 63348 0 0 0 61613 107 0 0 25 0 1 0 89566438 252727296 60054 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 61701 60054 258 541 0 61151 0
Current children cumulated CPU time (s) 617.2
Current children cumulated vsize (KiB) 246804

[startup+619.102 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1085352/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=246804 CPUtime=618.8
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 63379 0 0 0 61773 107 0 0 25 0 1 0 89566438 252727296 60085 1992294400 4194304 6412682 548682068832 18446744073709551615 4304765 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 61701 60085 258 541 0 61151 0
Current children cumulated CPU time (s) 618.8
Current children cumulated vsize (KiB) 246804

[startup+620.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1085288/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=246804 CPUtime=620.4
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 63379 0 0 0 61932 108 0 0 25 0 1 0 89566438 252727296 60085 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 61701 60085 258 541 0 61151 0
Current children cumulated CPU time (s) 620.4
Current children cumulated vsize (KiB) 246804

[startup+621.506 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1085288/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=246804 CPUtime=621.21
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 63379 0 0 0 62013 108 0 0 25 0 1 0 89566438 252727296 60085 1992294400 4194304 6412682 548682068832 18446744073709551615 4304446 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 61701 60085 258 541 0 61151 0
Current children cumulated CPU time (s) 621.21
Current children cumulated vsize (KiB) 246804

[startup+621.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1085288/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=246804 CPUtime=621.4
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 0 63379 0 0 0 62032 108 0 0 25 0 1 0 89566438 252727296 60085 1992294400 4194304 6412682 548682068832 18446744073709551615 4304751 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 61701 60085 258 541 0 61151 0
Current children cumulated CPU time (s) 621.4
Current children cumulated vsize (KiB) 246804

[startup+621.802 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17643
/proc/meminfo: memFree=1085288/2055920 swapFree=4180840/4192956
[pid=17642] ppid=17640 vsize=0 CPUtime=621.5
/proc/17642/stat : 17642 (kw) R 17640 17642 17293 0 -1 4 63386 0 0 0 62039 111 0 0 25 0 1 0 89566438 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 621.5
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 621.81
CPU time (s): 621.518
CPU user time (s): 620.4
CPU system time (s): 1.11783
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 246804

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

runsolver used 0.548916 second user time and 1.72174 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-25 01:23:17
IDJOB=1716410
IDBENCH=20379
IDSOLVER=501
FILE ID=node60/1716410-1240615395
PBS_JOBID= 9186258
Free space on /tmp= 66396 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-17-u.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716410-1240615395/watcher-1716410-1240615395 -o /tmp/evaluation-result-1716410-1240615395/solver-1716410-1240615395 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1716410-1240615395.cnf

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

MD5SUM BENCH= 83ece6745238c422c7e68e5a07fc7f73
RANDOM SEED=815688229

node60.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.256
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.256
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:       1329864 kB
Buffers:         70528 kB
Cached:         573236 kB
SwapCached:       6452 kB
Active:         162788 kB
Inactive:       489920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329864 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:           17424 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            59324 kB
Committed_AS:   284560 kB
PageTables:       1460 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= 66392 MiB
End job on node60 at 2009-04-25 01:33:39