Trace number 3380273

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.04 1300.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

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-3380273-1305458381/watcher-3380273-1305458381 -o /tmp/evaluation-result-3380273-1305458381/solver-3380273-1305458381 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380273-1305458381.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.59 1.92 2.00 4/259 25165
/proc/meminfo: memFree=20744204/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=22180 CPUtime=0 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 1307 0 0 0 0 0 0 0 20 0 1 0 657436002 22712320 1250 33554432000 4194304 4300288 140734203011984 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 5545 1250 218 26 0 2177 0

[startup+0.046105 s]
/proc/loadavg: 1.59 1.92 2.00 4/259 25165
/proc/meminfo: memFree=20744204/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=33512 CPUtime=0.03 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 4336 0 0 0 3 0 0 0 20 0 1 0 657436002 34316288 4167 33554432000 4194304 4300288 140734203011984 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 8378 4170 218 26 0 5010 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 33512

[startup+0.101069 s]
/proc/loadavg: 1.59 1.92 2.00 4/259 25165
/proc/meminfo: memFree=20744204/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=49376 CPUtime=0.1 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 8424 0 0 0 9 1 0 0 20 0 1 0 657436002 50561024 7825 33554432000 4194304 4300288 140734203011984 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 12344 7826 218 26 0 8976 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 49376

[startup+0.301033 s]
/proc/loadavg: 1.59 1.92 2.00 4/259 25165
/proc/meminfo: memFree=20744204/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=76476 CPUtime=0.29 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 15655 0 0 0 28 1 0 0 21 0 1 0 657436002 78311424 14176 33554432000 4194304 4300288 140734203011984 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 19119 14176 218 26 0 15751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76476

[startup+0.700962 s]
/proc/loadavg: 1.59 1.92 2.00 4/259 25165
/proc/meminfo: memFree=20744204/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=78276 CPUtime=0.69 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 18838 0 0 0 67 2 0 0 22 0 1 0 657436002 80154624 14179 33554432000 4194304 4300288 140734203011984 18446744073709551615 4214328 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 19569 14179 222 26 0 16201 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78276

[startup+1.50079 s]
/proc/loadavg: 1.59 1.92 2.00 6/269 25181
/proc/meminfo: memFree=20397740/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=68636 CPUtime=1.49 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 20924 0 0 0 147 2 0 0 25 0 1 0 657436002 70283264 12431 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 17159 12431 242 26 0 13791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68636

[startup+3.1005 s]
/proc/loadavg: 1.59 1.92 2.00 6/269 25181
/proc/meminfo: memFree=20420680/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=71316 CPUtime=3.09 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 21725 0 0 0 307 2 0 0 25 0 1 0 657436002 73027584 13126 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 17829 13126 242 26 0 14461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71316

[startup+6.30095 s]
/proc/loadavg: 1.78 1.96 2.01 6/269 25181
/proc/meminfo: memFree=20425268/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=71316 CPUtime=6.29 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 21887 0 0 0 627 2 0 0 25 0 1 0 657436002 73027584 13287 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 17829 13287 242 26 0 14461 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71316

[startup+12.7008 s]
/proc/loadavg: 1.96 1.99 2.02 6/269 25181
/proc/meminfo: memFree=20372592/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=82848 CPUtime=12.69 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 22759 0 0 0 1266 3 0 0 25 0 1 0 657436002 84836352 14142 33554432000 4194304 4300288 140734203011984 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 20712 14142 242 26 0 17344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82848

[startup+25.5005 s]
/proc/loadavg: 2.41 2.09 2.05 5/269 25182
/proc/meminfo: memFree=20253740/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=115620 CPUtime=25.49 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 30503 0 0 0 2545 4 0 0 25 0 1 0 657436002 118394880 21852 33554432000 4194304 4300288 140734203011984 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 28905 21852 242 26 0 25537 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115620

[startup+51.1008 s]
/proc/loadavg: 3.03 2.26 2.10 6/269 25182
/proc/meminfo: memFree=20150784/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=134588 CPUtime=51.08 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 34420 0 0 0 5103 5 0 0 25 0 1 0 657436002 137818112 25695 33554432000 4194304 4300288 140734203011984 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 33647 25695 242 26 0 30279 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 134588

