Trace number 1520523

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/400/
unif-k3-r4.25-v400-c1700-S172053238-003.cnf
MD5SUMd645722ef726f8347e5e1cd19bda8fdf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1700
Sum of the clauses size5100
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31700
Number of clauses of size 40
Number of clauses of size 50
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-1520523-1238301498/watcher-1520523-1238301498 -o /tmp/evaluation-result-1520523-1238301498/solver-1520523-1238301498 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520523-1238301498.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.98 0.99 3/64 10112
/proc/meminfo: memFree=1169968/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=2896 CPUtime=0
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 339 0 0 0 0 0 0 0 18 0 1 0 1102811661 2965504 323 1992294400 4194304 6412682 548682068864 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 724 323 219 541 0 174 0

[startup+0.058445 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10112
/proc/meminfo: memFree=1169968/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=3120 CPUtime=0.05
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 456 0 0 0 5 0 0 0 18 0 1 0 1102811661 3194880 440 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 780 440 253 541 0 230 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3120

[startup+0.101448 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10112
/proc/meminfo: memFree=1169968/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=3384 CPUtime=0.09
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 513 0 0 0 9 0 0 0 18 0 1 0 1102811661 3465216 497 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 846 497 253 541 0 296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3384

[startup+0.301466 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10112
/proc/meminfo: memFree=1169968/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=4176 CPUtime=0.29
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 729 0 0 0 29 0 0 0 19 0 1 0 1102811661 4276224 713 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 1044 713 253 541 0 494 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4176

[startup+0.701505 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10112
/proc/meminfo: memFree=1169968/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=5800 CPUtime=0.69
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 1082 0 0 0 69 0 0 0 22 0 1 0 1102811661 5939200 1066 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 1450 1066 253 541 0 900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5800

[startup+1.50158 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10113
/proc/meminfo: memFree=1165928/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=7472 CPUtime=1.49
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 1505 0 0 0 148 1 0 0 25 0 1 0 1102811661 7651328 1449 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 1868 1449 253 541 0 1318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7472

[startup+3.10173 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10113
/proc/meminfo: memFree=1164520/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=8636 CPUtime=3.09
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 1836 0 0 0 307 2 0 0 25 0 1 0 1102811661 8843264 1735 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 2159 1735 256 541 0 1609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8636

[startup+6.30103 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 10113
/proc/meminfo: memFree=1162088/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=10848 CPUtime=6.29
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 2442 0 0 0 626 3 0 0 25 0 1 0 1102811661 11108352 2229 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 2712 2229 256 541 0 2162 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10848

[startup+12.7026 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10113
/proc/meminfo: memFree=1159272/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=13636 CPUtime=12.69
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 3183 0 0 0 1264 5 0 0 25 0 1 0 1102811661 13963264 2822 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 3409 2822 256 541 0 2859 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13636

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10113
/proc/meminfo: memFree=1155944/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=17564 CPUtime=25.48
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 4252 0 0 0 2538 10 0 0 25 0 1 0 1102811661 17985536 3696 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 4391 3696 256 541 0 3841 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17564

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10113
/proc/meminfo: memFree=1149736/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=24788 CPUtime=51.08
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 6167 0 0 0 5092 16 0 0 25 0 1 0 1102811661 25382912 5195 1992294400 4194304 6412682 548682068864 18446744073709551615 4286872 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 6197 5195 256 541 0 5647 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24788

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10113
/proc/meminfo: memFree=1141928/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=33516 CPUtime=102.27
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 8542 0 0 0 10201 26 0 0 25 0 1 0 1102811661 34320384 7179 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 8379 7179 256 541 0 7829 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 33516

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10113
/proc/meminfo: memFree=1134504/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=41724 CPUtime=162.25
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 10901 0 0 0 16191 34 0 0 25 0 1 0 1102811661 42725376 9020 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 10431 9020 256 541 0 9881 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 41724

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1129384/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=48240 CPUtime=222.23
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 12469 0 0 0 22181 42 0 0 25 0 1 0 1102811661 49397760 10270 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 12060 10270 256 541 0 11510 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 48240

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1124776/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=53172 CPUtime=282.21
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 13999 0 0 0 28171 50 0 0 25 0 1 0 1102811661 54448128 11434 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 13293 11434 256 541 0 12743 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 53172

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1118760/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=60204 CPUtime=342.2
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 15932 0 0 0 34163 57 0 0 25 0 1 0 1102811661 61648896 12946 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 15051 12946 256 541 0 14501 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 60204

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1115432/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=64092 CPUtime=402.18
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 16789 0 0 0 40153 65 0 0 25 0 1 0 1102811661 65630208 13803 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 16023 13803 256 541 0 15473 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 64092

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1111144/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=68624 CPUtime=462.17
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 18306 0 0 0 46145 72 0 0 25 0 1 0 1102811661 70270976 14836 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 17156 14836 256 541 0 16606 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 68624

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1106920/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=73572 CPUtime=522.15
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 19372 0 0 0 52137 78 0 0 25 0 1 0 1102811661 75337728 15902 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 18393 15902 256 541 0 17843 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 73572

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1101736/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=78564 CPUtime=582.13
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 21207 0 0 0 58128 85 0 0 25 0 1 0 1102811661 80449536 17181 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 19641 17181 256 541 0 19091 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 78564

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1100264/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=79844 CPUtime=642.12
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 21575 0 0 0 64121 91 0 0 25 0 1 0 1102811661 81760256 17549 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 19961 17549 256 541 0 19411 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 79844

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1092264/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=90732 CPUtime=702.1
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 23570 0 0 0 70112 98 0 0 25 0 1 0 1102811661 92909568 19544 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 22683 19544 256 541 0 22133 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 90732

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1091432/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=91692 CPUtime=762.09
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 24405 0 0 0 76106 103 0 0 25 0 1 0 1102811661 93892608 19739 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 22923 19739 256 541 0 22373 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 91692

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1089512/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=93932 CPUtime=822.07
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 24874 0 0 0 82098 109 0 0 25 0 1 0 1102811661 96186368 20208 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 23483 20208 256 541 0 22933 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 93932

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1082216/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=102156 CPUtime=882.05
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 26687 0 0 0 88090 115 0 0 25 0 1 0 1102811661 104607744 22021 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 25539 22021 256 541 0 24989 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 102156

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1080168/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=104720 CPUtime=942.04
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 28007 0 0 0 94083 121 0 0 25 0 1 0 1102811661 107233280 22605 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 26180 22605 256 541 0 25630 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 104720

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1077288/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=107600 CPUtime=1002.02
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 28689 0 0 0 100075 127 0 0 25 0 1 0 1102811661 110182400 23287 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 26900 23287 256 541 0 26350 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 107600

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1073768/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=111440 CPUtime=1062
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 29562 0 0 0 106069 131 0 0 25 0 1 0 1102811661 114114560 24160 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 27860 24160 256 541 0 27310 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 111440

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1069480/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=115604 CPUtime=1121.98
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 30627 0 0 0 112064 134 0 0 25 0 1 0 1102811661 118378496 25225 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 28901 25225 256 541 0 28351 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 115604

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1063272/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=122764 CPUtime=1181.97
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 32979 0 0 0 118058 139 0 0 25 0 1 0 1102811661 125710336 26731 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 30691 26731 256 541 0 30141 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 122764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10115
/proc/meminfo: memFree=1063272/2055920 swapFree=4179168/4192956
[pid=10112] ppid=10110 vsize=122764 CPUtime=1200.07
/proc/10112/stat : 10112 (kw) R 10110 10112 9993 0 -1 0 32984 0 0 0 119867 140 0 0 25 0 1 0 1102811661 125710336 26736 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10112/statm: 30691 26736 256 541 0 30141 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 122764

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.42
CPU time (s): 1200.1
CPU user time (s): 1198.67
CPU system time (s): 1.42678
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 126148

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

runsolver used 0.816875 second user time and 2.56161 second system time

The end

Launcher Data

Begin job on node61 at 2009-03-29 06:38:18
IDJOB=1520523
IDBENCH=70691
IDSOLVER=501
FILE ID=node61/1520523-1238301498
PBS_JOBID= 9061080
Free space on /tmp= 66344 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/400/unif-k3-r4.25-v400-c1700-S172053238-003.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520523-1238301498/watcher-1520523-1238301498 -o /tmp/evaluation-result-1520523-1238301498/solver-1520523-1238301498 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520523-1238301498.cnf

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

MD5SUM BENCH= d645722ef726f8347e5e1cd19bda8fdf
RANDOM SEED=557720422

node61.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.238
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.238
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:       1170448 kB
Buffers:         95860 kB
Cached:         689780 kB
SwapCached:       7920 kB
Active:         129316 kB
Inactive:       665872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1170448 kB
SwapTotal:     4192956 kB
SwapFree:      4179168 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:          15372 kB
Slab:            76484 kB
Committed_AS:  2571740 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node61 at 2009-03-29 06:58:20