Trace number 3380438

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.06 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380438-1305458534/watcher-3380438-1305458534 -o /tmp/evaluation-result-3380438-1305458534/solver-3380438-1305458534 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380438-1305458534.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.72 2.51 2.86 5/256 20620
/proc/meminfo: memFree=22347624/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=20024 CPUtime=0 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 842 0 0 0 0 0 0 0 25 0 1 0 657454131 20504576 777 33554432000 4194304 4300288 140734387759328 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 5006 778 217 26 0 1638 0

[startup+0.06245 s]
/proc/loadavg: 2.72 2.51 2.86 5/256 20620
/proc/meminfo: memFree=22347624/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=31036 CPUtime=0.05 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 4231 0 0 0 5 0 0 0 25 0 1 0 657454131 31780864 3851 33554432000 4194304 4300288 140734387759328 18446744073709551615 222921834922 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 7961 3872 218 26 0 4593 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31036

[startup+0.100431 s]
/proc/loadavg: 2.72 2.51 2.86 5/256 20620
/proc/meminfo: memFree=22347624/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=39056 CPUtime=0.09 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 6408 0 0 0 9 0 0 0 25 0 1 0 657454131 39993344 5802 33554432000 4194304 4300288 140734387759328 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 9764 5803 218 26 0 6396 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39056

[startup+0.300409 s]
/proc/loadavg: 2.72 2.51 2.86 5/256 20620
/proc/meminfo: memFree=22347624/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=55000 CPUtime=0.29 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 10537 0 0 0 28 1 0 0 25 0 1 0 657454131 56320000 9437 33554432000 4194304 4300288 140734387759328 18446744073709551615 4241937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 13750 9437 222 26 0 10382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55000

[startup+0.700323 s]
/proc/loadavg: 2.72 2.51 2.86 5/256 20620
/proc/meminfo: memFree=22347624/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=47312 CPUtime=0.69 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 12641 0 0 0 67 2 0 0 25 0 1 0 657454131 48447488 7783 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 11828 7783 242 26 0 8460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47312

[startup+1.50118 s]
/proc/loadavg: 2.72 2.51 2.86 5/257 20621
/proc/meminfo: memFree=22310928/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=47312 CPUtime=1.49 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 12808 0 0 0 147 2 0 0 25 0 1 0 657454131 48447488 7948 33554432000 4194304 4300288 140734387759328 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 11828 7948 243 26 0 8460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47312

[startup+3.10085 s]
/proc/loadavg: 2.72 2.51 2.86 5/257 20621
/proc/meminfo: memFree=22304232/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=54384 CPUtime=3.09 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 13179 0 0 0 307 2 0 0 25 0 1 0 657454131 55689216 8315 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 13596 8315 243 26 0 10228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54384

[startup+6.3003 s]
/proc/loadavg: 2.82 2.53 2.86 5/257 20622
/proc/meminfo: memFree=22286872/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=54384 CPUtime=6.29 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 13949 0 0 0 627 2 0 0 25 0 1 0 657454131 55689216 9080 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 13596 9080 243 26 0 10228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54384

[startup+12.7011 s]
/proc/loadavg: 2.91 2.56 2.87 5/257 20622
/proc/meminfo: memFree=22241428/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=73060 CPUtime=12.69 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 18171 0 0 0 1266 3 0 0 25 0 1 0 657454131 74813440 13286 33554432000 4194304 4300288 140734387759328 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 18265 13286 243 26 0 14897 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73060

[startup+25.5008 s]
/proc/loadavg: 3.15 2.63 2.89 5/257 20622
/proc/meminfo: memFree=22173176/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=84736 CPUtime=25.49 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 20848 0 0 0 2545 4 0 0 25 0 1 0 657454131 86769664 15939 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 21184 15939 243 26 0 17816 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84736

[startup+51.1011 s]
/proc/loadavg: 3.44 2.73 2.91 5/257 20650
/proc/meminfo: memFree=22229728/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=103704 CPUtime=51.09 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 25889 0 0 0 5102 7 0 0 25 0 1 0 657454131 106192896 20932 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 25926 20932 243 26 0 22558 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103704

[startup+102.31 s]
/proc/loadavg: 3.85 2.96 2.98 5/257 20651
/proc/meminfo: memFree=22005900/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=134524 CPUtime=102.3 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 34807 0 0 0 10221 9 0 0 25 0 1 0 657454131 137752576 29747 33554432000 4194304 4300288 140734387759328 18446744073709551615 4270722 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 33631 29747 243 26 0 30263 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 134524