[startup+102.31 s]
/proc/loadavg: 3.58 2.52 2.20 5/269 25184
/proc/meminfo: memFree=19931720/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=165408 CPUtime=102.29 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 41040 0 0 0 10221 8 0 0 25 0 1 0 657436002 169377792 32215 33554432000 4194304 4300288 140734203011984 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 41352 32215 242 26 0 37984 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 165408

[startup+162.301 s]
/proc/loadavg: 3.84 2.79 2.31 6/269 25185
/proc/meminfo: memFree=19730180/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=217656 CPUtime=162.28 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 46405 0 0 0 16218 10 0 0 25 0 1 0 657436002 222879744 37494 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 54414 37494 242 26 0 51046 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 217656

[startup+222.301 s]
/proc/loadavg: 4.01 3.02 2.42 6/269 25187
/proc/meminfo: memFree=19544892/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=224248 CPUtime=222.28 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 52339 0 0 0 22216 12 0 0 25 0 1 0 657436002 229629952 43365 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 56062 43365 242 26 0 52694 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 224248

[startup+282.301 s]
/proc/loadavg: 4.00 3.20 2.52 6/269 25188
/proc/meminfo: memFree=19370136/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=230136 CPUtime=282.28 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 58403 0 0 0 28213 15 0 0 25 0 1 0 657436002 235659264 49345 33554432000 4194304 4300288 140734203011984 18446744073709551615 4269598 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 57534 49345 242 26 0 54166 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 230136

[startup+342.301 s]
/proc/loadavg: 4.00 3.34 2.60 6/269 25190
/proc/meminfo: memFree=19219080/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=317164 CPUtime=342.29 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 64005 0 0 0 34212 17 0 0 25 0 1 0 657436002 324775936 54882 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 79291 54882 242 26 0 75923 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 317164

[startup+402.301 s]
/proc/loadavg: 4.04 3.47 2.69 6/269 25192
/proc/meminfo: memFree=19178496/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=157712 CPUtime=402.29 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 77887 0 0 0 40208 21 0 0 25 0 1 0 657436002 161497088 32636 33554432000 4194304 4300288 140734203011984 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 39428 32636 242 26 0 36060 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 157712

[startup+462.301 s]
/proc/loadavg: 4.08 3.59 2.78 6/269 25193
/proc/meminfo: memFree=19030780/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=207500 CPUtime=462.29 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 87473 0 0 0 46205 24 0 0 25 0 1 0 657436002 212480000 42089 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 51875 42089 242 26 0 48507 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 207500

[startup+522.301 s]
/proc/loadavg: 4.06 3.68 2.86 5/269 25195
/proc/meminfo: memFree=18899812/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=257588 CPUtime=522.29 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 92866 0 0 0 52204 25 0 0 25 0 1 0 657436002 263770112 47396 33554432000 4194304 4300288 140734203011984 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 64397 47396 242 26 0 61029 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 257588

[startup+582.3 s]
/proc/loadavg: 4.02 3.74 2.93 5/269 25196
/proc/meminfo: memFree=18759772/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=257588 CPUtime=582.29 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 97405 0 0 0 58202 27 0 0 25 0 1 0 657436002 263770112 51853 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 64397 51853 242 26 0 61029 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 257588

[startup+642.3 s]
/proc/loadavg: 4.00 3.78 2.99 5/269 25198
/proc/meminfo: memFree=18640560/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=257588 CPUtime=642.3 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 101071 0 0 0 64201 29 0 0 25 0 1 0 657436002 263770112 55450 33554432000 4194304 4300288 140734203011984 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 64397 55450 242 26 0 61029 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 257588

[startup+702.3 s]
/proc/loadavg: 4.08 3.83 3.06 5/269 25200
/proc/meminfo: memFree=18523232/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=338976 CPUtime=702.3 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 106107 0 0 0 70198 32 0 0 25 0 1 0 657436002 347111424 60420 33554432000 4194304 4300288 140734203011984 18446744073709551615 4270707 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 84744 60420 242 26 0 81376 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 338976

[startup+762.31 s]
/proc/loadavg: 4.07 3.88 3.12 5/269 25201
/proc/meminfo: memFree=18410484/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=338976 CPUtime=762.3 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 110307 0 0 0 76197 33 0 0 25 0 1 0 657436002 347111424 64558 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 84744 64558 242 26 0 81376 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 338976

