Trace number 3380439

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.07 1300.03

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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-3380439-1305458542/watcher-3380439-1305458542 -o /tmp/evaluation-result-3380439-1305458542/solver-3380439-1305458542 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380439-1305458542.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: 1.10 2.12 2.76 3/376 5062
/proc/meminfo: memFree=24264752/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=20516 CPUtime=0 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 976 0 0 0 0 0 0 0 25 0 1 0 657454652 21008384 905 33554432000 4194304 4300288 140737377991088 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 5129 905 217 26 0 1761 0

[startup+0.055791 s]
/proc/loadavg: 1.10 2.12 2.76 3/376 5062
/proc/meminfo: memFree=24264752/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=31008 CPUtime=0.04 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 4042 0 0 0 4 0 0 0 25 0 1 0 657454652 31752192 3673 33554432000 4194304 4300288 140737377991088 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 7752 3674 218 26 0 4384 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31008

[startup+0.100777 s]
/proc/loadavg: 1.10 2.12 2.76 3/376 5062
/proc/meminfo: memFree=24264752/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=39620 CPUtime=0.09 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 6604 0 0 0 9 0 0 0 25 0 1 0 657454652 40570880 5992 33554432000 4194304 4300288 140737377991088 18446744073709551615 4240145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 9905 5994 218 26 0 6537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39620

[startup+0.30073 s]
/proc/loadavg: 1.10 2.12 2.76 3/376 5062
/proc/meminfo: memFree=24264752/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=64152 CPUtime=0.29 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 11903 0 0 0 28 1 0 0 25 0 1 0 657454652 65691648 10876 33554432000 4194304 4300288 140737377991088 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 16038 10876 235 26 0 12670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64152

[startup+0.700657 s]
/proc/loadavg: 1.10 2.12 2.76 3/376 5062
/proc/meminfo: memFree=24264752/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=55320 CPUtime=0.68 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 15013 0 0 0 67 1 0 0 25 0 1 0 657454652 56647680 9278 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 13830 9278 255 26 0 10462 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 55320

[startup+1.50052 s]
/proc/loadavg: 1.25 2.13 2.76 5/385 5079
/proc/meminfo: memFree=24090716/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=55320 CPUtime=1.48 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 15141 0 0 0 147 1 0 0 25 0 1 0 657454652 56647680 9402 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 13830 9402 256 26 0 10462 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 55320

[startup+3.10022 s]
/proc/loadavg: 1.25 2.13 2.76 5/385 5079
/proc/meminfo: memFree=24098776/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=62392 CPUtime=3.09 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 15599 0 0 0 307 2 0 0 25 0 1 0 657454652 63889408 9850 33554432000 4194304 4300288 140737377991088 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 15598 9850 256 26 0 12230 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62392

[startup+6.30059 s]
/proc/loadavg: 1.47 2.16 2.77 5/385 5079
/proc/meminfo: memFree=24082416/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=62392 CPUtime=6.29 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 16673 0 0 0 627 2 0 0 25 0 1 0 657454652 63889408 10909 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 15598 10909 256 26 0 12230 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62392

[startup+12.7004 s]
/proc/loadavg: 1.67 2.19 2.77 5/385 5079
/proc/meminfo: memFree=24033688/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=81068 CPUtime=12.69 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 21503 0 0 0 1266 3 0 0 25 0 1 0 657454652 83013632 15711 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 20267 15711 256 26 0 16899 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81068

[startup+25.501 s]
/proc/loadavg: 2.19 2.28 2.79 5/385 5080
/proc/meminfo: memFree=23962920/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=111712 CPUtime=25.49 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 26240 0 0 0 2546 3 0 0 25 0 1 0 657454652 114393088 20394 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 27928 20394 256 26 0 24560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111712

[startup+51.1003 s]
/proc/loadavg: 2.88 2.43 2.83 5/385 5080
/proc/meminfo: memFree=23854336/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=142532 CPUtime=51.09 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 36085 0 0 0 5103 6 0 0 25 0 1 0 657454652 145952768 30153 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268225 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 35633 30153 256 26 0 32265 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142532

