Trace number 1581460

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

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications 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 variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-1581460-1238928876/watcher-1581460-1238928876 -o /tmp/evaluation-result-1581460-1238928876/solver-1581460-1238928876 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1581460-1238928876.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: 1.84 1.95 1.82 3/70 31739
/proc/meminfo: memFree=1418664/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=6024 CPUtime=0
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 1024 0 0 0 0 0 0 0 18 0 1 0 1165551096 6168576 1008 1992294400 4194304 6412682 548682068832 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 1506 1011 195 541 0 956 0

[startup+0.016678 s]
/proc/loadavg: 1.84 1.95 1.82 3/70 31739
/proc/meminfo: memFree=1418664/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=14148 CPUtime=0
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 2698 0 0 0 0 0 0 0 18 0 1 0 1165551096 14487552 2683 1992294400 4194304 6412682 548682068832 18446744073709551615 4272004 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 3537 2690 201 541 0 2987 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14148

[startup+0.101686 s]
/proc/loadavg: 1.84 1.95 1.82 3/70 31739
/proc/meminfo: memFree=1418664/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=61768 CPUtime=0.09
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 12600 0 0 0 4 5 0 0 18 0 1 0 1165551096 63250432 12584 1992294400 4194304 6412682 548682068832 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 15442 12590 208 541 0 14892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61768

[startup+0.301705 s]
/proc/loadavg: 1.84 1.95 1.82 3/70 31739
/proc/meminfo: memFree=1418664/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=165428 CPUtime=0.29
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 37185 0 0 0 15 14 0 0 19 0 1 0 1165551096 169398272 37169 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 41357 37169 219 541 0 40807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 165428

[startup+0.701744 s]
/proc/loadavg: 1.84 1.95 1.82 3/70 31739
/proc/meminfo: memFree=1418664/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=171236 CPUtime=0.69
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 38799 0 0 0 54 15 0 0 22 0 1 0 1165551096 175345664 38783 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 42809 38783 219 541 0 42259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 171236

[startup+1.50182 s]
/proc/loadavg: 1.84 1.95 1.82 2/71 31740
/proc/meminfo: memFree=1258848/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=180740 CPUtime=1.49
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 41475 0 0 0 132 17 0 0 25 0 1 0 1165551096 185077760 41459 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 45185 41459 219 541 0 44635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180740

[startup+3.10198 s]
/proc/loadavg: 1.85 1.95 1.82 2/71 31740
/proc/meminfo: memFree=1244704/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=199388 CPUtime=3.08
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 47400 0 0 0 289 19 0 0 25 0 1 0 1165551096 204173312 46615 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 49847 46615 220 541 0 49297 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 199388

[startup+6.3013 s]
/proc/loadavg: 1.85 1.95 1.82 2/71 31740
/proc/meminfo: memFree=1204192/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=237872 CPUtime=6.28
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 59712 0 0 0 603 25 0 0 25 0 1 0 1165551096 243580928 57390 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 59468 57390 221 541 0 58918 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 237872

[startup+12.7019 s]
/proc/loadavg: 1.72 1.92 1.81 2/71 31740
/proc/meminfo: memFree=1111264/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=314880 CPUtime=12.68
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 79347 0 0 0 1225 43 0 0 25 0 1 0 1165551096 322437120 77025 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 78720 77025 248 541 0 78170 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 314880

[startup+25.5012 s]
/proc/loadavg: 1.61 1.89 1.80 2/71 31740
/proc/meminfo: memFree=1091744/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=327292 CPUtime=25.48
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 84656 0 0 0 2469 79 0 0 25 0 1 0 1165551096 335147008 80305 1992294400 4194304 6412682 548682068832 18446744073709551615 4302255 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 81823 80305 255 541 0 81273 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 327292

[startup+51.1017 s]
/proc/loadavg: 1.40 1.82 1.78 2/71 31740
/proc/meminfo: memFree=1091744/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=327292 CPUtime=51.07
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 84667 0 0 0 5026 81 0 0 25 0 1 0 1165551096 335147008 80316 1992294400 4194304 6412682 548682068832 18446744073709551615 4302255 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 81823 80316 255 541 0 81273 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 327292

[startup+102.306 s]
/proc/loadavg: 1.16 1.68 1.73 2/71 31740
/proc/meminfo: memFree=1091680/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=327292 CPUtime=102.26
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 84710 0 0 0 10137 89 0 0 25 0 1 0 1165551096 335147008 80359 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 81823 80359 255 541 0 81273 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 327292

[startup+162.302 s]
/proc/loadavg: 1.06 1.55 1.68 2/71 31740
/proc/meminfo: memFree=1089824/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=329080 CPUtime=162.24
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 85165 0 0 0 16130 94 0 0 25 0 1 0 1165551096 336977920 80814 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 82270 80814 258 541 0 81720 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 329080

[startup+222.302 s]
/proc/loadavg: 1.02 1.45 1.64 2/71 31740
/proc/meminfo: memFree=1089056/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=329080 CPUtime=222.23
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 85351 0 0 0 22118 105 0 0 25 0 1 0 1165551096 336977920 81000 1992294400 4194304 6412682 548682068832 18446744073709551615 4334453 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 82270 81000 258 541 0 81720 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 329080

[startup+282.302 s]
/proc/loadavg: 1.00 1.36 1.60 2/71 31740
/proc/meminfo: memFree=1074336/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=343676 CPUtime=282.2
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 89024 0 0 0 28105 115 0 0 25 0 1 0 1165551096 351924224 84673 1992294400 4194304 6412682 548682068832 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 85919 84673 258 541 0 85369 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 343676

