Trace number 1519893

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.11 1200.42

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S1971658345-089.cnf
MD5SUM80ddc27a2476c7a1f18f4f644f3f4389
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 variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
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 52343
Number of clauses of size over 50

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-1519893-1238244290/watcher-1519893-1238244290 -o /tmp/evaluation-result-1519893-1238244290/solver-1519893-1238244290 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519893-1238244290.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.99 0.97 0.91 3/73 6159
/proc/meminfo: memFree=1713792/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=2736 CPUtime=0
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 298 0 0 0 0 0 0 0 18 0 1 0 880817591 2801664 282 1992294400 4194304 6412682 548682068864 18446744073709551615 4919602 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 684 282 216 541 0 134 0

[startup+0.101245 s]
/proc/loadavg: 0.99 0.97 0.91 3/73 6159
/proc/meminfo: memFree=1713792/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=3460 CPUtime=0.09
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 531 0 0 0 9 0 0 0 18 0 1 0 880817591 3543040 504 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 865 504 242 541 0 315 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3460

[startup+0.201255 s]
/proc/loadavg: 0.99 0.97 0.91 3/73 6159
/proc/meminfo: memFree=1713792/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=4120 CPUtime=0.19
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 691 0 0 0 19 0 0 0 18 0 1 0 880817591 4218880 664 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 1030 664 242 541 0 480 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4120

[startup+0.301266 s]
/proc/loadavg: 0.99 0.97 0.91 3/73 6159
/proc/meminfo: memFree=1713792/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=4788 CPUtime=0.29
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 849 0 0 0 29 0 0 0 19 0 1 0 880817591 4902912 822 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 1197 822 242 541 0 647 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4788

[startup+0.701307 s]
/proc/loadavg: 0.99 0.97 0.91 3/73 6159
/proc/meminfo: memFree=1713792/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=6464 CPUtime=0.69
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 1257 0 0 0 69 0 0 0 23 0 1 0 880817591 6619136 1230 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 1616 1230 242 541 0 1066 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6464

