Trace number 1519553

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S2054922493-058.cnf
MD5SUMb60450275781a4bce2d80b1541942582
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark344.932
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
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 522000
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-1519553-1238230616/watcher-1519553-1238230616 -o /tmp/evaluation-result-1519553-1238230616/solver-1519553-1238230616 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519553-1238230616.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24157
/proc/meminfo: memFree=1079512/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=3416 CPUtime=0
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 443 0 0 0 0 0 0 0 18 0 1 0 1095728336 3497984 427 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 854 427 219 541 0 304 0

[startup+0.00783403 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24157
/proc/meminfo: memFree=1079512/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=3416 CPUtime=0
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 450 0 0 0 0 0 0 0 18 0 1 0 1095728336 3497984 434 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 854 434 219 541 0 304 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3416

[startup+0.101844 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24157
/proc/meminfo: memFree=1079512/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=4472 CPUtime=0.09
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 757 0 0 0 9 0 0 0 18 0 1 0 1095728336 4579328 741 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 1118 741 219 541 0 568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4472

[startup+0.301866 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24157
/proc/meminfo: memFree=1079512/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=6848 CPUtime=0.29
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 1359 0 0 0 29 0 0 0 19 0 1 0 1095728336 7012352 1343 1992294400 4194304 6412682 548682068864 18446744073709551615 4523612 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 1712 1343 238 541 0 1162 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6848

[startup+0.701912 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24157
/proc/meminfo: memFree=1079512/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=7776 CPUtime=0.69
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 1999 0 0 0 68 1 0 0 23 0 1 0 1095728336 7962624 1583 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 1944 1583 245 541 0 1394 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7776

[startup+1.50201 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=1072592/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=11588 CPUtime=1.49
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 2994 0 0 0 147 2 0 0 25 0 1 0 1095728336 11866112 2578 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 2897 2578 245 541 0 2347 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11588

[startup+3.10119 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=1067344/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=18348 CPUtime=3.09
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 4653 0 0 0 305 4 0 0 25 0 1 0 1095728336 18788352 4237 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 4587 4237 245 541 0 4037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18348

[startup+6.30256 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=1059920/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=21540 CPUtime=6.29
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 5535 0 0 0 624 5 0 0 25 0 1 0 1095728336 22056960 5034 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 5385 5034 248 541 0 4835 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21540

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=1054224/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=29340 CPUtime=12.69
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 7610 0 0 0 1259 10 0 0 25 0 1 0 1095728336 30044160 6997 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 7335 6997 248 541 0 6785 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29340

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=1042192/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=39572 CPUtime=25.48
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 10341 0 0 0 2533 15 0 0 25 0 1 0 1095728336 40521728 9489 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 9893 9489 248 541 0 9343 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39572

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=1025488/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=56160 CPUtime=51.07
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 14854 0 0 0 5082 25 0 0 25 0 1 0 1095728336 57507840 13640 1992294400 4194304 6412682 548682068864 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 14040 13640 248 541 0 13490 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56160

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=996112/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=86440 CPUtime=102.26
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 22784 0 0 0 10184 42 0 0 25 0 1 0 1095728336 88514560 21021 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 21610 21021 248 541 0 21060 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86440

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=975184/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=107476 CPUtime=162.24
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 28475 0 0 0 16164 60 0 0 25 0 1 0 1095728336 110055424 26194 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 26869 26194 248 541 0 26319 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 107476

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24158
/proc/meminfo: memFree=947472/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=137236 CPUtime=222.22
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 35789 0 0 0 22146 76 0 0 25 0 1 0 1095728336 140529664 33190 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 34309 33190 248 541 0 33759 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 137236

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=929096/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=155860 CPUtime=282.2
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 40798 0 0 0 28130 90 0 0 25 0 1 0 1095728336 159600640 37833 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 38965 37833 248 541 0 38415 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 155860

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=916360/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=168260 CPUtime=342.19
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 44313 0 0 0 34116 103 0 0 25 0 1 0 1095728336 172298240 40927 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 42065 40927 248 541 0 41515 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 168260

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=897032/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=187932 CPUtime=402.16
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 49585 0 0 0 40100 116 0 0 25 0 1 0 1095728336 192442368 45715 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 46983 45715 248 541 0 46433 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 187932

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=874632/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=211644 CPUtime=462.15
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 55209 0 0 0 46086 129 0 0 25 0 1 0 1095728336 216723456 51339 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 52911 51339 248 541 0 52361 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 211644

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=866760/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=219540 CPUtime=522.12
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 57701 0 0 0 52076 136 0 0 25 0 1 0 1095728336 224808960 53275 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 54885 53275 248 541 0 54335 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 219540

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=851920/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=234988 CPUtime=582.11
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 61460 0 0 0 58063 148 0 0 25 0 1 0 1095728336 240627712 57034 1992294400 4194304 6412682 548682068864 18446744073709551615 4286846 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 58747 57034 248 541 0 58197 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 234988

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=837968/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=251196 CPUtime=642.09
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 65473 0 0 0 64051 158 0 0 25 0 1 0 1095728336 257224704 60407 1992294400 4194304 6412682 548682068864 18446744073709551615 4329593 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 62799 60407 248 541 0 62249 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 251196

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=837776/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=251356 CPUtime=702.07
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 65540 0 0 0 70042 165 0 0 25 0 1 0 1095728336 257388544 60474 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 62839 60474 248 541 0 62289 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 251356

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=812688/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=276984 CPUtime=762.06
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 71797 0 0 0 76028 178 0 0 25 0 1 0 1095728336 283631616 66731 1992294400 4194304 6412682 548682068864 18446744073709551615 4286833 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 69246 66731 248 541 0 68696 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 276984

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=803664/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=286128 CPUtime=822.04
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 74773 0 0 0 82016 188 0 0 25 0 1 0 1095728336 292995072 68971 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 71532 68971 248 541 0 70982 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 286128

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=803280/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=286128 CPUtime=882.02
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 74869 0 0 0 88008 194 0 0 25 0 1 0 1095728336 292995072 69067 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 71532 69067 248 541 0 70982 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 286128

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=799056/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=290900 CPUtime=942.01
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 76003 0 0 0 94000 201 0 0 25 0 1 0 1095728336 297881600 70201 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 72725 70201 248 541 0 72175 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 290900

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=772752/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=317520 CPUtime=1001.98
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 82533 0 0 0 99983 215 0 0 25 0 1 0 1095728336 325140480 76731 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 79380 76731 248 541 0 78830 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 317520

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=766736/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=323196 CPUtime=1061.97
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 84822 0 0 0 105972 225 0 0 25 0 1 0 1095728336 330952704 78174 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 80799 78174 248 541 0 80249 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 323196

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=766608/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=323196 CPUtime=1121.95
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 84863 0 0 0 111964 231 0 0 25 0 1 0 1095728336 330952704 78215 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 80799 78215 248 541 0 80249 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 323196

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=766480/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=323196 CPUtime=1181.94
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 84887 0 0 0 117959 235 0 0 25 0 1 0 1095728336 330952704 78239 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 80799 78239 248 541 0 80249 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 323196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24164
/proc/meminfo: memFree=763536/2055924 swapFree=4176792/4192956
[pid=24157] ppid=24155 vsize=326348 CPUtime=1200.03
/proc/24157/stat : 24157 (kw) R 24155 24157 23878 0 -1 0 85614 0 0 0 119766 237 0 0 25 0 1 0 1095728336 334180352 78966 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 81587 78966 248 541 0 81037 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 326348

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.46
CPU time (s): 1200.1
CPU user time (s): 1197.66
CPU system time (s): 2.43163
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 326580

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

runsolver used 0.944856 second user time and 2.46563 second system time

The end

Launcher Data

Begin job on node6 at 2009-03-28 09:56:56
IDJOB=1519553
IDBENCH=70206
IDSOLVER=501
FILE ID=node6/1519553-1238230616
PBS_JOBID= 9060636
Free space on /tmp= 66320 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1100/unif-k5-r20-v1100-c22000-S2054922493-058.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519553-1238230616/watcher-1519553-1238230616 -o /tmp/evaluation-result-1519553-1238230616/solver-1519553-1238230616 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519553-1238230616.cnf

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

MD5SUM BENCH= b60450275781a4bce2d80b1541942582
RANDOM SEED=1861059380

node6.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.236
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.236
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:      2055924 kB
MemFree:       1080120 kB
Buffers:         90480 kB
Cached:         790048 kB
SwapCached:       9932 kB
Active:          27020 kB
Inactive:       866988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1080120 kB
SwapTotal:     4192956 kB
SwapFree:      4176792 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          19160 kB
Slab:            67836 kB
Committed_AS:  2793520 kB
PageTables:       1464 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= 66320 MiB
End job on node6 at 2009-03-28 10:16:59