[startup+342.302 s]
/proc/loadavg: 1.00 1.30 1.55 2/71 31740
/proc/meminfo: memFree=1068192/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=349760 CPUtime=342.19
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 90545 0 0 0 34103 116 0 0 25 0 1 0 1165551096 358154240 86194 1992294400 4194304 6412682 548682068832 18446744073709551615 4363665 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 87440 86194 258 541 0 86890 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 349760

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.52 2/71 31746
/proc/meminfo: memFree=1048288/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=369776 CPUtime=402.17
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 95599 0 0 0 40087 130 0 0 25 0 1 0 1165551096 378650624 91248 1992294400 4194304 6412682 548682068832 18446744073709551615 4334434 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 92444 91248 258 541 0 91894 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 369776

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.48 2/71 31746
/proc/meminfo: memFree=1014368/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=403256 CPUtime=462.15
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 103940 0 0 0 46066 149 0 0 25 0 1 0 1165551096 412934144 99588 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 100814 99588 258 541 0 100264 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 403256

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.45 2/71 31746
/proc/meminfo: memFree=1011104/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=406488 CPUtime=522.14
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 104754 0 0 0 52061 153 0 0 25 0 1 0 1165551096 416243712 100402 1992294400 4194304 6412682 548682068832 18446744073709551615 4286963 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 101622 100402 258 541 0 101072 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 406488

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.42 2/71 31746
/proc/meminfo: memFree=1004960/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=412572 CPUtime=582.12
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 106283 0 0 0 58052 160 0 0 25 0 1 0 1165551096 422473728 101931 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 103143 101931 258 541 0 102593 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 412572

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.39 2/71 31746
/proc/meminfo: memFree=965472/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=452248 CPUtime=642.11
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 116144 0 0 0 64033 178 0 0 25 0 1 0 1165551096 463101952 111792 1992294400 4194304 6412682 548682068832 18446744073709551615 4419349 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 113062 111792 258 541 0 112512 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 452248

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.36 2/71 31746
/proc/meminfo: memFree=959456/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=458436 CPUtime=702.09
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 117645 0 0 0 70022 187 0 0 25 0 1 0 1165551096 469438464 113293 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 114609 113293 258 541 0 114059 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 458436

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.34 2/71 31746
/proc/meminfo: memFree=950176/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=467624 CPUtime=762.08
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 119953 0 0 0 76017 191 0 0 25 0 1 0 1165551096 478846976 115601 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 116906 115601 258 541 0 116356 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 467624

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.31 2/71 31746
/proc/meminfo: memFree=918112/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=500828 CPUtime=822.06
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 128113 0 0 0 81999 207 0 0 25 0 1 0 1165551096 512847872 123759 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 125207 123759 258 541 0 124657 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 500828

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.29 2/71 31746
/proc/meminfo: memFree=885088/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=533632 CPUtime=882.03
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 136218 0 0 0 87985 218 0 0 25 0 1 0 1165551096 546439168 131864 1992294400 4194304 6412682 548682068832 18446744073709551615 4333394 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 133408 131864 258 541 0 132858 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 533632

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.27 2/71 31746
/proc/meminfo: memFree=885024/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=533632 CPUtime=942.02
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 136224 0 0 0 93979 223 0 0 25 0 1 0 1165551096 546439168 131870 1992294400 4194304 6412682 548682068832 18446744073709551615 4333387 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 133408 131870 258 541 0 132858 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 533632

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/71 31746
/proc/meminfo: memFree=880800/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=537808 CPUtime=1002
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 137336 0 0 0 99971 229 0 0 25 0 1 0 1165551096 550715392 132982 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 134452 132982 258 541 0 133902 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 537808

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/71 31746
/proc/meminfo: memFree=834976/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=583936 CPUtime=1061.99
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 148824 0 0 0 105955 244 0 0 25 0 1 0 1165551096 597950464 144469 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 145984 144469 258 541 0 145434 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 583936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/71 31746
/proc/meminfo: memFree=808224/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=610560 CPUtime=1121.98
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 155397 0 0 0 111946 252 0 0 25 0 1 0 1165551096 625213440 151042 1992294400 4194304 6412682 548682068832 18446744073709551615 4574659 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 152640 151042 258 541 0 152090 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 610560

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/71 31746
/proc/meminfo: memFree=800800/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=617780 CPUtime=1181.95
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 157221 0 0 0 117938 257 0 0 25 0 1 0 1165551096 632606720 152866 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 154445 152866 258 541 0 153895 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 617780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.19 2/71 31746
/proc/meminfo: memFree=800800/2055920 swapFree=4173128/4192956
[pid=31739] ppid=31737 vsize=617780 CPUtime=1200.06
/proc/31739/stat : 31739 (kw) R 31737 31739 31579 0 -1 0 157230 0 0 0 119747 259 0 0 25 0 1 0 1165551096 632606720 152875 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/31739/statm: 154445 152875 258 541 0 153895 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 617780

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): 1197.47
CPU system time (s): 2.69259
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 617780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.47
system time used= 2.69259
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157230
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= 3
involuntary context switches= 1399

runsolver used 1.15482 second user time and 3.22251 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-05 12:54:38
IDJOB=1581460
IDBENCH=71037
IDSOLVER=501
FILE ID=node36/1581460-1238928876
PBS_JOBID= 9101443
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1224511229

node36.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:       1419080 kB
Buffers:         70268 kB
Cached:         472552 kB
SwapCached:       9068 kB
Active:         229056 kB
Inactive:       324348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419080 kB
SwapTotal:     4192956 kB
SwapFree:      4173128 kB
Dirty:           28232 kB
Writeback:           0 kB
Mapped:          16172 kB
Slab:            68788 kB
Committed_AS:  3511152 kB
PageTables:       1876 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= 66524 MiB
End job on node36 at 2009-04-05 13:14:41