[startup+822.301 s]
/proc/loadavg: 4.06 3.91 3.18 6/269 25203
/proc/meminfo: memFree=18311860/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=338976 CPUtime=822.3 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 113054 0 0 0 82196 34 0 0 25 0 1 0 657436002 347111424 67274 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 84744 67274 242 26 0 81376 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 338976

[startup+882.301 s]
/proc/loadavg: 4.02 3.92 3.23 6/269 25204
/proc/meminfo: memFree=18346184/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=175228 CPUtime=882.31 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 124878 0 0 0 88193 38 0 0 25 0 1 0 657436002 179433472 37000 33554432000 4194304 4300288 140734203011984 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 43807 37000 242 26 0 40439 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 175228

[startup+942.301 s]
/proc/loadavg: 4.06 3.95 3.28 6/269 25206
/proc/meminfo: memFree=18240376/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=225016 CPUtime=942.31 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 132153 0 0 0 94190 41 0 0 25 0 1 0 657436002 230416384 44130 33554432000 4194304 4300288 140734203011984 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 56254 44130 242 26 0 52886 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 225016

[startup+1002.3 s]
/proc/loadavg: 4.11 3.99 3.33 6/269 25208
/proc/meminfo: memFree=18138548/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=225016 CPUtime=1002.3 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 136339 0 0 0 100187 43 0 0 25 0 1 0 657436002 230416384 48229 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 56254 48229 242 26 0 52886 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 225016

[startup+1062.3 s]
/proc/loadavg: 4.04 3.99 3.37 6/269 25209
/proc/meminfo: memFree=18050728/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=275104 CPUtime=1062.3 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 140029 0 0 0 106185 45 0 0 25 0 1 0 657436002 281706496 51854 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 68776 51854 242 26 0 65408 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 275104

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.40 6/269 25211
/proc/meminfo: memFree=17949268/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=275104 CPUtime=1122.31 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 144393 0 0 0 112184 47 0 0 25 0 1 0 657436002 281706496 56154 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 68776 56154 242 26 0 65408 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 275104

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.44 5/269 25212
/proc/meminfo: memFree=17861312/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=275104 CPUtime=1182.31 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 147467 0 0 0 118183 48 0 0 25 0 1 0 657436002 281706496 59172 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 68776 59172 242 26 0 65408 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 275104

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.47 5/269 25214
/proc/meminfo: memFree=17773356/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=275104 CPUtime=1242.31 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 150518 0 0 0 124181 50 0 0 25 0 1 0 657436002 281706496 62158 33554432000 4194304 4300288 140734203011984 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 68776 62158 242 26 0 65408 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 275104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.00 3.51 6/269 25216
/proc/meminfo: memFree=17689000/32951124 swapFree=67056788/67111528
[pid=25165] ppid=25162 vsize=356492 CPUtime=1300.02 cores=4,6
/proc/25165/stat : 25165 (cir_minisat) R 25162 25165 22784 0 -1 4202496 153044 0 0 0 129951 51 0 0 25 0 1 0 657436002 365047808 64638 33554432000 4194304 4300288 140734203011984 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25165/statm: 89123 64638 242 26 0 85755 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 356492

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.04
CPU user time (s): 1299.52
CPU system time (s): 0.526919
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 356492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153044
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= 20
involuntary context switches= 2528

runsolver used 3.47647 second user time and 7.66783 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 13:19:41
IDJOB=3380273
IDBENCH=20387
IDSOLVER=1863
FILE ID=node133/3380273-1305458381
RUNJOBID= node133-1305458380-25139
PBS_JOBID= 13324869
Free space on /tmp= 73620 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380273-1305458381/watcher-3380273-1305458381 -o /tmp/evaluation-result-3380273-1305458381/solver-3380273-1305458381 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380273-1305458381.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=338508704

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      20744624 kB
Buffers:        299808 kB
Cached:        4050232 kB
SwapCached:       8724 kB
Active:        8824212 kB
Inactive:      3096380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20744624 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           60256 kB
Writeback:           0 kB
AnonPages:     7567460 kB
Mapped:          21616 kB
Slab:           200100 kB
PageTables:      24868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23409424 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73604 MiB
End job on node133 at 2011-05-15 13:41:23