Trace number 1519905

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.12 1200.42

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S1251522734-073.cnf
MD5SUM1434f33cdfd0e0bf38ee5caed68ed069
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
Number of clauses of size over 50

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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519905-1238245511/watcher-1519905-1238245511 -o /tmp/evaluation-result-1519905-1238245511/solver-1519905-1238245511 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519905-1238245511.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.02 0.99 0.99 3/70 25101
/proc/meminfo: memFree=790896/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=2736 CPUtime=0
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 296 0 0 0 0 0 0 0 18 0 1 0 1097214385 2801664 280 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 684 280 216 541 0 134 0

[startup+0.106262 s]
/proc/loadavg: 1.02 0.99 0.99 3/70 25101
/proc/meminfo: memFree=790896/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=3456 CPUtime=0.1
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 531 0 0 0 10 0 0 0 18 0 1 0 1097214385 3538944 503 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 864 503 242 541 0 314 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3456

[startup+0.201269 s]
/proc/loadavg: 1.02 0.99 0.99 3/70 25101
/proc/meminfo: memFree=790896/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=4112 CPUtime=0.19
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 681 0 0 0 19 0 0 0 18 0 1 0 1097214385 4210688 653 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 1028 653 242 541 0 478 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4112

[startup+0.301279 s]
/proc/loadavg: 1.02 0.99 0.99 3/70 25101
/proc/meminfo: memFree=790896/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=4644 CPUtime=0.29
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 814 0 0 0 29 0 0 0 19 0 1 0 1097214385 4755456 786 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 1161 786 242 541 0 611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4644

[startup+0.701319 s]
/proc/loadavg: 1.02 0.99 0.99 3/70 25101
/proc/meminfo: memFree=790896/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=6300 CPUtime=0.69
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 1228 0 0 0 69 0 0 0 22 0 1 0 1097214385 6451200 1200 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 1575 1200 242 541 0 1025 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6300

[startup+1.5014 s]
/proc/loadavg: 1.02 0.99 0.99 2/71 25102
/proc/meminfo: memFree=785960/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=8116 CPUtime=1.49
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 1639 0 0 0 148 1 0 0 25 0 1 0 1097214385 8310784 1571 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 2029 1571 242 541 0 1479 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8116

[startup+3.10155 s]
/proc/loadavg: 1.02 0.99 0.99 2/71 25102
/proc/meminfo: memFree=784680/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=9660 CPUtime=3.09
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 2097 0 0 0 307 2 0 0 25 0 1 0 1097214385 9891840 1932 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 2415 1932 248 541 0 1865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9660

[startup+6.30187 s]
/proc/loadavg: 1.02 0.99 0.99 2/71 25102
/proc/meminfo: memFree=782568/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=11944 CPUtime=6.29
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 2662 0 0 0 626 3 0 0 25 0 1 0 1097214385 12230656 2437 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 2986 2437 248 541 0 2436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11944

[startup+12.7015 s]
/proc/loadavg: 1.02 0.99 0.99 2/71 25102
/proc/meminfo: memFree=778920/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=15616 CPUtime=12.69
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 3676 0 0 0 1262 7 0 0 25 0 1 0 1097214385 15990784 3212 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 3904 3212 248 541 0 3354 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15616

[startup+25.5018 s]
/proc/loadavg: 1.01 0.99 0.99 2/71 25102
/proc/meminfo: memFree=774824/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=19932 CPUtime=25.49
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 4892 0 0 0 2538 11 0 0 25 0 1 0 1097214385 20410368 4204 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 4983 4204 248 541 0 4433 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19932

[startup+51.1013 s]
/proc/loadavg: 1.01 0.99 0.99 2/71 25102
/proc/meminfo: memFree=768744/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=27968 CPUtime=51.08
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 6764 0 0 0 5090 18 0 0 25 0 1 0 1097214385 28639232 5779 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 6992 5779 248 541 0 6442 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27968

