Trace number 1730536

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
kw 2009-03-20? (TO) 1200.12 1200.65

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
MD5SUM9ce7a6a007310fa075cda4060c50d29c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0386
Satisfiable
(Un)Satisfiability was proved
Number of variables409
Number of clauses1362
Sum of the clauses size4084
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31360
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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730536-1240760472/watcher-1730536-1240760472 -o /tmp/evaluation-result-1730536-1240760472/solver-1730536-1240760472 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1730536-1240760472.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 24576
/proc/meminfo: memFree=1083200/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=2900 CPUtime=0
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 340 0 0 0 0 0 0 0 18 0 1 0 104080976 2969600 324 1992294400 4194304 6412682 548682068832 18446744073709551615 5121574 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 725 324 219 541 0 175 0

[startup+0.090968 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24576
/proc/meminfo: memFree=1083200/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=3428 CPUtime=0.08
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 526 0 0 0 8 0 0 0 18 0 1 0 104080976 3510272 510 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 857 510 254 541 0 307 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3428

[startup+0.101967 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24576
/proc/meminfo: memFree=1083200/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=3560 CPUtime=0.09
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 549 0 0 0 9 0 0 0 18 0 1 0 104080976 3645440 533 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 890 534 254 541 0 340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3560

[startup+0.30199 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24576
/proc/meminfo: memFree=1083200/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=4880 CPUtime=0.29
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 893 0 0 0 29 0 0 0 20 0 1 0 104080976 4997120 877 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 1220 877 254 541 0 670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4880

[startup+0.701033 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24576
/proc/meminfo: memFree=1083200/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=7436 CPUtime=0.69
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 1530 0 0 0 69 0 0 0 23 0 1 0 104080976 7614464 1514 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 1859 1514 254 541 0 1309 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7436

[startup+1.50112 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 24577
/proc/meminfo: memFree=1076856/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=10184 CPUtime=1.49
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 2206 0 0 0 148 1 0 0 25 0 1 0 104080976 10428416 2150 1992294400 4194304 6412682 548682068832 18446744073709551615 4264533 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 2546 2150 257 541 0 1996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10184

[startup+3.1013 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 24577
/proc/meminfo: memFree=1074552/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=12968 CPUtime=3.08
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 3037 0 0 0 305 3 0 0 25 0 1 0 104080976 13279232 2824 1992294400 4194304 6412682 548682068832 18446744073709551615 4333429 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 3242 2824 257 541 0 2692 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12968

[startup+6.30166 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 24577
/proc/meminfo: memFree=1068728/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=17764 CPUtime=6.29
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 4251 0 0 0 623 6 0 0 25 0 1 0 104080976 18190336 3890 1992294400 4194304 6412682 548682068832 18446744073709551615 4359626 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 4441 3890 257 541 0 3891 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17764

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 24577
/proc/meminfo: memFree=1060152/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=26768 CPUtime=12.68
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 6634 0 0 0 1258 10 0 0 25 0 1 0 104080976 27410432 5958 1992294400 4194304 6412682 548682068832 18446744073709551615 4418905 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 6692 5958 257 541 0 6142 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26768

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 24577
/proc/meminfo: memFree=1049016/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=39372 CPUtime=25.48
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 9880 0 0 0 2531 17 0 0 25 0 1 0 104080976 40316928 8726 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 9843 8726 257 541 0 9293 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39372

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 24577
/proc/meminfo: memFree=1030584/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=60020 CPUtime=51.07
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 15290 0 0 0 5077 30 0 0 25 0 1 0 104080976 61460480 13409 1992294400 4194304 6412682 548682068832 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 15005 13409 257 541 0 14455 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60020

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 24577
/proc/meminfo: memFree=1002808/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=90352 CPUtime=102.25
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 23194 0 0 0 10175 50 0 0 25 0 1 0 104080976 92520448 20208 1992294400 4194304 6412682 548682068832 18446744073709551615 4286911 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 22588 20208 257 541 0 22038 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 90352

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=983224/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=112784 CPUtime=162.21
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 28753 0 0 0 16154 67 0 0 25 0 1 0 104080976 115490816 25283 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 28196 25283 257 541 0 27646 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 112784

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=960056/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=139780 CPUtime=222.18
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 34971 0 0 0 22136 82 0 0 25 0 1 0 104080976 143134720 30945 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 34945 30945 257 541 0 34395 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 139780

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=950008/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=150748 CPUtime=282.16
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 38172 0 0 0 28122 94 0 0 25 0 1 0 104080976 154365952 33506 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 37687 33506 257 541 0 37137 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 150748

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=935608/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=165860 CPUtime=342.13
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 42428 0 0 0 34106 107 0 0 25 0 1 0 104080976 169840640 37026 1992294400 4194304 6412682 548682068832 18446744073709551615 4419211 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 41465 37026 257 541 0 40915 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 165860

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=917944/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=184868 CPUtime=402.1
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 47640 0 0 0 40091 119 0 0 25 0 1 0 104080976 189304832 41392 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 46217 41392 257 541 0 45667 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 184868

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=914424/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=189044 CPUtime=462.07
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 48537 0 0 0 46078 129 0 0 25 0 1 0 104080976 193581056 42289 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 47261 42289 257 541 0 46711 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 189044

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=893112/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=211808 CPUtime=522.04
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 54808 0 0 0 52062 142 0 0 25 0 1 0 104080976 216891392 47587 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 52952 47587 257 541 0 52402 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 211808

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=889784/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=216220 CPUtime=582.03
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 55673 0 0 0 58052 151 0 0 25 0 1 0 104080976 221409280 48452 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 54055 48452 257 541 0 53505 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 216220

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=877496/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=229348 CPUtime=642
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 58743 0 0 0 64038 162 0 0 25 0 1 0 104080976 234852352 51522 1992294400 4194304 6412682 548682068832 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 57337 51522 257 541 0 56787 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 229348

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=864056/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=242624 CPUtime=701.97
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 63225 0 0 0 70024 173 0 0 25 0 1 0 104080976 248446976 54886 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 60656 54886 257 541 0 60106 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 242624

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=857080/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=250944 CPUtime=761.95
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 64933 0 0 0 76013 182 0 0 25 0 1 0 104080976 256966656 56594 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 62736 56594 257 541 0 62186 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 250944

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=853240/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=254784 CPUtime=821.93
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 65929 0 0 0 82003 190 0 0 25 0 1 0 104080976 260898816 57590 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 63696 57590 257 541 0 63146 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 254784

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=836408/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=273320 CPUtime=881.89
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 70128 0 0 0 87988 201 0 0 25 0 1 0 104080976 279879680 61789 1992294400 4194304 6412682 548682068832 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 68330 61789 257 541 0 67780 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 273320

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=824760/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=290200 CPUtime=941.87
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 74306 0 0 0 93975 212 0 0 25 0 1 0 104080976 297164800 64681 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 72550 64681 257 541 0 72000 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 290200

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=822776/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=291960 CPUtime=1001.84
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 74816 0 0 0 99964 220 0 0 25 0 1 0 104080976 298967040 65191 1992294400 4194304 6412682 548682068832 18446744073709551615 4328868 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 72990 65191 257 541 0 72440 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 291960

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=818616/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=295800 CPUtime=1061.81
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 75849 0 0 0 105953 228 0 0 25 0 1 0 104080976 302899200 66224 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 73950 66224 257 541 0 73400 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 295800

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=816312/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=299000 CPUtime=1121.79
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 76413 0 0 0 111944 235 0 0 25 0 1 0 104080976 306176000 66788 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 74750 66788 257 541 0 74200 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 299000

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24577
/proc/meminfo: memFree=799736/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=315972 CPUtime=1181.76
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 80626 0 0 0 117930 246 0 0 25 0 1 0 104080976 323555328 71001 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 78993 71001 257 541 0 78443 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 315972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24582
/proc/meminfo: memFree=790840/2055920 swapFree=4192956/4192956
[pid=24576] ppid=24574 vsize=325968 CPUtime=1200.06
/proc/24576/stat : 24576 (kw) R 24574 24576 24139 0 -1 0 82705 0 0 0 119756 250 0 0 25 0 1 0 104080976 333791232 73080 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/24576/statm: 81492 73080 257 541 0 80942 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 325968

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.65
CPU time (s): 1200.12
CPU user time (s): 1197.57
CPU system time (s): 2.55061
CPU usage (%): 99.9555
Max. virtual memory (cumulated for all children) (KiB): 325968

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

runsolver used 1.11583 second user time and 3.2615 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-26 17:41:12
IDJOB=1730536
IDBENCH=24732
IDSOLVER=501
FILE ID=node9/1730536-1240760472
PBS_JOBID= 9187084
Free space on /tmp= 66364 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730536-1240760472/watcher-1730536-1240760472 -o /tmp/evaluation-result-1730536-1240760472/solver-1730536-1240760472 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1730536-1240760472.cnf

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

MD5SUM BENCH= 9ce7a6a007310fa075cda4060c50d29c
RANDOM SEED=2016795910

node9.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.240
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.240
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:       1083752 kB
Buffers:         86976 kB
Cached:         787572 kB
SwapCached:          0 kB
Active:         233108 kB
Inactive:       655284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1083752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:          23656 kB
Slab:            69880 kB
Committed_AS:   380684 kB
PageTables:       1388 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= 66364 MiB
End job on node9 at 2009-04-26 18:01:15