[startup+162.301 s]
/proc/loadavg: 3.94 3.14 3.04 5/257 20653
/proc/meminfo: memFree=21871144/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=105988 CPUtime=162.3 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 49811 0 0 0 16217 13 0 0 25 0 1 0 657454131 108531712 22576 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 26497 22576 243 26 0 23129 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 105988

[startup+222.301 s]
/proc/loadavg: 3.98 3.30 3.10 5/257 20654
/proc/meminfo: memFree=22179364/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=188784 CPUtime=222.3 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 60091 0 0 0 22214 16 0 0 25 0 1 0 657454131 193314816 32784 33554432000 4194304 4300288 140734387759328 18446744073709551615 4268285 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 47196 32784 243 26 0 43828 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 188784

[startup+282.301 s]
/proc/loadavg: 3.99 3.42 3.15 5/257 20656
/proc/meminfo: memFree=21997176/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=80644 CPUtime=282.3 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 75792 0 0 0 28207 23 0 0 25 0 1 0 657454131 82579456 15639 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 20161 15639 243 26 0 16793 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 80644

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.20 5/257 20658
/proc/meminfo: memFree=21728296/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=143588 CPUtime=342.3 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 85968 0 0 0 34203 27 0 0 25 0 1 0 657454131 147034112 25690 33554432000 4194304 4300288 140734387759328 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 35897 25690 243 26 0 32529 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 143588

[startup+402.301 s]
/proc/loadavg: 4.03 3.62 3.25 5/257 20659
/proc/meminfo: memFree=21627944/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=195032 CPUtime=402.3 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 96079 0 0 0 40199 31 0 0 25 0 1 0 657454131 199712768 35711 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 48758 35711 243 26 0 45390 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 195032

[startup+462.301 s]
/proc/loadavg: 4.01 3.69 3.30 5/257 20661
/proc/meminfo: memFree=21570360/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=86776 CPUtime=462.3 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 108431 0 0 0 46193 37 0 0 25 0 1 0 657454131 88858624 17651 33554432000 4194304 4300288 140734387759328 18446744073709551615 4268223 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 21694 17651 243 26 0 18326 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 86776

[startup+522.301 s]
/proc/loadavg: 4.00 3.74 3.34 5/257 20662
/proc/meminfo: memFree=22077608/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=148800 CPUtime=522.3 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 119815 0 0 0 52189 41 0 0 25 0 1 0 657454131 152371200 28944 33554432000 4194304 4300288 140734387759328 18446744073709551615 4270132 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 37200 28944 243 26 0 33832 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 148800

[startup+582.301 s]
/proc/loadavg: 4.00 3.79 3.38 5/257 20664
/proc/meminfo: memFree=21890064/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=199456 CPUtime=582.31 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 129708 0 0 0 58185 46 0 0 25 0 1 0 657454131 204242944 38774 33554432000 4194304 4300288 140734387759328 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 49864 38774 243 26 0 46496 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 199456

[startup+642.301 s]
/proc/loadavg: 4.07 3.84 3.42 5/257 20666
/proc/meminfo: memFree=21584996/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=283092 CPUtime=642.31 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 139495 0 0 0 64182 49 0 0 25 0 1 0 657454131 289886208 48476 33554432000 4194304 4300288 140734387759328 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 70773 48476 243 26 0 67405 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 283092

[startup+702.301 s]
/proc/loadavg: 3.74 3.80 3.43 4/251 20684
/proc/meminfo: memFree=22049276/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=103612 CPUtime=702.31 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 154237 0 0 0 70177 54 0 0 25 0 1 0 657454131 106098688 19652 33554432000 4194304 4300288 140734387759328 18446744073709551615 4269963 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 25903 19652 243 26 0 22535 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 103612

[startup+762.309 s]
/proc/loadavg: 3.27 3.65 3.40 4/251 20686
/proc/meminfo: memFree=21871416/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=155140 CPUtime=762.32 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 169103 0 0 0 76174 58 0 0 25 0 1 0 657454131 158863360 34350 33554432000 4194304 4300288 140734387759328 18446744073709551615 4269359 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 38785 34350 243 26 0 35417 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 155140