[startup+102.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=759272/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=38112 CPUtime=102.26
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 9683 0 0 0 10197 29 0 0 25 0 1 0 1097214385 39026688 8066 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 9528 8066 248 541 0 8978 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38112

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=752872/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=45128 CPUtime=162.24
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 11581 0 0 0 16186 38 0 0 25 0 1 0 1097214385 46211072 9687 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 11282 9687 248 541 0 10732 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45128

[startup+222.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=746856/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=52872 CPUtime=222.24
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 13363 0 0 0 22177 47 0 0 25 0 1 0 1097214385 54140928 11151 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 13218 11151 248 541 0 12668 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 52872

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=741480/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=59248 CPUtime=282.21
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 15058 0 0 0 28166 55 0 0 25 0 1 0 1097214385 60669952 12480 1992294400 4194304 6412682 548682068864 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 14812 12480 248 541 0 14262 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 59248

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=735656/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=65620 CPUtime=342.21
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 16902 0 0 0 34159 62 0 0 25 0 1 0 1097214385 67194880 13903 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 16405 13903 248 541 0 15855 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 65620

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=733544/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=67992 CPUtime=402.19
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 17483 0 0 0 40151 68 0 0 25 0 1 0 1097214385 69623808 14484 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 16998 14484 248 541 0 16448 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 67992

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=727976/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=73808 CPUtime=462.17
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 19291 0 0 0 46142 75 0 0 25 0 1 0 1097214385 75579392 15808 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 18452 15808 248 541 0 17902 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 73808

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=726184/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=76048 CPUtime=522.16
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 19781 0 0 0 52133 83 0 0 25 0 1 0 1097214385 77873152 16298 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 19012 16298 248 541 0 18462 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 76048

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=719080/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=83792 CPUtime=582.15
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 22089 0 0 0 58124 91 0 0 25 0 1 0 1097214385 85803008 18050 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 20948 18050 248 541 0 20398 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 83792

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=717288/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=86032 CPUtime=642.13
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 22542 0 0 0 64117 96 0 0 25 0 1 0 1097214385 88096768 18503 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 21508 18503 248 541 0 20958 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 86032

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=714856/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=88432 CPUtime=702.12
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 23147 0 0 0 70110 102 0 0 25 0 1 0 1097214385 90554368 19108 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 22108 19108 248 541 0 21558 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 88432

[startup+762.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=708520/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=97300 CPUtime=762.11
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 25322 0 0 0 76102 109 0 0 25 0 1 0 1097214385 99635200 20643 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 24325 20643 248 541 0 23775 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 97300

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=707560/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=98580 CPUtime=822.09
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 25646 0 0 0 82095 114 0 0 25 0 1 0 1097214385 100945920 20967 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 24645 20967 248 541 0 24095 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 98580

[startup+882.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=706856/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=99220 CPUtime=882.07
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 25813 0 0 0 88089 118 0 0 25 0 1 0 1097214385 101601280 21134 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 24805 21134 248 541 0 24255 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 99220

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=701672/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=105940 CPUtime=942.05
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 27156 0 0 0 94081 124 0 0 25 0 1 0 1097214385 108482560 22477 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 26485 22477 248 541 0 25935 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 105940

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=696360/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=111148 CPUtime=1002.04
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 29129 0 0 0 100075 129 0 0 25 0 1 0 1097214385 113815552 23714 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 27787 23714 248 541 0 27237 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 111148

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=695976/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=111584 CPUtime=1062.02
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 29265 0 0 0 106069 133 0 0 25 0 1 0 1097214385 114262016 23850 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 27896 23850 248 541 0 27346 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 111584

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=694504/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=113664 CPUtime=1122.01
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 29646 0 0 0 112062 139 0 0 25 0 1 0 1097214385 116391936 24231 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 28416 24231 248 541 0 27866 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 113664

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=692904/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=115264 CPUtime=1181.99
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 30037 0 0 0 118056 143 0 0 25 0 1 0 1097214385 118030336 24622 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 28816 24622 248 541 0 28266 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 115264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=692456/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=115584 CPUtime=1200.1
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 30138 0 0 0 119866 144 0 0 25 0 1 0 1097214385 118358016 24723 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 28896 24723 248 541 0 28346 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 115584

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: 1.00 0.99 0.99 2/71 25102
/proc/meminfo: memFree=692456/2055920 swapFree=4173156/4192956
[pid=25101] ppid=25099 vsize=115584 CPUtime=1200.1
/proc/25101/stat : 25101 (kw) R 25099 25101 24814 0 -1 0 30138 0 0 0 119866 144 0 0 25 0 1 0 1097214385 118358016 24723 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 28896 24723 248 541 0 28346 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 115584

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.12
CPU user time (s): 1198.66
CPU system time (s): 1.45878
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 115584

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

runsolver used 1.18282 second user time and 3.19351 second system time

The end

Launcher Data

Begin job on node36 at 2009-03-28 14:05:11
IDJOB=1519905
IDBENCH=70382
IDSOLVER=501
FILE ID=node36/1519905-1238245511
PBS_JOBID= 9060655
Free space on /tmp= 66412 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S1251522734-073.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519905-1238245511/watcher-1519905-1238245511 -o /tmp/evaluation-result-1519905-1238245511/solver-1519905-1238245511 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519905-1238245511.cnf

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

MD5SUM BENCH= 1434f33cdfd0e0bf38ee5caed68ed069
RANDOM SEED=1936343034

node36.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.214
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.214
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:        791376 kB
Buffers:        102884 kB
Cached:        1060628 kB
SwapCached:       9216 kB
Active:         226820 kB
Inactive:       947336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        791376 kB
SwapTotal:     4192956 kB
SwapFree:      4173156 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          16248 kB
Slab:            75780 kB
Committed_AS:  2912744 kB
PageTables:       1876 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= 66408 MiB
End job on node36 at 2009-03-28 14:25:14