Trace number 1520091

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.1 1200.43

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/65/
unif-k7-r89-v65-c5785-S2142794689-088.cnf
MD5SUM0f4b7bee4959ec0290a8262b27584313
Bench CategoryRANDOM (random 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 variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1520091-1238262311/watcher-1520091-1238262311 -o /tmp/evaluation-result-1520091-1238262311/solver-1520091-1238262311 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520091-1238262311.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.95 0.98 3/81 8137
/proc/meminfo: memFree=1841912/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=2772 CPUtime=0
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 297 0 0 0 0 0 0 0 20 0 1 0 1098894974 2838528 281 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 693 281 216 541 0 143 0

[startup+0.0886279 s]
/proc/loadavg: 0.91 0.95 0.98 3/81 8137
/proc/meminfo: memFree=1841912/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=3828 CPUtime=0.08
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 598 0 0 0 8 0 0 0 20 0 1 0 1098894974 3919872 582 1992294400 4194304 6412682 548682068864 18446744073709551615 4564603 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 957 582 235 541 0 407 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3828

[startup+0.102629 s]
/proc/loadavg: 0.91 0.95 0.98 3/81 8137
/proc/meminfo: memFree=1841912/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=3828 CPUtime=0.1
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 598 0 0 0 10 0 0 0 20 0 1 0 1098894974 3919872 582 1992294400 4194304 6412682 548682068864 18446744073709551615 4522400 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 957 582 235 541 0 407 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3828

[startup+0.301651 s]
/proc/loadavg: 0.91 0.95 0.98 3/81 8137
/proc/meminfo: memFree=1841912/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=3652 CPUtime=0.3
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 648 0 0 0 30 0 0 0 22 0 1 0 1098894974 3739648 543 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 913 543 242 541 0 363 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3652

[startup+0.702696 s]
/proc/loadavg: 0.91 0.95 0.98 3/81 8137
/proc/meminfo: memFree=1841912/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=6008 CPUtime=0.69
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 1215 0 0 0 69 0 0 0 25 0 1 0 1098894974 6152192 1110 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 1502 1110 242 541 0 952 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6008

[startup+1.50179 s]
/proc/loadavg: 0.91 0.95 0.98 2/82 8138
/proc/meminfo: memFree=1837168/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=8372 CPUtime=1.49
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 1789 0 0 0 148 1 0 0 25 0 1 0 1098894974 8572928 1644 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 2093 1644 242 541 0 1543 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8372

[startup+3.10196 s]
/proc/loadavg: 0.91 0.95 0.98 2/82 8138
/proc/meminfo: memFree=1835248/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=10572 CPUtime=3.09
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 2341 0 0 0 307 2 0 0 25 0 1 0 1098894974 10825728 2099 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 2643 2099 247 541 0 2093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10572

[startup+6.30132 s]
/proc/loadavg: 0.92 0.95 0.98 2/82 8138
/proc/meminfo: memFree=1832048/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=13460 CPUtime=6.29
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 3084 0 0 0 626 3 0 0 25 0 1 0 1098894974 13783040 2713 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 3365 2713 247 541 0 2815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13460

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.98 2/82 8138
/proc/meminfo: memFree=1827376/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=18128 CPUtime=12.69
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 4326 0 0 0 1262 7 0 0 25 0 1 0 1098894974 18563072 3681 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 4532 3681 247 541 0 3982 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18128

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/82 8138
/proc/meminfo: memFree=1823088/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=23396 CPUtime=25.48
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 5772 0 0 0 2536 12 0 0 25 0 1 0 1098894974 23957504 4869 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 5849 4869 247 541 0 5299 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23396

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.98 2/82 8138
/proc/meminfo: memFree=1815024/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=33372 CPUtime=51.08
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 8139 0 0 0 5089 19 0 0 25 0 1 0 1098894974 34172928 6895 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 8343 6895 247 541 0 7793 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33372

[startup+102.307 s]
/proc/loadavg: 0.98 0.96 0.98 2/82 8138
/proc/meminfo: memFree=1805616/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=43680 CPUtime=102.26
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 11150 0 0 0 10197 29 0 0 25 0 1 0 1098894974 44728320 9179 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 10920 9179 247 541 0 10370 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43680

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1798320/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=53576 CPUtime=162.25
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 13322 0 0 0 16187 38 0 0 25 0 1 0 1098894974 54861824 11033 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 13394 11033 247 541 0 12844 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 53576

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1790832/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=61936 CPUtime=222.24
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 15520 0 0 0 22177 47 0 0 25 0 1 0 1098894974 63422464 12865 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 15484 12865 247 541 0 14934 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 61936

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1783920/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=70388 CPUtime=282.21
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 17659 0 0 0 28166 55 0 0 25 0 1 0 1098894974 72077312 14583 1992294400 4194304 6412682 548682068864 18446744073709551615 4286890 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 17597 14583 247 541 0 17047 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 70388

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1778736/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=75848 CPUtime=342.2
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 19438 0 0 0 34158 62 0 0 25 0 1 0 1098894974 77668352 15878 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 18962 15878 247 541 0 18412 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 75848

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1775664/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=79368 CPUtime=402.18
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 20190 0 0 0 40149 69 0 0 25 0 1 0 1098894974 81272832 16630 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 19842 16630 247 541 0 19292 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 79368

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1767088/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=89420 CPUtime=462.17
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 22885 0 0 0 46142 75 0 0 25 0 1 0 1098894974 91566080 18769 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 22355 18769 247 541 0 21805 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 89420

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1764016/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=92620 CPUtime=522.15
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 23642 0 0 0 52134 81 0 0 25 0 1 0 1098894974 94842880 19526 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 23155 19526 247 541 0 22605 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 92620

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1758512/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=100452 CPUtime=582.14
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 25594 0 0 0 58126 88 0 0 25 0 1 0 1098894974 102862848 20838 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 25113 20838 247 541 0 24563 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 100452

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1757168/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=102052 CPUtime=642.12
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 25970 0 0 0 64118 94 0 0 25 0 1 0 1098894974 104501248 21214 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 25513 21214 247 541 0 24963 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 102052

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1755888/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=102940 CPUtime=702.11
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 26301 0 0 0 70112 99 0 0 25 0 1 0 1098894974 105410560 21545 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 25735 21545 247 541 0 25185 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 102940

[startup+762.308 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1744752/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=115796 CPUtime=762.1
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 29751 0 0 0 76105 105 0 0 25 0 1 0 1098894974 118575104 24259 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 28949 24259 247 541 0 28399 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 115796

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1743472/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=117716 CPUtime=822.07
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 30104 0 0 0 82098 109 0 0 25 0 1 0 1098894974 120541184 24612 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 29429 24612 247 541 0 28879 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 117716

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1741232/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=120916 CPUtime=882.06
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 30662 0 0 0 88093 113 0 0 25 0 1 0 1098894974 123817984 25170 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 30229 25170 247 541 0 29679 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 120916

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8138
/proc/meminfo: memFree=1738160/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=123476 CPUtime=942.04
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 31437 0 0 0 94087 117 0 0 25 0 1 0 1098894974 126439424 25945 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 30869 25945 247 541 0 30319 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 123476

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8144
/proc/meminfo: memFree=1732720/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=129876 CPUtime=1002.02
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 32734 0 0 0 100080 122 0 0 25 0 1 0 1098894974 132993024 27242 1992294400 4194304 6412682 548682068864 18446744073709551615 4286842 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 32469 27242 247 541 0 31919 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 129876

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8144
/proc/meminfo: memFree=1729520/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=133716 CPUtime=1062
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 34337 0 0 0 106073 127 0 0 25 0 1 0 1098894974 136925184 27999 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 33429 27999 247 541 0 32879 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 133716

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8144
/proc/meminfo: memFree=1728816/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=134996 CPUtime=1121.99
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 34562 0 0 0 112067 132 0 0 25 0 1 0 1098894974 138235904 28224 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 33749 28224 247 541 0 33199 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 134996

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8144
/proc/meminfo: memFree=1726896/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=136916 CPUtime=1181.97
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 35025 0 0 0 118060 137 0 0 25 0 1 0 1098894974 140201984 28687 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 34229 28687 247 541 0 33679 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 136916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 8144
/proc/meminfo: memFree=1726768/2055920 swapFree=4172708/4192956
[pid=8137] ppid=8135 vsize=136916 CPUtime=1200.07
/proc/8137/stat : 8137 (kw) R 8135 8137 7783 0 -1 0 35059 0 0 0 119869 138 0 0 25 0 1 0 1098894974 140201984 28721 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 34229 28721 247 541 0 33679 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 136916

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.43
CPU time (s): 1200.1
CPU user time (s): 1198.7
CPU system time (s): 1.40279
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 137100

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

runsolver used 1.54876 second user time and 3.9204 second system time

The end

Launcher Data

Begin job on node87 at 2009-03-28 18:45:12
IDJOB=1520091
IDBENCH=70475
IDSOLVER=501
FILE ID=node87/1520091-1238262311
PBS_JOBID= 9060763
Free space on /tmp= 66036 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/65/unif-k7-r89-v65-c5785-S2142794689-088.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520091-1238262311/watcher-1520091-1238262311 -o /tmp/evaluation-result-1520091-1238262311/solver-1520091-1238262311 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520091-1238262311.cnf

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

MD5SUM BENCH= 0f4b7bee4959ec0290a8262b27584313
RANDOM SEED=192064535

node87.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1842328 kB
Buffers:         38836 kB
Cached:          95988 kB
SwapCached:       9200 kB
Active:          57712 kB
Inactive:        87776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842328 kB
SwapTotal:     4192956 kB
SwapFree:      4172708 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:          16300 kB
Slab:            52240 kB
Committed_AS:  2775164 kB
PageTables:       2676 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= 66036 MiB
End job on node87 at 2009-03-28 19:05:14