Trace number 1520081

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 1199.93

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/70/
unif-k7-r89-v70-c6230-S2028777924-038.cnf
MD5SUMfe3309ffe1b711047a9fc636f2702995
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.135978
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

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-1520081-1238261425/watcher-1520081-1238261425 -o /tmp/evaluation-result-1520081-1238261425/solver-1520081-1238261425 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520081-1238261425.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.98 0.99 3/64 17229
/proc/meminfo: memFree=871600/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=2732 CPUtime=0
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 294 0 0 0 0 0 0 0 18 0 1 0 1098808986 2797568 278 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 683 278 216 541 0 133 0

[startup+0.104866 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17229
/proc/meminfo: memFree=871600/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=3924 CPUtime=0.1
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 629 0 0 0 10 0 0 0 18 0 1 0 1098808986 4018176 613 1992294400 4194304 6412682 548682068864 18446744073709551615 4564586 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 981 613 235 541 0 431 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3924

[startup+0.201839 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17229
/proc/meminfo: memFree=871600/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=3924 CPUtime=0.19
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 629 0 0 0 19 0 0 0 18 0 1 0 1098808986 4018176 613 1992294400 4194304 6412682 548682068864 18446744073709551615 4522371 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 981 613 235 541 0 431 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3924

[startup+0.30181 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17229
/proc/meminfo: memFree=871600/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=3924 CPUtime=0.29
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 629 0 0 0 29 0 0 0 19 0 1 0 1098808986 4018176 613 1992294400 4194304 6412682 548682068864 18446744073709551615 4564590 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 981 613 235 541 0 431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3924

[startup+0.701698 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17229
/proc/meminfo: memFree=871600/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=5788 CPUtime=0.69
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 1191 0 0 0 69 0 0 0 22 0 1 0 1098808986 5926912 1075 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 1447 1075 242 541 0 897 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5788

[startup+1.50248 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17230
/proc/meminfo: memFree=866728/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=8440 CPUtime=1.49
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 1797 0 0 0 149 0 0 0 25 0 1 0 1098808986 8642560 1641 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 2110 1641 242 541 0 1560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8440

[startup+3.10103 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17230
/proc/meminfo: memFree=864872/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=10232 CPUtime=3.09
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 2308 0 0 0 307 2 0 0 25 0 1 0 1098808986 10477568 2055 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 2558 2055 247 541 0 2008 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10232

[startup+6.30113 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17230
/proc/meminfo: memFree=861864/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=13100 CPUtime=6.29
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 3066 0 0 0 626 3 0 0 25 0 1 0 1098808986 13414400 2684 1992294400 4194304 6412682 548682068864 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 3275 2684 247 541 0 2725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13100

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17230
/proc/meminfo: memFree=857968/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=17588 CPUtime=12.69
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 4180 0 0 0 1263 6 0 0 25 0 1 0 1098808986 18010112 3628 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 4397 3628 247 541 0 3847 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17588

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 17230
/proc/meminfo: memFree=852528/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=23612 CPUtime=25.5
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 5831 0 0 0 2540 10 0 0 25 0 1 0 1098808986 24178688 4917 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 5903 4917 247 541 0 5353 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 23612

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 17230
/proc/meminfo: memFree=845296/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=33212 CPUtime=51.09
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 8031 0 0 0 5094 15 0 0 25 0 1 0 1098808986 34009088 6776 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 8303 6776 247 541 0 7753 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 33212

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 17230
/proc/meminfo: memFree=834160/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=45932 CPUtime=102.31
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 11489 0 0 0 10204 27 0 0 25 0 1 0 1098808986 47034368 9507 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 11483 9507 247 541 0 10933 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 45932

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17230
/proc/meminfo: memFree=825648/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=56472 CPUtime=162.31
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 13994 0 0 0 16196 35 0 0 25 0 1 0 1098808986 57827328 11694 1992294400 4194304 6412682 548682068864 18446744073709551615 4287178 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 14118 11694 247 541 0 13568 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 56472

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17230
/proc/meminfo: memFree=817904/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=65592 CPUtime=222.32
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 16222 0 0 0 22188 44 0 0 25 0 1 0 1098808986 67166208 13556 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 16398 13556 247 541 0 15848 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 65592

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17230
/proc/meminfo: memFree=813552/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=70056 CPUtime=282.33
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 17740 0 0 0 28181 52 0 0 25 0 1 0 1098808986 71737344 14653 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 17514 14653 247 541 0 16964 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 70056

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17230
/proc/meminfo: memFree=806576/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=78696 CPUtime=342.33
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 19966 0 0 0 34173 60 0 0 25 0 1 0 1098808986 80584704 16395 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 19674 16395 247 541 0 19124 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 78696

[startup+402.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 17230
/proc/meminfo: memFree=802928/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=82508 CPUtime=402.34
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 20936 0 0 0 40166 68 0 0 25 0 1 0 1098808986 84488192 17365 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 20627 17365 247 541 0 20077 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 82508

[startup+462.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17230
/proc/meminfo: memFree=797296/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=89452 CPUtime=462.35
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 22836 0 0 0 46161 74 0 0 25 0 1 0 1098808986 91598848 18709 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 22363 18709 247 541 0 21813 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 89452

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=793136/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=93932 CPUtime=522.35
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 23857 0 0 0 52155 80 0 0 25 0 1 0 1098808986 96186368 19730 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 23483 19730 247 541 0 22933 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 93932

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=787568/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=102608 CPUtime=582.37
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 25882 0 0 0 58150 87 0 0 25 0 1 0 1098808986 105070592 21115 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 25652 21115 247 541 0 25102 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 102608

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=785200/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=105808 CPUtime=642.37
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 26459 0 0 0 64146 91 0 0 25 0 1 0 1098808986 108347392 21692 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 26452 21692 247 541 0 25902 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 105808

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=783536/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=107728 CPUtime=702.38
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 26879 0 0 0 70141 97 0 0 25 0 1 0 1098808986 110313472 22112 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 26932 22112 247 541 0 26382 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 107728

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=774256/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=117112 CPUtime=762.39
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 29877 0 0 0 76136 103 0 0 25 0 1 0 1098808986 119922688 24374 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 29278 24374 247 541 0 28728 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 117112

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=774064/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=117112 CPUtime=822.4
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 29959 0 0 0 82133 107 0 0 25 0 1 0 1098808986 119922688 24456 1992294400 4194304 6412682 548682068864 18446744073709551615 4286911 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 29278 24456 247 541 0 28728 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 117112

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=770864/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=121272 CPUtime=882.4
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 30754 0 0 0 88129 111 0 0 25 0 1 0 1098808986 124182528 25251 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 30318 25251 247 541 0 29768 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 121272

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=766960/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=125752 CPUtime=942.41
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 31734 0 0 0 94126 115 0 0 25 0 1 0 1098808986 128770048 26231 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 31438 26231 247 541 0 30888 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 125752

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=761648/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=130664 CPUtime=1002.41
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 33043 0 0 0 100121 120 0 0 25 0 1 0 1098808986 133799936 27540 1992294400 4194304 6412682 548682068864 18446744073709551615 4287910 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 32666 27540 247 541 0 32116 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 130664

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=759088/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=132116 CPUtime=1062.43
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 34499 0 0 0 106117 126 0 0 25 0 1 0 1098808986 135286784 28150 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 33029 28150 247 541 0 32479 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 132116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=757744/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=134156 CPUtime=1122.43
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 34864 0 0 0 112112 131 0 0 25 0 1 0 1098808986 137375744 28515 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 33539 28515 247 541 0 32989 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 134156

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=755312/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=136716 CPUtime=1182.44
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 35468 0 0 0 118109 135 0 0 25 0 1 0 1098808986 139997184 29119 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 34179 29119 247 541 0 33629 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 136716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17230
/proc/meminfo: memFree=754160/2055920 swapFree=4178240/4192956
[pid=17229] ppid=17227 vsize=138636 CPUtime=1200.05
/proc/17229/stat : 17229 (kw) R 17227 17229 16860 0 -1 0 35750 0 0 0 119869 136 0 0 25 0 1 0 1098808986 141963264 29401 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/17229/statm: 34659 29401 247 541 0 34109 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 138636

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): 1199.93
CPU time (s): 1200.08
CPU user time (s): 1198.69
CPU system time (s): 1.38479
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 138636

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

runsolver used 0.887865 second user time and 2.6386 second system time

The end

Launcher Data

Begin job on node16 at 2009-03-28 18:30:25
IDJOB=1520081
IDBENCH=70470
IDSOLVER=501
FILE ID=node16/1520081-1238261425
PBS_JOBID= 9060775
Free space on /tmp= 63928 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/70/unif-k7-r89-v70-c6230-S2028777924-038.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520081-1238261425/watcher-1520081-1238261425 -o /tmp/evaluation-result-1520081-1238261425/solver-1520081-1238261425 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520081-1238261425.cnf

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

MD5SUM BENCH= fe3309ffe1b711047a9fc636f2702995
RANDOM SEED=1974830201

node16.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.232
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.232
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:        872080 kB
Buffers:         85060 kB
Cached:        1005596 kB
SwapCached:       8496 kB
Active:         101760 kB
Inactive:       998800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        872080 kB
SwapTotal:     4192956 kB
SwapFree:      4178240 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:          15548 kB
Slab:            69348 kB
Committed_AS:  2951408 kB
PageTables:       1440 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= 63924 MiB
End job on node16 at 2009-03-28 18:50:27