[startup+1.50139 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1708792/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=8064 CPUtime=1.49
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 1630 0 0 0 148 1 0 0 25 0 1 0 880817591 8257536 1563 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 2016 1563 242 541 0 1466 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8064

[startup+3.10156 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1707576/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=9668 CPUtime=3.09
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 2107 0 0 0 307 2 0 0 25 0 1 0 880817591 9900032 1943 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 2417 1943 248 541 0 1867 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9668

[startup+6.3019 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1705144/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=12084 CPUtime=6.28
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 2799 0 0 0 624 4 0 0 25 0 1 0 880817591 12374016 2506 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 3021 2506 248 541 0 2471 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12084

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1701496/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=16024 CPUtime=12.68
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 3777 0 0 0 1261 7 0 0 25 0 1 0 880817591 16408576 3314 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 4006 3314 248 541 0 3456 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16024

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1697080/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=20448 CPUtime=25.49
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 5003 0 0 0 2537 12 0 0 25 0 1 0 880817591 20938752 4316 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 5112 4316 248 541 0 4562 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20448

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1690232/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=28712 CPUtime=51.08
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 7138 0 0 0 5090 18 0 0 25 0 1 0 880817591 29401088 5972 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 7178 5972 248 541 0 6628 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28712

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1682744/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=37360 CPUtime=102.26
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 9510 0 0 0 10198 28 0 0 25 0 1 0 880817591 38256640 7894 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 9340 7894 248 541 0 8790 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37360

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1674232/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=46868 CPUtime=162.25
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 11918 0 0 0 16189 36 0 0 25 0 1 0 880817591 47992832 10025 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 11717 10025 248 541 0 11167 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46868

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1667384/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=55340 CPUtime=222.24
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 13922 0 0 0 22182 42 0 0 25 0 1 0 880817591 56668160 11711 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 13835 11711 248 541 0 13285 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 55340

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1663928/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=59560 CPUtime=282.22
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 15137 0 0 0 28173 49 0 0 25 0 1 0 880817591 60989440 12560 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 14890 12560 248 541 0 14340 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 59560

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1658680/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=65164 CPUtime=342.2
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 16856 0 0 0 34166 54 0 0 25 0 1 0 880817591 66727936 13858 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 16291 13858 248 541 0 15741 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 65164

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1653752/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=70616 CPUtime=402.18
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 18080 0 0 0 40158 60 0 0 25 0 1 0 880817591 72310784 15082 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 17654 15082 248 541 0 17104 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 70616

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1650360/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=74996 CPUtime=462.17
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 19429 0 0 0 46151 66 0 0 25 0 1 0 880817591 76795904 15947 1992294400 4194304 6412682 548682068864 18446744073709551615 4287571 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 18749 15947 248 541 0 18199 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 74996

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1644600/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=81012 CPUtime=522.16
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 20876 0 0 0 52144 72 0 0 25 0 1 0 880817591 82956288 17394 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 20253 17394 248 541 0 19703 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 81012

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1641592/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=84124 CPUtime=582.14
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 22160 0 0 0 58137 77 0 0 25 0 1 0 880817591 86142976 18122 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 21031 18122 248 541 0 20481 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 84124

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1638712/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=87004 CPUtime=642.13
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 22877 0 0 0 64132 81 0 0 25 0 1 0 880817591 89092096 18839 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 21751 18839 248 541 0 21201 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 87004

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1634360/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=92116 CPUtime=702.1
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 23954 0 0 0 70126 84 0 0 25 0 1 0 880817591 94326784 19916 1992294400 4194304 6412682 548682068864 18446744073709551615 4286926 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 23029 19916 248 541 0 22479 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 92116

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1629624/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=100672 CPUtime=762.1
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 25740 0 0 0 76120 90 0 0 25 0 1 0 880817591 103088128 21062 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 25168 21062 248 541 0 24618 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 100672

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1628792/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=101632 CPUtime=822.08
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 25970 0 0 0 82113 95 0 0 25 0 1 0 880817591 104071168 21292 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 25408 21292 248 541 0 24858 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 101632

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1627832/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=102752 CPUtime=882.07
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 26215 0 0 0 88108 99 0 0 25 0 1 0 880817591 105218048 21537 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 25688 21537 248 541 0 25138 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 102752

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6160
/proc/meminfo: memFree=1623736/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=107340 CPUtime=942.04
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 27244 0 0 0 94102 102 0 0 25 0 1 0 880817591 109916160 22566 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 26835 22566 248 541 0 26285 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 107340

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6166
/proc/meminfo: memFree=1618680/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=112692 CPUtime=1002.03
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 29155 0 0 0 100098 105 0 0 25 0 1 0 880817591 115396608 23741 1992294400 4194304 6412682 548682068864 18446744073709551615 4286811 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 28173 23741 248 541 0 27623 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 112692

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6166
/proc/meminfo: memFree=1618296/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=113340 CPUtime=1062.01
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 29308 0 0 0 106092 109 0 0 25 0 1 0 880817591 116060160 23894 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 28335 23894 248 541 0 27785 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 113340

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6166
/proc/meminfo: memFree=1617336/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=114620 CPUtime=1122
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 29544 0 0 0 112086 114 0 0 25 0 1 0 880817591 117370880 24130 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 28655 24130 248 541 0 28105 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 114620

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6166
/proc/meminfo: memFree=1614776/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=116860 CPUtime=1181.99
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 30164 0 0 0 118080 119 0 0 25 0 1 0 880817591 119664640 24750 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 29215 24750 248 541 0 28665 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 116860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6166
/proc/meminfo: memFree=1613816/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=118140 CPUtime=1200.08
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 30406 0 0 0 119889 119 0 0 25 0 1 0 880817591 120975360 24992 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 29535 24992 248 541 0 28985 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 118140

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 6166
/proc/meminfo: memFree=1613816/2055920 swapFree=4176796/4192956
[pid=6159] ppid=6157 vsize=118140 CPUtime=1200.08
/proc/6159/stat : 6159 (kw) R 6157 6159 5908 0 -1 0 30406 0 0 0 119889 119 0 0 25 0 1 0 880817591 120975360 24992 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/6159/statm: 29535 24992 248 541 0 28985 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 118140

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.11
CPU user time (s): 1198.89
CPU system time (s): 1.21581
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 118140

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

runsolver used 1.24681 second user time and 3.12952 second system time

The end

Launcher Data

Begin job on node82 at 2009-03-28 13:44:50
IDJOB=1519893
IDBENCH=70376
IDSOLVER=501
FILE ID=node82/1519893-1238244290
PBS_JOBID= 9060654
Free space on /tmp= 61588 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S1971658345-089.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519893-1238244290/watcher-1519893-1238244290 -o /tmp/evaluation-result-1519893-1238244290/solver-1519893-1238244290 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519893-1238244290.cnf

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

MD5SUM BENCH= 80ddc27a2476c7a1f18f4f644f3f4389
RANDOM SEED=960995701

node82.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.232
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.232
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:       1714272 kB
Buffers:         48116 kB
Cached:         229052 kB
SwapCached:       7072 kB
Active:         180824 kB
Inactive:       105520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714272 kB
SwapTotal:     4192956 kB
SwapFree:      4176796 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:          14788 kB
Slab:            40444 kB
Committed_AS:  2294584 kB
PageTables:       1996 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= 61588 MiB
End job on node82 at 2009-03-28 14:04:52