Trace number 1519727

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.54

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/2000/
unif-k3-r4.2-v2000-c8400-S779309989-069.cnf
MD5SUMf790d28bf27d167da954318ad1a18e9d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.838872
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses8400
Sum of the clauses size25200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38400
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-1519727-1238234211/watcher-1519727-1238234211 -o /tmp/evaluation-result-1519727-1238234211/solver-1519727-1238234211 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519727-1238234211.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.97 0.94 3/72 27743
/proc/meminfo: memFree=1149312/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=3796 CPUtime=0
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 561 0 0 0 0 0 0 0 18 0 1 0 1096082294 3887104 545 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 949 545 219 541 0 399 0

[startup+0.0667331 s]
/proc/loadavg: 0.91 0.97 0.94 3/72 27743
/proc/meminfo: memFree=1149312/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=4720 CPUtime=0.06
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 840 0 0 0 6 0 0 0 18 0 1 0 1096082294 4833280 824 1992294400 4194304 6412682 548682068864 18446744073709551615 4522276 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 1180 824 246 541 0 630 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4720

[startup+0.101739 s]
/proc/loadavg: 0.91 0.97 0.94 3/72 27743
/proc/meminfo: memFree=1149312/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=4720 CPUtime=0.09
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 850 0 0 0 9 0 0 0 18 0 1 0 1096082294 4833280 834 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 1180 834 253 541 0 630 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4720

[startup+0.301778 s]
/proc/loadavg: 0.91 0.97 0.94 3/72 27743
/proc/meminfo: memFree=1149312/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=5248 CPUtime=0.29
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 979 0 0 0 29 0 0 0 19 0 1 0 1096082294 5373952 963 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 1312 963 253 541 0 762 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5248

[startup+0.701858 s]
/proc/loadavg: 0.91 0.97 0.94 3/72 27743
/proc/meminfo: memFree=1149312/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=6692 CPUtime=0.69
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 1350 0 0 0 69 0 0 0 22 0 1 0 1096082294 6852608 1334 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 1673 1334 253 541 0 1123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6692

[startup+1.50202 s]
/proc/loadavg: 0.91 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1143800/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=9356 CPUtime=1.49
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 2018 0 0 0 148 1 0 0 25 0 1 0 1096082294 9580544 2002 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 2339 2002 253 541 0 1789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9356

[startup+3.10133 s]
/proc/loadavg: 0.91 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1140408/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=12420 CPUtime=3.09
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 2781 0 0 0 307 2 0 0 25 0 1 0 1096082294 12718080 2725 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 3105 2725 253 541 0 2555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12420

[startup+6.30297 s]
/proc/loadavg: 0.92 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1137336/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=15720 CPUtime=6.29
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 3742 0 0 0 625 4 0 0 25 0 1 0 1096082294 16097280 3589 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 3930 3589 256 541 0 3380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15720

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1131000/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=20136 CPUtime=12.68
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 4966 0 0 0 1261 7 0 0 25 0 1 0 1096082294 20619264 4684 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 5034 4684 256 541 0 4484 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20136

