Trace number 1580316

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.15 1200.48

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p1.cnf
MD5SUM4f02dda0c6b1f76f43bce732093e4f1f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1071.68
Satisfiable
(Un)Satisfiability was proved
Number of variables268258
Number of clauses1155731
Sum of the clauses size2704052
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2895523
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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-1580316-1238918040/watcher-1580316-1238918040 -o /tmp/evaluation-result-1580316-1238918040/solver-1580316-1238918040 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1580316-1238918040.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 18720
/proc/meminfo: memFree=1045704/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=5516 CPUtime=0
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 998 0 0 0 0 0 0 0 18 0 1 0 1164469719 5648384 982 1992294400 4194304 6412682 548682068864 18446744073709551615 4402399 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 1379 982 192 541 0 829 0

[startup+0.0346419 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18720
/proc/meminfo: memFree=1045704/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=30696 CPUtime=0.02
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 5018 0 0 0 1 1 0 0 18 0 1 0 1164469719 31432704 5002 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 7674 5007 208 541 0 7124 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30696

[startup+0.101647 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18720
/proc/meminfo: memFree=1045704/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=61784 CPUtime=0.09
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 12494 0 0 0 4 5 0 0 18 0 1 0 1164469719 63266816 12478 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 15446 12484 208 541 0 14896 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61784

[startup+0.301663 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18720
/proc/meminfo: memFree=1045704/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=167992 CPUtime=0.29
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 38340 0 0 0 15 14 0 0 19 0 1 0 1164469719 172023808 38324 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 41998 38324 219 541 0 41448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 167992

[startup+0.701697 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18720
/proc/meminfo: memFree=1045704/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=173668 CPUtime=0.69
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 39923 0 0 0 54 15 0 0 22 0 1 0 1164469719 177836032 39907 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 43417 39907 219 541 0 42867 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 173668

[startup+1.50177 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18721
/proc/meminfo: memFree=882560/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=183172 CPUtime=1.49
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 42613 0 0 0 132 17 0 0 25 0 1 0 1164469719 187568128 42597 1992294400 4194304 6412682 548682068864 18446744073709551615 4547259 0 0 4096 0 0 0 0 17 0 0 0
/proc/18720/statm: 45793 42597 219 541 0 45243 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183172

[startup+3.1019 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18721
/proc/meminfo: memFree=867904/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=202216 CPUtime=3.08
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 48669 0 0 0 288 20 0 0 25 0 1 0 1164469719 207069184 47884 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 50554 47885 220 541 0 50004 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 202216

[startup+6.30118 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18721
/proc/meminfo: memFree=825088/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=242152 CPUtime=6.28
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 61370 0 0 0 601 27 0 0 25 0 1 0 1164469719 247963648 59048 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 60538 59049 221 541 0 59988 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 242152

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18721
/proc/meminfo: memFree=740096/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=310428 CPUtime=12.68
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 79910 0 0 0 1206 62 0 0 25 0 1 0 1164469719 317878272 76016 1992294400 4194304 6412682 548682068864 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 77607 76016 248 541 0 77057 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 310428

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 18721
/proc/meminfo: memFree=739904/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=306352 CPUtime=25.48
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 81167 0 0 0 2483 65 0 0 25 0 1 0 1164469719 313704448 75177 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 76588 75177 255 541 0 76038 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 306352

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 18721
/proc/meminfo: memFree=739968/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=306352 CPUtime=51.07
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 81177 0 0 0 5039 68 0 0 25 0 1 0 1164469719 313704448 75187 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 76588 75187 255 541 0 76038 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 306352

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 18721
/proc/meminfo: memFree=739968/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=306352 CPUtime=102.26
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 81199 0 0 0 10150 76 0 0 25 0 1 0 1164469719 313704448 75209 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 76588 75209 255 541 0 76038 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 306352

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18721
/proc/meminfo: memFree=733248/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=312388 CPUtime=162.24
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 82880 0 0 0 16141 83 0 0 25 0 1 0 1164469719 319885312 76890 1992294400 4194304 6412682 548682068864 18446744073709551615 4285802 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 78097 76890 258 541 0 77547 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 312388

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18721
/proc/meminfo: memFree=726464/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=319060 CPUtime=222.23
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 84553 0 0 0 22136 87 0 0 25 0 1 0 1164469719 326717440 78563 1992294400 4194304 6412682 548682068864 18446744073709551615 4286963 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 79765 78563 258 541 0 79215 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 319060

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18721
/proc/meminfo: memFree=709376/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=336284 CPUtime=282.21
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 88887 0 0 0 28125 96 0 0 25 0 1 0 1164469719 344354816 82897 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 84071 82897 258 541 0 83521 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 336284

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18721
/proc/meminfo: memFree=684416/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=360956 CPUtime=342.19
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 95063 0 0 0 34113 106 0 0 25 0 1 0 1164469719 369618944 89073 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 90239 89073 258 541 0 89689 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 360956

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18721
/proc/meminfo: memFree=654336/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=391476 CPUtime=402.18
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 102619 0 0 0 40101 117 0 0 25 0 1 0 1164469719 400871424 96628 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 97869 96628 258 541 0 97319 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 391476

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=641152/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=404384 CPUtime=462.16
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 105864 0 0 0 46094 122 0 0 25 0 1 0 1164469719 414089216 99873 1992294400 4194304 6412682 548682068864 18446744073709551615 4570452 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 101096 99873 258 541 0 100546 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 404384

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=632448/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=413064 CPUtime=522.14
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 108072 0 0 0 52088 126 0 0 25 0 1 0 1164469719 422977536 102081 1992294400 4194304 6412682 548682068864 18446744073709551615 4333490 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 103266 102081 258 541 0 102716 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 413064

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=613440/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=432116 CPUtime=582.12
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 112801 0 0 0 58078 134 0 0 25 0 1 0 1164469719 442486784 106810 1992294400 4194304 6412682 548682068864 18446744073709551615 4333410 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 108029 106810 258 541 0 107479 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 432116

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=598336/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=447132 CPUtime=642.12
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 116525 0 0 0 64072 140 0 0 25 0 1 0 1164469719 457863168 110534 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 111783 110534 258 541 0 111233 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 447132

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=597504/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=448024 CPUtime=702.09
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 116749 0 0 0 70067 142 0 0 25 0 1 0 1164469719 458776576 110758 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 112006 110758 258 541 0 111456 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 448024

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=597376/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=448024 CPUtime=762.09
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 116766 0 0 0 76064 145 0 0 25 0 1 0 1164469719 458776576 110775 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 112006 110775 258 541 0 111456 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 448024

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=593728/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=451516 CPUtime=822.06
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 117673 0 0 0 82058 148 0 0 25 0 1 0 1164469719 462352384 111682 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 112879 111682 258 541 0 112329 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 451516

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=587392/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=457804 CPUtime=882.05
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 119250 0 0 0 88056 149 0 0 25 0 1 0 1164469719 468791296 113259 1992294400 4194304 6412682 548682068864 18446744073709551615 4285802 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 114451 113259 258 541 0 113901 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 457804

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=584576/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=460724 CPUtime=942.03
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 119995 0 0 0 94050 153 0 0 25 0 1 0 1164469719 471781376 114004 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 115181 114004 258 541 0 114631 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 460724

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=579136/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=466316 CPUtime=1002.01
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 121332 0 0 0 100045 156 0 0 25 0 1 0 1164469719 477507584 115341 1992294400 4194304 6412682 548682068864 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 116579 115341 258 541 0 116029 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 466316

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=579136/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=466316 CPUtime=1061.99
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 121335 0 0 0 106040 159 0 0 25 0 1 0 1164469719 477507584 115344 1992294400 4194304 6412682 548682068864 18446744073709551615 4329649 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 116579 115344 258 541 0 116029 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 466316

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=579072/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=466316 CPUtime=1121.98
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 121344 0 0 0 112036 162 0 0 25 0 1 0 1164469719 477507584 115353 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 116579 115353 258 541 0 116029 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 466316

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=579008/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=466316 CPUtime=1181.97
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 121355 0 0 0 118032 165 0 0 25 0 1 0 1164469719 477507584 115364 1992294400 4194304 6412682 548682068864 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 116579 115364 258 541 0 116029 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 466316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18727
/proc/meminfo: memFree=578944/2055920 swapFree=4175756/4192956
[pid=18720] ppid=18718 vsize=466316 CPUtime=1200.07
/proc/18720/stat : 18720 (kw) R 18718 18720 18623 0 -1 0 121373 0 0 0 119841 166 0 0 25 0 1 0 1164469719 477507584 115382 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/18720/statm: 116579 115382 258 541 0 116029 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 466316

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.48
CPU time (s): 1200.15
CPU user time (s): 1198.42
CPU system time (s): 1.73574
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 466316

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

runsolver used 1.06084 second user time and 2.67659 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-05 09:54:02
IDJOB=1580316
IDBENCH=71015
IDSOLVER=501
FILE ID=node31/1580316-1238918040
PBS_JOBID= 9101412
Free space on /tmp= 66472 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p1.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580316-1238918040/watcher-1580316-1238918040 -o /tmp/evaluation-result-1580316-1238918040/solver-1580316-1238918040 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1580316-1238918040.cnf

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

MD5SUM BENCH= 4f02dda0c6b1f76f43bce732093e4f1f
RANDOM SEED=2086605194

node31.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:       1046184 kB
Buffers:        109788 kB
Cached:         788172 kB
SwapCached:      10248 kB
Active:         499216 kB
Inactive:       410484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1046184 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:           23312 kB
Writeback:           0 kB
Mapped:          17376 kB
Slab:            85812 kB
Committed_AS:  3481248 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node31 at 2009-04-05 10:14:04