Trace number 1553980

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.06 1200.54

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
Bench CategoryAPPLICATION (applications 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 variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1553980-1238721555/watcher-1553980-1238721555 -o /tmp/evaluation-result-1553980-1238721555/solver-1553980-1238721555 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1553980-1238721555.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.92 1.99 2.16 4/94 32701
/proc/meminfo: memFree=1549840/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=6420 CPUtime=0
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 1211 0 0 0 0 0 0 0 18 0 1 0 1144819221 6574080 1195 1992294400 4194304 6412682 548682068832 18446744073709551615 4342988 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 1605 1202 200 541 0 1055 0

[startup+0.0709879 s]
/proc/loadavg: 1.92 1.99 2.16 4/94 32701
/proc/meminfo: memFree=1549840/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=45824 CPUtime=0.06
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 10036 0 0 0 3 3 0 0 18 0 1 0 1144819221 46923776 10020 1992294400 4194304 6412682 548682068832 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 11456 10027 208 541 0 10906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45824

[startup+0.10199 s]
/proc/loadavg: 1.92 1.99 2.16 4/94 32701
/proc/meminfo: memFree=1549840/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=65360 CPUtime=0.1
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 15387 0 0 0 4 6 0 0 18 0 1 0 1144819221 66928640 15371 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 16340 15378 208 541 0 15790 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 65360

[startup+0.302012 s]
/proc/loadavg: 1.92 1.99 2.16 4/94 32701
/proc/meminfo: memFree=1549840/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=88224 CPUtime=0.29
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 20526 0 0 0 22 7 0 0 19 0 1 0 1144819221 90341376 20510 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 22056 20510 219 541 0 21506 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88224

[startup+0.701056 s]
/proc/loadavg: 1.92 1.99 2.16 4/94 32701
/proc/meminfo: memFree=1549840/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=93768 CPUtime=0.69
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 22074 0 0 0 61 8 0 0 23 0 1 0 1144819221 96018432 22058 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 23442 22058 219 541 0 22892 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93768

[startup+1.50115 s]
/proc/loadavg: 1.92 1.99 2.16 3/95 32702
/proc/meminfo: memFree=1457736/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=105072 CPUtime=1.49
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 25625 0 0 0 139 10 0 0 25 0 1 0 1144819221 107593728 25224 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 26268 25224 220 541 0 25718 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105072

[startup+3.10132 s]
/proc/loadavg: 1.92 1.99 2.16 3/95 32702
/proc/meminfo: memFree=1441992/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=144056 CPUtime=3.08
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 35619 0 0 0 284 24 0 0 25 0 1 0 1144819221 147513344 34406 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 36014 34406 247 541 0 35464 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 144056

[startup+6.30168 s]
/proc/loadavg: 2.01 2.00 2.16 3/95 32702
/proc/meminfo: memFree=1374152/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=172960 CPUtime=6.29
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 43339 0 0 0 573 56 0 0 25 0 1 0 1144819221 177111040 42126 1992294400 4194304 6412682 548682068832 18446744073709551615 4304692 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 43240 42126 248 541 0 42690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 172960

[startup+12.7014 s]
/proc/loadavg: 2.09 2.02 2.16 3/95 32702
/proc/meminfo: memFree=1376840/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=169992 CPUtime=12.68
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 43759 0 0 0 1212 56 0 0 25 0 1 0 1144819221 174071808 41463 1992294400 4194304 6412682 548682068832 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 42498 41463 255 541 0 41948 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 169992

[startup+25.5018 s]
/proc/loadavg: 2.07 2.02 2.16 3/95 32702
/proc/meminfo: memFree=1376968/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=169992 CPUtime=25.48
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 43760 0 0 0 2492 56 0 0 25 0 1 0 1144819221 174071808 41464 1992294400 4194304 6412682 548682068832 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 42498 41464 255 541 0 41948 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 169992

[startup+51.1017 s]
/proc/loadavg: 2.04 2.01 2.16 3/95 32702
/proc/meminfo: memFree=1377032/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=169992 CPUtime=51.05
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 43803 0 0 0 5049 56 0 0 25 0 1 0 1144819221 174071808 41505 1992294400 4194304 6412682 548682068832 18446744073709551615 4289271 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 42498 41505 255 541 0 41948 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 169992

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.15 3/95 32702
/proc/meminfo: memFree=1376072/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=171020 CPUtime=102.24
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 44057 0 0 0 10167 57 0 0 25 0 1 0 1144819221 175124480 41757 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 42755 41757 255 541 0 42205 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 171020

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.14 3/95 32702
/proc/meminfo: memFree=1371400/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=175596 CPUtime=162.21
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 45253 0 0 0 16163 58 0 0 25 0 1 0 1144819221 179810304 42923 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 43899 42923 255 541 0 43349 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 175596

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.12 3/95 32702
/proc/meminfo: memFree=1366664/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=180248 CPUtime=222.19
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 46452 0 0 0 22160 59 0 0 25 0 1 0 1144819221 184573952 44095 1992294400 4194304 6412682 548682068832 18446744073709551615 4359626 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 45062 44095 255 541 0 44512 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 180248

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.11 3/95 32702
/proc/meminfo: memFree=1365000/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=182064 CPUtime=282.16
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 46880 0 0 0 28157 59 0 0 25 0 1 0 1144819221 186433536 44522 1992294400 4194304 6412682 548682068832 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 45516 44522 255 541 0 44966 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 182064

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.10 3/95 32702
/proc/meminfo: memFree=1363144/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=183808 CPUtime=342.15
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 47336 0 0 0 34155 60 0 0 25 0 1 0 1144819221 188219392 44976 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 45952 44976 255 541 0 45402 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 183808

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.09 3/95 32702
/proc/meminfo: memFree=1361672/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=185288 CPUtime=402.12
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 47722 0 0 0 40152 60 0 0 25 0 1 0 1144819221 189734912 45358 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 46322 45358 255 541 0 45772 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 185288

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/95 32702
/proc/meminfo: memFree=1359432/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=187664 CPUtime=462.09
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 48289 0 0 0 46148 61 0 0 25 0 1 0 1144819221 192167936 45924 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 46916 45924 255 541 0 46366 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 187664

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.08 3/95 32702
/proc/meminfo: memFree=1356744/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=190348 CPUtime=522.07
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 48972 0 0 0 52145 62 0 0 25 0 1 0 1144819221 194916352 46602 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 47587 46602 255 541 0 47037 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 190348

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/95 32702
/proc/meminfo: memFree=1354568/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=192452 CPUtime=582.06
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 49500 0 0 0 58143 63 0 0 25 0 1 0 1144819221 197070848 47129 1992294400 4194304 6412682 548682068832 18446744073709551615 4363058 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 48113 47129 255 541 0 47563 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 192452

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.07 3/95 32702
/proc/meminfo: memFree=1347784/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=199208 CPUtime=642.04
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 51213 0 0 0 64140 64 0 0 25 0 1 0 1144819221 203988992 48828 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 49802 48828 255 541 0 49252 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 199208

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.06 3/95 32702
/proc/meminfo: memFree=1341896/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=205108 CPUtime=702.01
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 52687 0 0 0 70136 65 0 0 25 0 1 0 1144819221 210030592 50299 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 51277 50299 255 541 0 50727 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 205108

[startup+762.308 s]
/proc/loadavg: 2.00 2.00 2.05 3/95 32702
/proc/meminfo: memFree=1337160/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=209720 CPUtime=761.99
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 53834 0 0 0 76133 66 0 0 25 0 1 0 1144819221 214753280 51440 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 52430 51440 255 541 0 51880 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 209720

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/95 32702
/proc/meminfo: memFree=1333960/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=212968 CPUtime=821.96
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 54658 0 0 0 82129 67 0 0 25 0 1 0 1144819221 218079232 52249 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 53242 52249 255 541 0 52692 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 212968

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.04 3/95 32702
/proc/meminfo: memFree=1330504/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=216456 CPUtime=881.93
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 55535 0 0 0 88126 67 0 0 25 0 1 0 1144819221 221650944 53111 1992294400 4194304 6412682 548682068832 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 54114 53111 255 541 0 53564 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 216456

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.04 3/95 32702
/proc/meminfo: memFree=1328840/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=218068 CPUtime=941.91
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 55958 0 0 0 94123 68 0 0 25 0 1 0 1144819221 223301632 53533 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 54517 53533 255 541 0 53967 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 218068

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/95 32702
/proc/meminfo: memFree=1327816/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=219184 CPUtime=1001.88
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 56230 0 0 0 100120 68 0 0 25 0 1 0 1144819221 224444416 53805 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 54796 53805 255 541 0 54246 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 219184

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/95 32702
/proc/meminfo: memFree=1324360/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=222584 CPUtime=1061.87
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 57094 0 0 0 106118 69 0 0 25 0 1 0 1144819221 227926016 54668 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 55646 54668 255 541 0 55096 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 222584

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/95 32702
/proc/meminfo: memFree=1319432/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=227592 CPUtime=1121.84
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 58366 0 0 0 112114 70 0 0 25 0 1 0 1144819221 233054208 55914 1992294400 4194304 6412682 548682068832 18446744073709551615 5277697 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 56898 55914 255 541 0 56348 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 227592

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/95 32702
/proc/meminfo: memFree=1315528/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=234836 CPUtime=1181.81
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 60168 0 0 0 118110 71 0 0 25 0 1 0 1144819221 240472064 57709 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 58709 57709 258 541 0 58159 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 234836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/95 32702
/proc/meminfo: memFree=1312072/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=234996 CPUtime=1200.01
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 60210 0 0 0 119930 71 0 0 25 0 1 0 1144819221 240635904 57751 1992294400 4194304 6412682 548682068832 18446744073709551615 4285927 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 58749 57751 258 541 0 58199 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 234996

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: 2.00 2.00 2.01 3/95 32702
/proc/meminfo: memFree=1312072/2055920 swapFree=4152324/4192956
[pid=32701] ppid=32699 vsize=234996 CPUtime=1200.01
/proc/32701/stat : 32701 (kw) R 32699 32701 32187 0 -1 0 60210 0 0 0 119930 71 0 0 25 0 1 0 1144819221 240635904 57751 1992294400 4194304 6412682 548682068832 18446744073709551615 4285927 0 0 4096 0 0 0 0 17 0 0 0
/proc/32701/statm: 58749 57751 258 541 0 58199 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 234996

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.06
CPU user time (s): 1199.31
CPU system time (s): 0.751885
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 234996

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

runsolver used 1.92471 second user time and 4.36334 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-03 03:19:16
IDJOB=1553980
IDBENCH=70772
IDSOLVER=501
FILE ID=node91/1553980-1238721555
PBS_JOBID= 9085327
Free space on /tmp= 66520 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate128.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553980-1238721555/watcher-1553980-1238721555 -o /tmp/evaluation-result-1553980-1238721555/solver-1553980-1238721555 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1553980-1238721555.cnf

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED=1968056603

node91.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.252
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.252
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:       1550256 kB
Buffers:         82020 kB
Cached:         323452 kB
SwapCached:      23064 kB
Active:         260440 kB
Inactive:       169708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550256 kB
SwapTotal:     4192956 kB
SwapFree:      4152324 kB
Dirty:            9272 kB
Writeback:           0 kB
Mapped:          16124 kB
Slab:            58588 kB
Committed_AS:  2435692 kB
PageTables:       3260 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= 66512 MiB
End job on node91 at 2009-04-03 03:39:18