Trace number 1730483

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

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
MD5SUM51a1a3a012cf07e3662164064eca4702
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark179.938
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses2619
Sum of the clauses size5508
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22601
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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-1730483-1240759848/watcher-1730483-1240759848 -o /tmp/evaluation-result-1730483-1240759848/solver-1730483-1240759848 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1730483-1240759848.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.91 0.97 0.99 3/64 27723
/proc/meminfo: memFree=1754520/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=2900 CPUtime=0
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 333 0 0 0 0 0 0 0 18 0 1 0 104018475 2969600 318 1992294400 4194304 6412682 548682068832 18446744073709551615 4284873 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 725 318 220 541 0 175 0

[startup+0.0873989 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 27723
/proc/meminfo: memFree=1754520/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=3560 CPUtime=0.08
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 550 0 0 0 8 0 0 0 18 0 1 0 104018475 3645440 534 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 890 534 254 541 0 340 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3560

[startup+0.1014 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 27723
/proc/meminfo: memFree=1754520/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=3692 CPUtime=0.09
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 584 0 0 0 9 0 0 0 18 0 1 0 104018475 3780608 568 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 923 569 254 541 0 373 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3692

[startup+0.301423 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 27723
/proc/meminfo: memFree=1754520/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=5540 CPUtime=0.29
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 1063 0 0 0 29 0 0 0 19 0 1 0 104018475 5672960 1047 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 1385 1047 254 541 0 835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5540

[startup+0.701471 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 27723
/proc/meminfo: memFree=1754520/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=8764 CPUtime=0.69
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 1833 0 0 0 68 1 0 0 23 0 1 0 104018475 8974336 1817 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 2191 1817 254 541 0 1641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8764

[startup+1.50156 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1746384/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=11760 CPUtime=1.49
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 2565 0 0 0 147 2 0 0 25 0 1 0 104018475 12042240 2509 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 2940 2509 254 541 0 2390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11760

[startup+3.10175 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1744080/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=15444 CPUtime=3.09
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 3396 0 0 0 306 3 0 0 25 0 1 0 104018475 15814656 3295 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 3861 3295 256 541 0 3311 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15444

[startup+6.30212 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1736400/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=23000 CPUtime=6.29
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 5300 0 0 0 622 7 0 0 25 0 1 0 104018475 23552000 5087 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 5750 5087 256 541 0 5200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23000

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1731088/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=27996 CPUtime=12.68
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 6402 0 0 0 1260 8 0 0 25 0 1 0 104018475 28667904 6189 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 6999 6189 256 541 0 6449 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27996

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1728336/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=30452 CPUtime=25.49
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 6982 0 0 0 2538 11 0 0 25 0 1 0 104018475 31182848 6700 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 7613 6700 256 541 0 7063 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30452

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1710608/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=52840 CPUtime=51.08
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 11951 0 0 0 5089 19 0 0 25 0 1 0 104018475 54108160 11275 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 13210 11275 256 541 0 12660 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52840

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1690000/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=76240 CPUtime=102.27
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 17277 0 0 0 10197 30 0 0 25 0 1 0 104018475 78069760 16305 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 19060 16305 256 541 0 18510 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 76240

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1663696/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=107644 CPUtime=162.24
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 24415 0 0 0 16181 43 0 0 25 0 1 0 104018475 110227456 22811 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 26911 22811 256 541 0 26361 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 107644

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1652304/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=121060 CPUtime=222.23
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 27513 0 0 0 22171 52 0 0 25 0 1 0 104018475 123965440 25632 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 30265 25632 256 541 0 29715 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 121060

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1629584/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=147892 CPUtime=282.22
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 33560 0 0 0 28156 66 0 0 25 0 1 0 104018475 151441408 31361 1992294400 4194304 6412682 548682068832 18446744073709551615 4286896 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 36973 31361 256 541 0 36423 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 147892

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1620752/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=157704 CPUtime=342.2
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 36051 0 0 0 34149 71 0 0 25 0 1 0 104018475 161488896 33486 1992294400 4194304 6412682 548682068832 18446744073709551615 4286872 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 39426 33486 256 541 0 38876 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 157704

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27724
/proc/meminfo: memFree=1611088/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=169616 CPUtime=402.18
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 38529 0 0 0 40140 78 0 0 25 0 1 0 104018475 173686784 35964 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 42404 35964 256 541 0 41854 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 169616

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1596240/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=186804 CPUtime=462.16
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 42551 0 0 0 46133 83 0 0 25 0 1 0 104018475 191287296 39565 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 46701 39565 256 541 0 46151 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 186804

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1583696/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=205648 CPUtime=522.15
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 46105 0 0 0 52125 90 0 0 25 0 1 0 104018475 210583552 43119 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 51412 43119 256 541 0 50862 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 205648

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1567056/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=223020 CPUtime=582.13
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 50346 0 0 0 58112 101 0 0 25 0 1 0 104018475 228372480 46876 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 55755 46876 256 541 0 55205 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 223020

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1551760/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=238628 CPUtime=642.12
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 54697 0 0 0 64103 109 0 0 25 0 1 0 104018475 244355072 50671 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 59657 50671 256 541 0 59107 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 238628

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1548816/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=242148 CPUtime=702.11
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 55435 0 0 0 70099 112 0 0 25 0 1 0 104018475 247959552 51409 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 60537 51409 256 541 0 59987 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 242148

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1545104/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=246628 CPUtime=762.09
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 56343 0 0 0 76095 114 0 0 25 0 1 0 104018475 252547072 52317 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 61657 52317 256 541 0 61107 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 246628

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1537424/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=256556 CPUtime=822.07
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 58274 0 0 0 82088 119 0 0 25 0 1 0 104018475 262713344 54248 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 64139 54248 256 541 0 63589 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 256556

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1521168/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=277788 CPUtime=882.05
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 62939 0 0 0 88077 128 0 0 25 0 1 0 104018475 284454912 58273 1992294400 4194304 6412682 548682068832 18446744073709551615 4286890 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 69447 58273 256 541 0 68897 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 277788

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1519568/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=279068 CPUtime=942.04
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 63354 0 0 0 94071 133 0 0 25 0 1 0 104018475 285765632 58688 1992294400 4194304 6412682 548682068832 18446744073709551615 4286844 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 69767 58688 256 541 0 69217 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 279068

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1493136/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=308244 CPUtime=1002.02
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 70673 0 0 0 100055 147 0 0 25 0 1 0 104018475 315641856 65271 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 77061 65271 256 541 0 76511 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 308244

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1489296/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=314324 CPUtime=1062
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 71614 0 0 0 106049 151 0 0 25 0 1 0 104018475 321867776 66212 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 78581 66212 256 541 0 78031 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 314324

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1488464/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=314964 CPUtime=1121.99
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 71821 0 0 0 112046 153 0 0 25 0 1 0 104018475 322523136 66419 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 78741 66419 256 541 0 78191 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 314964

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27726
/proc/meminfo: memFree=1480592/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=323196 CPUtime=1181.97
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 73791 0 0 0 118040 157 0 0 25 0 1 0 104018475 330952704 68389 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 80799 68389 256 541 0 80249 0
Current children cumulated CPU time (s) 1181.97
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.99 2/65 27726
/proc/meminfo: memFree=1477776/2055920 swapFree=4191900/4192956
[pid=27723] ppid=27721 vsize=326092 CPUtime=1200.07
/proc/27723/stat : 27723 (kw) R 27721 27723 27501 0 -1 0 74477 0 0 0 119849 158 0 0 25 0 1 0 104018475 333918208 69075 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27723/statm: 81523 69075 256 541 0 80973 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 326092

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.13
CPU user time (s): 1198.5
CPU system time (s): 1.63375
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 326092

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

runsolver used 0.923859 second user time and 2.48162 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-26 17:30:48
IDJOB=1730483
IDBENCH=24731
IDSOLVER=501
FILE ID=node11/1730483-1240759848
PBS_JOBID= 9187121
Free space on /tmp= 66104 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730483-1240759848/watcher-1730483-1240759848 -o /tmp/evaluation-result-1730483-1240759848/solver-1730483-1240759848 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1730483-1240759848.cnf

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

MD5SUM BENCH= 51a1a3a012cf07e3662164064eca4702
RANDOM SEED=613810881

node11.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.214
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.214
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:       1754936 kB
Buffers:         35436 kB
Cached:         189112 kB
SwapCached:        260 kB
Active:          37156 kB
Inactive:       200628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754936 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            49148 kB
Committed_AS:   402644 kB
PageTables:       1448 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= 66104 MiB
End job on node11 at 2009-04-26 17:50:51