Trace number 1519887

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
kw 2009-03-20? (TO) 1200.16 1200.47

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/12000/
unif-k3-r4.2-v12000-c50400-S377647456-019.cnf
MD5SUM65bb593760651b10c127c4b3276e73fc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.4368
Satisfiable
(Un)Satisfiability was proved
Number of variables12000
Number of clauses50400
Sum of the clauses size151200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 350400
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-1519887-1238243895/watcher-1519887-1238243895 -o /tmp/evaluation-result-1519887-1238243895/solver-1519887-1238243895 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519887-1238243895.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/73 5925
/proc/meminfo: memFree=1601808/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=5388 CPUtime=0
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 873 0 0 0 0 0 0 0 20 0 1 0 1097053447 5517312 857 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 1347 863 208 541 0 797 0

[startup+0.050971 s]
/proc/loadavg: 1.00 1.01 1.00 3/73 5925
/proc/meminfo: memFree=1601808/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=10208 CPUtime=0.03
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 2087 0 0 0 3 0 0 0 20 0 1 0 1097053447 10452992 2071 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 2552 2072 219 541 0 2002 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10208

[startup+0.102975 s]
/proc/loadavg: 1.00 1.01 1.00 3/73 5925
/proc/meminfo: memFree=1601808/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=10736 CPUtime=0.1
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 2231 0 0 0 9 1 0 0 20 0 1 0 1097053447 10993664 2215 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 2684 2215 219 541 0 2134 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10736

[startup+0.302995 s]
/proc/loadavg: 1.00 1.01 1.00 3/73 5925
/proc/meminfo: memFree=1601808/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=15480 CPUtime=0.29
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 3576 0 0 0 28 1 0 0 22 0 1 0 1097053447 15851520 3489 1992294400 4194304 6412682 548682068864 18446744073709551615 4521616 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 3870 3489 238 541 0 3320 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15480

[startup+0.702036 s]
/proc/loadavg: 1.00 1.01 1.00 3/73 5925
/proc/meminfo: memFree=1601808/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=15628 CPUtime=0.69
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 3607 0 0 0 68 1 0 0 25 0 1 0 1097053447 16003072 3426 1992294400 4194304 6412682 548682068864 18446744073709551615 4287710 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 3907 3426 253 541 0 3357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15628

