Trace number 1731649

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.11 1200.44

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
MD5SUM4a0cf034172f796c42342e79509e3449
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark315.531
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses71378
Sum of the clauses size143596
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 271348
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-1731649-1240772994/watcher-1731649-1240772994 -o /tmp/evaluation-result-1731649-1240772994/solver-1731649-1240772994 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1731649-1240772994.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.99 1.12 3/64 9158
/proc/meminfo: memFree=1721680/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=3868 CPUtime=0
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 457 0 0 0 0 0 0 0 20 0 1 0 105328298 3960832 441 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 967 441 219 541 0 417 0

[startup+0.0766881 s]
/proc/loadavg: 0.92 0.99 1.12 3/64 9158
/proc/meminfo: memFree=1721680/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=5188 CPUtime=0.07
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 813 0 0 0 7 0 0 0 20 0 1 0 105328298 5312512 797 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 1297 797 219 541 0 747 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5188

[startup+0.10269 s]
/proc/loadavg: 0.92 0.99 1.12 3/64 9158
/proc/meminfo: memFree=1721680/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=5584 CPUtime=0.09
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 937 0 0 0 9 0 0 0 20 0 1 0 105328298 5718016 921 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 1396 921 219 541 0 846 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5584

[startup+0.302714 s]
/proc/loadavg: 0.92 0.99 1.12 3/64 9158
/proc/meminfo: memFree=1721680/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=9328 CPUtime=0.3
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 2081 0 0 0 29 1 0 0 22 0 1 0 105328298 9551872 1919 1992294400 4194304 6412682 548682068832 18446744073709551615 4828344 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 2332 1919 220 541 0 1782 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9328

[startup+0.701761 s]
/proc/loadavg: 0.92 0.99 1.12 3/64 9158
/proc/meminfo: memFree=1721680/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=14256 CPUtime=0.69
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 3221 0 0 0 68 1 0 0 25 0 1 0 105328298 14598144 3059 1992294400 4194304 6412682 548682068832 18446744073709551615 4564586 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 3564 3059 247 541 0 3014 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14256

[startup+1.50185 s]
/proc/loadavg: 0.92 0.99 1.12 2/65 9159
/proc/meminfo: memFree=1710024/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=15180 CPUtime=1.49
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 3454 0 0 0 148 1 0 0 25 0 1 0 105328298 15544320 3292 1992294400 4194304 6412682 548682068832 18446744073709551615 4522265 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 3795 3292 247 541 0 3245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15180

[startup+3.10105 s]
/proc/loadavg: 0.92 0.99 1.12 2/65 9159
/proc/meminfo: memFree=1708680/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=15972 CPUtime=3.08
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 3681 0 0 0 307 1 0 0 25 0 1 0 105328298 16355328 3519 1992294400 4194304 6412682 548682068832 18446744073709551615 4564952 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 3993 3519 247 541 0 3443 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15972

[startup+6.30142 s]
/proc/loadavg: 0.93 0.99 1.12 2/65 9159
/proc/meminfo: memFree=1708168/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=17164 CPUtime=6.29
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 3994 0 0 0 627 2 0 0 25 0 1 0 105328298 17575936 3832 1992294400 4194304 6412682 548682068832 18446744073709551615 5491301 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 4291 3832 254 541 0 3741 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17164

[startup+12.7012 s]
/proc/loadavg: 0.93 0.99 1.12 2/65 9159
/proc/meminfo: memFree=1699408/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=26100 CPUtime=12.69
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 6130 0 0 0 1263 6 0 0 25 0 1 0 105328298 26726400 5968 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 6525 5968 257 541 0 5975 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26100

[startup+25.5017 s]
/proc/loadavg: 0.95 0.99 1.11 2/65 9159
/proc/meminfo: memFree=1688976/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=36596 CPUtime=25.49
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 8486 0 0 0 2539 10 0 0 25 0 1 0 105328298 37474304 8324 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 9149 8324 257 541 0 8599 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36596

[startup+51.1017 s]
/proc/loadavg: 0.96 0.99 1.11 2/65 9159
/proc/meminfo: memFree=1679248/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=47404 CPUtime=51.07
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 10914 0 0 0 5092 15 0 0 25 0 1 0 105328298 48541696 10752 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 11851 10752 257 541 0 11301 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47404

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 1.10 2/65 9159
/proc/meminfo: memFree=1663952/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=65048 CPUtime=102.27
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 15096 0 0 0 10203 24 0 0 25 0 1 0 105328298 66609152 14572 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 16262 14572 257 541 0 15712 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 65048

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 1.09 2/65 9159
/proc/meminfo: memFree=1646672/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=85224 CPUtime=162.25
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 19695 0 0 0 16190 35 0 0 25 0 1 0 105328298 87269376 18831 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 21306 18831 257 541 0 20756 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 85224

[startup+222.303 s]
/proc/loadavg: 0.99 0.99 1.08 2/65 9159
/proc/meminfo: memFree=1629904/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=103960 CPUtime=222.23
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 24113 0 0 0 22179 44 0 0 25 0 1 0 105328298 106455040 23040 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 25990 23040 257 541 0 25440 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 103960

[startup+282.303 s]
/proc/loadavg: 0.99 0.99 1.08 2/65 9159
/proc/meminfo: memFree=1617232/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=118740 CPUtime=282.21
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 27361 0 0 0 28169 52 0 0 25 0 1 0 105328298 121589760 26288 1992294400 4194304 6412682 548682068832 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 29685 26288 257 541 0 29135 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 118740

