Trace number 1519751

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.08 1200.46

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S439075063-023.cnf
MD5SUMee1ee4ce24708e1154601d98d318621f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.46332
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
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-1519751-1238234336/watcher-1519751-1238234336 -o /tmp/evaluation-result-1519751-1238234336/solver-1519751-1238234336 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519751-1238234336.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 1558
/proc/meminfo: memFree=994984/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=4836 CPUtime=0
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 775 0 0 0 0 0 0 0 18 0 1 0 1096099131 4952064 760 1992294400 4194304 6412682 548682068864 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 1209 766 208 541 0 659 0

[startup+0.102051 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1558
/proc/meminfo: memFree=994984/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=8276 CPUtime=0.09
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 1651 0 0 0 9 0 0 0 18 0 1 0 1096099131 8474624 1635 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 2069 1635 219 541 0 1519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8276

[startup+0.202067 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1558
/proc/meminfo: memFree=994984/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=10480 CPUtime=0.19
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 2286 0 0 0 19 0 0 0 18 0 1 0 1096099131 10731520 2223 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 2620 2223 229 541 0 2070 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10480

[startup+0.302082 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1558
/proc/meminfo: memFree=994984/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=11508 CPUtime=0.29
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 2503 0 0 0 28 1 0 0 19 0 1 0 1096099131 11784192 2440 1992294400 4194304 6412682 548682068864 18446744073709551615 4564944 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 2877 2440 246 541 0 2327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11508

[startup+0.702157 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1558
/proc/meminfo: memFree=994984/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=11256 CPUtime=0.69
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 2520 0 0 0 68 1 0 0 22 0 1 0 1096099131 11526144 2394 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 2814 2394 253 541 0 2264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11256

[startup+1.50127 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 1559
/proc/meminfo: memFree=985888/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=12708 CPUtime=1.48
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 2880 0 0 0 147 1 0 0 25 0 1 0 1096099131 13012992 2754 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 3177 2754 253 541 0 2627 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12708

[startup+3.10153 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 1559
/proc/meminfo: memFree=982880/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=16404 CPUtime=3.09
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 3837 0 0 0 306 3 0 0 25 0 1 0 1096099131 16797696 3711 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 4101 3711 253 541 0 3551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16404

[startup+6.30104 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 1559
/proc/meminfo: memFree=974880/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=24388 CPUtime=6.29
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 5818 0 0 0 624 5 0 0 25 0 1 0 1096099131 24973312 5692 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 6097 5692 253 541 0 5547 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24388

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 1559
/proc/meminfo: memFree=967840/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=29492 CPUtime=12.69
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 7051 0 0 0 1260 9 0 0 25 0 1 0 1096099131 30199808 6925 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 7373 6925 256 541 0 6823 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29492

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 1559
/proc/meminfo: memFree=962016/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=35620 CPUtime=25.49
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 8612 0 0 0 2535 14 0 0 25 0 1 0 1096099131 36474880 8486 1992294400 4194304 6412682 548682068864 18446744073709551615 4361630 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 8905 8486 256 541 0 8355 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35620

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 1559
/proc/meminfo: memFree=946080/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=51444 CPUtime=51.08
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 12745 0 0 0 5085 23 0 0 25 0 1 0 1096099131 52678656 12380 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 12861 12380 256 541 0 12311 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51444

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 1559
/proc/meminfo: memFree=923360/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=73812 CPUtime=102.26
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 18771 0 0 0 10188 38 0 0 25 0 1 0 1096099131 75583488 18044 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 18453 18044 256 541 0 17903 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 73812

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=894432/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=102852 CPUtime=162.24
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 26485 0 0 0 16169 55 0 0 25 0 1 0 1096099131 105320448 25209 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 25713 25209 256 541 0 25163 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 102852

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=881248/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=116092 CPUtime=222.22
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 30054 0 0 0 22151 71 0 0 25 0 1 0 1096099131 118878208 28537 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 29023 28537 256 541 0 28473 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 116092

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=860576/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=137652 CPUtime=282.2
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 35738 0 0 0 28133 87 0 0 25 0 1 0 1096099131 140955648 33944 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 34413 33944 256 541 0 33863 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 137652

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=846176/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=151844 CPUtime=342.19
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 39349 0 0 0 34120 99 0 0 25 0 1 0 1096099131 155488256 37237 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 37961 37237 256 541 0 37411 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 151844

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=824672/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=173412 CPUtime=402.17
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 45123 0 0 0 40105 112 0 0 25 0 1 0 1096099131 177573888 42645 1992294400 4194304 6412682 548682068864 18446744073709551615 4287583 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 43353 42645 256 541 0 42803 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 173412

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=800480/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=197184 CPUtime=462.15
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 51536 0 0 0 46091 124 0 0 25 0 1 0 1096099131 201916416 48637 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 49296 48637 256 541 0 48746 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 197184

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=800096/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=198372 CPUtime=522.12
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 51837 0 0 0 52082 130 0 0 25 0 1 0 1096099131 203132928 48938 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 49593 48938 256 541 0 49043 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 198372

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=772896/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=224400 CPUtime=582.11
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 58897 0 0 0 58066 145 0 0 25 0 1 0 1096099131 229785600 55514 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 56100 55514 256 541 0 55550 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 224400

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=769888/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=228508 CPUtime=642.09
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 59911 0 0 0 64057 152 0 0 25 0 1 0 1096099131 233992192 56528 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 57127 56528 256 541 0 56577 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 228508

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=732832/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=264172 CPUtime=702.07
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 69437 0 0 0 70042 165 0 0 25 0 1 0 1096099131 270512128 65498 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 66043 65498 256 541 0 65493 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 264172

[startup+762.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=732832/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=264172 CPUtime=762.06
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 69439 0 0 0 76035 171 0 0 25 0 1 0 1096099131 270512128 65500 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 66043 65500 256 541 0 65493 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 264172

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=721312/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=276340 CPUtime=822.04
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 72481 0 0 0 82024 180 0 0 25 0 1 0 1096099131 282972160 68542 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 69085 68542 256 541 0 68535 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 276340

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=695648/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=303576 CPUtime=882.02
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 79342 0 0 0 88009 193 0 0 25 0 1 0 1096099131 310861824 74763 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 75894 74763 256 541 0 75344 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 303576

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=695648/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=303576 CPUtime=941.99
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 79345 0 0 0 94001 198 0 0 25 0 1 0 1096099131 310861824 74766 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 75894 74766 256 541 0 75344 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 303576

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=693408/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=306216 CPUtime=1001.97
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 79990 0 0 0 99992 205 0 0 25 0 1 0 1096099131 313565184 75411 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 76554 75411 256 541 0 76004 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 306216

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=661728/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=337832 CPUtime=1061.96
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 87932 0 0 0 105978 218 0 0 25 0 1 0 1096099131 345939968 83353 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 84458 83353 256 541 0 83908 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 337832

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=653024/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=345888 CPUtime=1121.94
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 90709 0 0 0 111968 226 0 0 25 0 1 0 1096099131 354189312 85394 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 86472 85394 256 541 0 85922 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 345888

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=653024/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=345888 CPUtime=1181.92
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 90710 0 0 0 117960 232 0 0 25 0 1 0 1096099131 354189312 85395 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 86472 85395 256 541 0 85922 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 345888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1565
/proc/meminfo: memFree=653024/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=345888 CPUtime=1200.02
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 90711 0 0 0 119769 233 0 0 25 0 1 0 1096099131 354189312 85396 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 86472 85396 256 541 0 85922 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 345888

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.98 0.99 2/65 1565
/proc/meminfo: memFree=653024/2055920 swapFree=4178216/4192956
[pid=1558] ppid=1556 vsize=345888 CPUtime=1200.02
/proc/1558/stat : 1558 (kw) R 1556 1558 1102 0 -1 0 90711 0 0 0 119769 233 0 0 25 0 1 0 1096099131 354189312 85396 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1558/statm: 86472 85396 256 541 0 85922 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 345888

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.08
CPU user time (s): 1197.69
CPU system time (s): 2.39064
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 348832

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

runsolver used 0.967852 second user time and 2.58061 second system time

The end

Launcher Data

Begin job on node26 at 2009-03-28 10:58:56
IDJOB=1519751
IDBENCH=70305
IDSOLVER=501
FILE ID=node26/1519751-1238234336
PBS_JOBID= 9060618
Free space on /tmp= 66108 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S439075063-023.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519751-1238234336/watcher-1519751-1238234336 -o /tmp/evaluation-result-1519751-1238234336/solver-1519751-1238234336 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519751-1238234336.cnf

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

MD5SUM BENCH= ee1ee4ce24708e1154601d98d318621f
RANDOM SEED=1313216666

node26.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.261
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	: 5931.00
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.261
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:        995400 kB
Buffers:         75156 kB
Cached:         892328 kB
SwapCached:       8520 kB
Active:          95460 kB
Inactive:       881996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        995400 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          15616 kB
Slab:            69048 kB
Committed_AS:  2813404 kB
PageTables:       1396 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= 66104 MiB
End job on node26 at 2009-03-28 11:18:59