Trace number 1735142

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.44

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes4.cnf
MD5SUMdf9c42090e37db3e7c6222a93cb90a4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.17582
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-1735142-1240800378/watcher-1735142-1240800378 -o /tmp/evaluation-result-1735142-1240800378/solver-1735142-1240800378 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1735142-1240800378.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.98 3/64 15574
/proc/meminfo: memFree=1783256/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=3832 CPUtime=0
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 466 0 0 0 0 0 0 0 18 0 1 0 108065388 3923968 450 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 958 450 219 541 0 408 0

[startup+0.101331 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 15574
/proc/meminfo: memFree=1783256/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=5936 CPUtime=0.09
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 1056 0 0 0 9 0 0 0 18 0 1 0 108065388 6078464 1040 1992294400 4194304 6412682 548682068864 18446744073709551615 4285128 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 1484 1040 220 541 0 934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5936

[startup+0.201342 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 15574
/proc/meminfo: memFree=1783256/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=7588 CPUtime=0.19
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 1547 0 0 0 18 1 0 0 19 0 1 0 108065388 7770112 1482 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 1897 1482 220 541 0 1347 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7588

[startup+0.301353 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 15574
/proc/meminfo: memFree=1783256/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=8764 CPUtime=0.29
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 1988 0 0 0 28 1 0 0 19 0 1 0 108065388 8974336 1826 1992294400 4194304 6412682 548682068864 18446744073709551615 4297678 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 2191 1826 230 541 0 1641 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8764

[startup+0.701397 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 15574
/proc/meminfo: memFree=1783256/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=13212 CPUtime=0.69
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 3003 0 0 0 67 2 0 0 23 0 1 0 108065388 13529088 2841 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 3303 2841 246 541 0 2753 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13212

[startup+1.50149 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1772176/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=14268 CPUtime=1.49
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 3261 0 0 0 147 2 0 0 25 0 1 0 108065388 14610432 3099 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 3567 3099 246 541 0 3017 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14268

[startup+3.10167 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1770448/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=15192 CPUtime=3.09
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 3527 0 0 0 307 2 0 0 25 0 1 0 108065388 15556608 3365 1992294400 4194304 6412682 548682068864 18446744073709551615 4564594 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 3798 3365 246 541 0 3248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15192

[startup+6.30104 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1768272/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=17692 CPUtime=6.29
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 4147 0 0 0 625 4 0 0 25 0 1 0 108065388 18116608 3985 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 4423 3985 253 541 0 3873 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17692

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1763984/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=22244 CPUtime=12.69
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 5201 0 0 0 1262 7 0 0 25 0 1 0 108065388 22777856 5039 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 5561 5039 256 541 0 5011 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22244

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1756432/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=30216 CPUtime=25.48
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 7093 0 0 0 2537 11 0 0 25 0 1 0 108065388 30941184 6931 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 7554 6931 256 541 0 7004 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30216

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1744336/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=43748 CPUtime=51.08
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 10602 0 0 0 5086 22 0 0 25 0 1 0 108065388 44797952 9920 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 10937 9920 256 541 0 10387 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 43748

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1727440/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=61528 CPUtime=102.26
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 15155 0 0 0 10191 35 0 0 25 0 1 0 108065388 63004672 14082 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 15382 14082 256 541 0 14832 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 61528

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1712976/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=78100 CPUtime=162.24
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 19335 0 0 0 16177 47 0 0 25 0 1 0 108065388 79974400 17744 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 19525 17744 256 541 0 18975 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 78100

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1701072/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=90828 CPUtime=222.23
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 22552 0 0 0 22166 57 0 0 25 0 1 0 108065388 93007872 20643 1992294400 4194304 6412682 548682068864 18446744073709551615 4417611 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 22707 20643 256 541 0 22157 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 90828

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1693968/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=98216 CPUtime=282.21
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 24664 0 0 0 28155 66 0 0 25 0 1 0 108065388 100573184 22389 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 24554 22389 256 541 0 24004 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 98216

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1682448/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=110812 CPUtime=342.19
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 27960 0 0 0 34145 74 0 0 25 0 1 0 108065388 113471488 25264 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 27703 25264 256 541 0 27153 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 110812

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1671184/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=125320 CPUtime=402.17
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 31245 0 0 0 40130 87 0 0 25 0 1 0 108065388 128327680 28065 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 31330 28065 256 541 0 30780 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 125320

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1656656/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=140632 CPUtime=462.15
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 35425 0 0 0 46118 97 0 0 25 0 1 0 108065388 144007168 31689 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 35158 31689 256 541 0 34608 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 140632

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1648400/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=149952 CPUtime=522.13
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 37561 0 0 0 52107 106 0 0 25 0 1 0 108065388 153550848 33825 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 37488 33825 256 541 0 36938 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 149952

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1636432/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=162556 CPUtime=582.13
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 41100 0 0 0 58098 115 0 0 25 0 1 0 108065388 166457344 36724 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 40639 36724 256 541 0 40089 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 162556

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1629072/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=171436 CPUtime=642.1
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 42920 0 0 0 64089 121 0 0 25 0 1 0 108065388 175550464 38544 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 42859 38544 256 541 0 42309 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 171436

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1617040/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=184148 CPUtime=702.09
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 45971 0 0 0 70078 131 0 0 25 0 1 0 108065388 188567552 41595 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 46037 41595 256 541 0 45487 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 184148

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1609360/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=192776 CPUtime=762.07
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 48569 0 0 0 76068 139 0 0 25 0 1 0 108065388 197402624 43458 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 48194 43458 256 541 0 47644 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 192776

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1607824/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=195016 CPUtime=822.05
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 49074 0 0 0 82060 145 0 0 25 0 1 0 108065388 199696384 43963 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 48754 43963 256 541 0 48204 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 195016

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15575
/proc/meminfo: memFree=1602064/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=200748 CPUtime=882.03
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 50425 0 0 0 88053 150 0 0 25 0 1 0 108065388 205565952 45314 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 50187 45314 256 541 0 49637 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 200748

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15581
/proc/meminfo: memFree=1587856/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=216388 CPUtime=942.01
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 54052 0 0 0 94042 159 0 0 25 0 1 0 108065388 221581312 48941 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 54097 48941 256 541 0 53547 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 216388

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15581
/proc/meminfo: memFree=1582800/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=221496 CPUtime=1001.98
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 56077 0 0 0 100035 163 0 0 25 0 1 0 108065388 226811904 50120 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 55374 50120 256 541 0 54824 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 221496

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15581
/proc/meminfo: memFree=1580688/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=223576 CPUtime=1061.97
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 56585 0 0 0 106027 170 0 0 25 0 1 0 108065388 228941824 50628 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 55894 50628 256 541 0 55344 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 223576

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15581
/proc/meminfo: memFree=1578064/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=226456 CPUtime=1121.95
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 57237 0 0 0 112020 175 0 0 25 0 1 0 108065388 231890944 51280 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 56614 51280 256 541 0 56064 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 226456

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15581
/proc/meminfo: memFree=1572880/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=232904 CPUtime=1181.94
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 58609 0 0 0 118012 182 0 0 25 0 1 0 108065388 238493696 52652 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 58226 52652 256 541 0 57676 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 232904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15581
/proc/meminfo: memFree=1566608/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=239028 CPUtime=1200.04
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 60099 0 0 0 119819 185 0 0 25 0 1 0 108065388 244764672 54142 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 59757 54142 256 541 0 59207 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 239028

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: 0.99 0.97 0.98 2/65 15581
/proc/meminfo: memFree=1566608/2055920 swapFree=4192956/4192956
[pid=15574] ppid=15572 vsize=239028 CPUtime=1200.04
/proc/15574/stat : 15574 (kw) R 15572 15574 14629 0 -1 0 60099 0 0 0 119819 185 0 0 25 0 1 0 108065388 244764672 54142 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 59757 54142 256 541 0 59207 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 239028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.08
CPU user time (s): 1198.19
CPU system time (s): 1.88771
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 239028

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

runsolver used 0.897863 second user time and 2.68059 second system time

The end

Launcher Data

Begin job on node62 at 2009-04-27 04:46:18
IDJOB=1735142
IDBENCH=71365
IDSOLVER=501
FILE ID=node62/1735142-1240800378
PBS_JOBID= 9187307
Free space on /tmp= 66384 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes4.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735142-1240800378/watcher-1735142-1240800378 -o /tmp/evaluation-result-1735142-1240800378/solver-1735142-1240800378 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1735142-1240800378.cnf

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

MD5SUM BENCH= df9c42090e37db3e7c6222a93cb90a4d
RANDOM SEED=244849955

node62.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.220
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.220
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:       1783672 kB
Buffers:         35476 kB
Cached:         152136 kB
SwapCached:          0 kB
Active:          38588 kB
Inactive:       164468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783672 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2948 kB
Writeback:           0 kB
Mapped:          25216 kB
Slab:            54996 kB
Committed_AS:   258856 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node62 at 2009-04-27 05:06:21