[startup+342.303 s]
/proc/loadavg: 0.99 0.99 1.07 2/65 9159
/proc/meminfo: memFree=1606800/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=130528 CPUtime=342.2
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 30155 0 0 0 34160 60 0 0 25 0 1 0 105328298 133660672 28841 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 32632 28841 257 541 0 32082 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 130528

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 1.06 2/65 9159
/proc/meminfo: memFree=1588752/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=150072 CPUtime=402.18
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 34887 0 0 0 40151 67 0 0 25 0 1 0 105328298 153673728 33296 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 37518 33296 257 541 0 36968 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 150072

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 1.06 2/65 9159
/proc/meminfo: memFree=1584912/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=154472 CPUtime=462.17
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 35839 0 0 0 46146 71 0 0 25 0 1 0 105328298 158179328 34248 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 38618 34248 257 541 0 38068 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 154472

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 1.05 2/65 9159
/proc/meminfo: memFree=1573904/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=167740 CPUtime=522.15
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 38615 0 0 0 52139 76 0 0 25 0 1 0 105328298 171765760 37024 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 41935 37024 257 541 0 41385 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 167740

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 1.05 2/65 9159
/proc/meminfo: memFree=1568016/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=173500 CPUtime=582.13
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 40357 0 0 0 58133 80 0 0 25 0 1 0 105328298 177664000 38448 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 43375 38448 257 541 0 42825 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 173500

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 1.04 2/65 9159
/proc/meminfo: memFree=1565072/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=177020 CPUtime=642.12
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 41100 0 0 0 64129 83 0 0 25 0 1 0 105328298 181268480 39191 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 44255 39191 257 541 0 43705 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 177020

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 1.04 2/65 9159
/proc/meminfo: memFree=1556048/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=186940 CPUtime=702.1
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 43331 0 0 0 70123 87 0 0 25 0 1 0 105328298 191426560 41422 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 46735 41422 257 541 0 46185 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 186940

[startup+762.304 s]
/proc/loadavg: 0.99 0.99 1.03 2/65 9159
/proc/meminfo: memFree=1549200/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=194880 CPUtime=762.08
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 45389 0 0 0 76116 92 0 0 25 0 1 0 105328298 199557120 43114 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 48720 43114 257 541 0 48170 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 194880

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 1.02 2/65 9159
/proc/meminfo: memFree=1536080/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=211848 CPUtime=822.07
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 48688 0 0 0 82107 100 0 0 25 0 1 0 105328298 216932352 46413 1992294400 4194304 6412682 548682068832 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 52962 46413 257 541 0 52412 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 211848

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 1.02 2/65 9159
/proc/meminfo: memFree=1526224/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=223368 CPUtime=882.05
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 51521 0 0 0 88100 105 0 0 25 0 1 0 105328298 228728832 48825 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 55842 48825 257 541 0 55292 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 223368

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 1.01 2/65 9159
/proc/meminfo: memFree=1524560/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=223368 CPUtime=942.03
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 51934 0 0 0 94094 109 0 0 25 0 1 0 105328298 228728832 49238 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 55842 49238 257 541 0 55292 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 223368

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 1.01 2/65 9159
/proc/meminfo: memFree=1521616/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=227208 CPUtime=1002.02
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 52658 0 0 0 100089 113 0 0 25 0 1 0 105328298 232660992 49962 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 56802 49962 257 541 0 56252 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 227208

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 9159
/proc/meminfo: memFree=1511184/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=238940 CPUtime=1062.01
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 55745 0 0 0 106083 118 0 0 25 0 1 0 105328298 244674560 52565 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 59735 52565 257 541 0 59185 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 238940

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 9159
/proc/meminfo: memFree=1509392/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=240860 CPUtime=1121.98
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 56184 0 0 0 112078 120 0 0 25 0 1 0 105328298 246640640 53004 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 60215 53004 257 541 0 59665 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 240860

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 9159
/proc/meminfo: memFree=1506896/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=242780 CPUtime=1181.97
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 56814 0 0 0 118075 122 0 0 25 0 1 0 105328298 248606720 53634 1992294400 4194304 6412682 548682068832 18446744073709551615 4286926 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 60695 53634 257 541 0 60145 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 242780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 9159
/proc/meminfo: memFree=1506064/2055920 swapFree=4186716/4192956
[pid=9158] ppid=9156 vsize=244060 CPUtime=1200.07
/proc/9158/stat : 9158 (kw) R 9156 9158 8841 0 -1 0 57019 0 0 0 119884 123 0 0 25 0 1 0 105328298 249917440 53839 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9158/statm: 61015 53839 257 541 0 60465 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 244060

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.44
CPU time (s): 1200.11
CPU user time (s): 1198.84
CPU system time (s): 1.26881
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 244060

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

runsolver used 0.874867 second user time and 2.51462 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-26 21:09:54
IDJOB=1731649
IDBENCH=24756
IDSOLVER=501
FILE ID=node75/1731649-1240772994
PBS_JOBID= 9187167
Free space on /tmp= 66436 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731649-1240772994/watcher-1731649-1240772994 -o /tmp/evaluation-result-1731649-1240772994/solver-1731649-1240772994 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1731649-1240772994.cnf

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

MD5SUM BENCH= 4a0cf034172f796c42342e79509e3449
RANDOM SEED=801261657

node75.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.213
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.213
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:       1722160 kB
Buffers:         38928 kB
Cached:         218972 kB
SwapCached:       3016 kB
Active:          90968 kB
Inactive:       177812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722160 kB
SwapTotal:     4192956 kB
SwapFree:      4186716 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:          19056 kB
Slab:            50904 kB
Committed_AS:   289372 kB
PageTables:       1416 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= 66432 MiB
End job on node75 at 2009-04-26 21:29:57