[startup+102.315 s]
/proc/loadavg: 3.51 2.67 2.89 5/385 5082
/proc/meminfo: memFree=23853120/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=145384 CPUtime=102.3 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 62179 0 0 0 10218 12 0 0 25 0 1 0 657454652 148873216 25760 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 36346 25760 256 26 0 32978 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 145384

[startup+162.301 s]
/proc/loadavg: 3.82 2.91 2.95 5/385 5083
/proc/meminfo: memFree=23553016/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=280908 CPUtime=162.29 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 98510 0 0 0 16211 18 0 0 25 0 1 0 657454652 287649792 61970 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 70227 61970 256 26 0 66859 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 280908

[startup+222.3 s]
/proc/loadavg: 3.98 3.12 3.02 5/385 5085
/proc/meminfo: memFree=23705872/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=170312 CPUtime=222.29 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 125916 0 0 0 22203 26 0 0 25 0 1 0 657454652 174399488 31339 33554432000 4194304 4300288 140737377991088 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 42578 31339 256 26 0 39210 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 170312

[startup+282.3 s]
/proc/loadavg: 4.17 3.33 3.10 5/385 5086
/proc/meminfo: memFree=23451020/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=301788 CPUtime=282.3 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 150503 0 0 0 28199 31 0 0 25 0 1 0 657454652 309030912 55778 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 75447 55778 256 26 0 72079 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 301788

[startup+342.301 s]
/proc/loadavg: 4.13 3.46 3.15 5/385 5088
/proc/meminfo: memFree=23577584/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=220400 CPUtime=342.3 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 176971 0 0 0 34194 36 0 0 25 0 1 0 657454652 225689600 37928 33554432000 4194304 4300288 140737377991088 18446744073709551615 4269401 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 55100 37928 256 26 0 51732 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 220400

[startup+402.301 s]
/proc/loadavg: 4.05 3.56 3.20 5/385 5090
/proc/meminfo: memFree=23331420/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=301788 CPUtime=402.3 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 200152 0 0 0 40188 42 0 0 25 0 1 0 657454652 309030912 60904 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 75447 60904 256 26 0 72079 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 301788

[startup+462.301 s]
/proc/loadavg: 4.02 3.64 3.25 5/385 5091
/proc/meminfo: memFree=23239740/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=220400 CPUtime=462.3 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 233417 0 0 0 46181 49 0 0 25 0 1 0 657454652 225689600 48420 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 55100 48420 256 26 0 51732 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 220400

[startup+522.301 s]
/proc/loadavg: 4.00 3.70 3.30 5/385 5093
/proc/meminfo: memFree=23014652/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=302152 CPUtime=522.31 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 255679 0 0 0 52178 53 0 0 25 0 1 0 657454652 309403648 70530 33554432000 4194304 4300288 140737377991088 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 75538 70530 256 26 0 72170 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 302152

[startup+582.301 s]
/proc/loadavg: 4.00 3.75 3.34 5/385 5094
/proc/meminfo: memFree=23311340/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=222680 CPUtime=582.31 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 286847 0 0 0 58171 60 0 0 25 0 1 0 657454652 228024320 43257 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 55670 43257 256 26 0 52302 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 222680

[startup+642.3 s]
/proc/loadavg: 4.04 3.81 3.38 5/385 5096
/proc/meminfo: memFree=23059216/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=306348 CPUtime=642.32 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 311075 0 0 0 64168 64 0 0 25 0 1 0 657454652 313700352 67333 33554432000 4194304 4300288 140737377991088 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 76587 67333 256 26 0 73219 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 306348

[startup+702.301 s]
/proc/loadavg: 4.15 3.87 3.43 5/385 5098
/proc/meminfo: memFree=23500004/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=148304 CPUtime=702.31 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 336938 0 0 0 70160 71 0 0 25 0 1 0 657454652 151863296 30624 33554432000 4194304 4300288 140737377991088 18446744073709551615 4269401 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 37076 30624 256 26 0 33708 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 148304