[startup+1.50112 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5926
/proc/meminfo: memFree=1588808/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=15628 CPUtime=1.49
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 3619 0 0 0 147 2 0 0 25 0 1 0 1097053447 16003072 3438 1992294400 4194304 6412682 548682068864 18446744073709551615 4289365 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 3907 3438 253 541 0 3357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15628

[startup+3.10128 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5926
/proc/meminfo: memFree=1587464/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=19060 CPUtime=3.09
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 4493 0 0 0 306 3 0 0 25 0 1 0 1097053447 19517440 4312 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 4765 4312 253 541 0 4215 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19060

[startup+6.3016 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5926
/proc/meminfo: memFree=1580680/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=25292 CPUtime=6.29
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 6051 0 0 0 625 4 0 0 25 0 1 0 1097053447 25899008 5870 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 6323 5870 253 541 0 5773 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25292

[startup+12.7012 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5926
/proc/meminfo: memFree=1572360/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=32032 CPUtime=12.69
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 7737 0 0 0 1262 7 0 0 25 0 1 0 1097053447 32800768 7556 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 8008 7556 253 541 0 7458 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32032

[startup+25.5015 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5926
/proc/meminfo: memFree=1565128/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=39124 CPUtime=25.49
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 9467 0 0 0 2539 10 0 0 25 0 1 0 1097053447 40062976 9286 1992294400 4194304 6412682 548682068864 18446744073709551615 4417263 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 9781 9286 256 541 0 9231 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39124

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5926
/proc/meminfo: memFree=1550024/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=54020 CPUtime=51.07
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 13218 0 0 0 5090 17 0 0 25 0 1 0 1097053447 55316480 13037 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 13505 13037 256 541 0 12955 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54020

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5926
/proc/meminfo: memFree=1526984/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=77040 CPUtime=102.27
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 19168 0 0 0 10195 32 0 0 25 0 1 0 1097053447 78888960 18763 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 19260 18763 256 541 0 18710 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 77040

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5926
/proc/meminfo: memFree=1497288/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=107748 CPUtime=162.24
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 27179 0 0 0 16173 51 0 0 25 0 1 0 1097053447 110333952 26478 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 26937 26478 256 541 0 26387 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 107748

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5926
/proc/meminfo: memFree=1474760/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=129508 CPUtime=222.23
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 32864 0 0 0 22157 66 0 0 25 0 1 0 1097053447 132616192 31772 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 32377 31772 256 541 0 31827 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 129508

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1454472/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=150632 CPUtime=282.21
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 38387 0 0 0 28142 79 0 0 25 0 1 0 1097053447 154247168 37054 1992294400 4194304 6412682 548682068864 18446744073709551615 4417510 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 37658 37054 256 541 0 37108 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 150632

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1434056/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=170376 CPUtime=342.2
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 43645 0 0 0 34130 90 0 0 25 0 1 0 1097053447 174465024 42035 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 42594 42035 256 541 0 42044 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 170376

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1416584/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=187012 CPUtime=402.19
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 48180 0 0 0 40116 103 0 0 25 0 1 0 1097053447 191500288 46252 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 46753 46252 256 541 0 46203 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 187012

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1392200/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=211180 CPUtime=462.16
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 54623 0 0 0 46102 114 0 0 25 0 1 0 1097053447 216248320 52329 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 52795 52329 256 541 0 52245 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 211180

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1371784/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=233884 CPUtime=522.15
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 59941 0 0 0 52088 127 0 0 25 0 1 0 1097053447 239497216 57647 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 58471 57647 256 541 0 57921 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 233884

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1361096/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=243656 CPUtime=582.14
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 62806 0 0 0 58076 138 0 0 25 0 1 0 1097053447 249503744 60091 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 60914 60091 256 541 0 60364 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 243656

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1334664/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=270068 CPUtime=642.12
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 69430 0 0 0 64061 151 0 0 25 0 1 0 1097053447 276549632 66715 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 67517 66715 256 541 0 66967 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 270068

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1324360/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=279980 CPUtime=702.11
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 72437 0 0 0 70049 162 0 0 25 0 1 0 1097053447 286699520 69238 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 69995 69238 256 541 0 69445 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 279980

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1311432/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=293212 CPUtime=762.1
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 75727 0 0 0 76039 171 0 0 25 0 1 0 1097053447 300249088 72528 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 73303 72528 256 541 0 72753 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 293212

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1275592/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=328440 CPUtime=822.08
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 85155 0 0 0 82024 184 0 0 25 0 1 0 1097053447 336322560 81400 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 82110 81400 256 541 0 81560 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 328440

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1275592/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=328440 CPUtime=882.06
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 85155 0 0 0 88017 189 0 0 25 0 1 0 1097053447 336322560 81400 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 82110 81400 256 541 0 81560 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 328440

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1267080/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=337556 CPUtime=942.05
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 87452 0 0 0 94007 198 0 0 25 0 1 0 1097053447 345657344 83697 1992294400 4194304 6412682 548682068864 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 84389 83697 256 541 0 83839 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 337556

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1232968/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=370856 CPUtime=1002.03
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 96484 0 0 0 99991 212 0 0 25 0 1 0 1097053447 379756544 92089 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 92714 92089 256 541 0 92164 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 370856

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1232968/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=370856 CPUtime=1062.01
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 96484 0 0 0 105985 216 0 0 25 0 1 0 1097053447 379756544 92089 1992294400 4194304 6412682 548682068864 18446744073709551615 4286943 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 92714 92089 256 541 0 92164 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 370856

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1232968/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=370856 CPUtime=1122
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 96485 0 0 0 111978 222 0 0 25 0 1 0 1097053447 379756544 92090 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 92714 92090 256 541 0 92164 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 370856

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1200072/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=404180 CPUtime=1181.98
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 104832 0 0 0 117965 233 0 0 25 0 1 0 1097053447 413880320 100437 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 101045 100437 256 541 0 100495 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 404180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 5928
/proc/meminfo: memFree=1189448/2055920 swapFree=4177652/4192956
[pid=5925] ppid=5923 vsize=414348 CPUtime=1200.09
/proc/5925/stat : 5925 (kw) R 5923 5925 5702 0 -1 0 107382 0 0 0 119771 238 0 0 25 0 1 0 1097053447 424292352 102987 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5925/statm: 103587 102987 256 541 0 103037 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 414348

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.47
CPU time (s): 1200.16
CPU user time (s): 1197.71
CPU system time (s): 2.44463
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 414348

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

runsolver used 1.01885 second user time and 3.35749 second system time

The end

Launcher Data

Begin job on node84 at 2009-03-28 13:38:15
IDJOB=1519887
IDBENCH=70373
IDSOLVER=501
FILE ID=node84/1519887-1238243895
PBS_JOBID= 9060698
Free space on /tmp= 66120 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/12000/unif-k3-r4.2-v12000-c50400-S377647456-019.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519887-1238243895/watcher-1519887-1238243895 -o /tmp/evaluation-result-1519887-1238243895/solver-1519887-1238243895 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519887-1238243895.cnf

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

MD5SUM BENCH= 65bb593760651b10c127c4b3276e73fc
RANDOM SEED=760824074

node84.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.231
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.231
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:       1602224 kB
Buffers:         51260 kB
Cached:         320336 kB
SwapCached:       6960 kB
Active:         151212 kB
Inactive:       229896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602224 kB
SwapTotal:     4192956 kB
SwapFree:      4177652 kB
Dirty:            3156 kB
Writeback:           0 kB
Mapped:          14964 kB
Slab:            57708 kB
Committed_AS:  2787468 kB
PageTables:       1980 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= 66116 MiB
End job on node84 at 2009-03-28 13:58:17