Trace number 1728628

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.16 1200.5

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-16-10-11.sat05-1253.reshuffled-07.cnf
MD5SUMb75724237432e4d0e86c18e7a0ef5859
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables456
Number of clauses15307
Sum of the clauses size45296
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2880
Number of clauses of size 314400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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-1728628-1240739173/watcher-1728628-1240739173 -o /tmp/evaluation-result-1728628-1240739173/solver-1728628-1240739173 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1728628-1240739173.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 26408
/proc/meminfo: memFree=1328784/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=2932 CPUtime=0
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 357 0 0 0 0 0 0 0 18 0 1 0 101944466 3002368 341 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 733 341 219 541 0 183 0

[startup+0.051728 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26408
/proc/meminfo: memFree=1328784/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=3856 CPUtime=0.04
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 584 0 0 0 4 0 0 0 18 0 1 0 101944466 3948544 568 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 964 569 219 541 0 414 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3856

[startup+0.101731 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26408
/proc/meminfo: memFree=1328784/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=4912 CPUtime=0.09
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 875 0 0 0 9 0 0 0 18 0 1 0 101944466 5029888 859 1992294400 4194304 6412682 548682068832 18446744073709551615 4260839 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 1228 859 239 541 0 678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4912

[startup+0.301749 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26408
/proc/meminfo: memFree=1328784/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=5944 CPUtime=0.29
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 1143 0 0 0 29 0 0 0 19 0 1 0 101944466 6086656 1127 1992294400 4194304 6412682 548682068832 18446744073709551615 4564924 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 1486 1127 247 541 0 936 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5944

[startup+0.701788 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26408
/proc/meminfo: memFree=1328784/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=7376 CPUtime=0.69
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 1456 0 0 0 68 1 0 0 22 0 1 0 101944466 7553024 1440 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 1844 1440 254 541 0 1294 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7376

[startup+1.50286 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1322504/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=10520 CPUtime=1.49
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 2216 0 0 0 146 3 0 0 25 0 1 0 101944466 10772480 2160 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 2630 2160 257 541 0 2080 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10520

[startup+3.10202 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1320136/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=13480 CPUtime=3.09
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 3066 0 0 0 303 6 0 0 25 0 1 0 101944466 13803520 2853 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 3370 2853 257 541 0 2820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13480

[startup+6.30132 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1313352/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=20896 CPUtime=6.29
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 4905 0 0 0 618 11 0 0 25 0 1 0 101944466 21397504 4453 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 5224 4453 257 541 0 4674 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20896

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1304456/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=30224 CPUtime=12.68
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 7359 0 0 0 1247 21 0 0 25 0 1 0 101944466 30949376 6545 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 7556 6545 257 541 0 7006 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30224

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1286536/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=50176 CPUtime=25.48
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 12472 0 0 0 2507 41 0 0 25 0 1 0 101944466 51380224 10868 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 12544 10868 257 541 0 11994 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50176

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1260552/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=80552 CPUtime=51.07
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 20251 0 0 0 5039 68 0 0 25 0 1 0 101944466 82485248 17265 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 20138 17265 257 541 0 19588 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 80552

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1215944/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=133116 CPUtime=102.26
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 33028 0 0 0 10114 112 0 0 25 0 1 0 101944466 136310784 28362 1992294400 4194304 6412682 548682068832 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 33279 28362 257 541 0 32729 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 133116

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1177352/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=174828 CPUtime=162.25
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 45440 0 0 0 16051 174 0 0 25 0 1 0 101944466 179023872 38219 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 43707 38219 257 541 0 43157 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 174828

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1145160/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=214952 CPUtime=222.23
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 55629 0 0 0 22003 220 0 0 25 0 1 0 101944466 220110848 46003 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 53738 46003 257 541 0 53188 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 214952

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1119368/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=241572 CPUtime=282.21
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 63535 0 0 0 27961 260 0 0 25 0 1 0 101944466 247369728 52430 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 60393 52430 257 541 0 59843 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 241572

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1086600/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=277712 CPUtime=342.2
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 73537 0 0 0 33911 309 0 0 25 0 1 0 101944466 284377088 60731 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 69428 60731 257 541 0 68878 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 277712

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1061704/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=301308 CPUtime=402.18
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 81612 0 0 0 39868 350 0 0 25 0 1 0 101944466 308539392 66850 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 75327 66850 257 541 0 74777 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 301308

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1021896/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=341884 CPUtime=462.16
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 91529 0 0 0 45842 374 0 0 25 0 1 0 101944466 350089216 76767 1992294400 4194304 6412682 548682068832 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 85471 76767 257 541 0 84921 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 341884

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=1008136/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=359564 CPUtime=522.15
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 97443 0 0 0 51798 417 0 0 25 0 1 0 101944466 368193536 80432 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 89891 80432 257 541 0 89341 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 359564

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=990344/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=388308 CPUtime=582.13
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 104236 0 0 0 57770 443 0 0 25 0 1 0 101944466 397627392 84638 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 97077 84638 257 541 0 96527 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 388308

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=958536/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=423372 CPUtime=642.12
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 112149 0 0 0 63727 485 0 0 25 0 1 0 101944466 433532928 92551 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 105843 92551 257 541 0 105293 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 423372

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=940488/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=442188 CPUtime=702.1
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 119622 0 0 0 69708 502 0 0 25 0 1 0 101944466 452800512 97050 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 110547 97050 257 541 0 109997 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 442188

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=928200/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=457668 CPUtime=762.08
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 122688 0 0 0 75663 545 0 0 25 0 1 0 101944466 468652032 100116 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 114417 100116 257 541 0 113867 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 457668

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=877128/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=510848 CPUtime=822.06
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 135481 0 0 0 81629 577 0 0 25 0 1 0 101944466 523108352 112909 1992294400 4194304 6412682 548682068832 18446744073709551615 4296616 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 127712 112909 257 541 0 127162 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 510848

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26409
/proc/meminfo: memFree=883976/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=505556 CPUtime=882.05
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 137189 0 0 0 87593 612 0 0 25 0 1 0 101944466 517689344 111196 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 126389 111196 257 541 0 125839 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 505556

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26415
/proc/meminfo: memFree=861704/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=531104 CPUtime=942.02
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 142937 0 0 0 93557 645 0 0 25 0 1 0 101944466 543850496 116944 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 132776 116944 257 541 0 132226 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 531104

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26415
/proc/meminfo: memFree=817288/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=575536 CPUtime=1002.01
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 153820 0 0 0 99533 668 0 0 25 0 1 0 101944466 589348864 127827 1992294400 4194304 6412682 548682068832 18446744073709551615 5482633 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 143884 127827 257 541 0 143334 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 575536

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26415
/proc/meminfo: memFree=831368/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=561088 CPUtime=1061.99
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 154252 0 0 0 105502 697 0 0 25 0 1 0 101944466 574554112 124325 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 140272 124325 257 541 0 139722 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 561088

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26415
/proc/meminfo: memFree=818056/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=575808 CPUtime=1121.98
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 157540 0 0 0 111464 734 0 0 25 0 1 0 101944466 589627392 127613 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 143952 127613 257 541 0 143402 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 575808

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26415
/proc/meminfo: memFree=774472/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=619596 CPUtime=1181.96
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 168642 0 0 0 117419 777 0 0 25 0 1 0 101944466 634466304 138715 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 154899 138715 257 541 0 154349 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 619596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26415
/proc/meminfo: memFree=751560/2055920 swapFree=4192956/4192956
[pid=26408] ppid=26406 vsize=641252 CPUtime=1200.06
/proc/26408/stat : 26408 (kw) R 26406 26408 26054 0 -1 0 174154 0 0 0 119224 782 0 0 25 0 1 0 101944466 656642048 144227 1992294400 4194304 6412682 548682068832 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 1 0 0
/proc/26408/statm: 160313 144227 257 541 0 159763 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 641252

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.5
CPU time (s): 1200.16
CPU user time (s): 1192.24
CPU system time (s): 7.92179
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 641252

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

runsolver used 0.927858 second user time and 2.48862 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-26 11:46:13
IDJOB=1728628
IDBENCH=24681
IDSOLVER=501
FILE ID=node61/1728628-1240739173
PBS_JOBID= 9186956
Free space on /tmp= 66424 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-clqcolor-16-10-11.sat05-1253.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728628-1240739173/watcher-1728628-1240739173 -o /tmp/evaluation-result-1728628-1240739173/solver-1728628-1240739173 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1728628-1240739173.cnf

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

MD5SUM BENCH= b75724237432e4d0e86c18e7a0ef5859
RANDOM SEED=180467726

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.216
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.216
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:       1329264 kB
Buffers:         95512 kB
Cached:         524920 kB
SwapCached:          0 kB
Active:         193944 kB
Inactive:       440336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329264 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:          23588 kB
Slab:            78420 kB
Committed_AS:   429000 kB
PageTables:       1368 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= 66420 MiB
End job on node61 at 2009-04-26 12:06:16