Trace number 1519595

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.09 1200.45

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S685953260-065.cnf
MD5SUM3c731c817594d5a699b72cfb7a1ff2af
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.31558
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
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-1519595-1238231315/watcher-1519595-1238231315 -o /tmp/evaluation-result-1519595-1238231315/solver-1519595-1238231315 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519595-1238231315.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.00 1.00 1.00 3/64 17775
/proc/meminfo: memFree=885552/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=3056 CPUtime=0
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 388 0 0 0 0 0 0 0 18 0 1 0 1095797401 3129344 372 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 764 372 219 541 0 214 0

[startup+0.0690501 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17775
/proc/meminfo: memFree=885552/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=3848 CPUtime=0.06
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 607 0 0 0 6 0 0 0 18 0 1 0 1095797401 3940352 591 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 962 591 219 541 0 412 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3848

[startup+0.101053 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17775
/proc/meminfo: memFree=885552/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=5296 CPUtime=0.09
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 973 0 0 0 9 0 0 0 18 0 1 0 1095797401 5423104 957 1992294400 4194304 6412682 548682068864 18446744073709551615 4564568 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 1324 957 238 541 0 774 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5296

[startup+0.301076 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17775
/proc/meminfo: memFree=885552/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=5160 CPUtime=0.29
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 1197 0 0 0 29 0 0 0 19 0 1 0 1095797401 5283840 940 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 1290 940 245 541 0 740 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5160

[startup+0.701121 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17775
/proc/meminfo: memFree=885552/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=7396 CPUtime=0.69
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 1769 0 0 0 69 0 0 0 22 0 1 0 1095797401 7573504 1512 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 1849 1512 245 541 0 1299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7396

[startup+1.50121 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=878824/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=11388 CPUtime=1.49
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 2752 0 0 0 148 1 0 0 25 0 1 0 1095797401 11661312 2495 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 2847 2495 245 541 0 2297 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11388

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=873960/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=14980 CPUtime=3.09
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 3674 0 0 0 308 1 0 0 25 0 1 0 1095797401 15339520 3377 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 3745 3377 245 541 0 3195 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14980

[startup+6.30177 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=869416/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=19212 CPUtime=6.29
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 4819 0 0 0 625 4 0 0 25 0 1 0 1095797401 19673088 4425 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 4803 4425 248 541 0 4253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19212

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=863208/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=24244 CPUtime=12.69
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 6232 0 0 0 1262 7 0 0 25 0 1 0 1095797401 24825856 5709 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 6061 5709 248 541 0 5511 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24244

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=852904/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=34956 CPUtime=25.48
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 9092 0 0 0 2535 13 0 0 25 0 1 0 1095797401 35794944 8295 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 8739 8295 248 541 0 8189 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34956

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=837928/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=50900 CPUtime=51.08
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 13331 0 0 0 5085 23 0 0 25 0 1 0 1095797401 52121600 12118 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 12725 12118 248 541 0 12175 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50900

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=813992/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=75088 CPUtime=102.27
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 19884 0 0 0 10186 41 0 0 25 0 1 0 1095797401 76890112 18039 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 18772 18039 248 541 0 18222 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 75088

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=794600/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=95880 CPUtime=162.25
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 25185 0 0 0 16168 57 0 0 25 0 1 0 1095797401 98181120 23063 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 23970 23063 248 541 0 23420 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 95880

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=778664/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=112852 CPUtime=222.22
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 29642 0 0 0 22154 68 0 0 25 0 1 0 1095797401 115560448 26836 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 28213 26836 248 541 0 27663 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 112852

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=763752/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=128384 CPUtime=282.2
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 33783 0 0 0 28141 79 0 0 25 0 1 0 1095797401 131465216 30556 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 32096 30556 248 541 0 31546 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 128384

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=753448/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=139660 CPUtime=342.19
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 36420 0 0 0 34131 88 0 0 25 0 1 0 1095797401 143011840 33193 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 34915 33193 248 541 0 34365 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 139660

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=745192/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=147960 CPUtime=402.17
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 38949 0 0 0 40120 97 0 0 25 0 1 0 1095797401 151511040 35238 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 36990 35238 248 541 0 36440 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 147960

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=724840/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=169204 CPUtime=462.15
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 44522 0 0 0 46105 110 0 0 25 0 1 0 1095797401 173264896 40255 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 42301 40255 248 541 0 41751 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 169204

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=723496/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=171092 CPUtime=522.14
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 44943 0 0 0 52097 117 0 0 25 0 1 0 1095797401 175198208 40676 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 42773 40676 248 541 0 42223 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 171092

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=708008/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=187184 CPUtime=582.11
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 48855 0 0 0 58084 127 0 0 25 0 1 0 1095797401 191676416 44588 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 46796 44588 248 541 0 46246 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 187184

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=702376/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=194964 CPUtime=642.11
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 50810 0 0 0 64075 136 0 0 25 0 1 0 1095797401 199643136 45903 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 48741 45903 248 541 0 48191 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 194964

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=701288/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=196272 CPUtime=702.08
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 51143 0 0 0 70066 142 0 0 25 0 1 0 1095797401 200982528 46236 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 49068 46236 248 541 0 48518 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 196272

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=677992/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=220548 CPUtime=762.07
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 56910 0 0 0 76054 153 0 0 25 0 1 0 1095797401 225841152 52003 1992294400 4194304 6412682 548682068864 18446744073709551615 4286993 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 55137 52003 248 541 0 54587 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 220548

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=674856/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=223984 CPUtime=822.05
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 58427 0 0 0 82045 160 0 0 25 0 1 0 1095797401 229359616 52784 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 55996 52784 248 541 0 55446 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 223984

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=673640/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=224944 CPUtime=882.03
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 58725 0 0 0 88038 165 0 0 25 0 1 0 1095797401 230342656 53082 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 56236 53082 248 541 0 55686 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 224944

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=668712/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=230328 CPUtime=942.02
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 60021 0 0 0 94030 172 0 0 25 0 1 0 1095797401 235855872 54378 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 57582 54378 248 541 0 57032 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 230328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=649128/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=250516 CPUtime=1002
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 64872 0 0 0 100019 181 0 0 25 0 1 0 1095797401 256528384 59229 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 62629 59229 248 541 0 62079 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 250516

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=644200/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=255196 CPUtime=1061.97
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 66907 0 0 0 106009 188 0 0 25 0 1 0 1095797401 261320704 60418 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 63799 60418 248 541 0 63249 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 255196

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=643496/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=255996 CPUtime=1121.95
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 67074 0 0 0 112003 192 0 0 25 0 1 0 1095797401 262139904 60585 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 63999 60585 248 541 0 63449 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 255996

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=642920/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=256636 CPUtime=1181.94
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 67231 0 0 0 117997 197 0 0 25 0 1 0 1095797401 262795264 60742 1992294400 4194304 6412682 548682068864 18446744073709551615 4360050 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 64159 60742 248 541 0 63609 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 256636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17776
/proc/meminfo: memFree=642408/2055920 swapFree=4176704/4192956
[pid=17775] ppid=17773 vsize=257196 CPUtime=1200.04
/proc/17775/stat : 17775 (kw) R 17773 17775 17430 0 -1 0 67334 0 0 0 119806 198 0 0 25 0 1 0 1095797401 263368704 60845 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 64299 60845 248 541 0 63749 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 257196

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.45
CPU time (s): 1200.09
CPU user time (s): 1198.06
CPU system time (s): 2.02969
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 258392

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

runsolver used 0.911861 second user time and 2.51562 second system time

The end

Launcher Data

Begin job on node20 at 2009-03-28 10:08:35
IDJOB=1519595
IDBENCH=70227
IDSOLVER=501
FILE ID=node20/1519595-1238231315
PBS_JOBID= 9060620
Free space on /tmp= 65632 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S685953260-065.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519595-1238231315/watcher-1519595-1238231315 -o /tmp/evaluation-result-1519595-1238231315/solver-1519595-1238231315 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519595-1238231315.cnf

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

MD5SUM BENCH= 3c731c817594d5a699b72cfb7a1ff2af
RANDOM SEED=83551045

node20.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.235
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.235
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:        885968 kB
Buffers:         97952 kB
Cached:         970592 kB
SwapCached:      10004 kB
Active:          93212 kB
Inactive:       986748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        885968 kB
SwapTotal:     4192956 kB
SwapFree:      4176704 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          16572 kB
Slab:            75948 kB
Committed_AS:  2824892 kB
PageTables:       1404 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= 65628 MiB
End job on node20 at 2009-03-28 10:28:38