[startup+822.301 s]
/proc/loadavg: 3.10 3.53 3.37 4/251 20687
/proc/meminfo: memFree=21787060/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=208492 CPUtime=822.31 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 180891 0 0 0 82171 60 0 0 25 0 1 0 657454131 213495808 46028 33554432000 4194304 4300288 140734387759328 18446744073709551615 4269374 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 52123 46028 243 26 0 48755 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 208492

[startup+882.301 s]
/proc/loadavg: 3.03 3.43 3.35 4/251 20689
/proc/meminfo: memFree=22523432/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=159140 CPUtime=882.32 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 197080 0 0 0 88168 64 0 0 25 0 1 0 657454131 162959360 29873 33554432000 4194304 4300288 140734387759328 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 39785 29873 243 26 0 36417 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 159140

[startup+942.301 s]
/proc/loadavg: 3.06 3.37 3.33 4/251 20691
/proc/meminfo: memFree=22218360/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=211616 CPUtime=942.32 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 209971 0 0 0 94165 67 0 0 25 0 1 0 657454131 216694784 42657 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 52904 42657 243 26 0 49536 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 211616

[startup+1002.3 s]
/proc/loadavg: 3.05 3.31 3.31 4/251 20692
/proc/meminfo: memFree=22012832/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=295096 CPUtime=1002.32 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 221298 0 0 0 100162 70 0 0 25 0 1 0 657454131 302178304 53875 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 73774 53875 243 26 0 70406 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 295096

[startup+1062.3 s]
/proc/loadavg: 3.02 3.25 3.29 4/251 20694
/proc/meminfo: memFree=22025928/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=164520 CPUtime=1062.32 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 238702 0 0 0 106158 74 0 0 25 0 1 0 657454131 168468480 32394 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 41130 32394 243 26 0 37762 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 164520

[startup+1122.3 s]
/proc/loadavg: 3.00 3.20 3.27 4/251 20695
/proc/meminfo: memFree=21887600/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=215388 CPUtime=1122.32 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 250758 0 0 0 112157 75 0 0 25 0 1 0 657454131 220557312 44344 33554432000 4194304 4300288 140734387759328 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 53847 44344 243 26 0 50479 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 215388

[startup+1182.3 s]
/proc/loadavg: 3.00 3.16 3.25 4/251 20697
/proc/meminfo: memFree=21638940/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=297780 CPUtime=1182.33 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 261063 0 0 0 118154 79 0 0 25 0 1 0 657454131 304926720 54534 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 74445 54534 243 26 0 71077 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 297780

[startup+1242.3 s]
/proc/loadavg: 3.03 3.14 3.24 4/251 20699
/proc/meminfo: memFree=21684276/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=143792 CPUtime=1242.33 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 276771 0 0 0 124151 82 0 0 25 0 1 0 657454131 147243008 31842 33554432000 4194304 4300288 140734387759328 18446744073709551615 4269848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 35948 31842 243 26 0 32580 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 143792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.73 3.05 3.20 3/245 20718
/proc/meminfo: memFree=22643520/32951124 swapFree=61559568/67111528
[pid=20620] ppid=20618 vsize=224700 CPUtime=1300.04 cores=4,6
/proc/20620/stat : 20620 (cir_minisat) R 20618 20620 18686 0 -1 4202496 289082 0 0 0 129919 85 0 0 25 0 1 0 657454131 230092800 44097 33554432000 4194304 4300288 140734387759328 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20620/statm: 56175 44097 243 26 0 52807 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 224700

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): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.19
CPU system time (s): 0.863868
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 314480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.19
system time used= 0.863868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289083
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= 5
involuntary context switches= 920

runsolver used 3.06153 second user time and 6.48301 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 13:22:14
IDJOB=3380438
IDBENCH=70781
IDSOLVER=1863
FILE ID=node109/3380438-1305458534
RUNJOBID= node109-1305458484-20524
PBS_JOBID= 13324879
Free space on /tmp= 73216 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380438-1305458534/watcher-3380438-1305458534 -o /tmp/evaluation-result-3380438-1305458534/solver-3380438-1305458534 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380438-1305458534.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1334565457

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22347780 kB
Buffers:        270868 kB
Cached:        2583000 kB
SwapCached:      28404 kB
Active:        1877416 kB
Inactive:      8495920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22347780 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           44272 kB
Writeback:           0 kB
AnonPages:     7497620 kB
Mapped:          19016 kB
Slab:           132056 kB
PageTables:      34744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19717056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73260 MiB
End job on node109 at 2011-05-15 13:43:56