[startup+25.5018 s]
/proc/loadavg: 0.94 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1124472/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=27524 CPUtime=25.48
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 6909 0 0 0 2536 12 0 0 25 0 1 0 1096082294 28184576 6457 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 6881 6457 256 541 0 6331 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27524

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1115128/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=36440 CPUtime=51.08
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 9517 0 0 0 5088 20 0 0 25 0 1 0 1096082294 37314560 8703 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 9110 8703 256 541 0 8560 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36440

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1098296/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=53784 CPUtime=102.26
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 14245 0 0 0 10193 33 0 0 25 0 1 0 1096082294 55074816 12882 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 13446 12882 256 541 0 12896 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 53784

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1084024/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=68268 CPUtime=162.24
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 18292 0 0 0 16178 46 0 0 25 0 1 0 1096082294 69906432 16411 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 17067 16411 256 541 0 16517 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 68268

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27744
/proc/meminfo: memFree=1074872/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=78876 CPUtime=222.22
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 20949 0 0 0 22166 56 0 0 25 0 1 0 1096082294 80769024 18750 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 19719 18750 256 541 0 19169 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78876

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1064176/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=89628 CPUtime=282.18
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 23965 0 0 0 28152 66 0 0 25 0 1 0 1096082294 91779072 21400 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 22407 21400 256 541 0 21857 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 89628

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1051632/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=102364 CPUtime=342.16
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 27510 0 0 0 34139 77 0 0 25 0 1 0 1096082294 104820736 24524 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 25591 24524 256 541 0 25041 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 102364

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1043760/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=110760 CPUtime=402.14
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 29576 0 0 0 40130 84 0 0 25 0 1 0 1096082294 113418240 26590 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 27690 26590 256 541 0 27140 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 110760

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1037040/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=117192 CPUtime=462.12
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 31649 0 0 0 46120 92 0 0 25 0 1 0 1096082294 120004608 28179 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 29298 28179 256 541 0 28748 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 117192

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1025712/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=129716 CPUtime=522.1
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 34546 0 0 0 52110 100 0 0 25 0 1 0 1096082294 132829184 31076 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 32429 31076 256 541 0 31879 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 129716

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1019896/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=135080 CPUtime=582.08
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 36462 0 0 0 58101 107 0 0 25 0 1 0 1096082294 138321920 32436 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 33770 32436 256 541 0 33220 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 135080

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1019576/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=135240 CPUtime=642.06
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 36553 0 0 0 64094 112 0 0 25 0 1 0 1096082294 138485760 32527 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 33810 32527 256 541 0 33260 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 135240

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1003576/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=154216 CPUtime=702.04
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 40583 0 0 0 70084 120 0 0 25 0 1 0 1096082294 157917184 36557 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 38554 36557 256 541 0 38004 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 154216

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1002488/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=155032 CPUtime=762.02
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 41440 0 0 0 76076 126 0 0 25 0 1 0 1096082294 158752768 36774 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 38758 36774 256 541 0 38208 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 155032

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=1001016/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=157084 CPUtime=821.99
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 41840 0 0 0 82068 131 0 0 25 0 1 0 1096082294 160854016 37174 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 39271 37174 256 541 0 38721 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 157084

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=988472/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=170148 CPUtime=881.97
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 44982 0 0 0 88057 140 0 0 25 0 1 0 1096082294 174231552 40316 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 42537 40316 256 541 0 41987 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 170148

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=980920/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=177668 CPUtime=941.95
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 47546 0 0 0 94047 148 0 0 25 0 1 0 1096082294 181932032 42144 1992294400 4194304 6412682 548682068864 18446744073709551615 4287149 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 44417 42144 256 541 0 43867 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 177668

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=980856/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=177668 CPUtime=1001.93
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 47581 0 0 0 100040 153 0 0 25 0 1 0 1096082294 181932032 42179 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 44417 42179 256 541 0 43867 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 177668

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=980728/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=177668 CPUtime=1061.91
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 47616 0 0 0 106034 157 0 0 25 0 1 0 1096082294 181932032 42214 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 44417 42214 256 541 0 43867 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 177668

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=974776/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=183800 CPUtime=1121.89
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 49120 0 0 0 112026 163 0 0 25 0 1 0 1096082294 188211200 43718 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 45950 43718 256 541 0 45400 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 183800

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=961400/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=197652 CPUtime=1181.87
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 52509 0 0 0 118016 171 0 0 25 0 1 0 1096082294 202395648 47107 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 49413 47107 256 541 0 48863 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 197652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=957752/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=201168 CPUtime=1200.07
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 54152 0 0 0 119834 173 0 0 25 0 1 0 1096082294 205996032 47904 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 50292 47904 256 541 0 49742 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 201168

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.94 2/73 27750
/proc/meminfo: memFree=957752/2055920 swapFree=4175896/4192956
[pid=27743] ppid=27741 vsize=201168 CPUtime=1200.07
/proc/27743/stat : 27743 (kw) R 27741 27743 27292 0 -1 0 54152 0 0 0 119834 173 0 0 25 0 1 0 1096082294 205996032 47904 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27743/statm: 50292 47904 256 541 0 49742 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 201168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1198.34
CPU system time (s): 1.76673
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 204552

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

runsolver used 1.10183 second user time and 3.2755 second system time

The end

Launcher Data

Begin job on node66 at 2009-03-28 10:56:51
IDJOB=1519727
IDBENCH=70293
IDSOLVER=501
FILE ID=node66/1519727-1238234211
PBS_JOBID= 9060594
Free space on /tmp= 66544 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/2000/unif-k3-r4.2-v2000-c8400-S779309989-069.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519727-1238234211/watcher-1519727-1238234211 -o /tmp/evaluation-result-1519727-1238234211/solver-1519727-1238234211 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519727-1238234211.cnf

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

MD5SUM BENCH= f790d28bf27d167da954318ad1a18e9d
RANDOM SEED=591746088

node66.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.286
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.286
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:       1149792 kB
Buffers:         86948 kB
Cached:         727164 kB
SwapCached:       8824 kB
Active:         202788 kB
Inactive:       622332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149792 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:          16612 kB
Slab:            66212 kB
Committed_AS:  3049540 kB
PageTables:       1976 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= 66540 MiB
End job on node66 at 2009-03-28 11:16:53