[startup+762.314 s]
/proc/loadavg: 4.12 3.91 3.47 5/385 5100
/proc/meminfo: memFree=23572388/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=248180 CPUtime=762.33 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 360846 0 0 0 76157 76 0 0 25 0 1 0 657454652 254136320 54364 33554432000 4194304 4300288 140737377991088 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 62045 54364 256 26 0 58677 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 248180

[startup+822.301 s]
/proc/loadavg: 4.09 3.94 3.50 5/385 5103
/proc/meminfo: memFree=23303644/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=461828 CPUtime=822.32 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 386585 0 0 0 82150 82 0 0 25 0 1 0 657454652 472911872 79930 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 115457 79930 256 26 0 112089 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 461828

[startup+882.301 s]
/proc/loadavg: 4.07 3.96 3.54 5/385 5104
/proc/meminfo: memFree=23251404/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=259744 CPUtime=882.31 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 418800 0 0 0 88143 88 0 0 25 0 1 0 657454652 265977856 49370 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 64936 49370 256 26 0 61568 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 259744

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.56 5/385 5107
/proc/meminfo: memFree=22995552/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=341132 CPUtime=942.31 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 447717 0 0 0 94137 94 0 0 25 0 1 0 657454652 349319168 78095 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 85283 78095 256 26 0 81915 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 341132

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.58 5/385 5110
/proc/meminfo: memFree=23064964/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=148192 CPUtime=1002.32 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 477491 0 0 0 100130 102 0 0 25 0 1 0 657454652 151748608 32361 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 37048 32361 256 26 0 33680 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 148192

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.61 5/385 5112
/proc/meminfo: memFree=23201076/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=341132 CPUtime=1062.32 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 511449 0 0 0 106124 108 0 0 25 0 1 0 657454652 349319168 66104 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 85283 66104 256 26 0 81915 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 341132

[startup+1122.3 s]
/proc/loadavg: 4.13 4.00 3.64 5/385 5115
/proc/meminfo: memFree=22885092/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=473392 CPUtime=1122.32 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 549282 0 0 0 112116 116 0 0 25 0 1 0 657454652 484753408 103751 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 118348 103751 256 26 0 114980 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 473392

[startup+1182.3 s]
/proc/loadavg: 4.05 4.00 3.66 5/385 5116
/proc/meminfo: memFree=22988600/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=186800 CPUtime=1182.32 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 587413 0 0 0 118107 125 0 0 25 0 1 0 657454652 191283200 40755 33554432000 4194304 4300288 140737377991088 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 46700 40756 256 26 0 43332 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 186800

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.68 5/385 5119
/proc/meminfo: memFree=22740436/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=349096 CPUtime=1242.33 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 616037 0 0 0 124101 132 0 0 25 0 1 0 657454652 357474304 69166 33554432000 4194304 4300288 140737377991088 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 87274 69166 256 26 0 83906 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 349096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.03 3.70 4/384 5123
/proc/meminfo: memFree=23108932/32951124 swapFree=44485764/67111528
[pid=5062] ppid=5060 vsize=481356 CPUtime=1300.04 cores=4,6
/proc/5062/stat : 5062 (cir_minisat) R 5060 5062 5018 0 -1 4202496 638543 0 0 0 129867 137 0 0 25 0 1 0 657454652 492908544 91536 33554432000 4194304 4300288 140737377991088 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5062/statm: 120339 91536 256 26 0 116971 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 481356

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.03
CPU time (s): 1300.07
CPU user time (s): 1298.68
CPU system time (s): 1.39079
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 688316

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

runsolver used 5.2702 second user time and 10.6644 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 13:22:22
IDJOB=3380439
IDBENCH=70799
IDSOLVER=1863
FILE ID=node105/3380439-1305458542
RUNJOBID= node105-1305458542-5037
PBS_JOBID= 13324905
Free space on /tmp= 73564 MiB

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

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1552639758

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24265652 kB
Buffers:        304196 kB
Cached:        6250764 kB
SwapCached:      39656 kB
Active:        1574084 kB
Inactive:      6830040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24265652 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           13948 kB
Writeback:          28 kB
AnonPages:     1816736 kB
Mapped:          15632 kB
Slab:           140448 kB
PageTables:      72892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91363728 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= 73560 MiB
End job on node105 at 2011-05-15 13:44:04