Trace number 1561052

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.05 1200.44

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
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 variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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-1561052-1238760751/watcher-1561052-1238760751 -o /tmp/evaluation-result-1561052-1238760751/solver-1561052-1238760751 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1561052-1238760751.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 17330
/proc/meminfo: memFree=1819256/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=4600 CPUtime=0
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 759 0 0 0 0 0 0 0 18 0 1 0 1148740674 4710400 743 1992294400 4194304 6412682 548682068848 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 1183 748 208 541 0 633 0

[startup+0.0815099 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 17330
/proc/meminfo: memFree=1819256/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=12248 CPUtime=0.07
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 2327 0 0 0 7 0 0 0 18 0 1 0 1148740674 12541952 2311 1992294400 4194304 6412682 548682068848 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 3062 2311 219 541 0 2512 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12248

[startup+0.102512 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 17330
/proc/meminfo: memFree=1819256/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=12512 CPUtime=0.09
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 2412 0 0 0 9 0 0 0 18 0 1 0 1148740674 12812288 2396 1992294400 4194304 6412682 548682068848 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 3128 2396 219 541 0 2578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12512

[startup+0.302546 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 17330
/proc/meminfo: memFree=1819256/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=15680 CPUtime=0.3
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 3270 0 0 0 29 1 0 0 19 0 1 0 1148740674 16056320 3254 1992294400 4194304 6412682 548682068848 18446744073709551615 4349066 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 3920 3254 219 541 0 3370 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 15680

[startup+0.701615 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 17330
/proc/meminfo: memFree=1819256/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=22280 CPUtime=0.69
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 5092 0 0 0 68 1 0 0 22 0 1 0 1148740674 22814720 5076 1992294400 4194304 6412682 548682068848 18446744073709551615 4815744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 5570 5076 219 541 0 5020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22280

[startup+1.50175 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1789872/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=32004 CPUtime=1.49
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 7653 0 0 0 147 2 0 0 25 0 1 0 1148740674 32772096 7563 1992294400 4194304 6412682 548682068848 18446744073709551615 4509084 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 8001 7563 246 541 0 7451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32004

[startup+3.10203 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1795696/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=27988 CPUtime=3.09
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 8478 0 0 0 298 11 0 0 25 0 1 0 1148740674 28659712 6581 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 6997 6581 253 541 0 6447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27988

[startup+6.30157 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1787888/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=33988 CPUtime=6.29
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 9982 0 0 0 601 28 0 0 25 0 1 0 1148740674 34803712 8085 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 8497 8085 253 541 0 7947 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33988

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1784448/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=37432 CPUtime=12.69
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 10865 0 0 0 1201 68 0 0 25 0 1 0 1148740674 38330368 8968 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 9358 8968 253 541 0 8808 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37432

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1779584/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=41920 CPUtime=25.48
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 11984 0 0 0 2406 142 0 0 25 0 1 0 1148740674 42926080 10087 1992294400 4194304 6412682 548682068848 18446744073709551615 4327377 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 10480 10087 256 541 0 9930 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41920

[startup+51.1022 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1771200/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=50616 CPUtime=51.06
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 14146 0 0 0 4827 279 0 0 25 0 1 0 1148740674 51830784 12249 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 12654 12249 256 541 0 12104 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 50616

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1764544/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=56924 CPUtime=102.26
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 15737 0 0 0 9689 537 0 0 25 0 1 0 1148740674 58290176 13840 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 14231 13840 256 541 0 13681 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56924

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1753472/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=68180 CPUtime=162.23
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 18480 0 0 0 15397 826 0 0 25 0 1 0 1148740674 69816320 16583 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 17045 16583 256 541 0 16495 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 68180

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17331
/proc/meminfo: memFree=1741376/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=80116 CPUtime=222.22
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 21605 0 0 0 21135 1087 0 0 25 0 1 0 1148740674 82038784 19613 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 20029 19613 256 541 0 19479 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 80116

[startup+282.302 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 17331
/proc/meminfo: memFree=1733056/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=88092 CPUtime=282.19
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 23851 0 0 0 26883 1336 0 0 25 0 1 0 1148740674 90206208 21622 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 22023 21622 256 541 0 21473 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 88092

[startup+342.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1726144/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=95620 CPUtime=342.17
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 25752 0 0 0 32642 1575 0 0 25 0 1 0 1148740674 97914880 23377 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 23905 23377 256 541 0 23355 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 95620

[startup+402.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1714176/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=108012 CPUtime=402.16
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 28814 0 0 0 38422 1794 0 0 25 0 1 0 1148740674 110604288 26439 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 27003 26439 256 541 0 26453 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 108012

[startup+462.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1710144/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=111896 CPUtime=462.14
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 29933 0 0 0 44211 2003 0 0 25 0 1 0 1148740674 114581504 27392 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 27974 27392 256 541 0 27424 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 111896

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1700928/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=121016 CPUtime=522.12
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 32363 0 0 0 50005 2207 0 0 25 0 1 0 1148740674 123920384 29631 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 30254 29631 256 541 0 29704 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 121016

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1692992/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=129764 CPUtime=582.09
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 34423 0 0 0 55812 2397 0 0 25 0 1 0 1148740674 132878336 31691 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 32441 31691 256 541 0 31891 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 129764

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1688512/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=134100 CPUtime=642.08
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 35700 0 0 0 61622 2586 0 0 25 0 1 0 1148740674 137318400 32747 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 33525 32747 256 541 0 32975 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 134100

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1676800/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=146268 CPUtime=702.06
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 38673 0 0 0 67450 2756 0 0 25 0 1 0 1148740674 149778432 35720 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 36567 35720 256 541 0 36017 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 146268

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1671488/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=151488 CPUtime=762.04
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 40183 0 0 0 73276 2928 0 0 25 0 1 0 1148740674 155123712 36976 1992294400 4194304 6412682 548682068848 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 37872 36976 256 541 0 37322 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 151488

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1664640/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=158828 CPUtime=822.01
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 41959 0 0 0 79118 3083 0 0 25 0 1 0 1148740674 162639872 38752 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 39707 38752 256 541 0 39157 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 158828

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1648768/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=175684 CPUtime=882
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 46092 0 0 0 84966 3234 0 0 25 0 1 0 1148740674 179900416 42592 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 43921 42592 256 541 0 43371 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 175684

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1647744/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=176928 CPUtime=941.98
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 46387 0 0 0 90799 3399 0 0 25 0 1 0 1148740674 181174272 42887 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 44232 42887 256 541 0 43682 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 176928

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1637568/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=187660 CPUtime=1001.96
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 48956 0 0 0 96664 3532 0 0 25 0 1 0 1148740674 192163840 45456 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 46915 45456 256 541 0 46365 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 187660

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1621376/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=203600 CPUtime=1061.94
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 53227 0 0 0 102525 3669 0 0 25 0 1 0 1148740674 208486400 49390 1992294400 4194304 6412682 548682068848 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 50900 49390 256 541 0 50350 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 203600

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1621440/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=203600 CPUtime=1121.93
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 53248 0 0 0 108380 3813 0 0 25 0 1 0 1148740674 208486400 49411 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 50900 49411 256 541 0 50350 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 203600

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1616576/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=208888 CPUtime=1181.9
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 54499 0 0 0 114250 3940 0 0 25 0 1 0 1148740674 213901312 50662 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 52222 50662 256 541 0 51672 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 208888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17331
/proc/meminfo: memFree=1609664/2055920 swapFree=4179436/4192956
[pid=17330] ppid=17328 vsize=215756 CPUtime=1200
/proc/17330/stat : 17330 (kw) R 17328 17330 16205 0 -1 0 56174 0 0 0 116021 3979 0 0 25 0 1 0 1148740674 220934144 52337 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17330/statm: 53939 52337 256 541 0 53389 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 215756

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.44
CPU time (s): 1200.05
CPU user time (s): 1160.22
CPU system time (s): 39.8309
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 215756

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

runsolver used 0.952855 second user time and 2.81857 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-03 14:12:31
IDJOB=1561052
IDBENCH=70908
IDSOLVER=501
FILE ID=node25/1561052-1238760751
PBS_JOBID= 9086127
Free space on /tmp= 66520 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561052-1238760751/watcher-1561052-1238760751 -o /tmp/evaluation-result-1561052-1238760751/solver-1561052-1238760751 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1561052-1238760751.cnf

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=469347441

node25.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.263
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.263
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:       1819672 kB
Buffers:         25896 kB
Cached:         131436 kB
SwapCached:       7364 kB
Active:          62628 kB
Inactive:       103688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819672 kB
SwapTotal:     4192956 kB
SwapFree:      4179436 kB
Dirty:            5692 kB
Writeback:           0 kB
Mapped:          14628 kB
Slab:            55848 kB
Committed_AS:  3451964 kB
PageTables:       1472 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= 66516 MiB
End job on node25 at 2009-04-03 14:32:33