Trace number 3447875
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | /PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/ normalized-t3002.11tsp11.1900576360--soft-33-100-0.wbo |
MD5SUM | cb67e22228ed30d84ff6579ce17258b0 |
Bench Category | PARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints) |
Best result obtained on this benchmark | MOPT |
Best cost obtained on this benchmark | 2 |
Best CPU time to get the best result obtained on this benchmark | 113.427 |
Max-Satisfiable | |
Max-(Un)Satisfiability was proved | |
Best value of the cost | |
Optimality of the best cost was proved | |
Number of variables | 231 |
Total number of constraints | 2707 |
Number of soft constraints | 1788 |
Number of constraints which are clauses | 2684 |
Number of constraints which are cardinality constraints (but not clauses) | 22 |
Number of constraints which are nor clauses,nor cardinality constraints | 1 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 110 |
Top cost | 89002 |
Min constraint cost | 1 |
Max constraint cost | 100 |
Sum of constraints costs | 89001 |
Biggest number in a constraint | 25 |
Number of bits of the biggest number in a constraint | 5 |
Biggest sum of numbers in a constraint | 733 |
Number of bits of the biggest sum of numbers | 10 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Quality of the solution as a function of time
Download the above graph
as a PDF file / as an EPS file
Solver Data
0.00/0.00 c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00 c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-3447875-1307898869.wbo>
0.00/0.02 c original problem has 2019 variables (2019 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02 c problem read
0.00/0.02 c presolving settings loaded
0.03/0.04 c presolving:
0.03/0.05 c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.03/0.08 c (round 2) 0 del vars, 125 del conss, 0 add conss, 1788 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.03/0.09 c (round 3) 108 del vars, 181 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.09/0.10 c (round 4) 154 del vars, 181 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 893 upgd conss, 140 impls, 11 clqs
0.09/0.11 c (round 5) 154 del vars, 200 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 893 upgd conss, 140 impls, 11 clqs
0.09/0.16 c (0.2s) probing: 101/1942 (5.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16 c (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.16 c presolving (6 rounds):
0.09/0.16 c 154 deleted vars, 200 deleted constraints, 0 added constraints, 1811 tightened bounds, 0 added holes, 87 changed sides, 0 changed coefficients
0.09/0.16 c 1851 implications, 11 cliques
0.09/0.16 c presolved problem has 3653 variables (1942 bin, 0 int, 1711 impl, 0 cont) and 4296 constraints
0.09/0.16 c 52 constraints of type <setppc>
0.09/0.16 c 1711 constraints of type <linear>
0.09/0.16 c 1711 constraints of type <indicator>
0.09/0.16 c 822 constraints of type <logicor>
0.09/0.16 c transformed objective value is always integral (scale: 1)
0.09/0.16 c Presolving Time: 0.14
0.09/0.16 c - non default parameters ----------------------------------------------------------------------
0.09/0.16 c # SCIP version 2.0.1.4
0.09/0.16 c
0.09/0.16 c # frequency for displaying node information lines
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16 c display/freq = 10000
0.09/0.16 c
0.09/0.16 c # maximal time in seconds to run
0.09/0.16 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16 c limits/time = 1800
0.09/0.16 c
0.09/0.16 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16 c limits/memory = 13950
0.09/0.16 c
0.09/0.16 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.16 c # [type: int, range: [1,2], default: 1]
0.09/0.16 c timing/clocktype = 2
0.09/0.16 c
0.09/0.16 c # belongs reading time to solving time?
0.09/0.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16 c timing/reading = TRUE
0.09/0.16 c
0.09/0.16 c # should presolving try to simplify inequalities
0.09/0.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16 c constraints/linear/simplifyinequalities = TRUE
0.09/0.16 c
0.09/0.16 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16 c constraints/indicator/addCouplingCons = TRUE
0.09/0.16 c
0.09/0.16 c # should presolving try to simplify knapsacks
0.09/0.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16 c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16 c
0.09/0.16 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16 c separating/rapidlearning/freq = 0
0.09/0.16 c
0.09/0.16 c -----------------------------------------------------------------------------------------------
0.09/0.16 c start solving
0.09/0.16 c
0.49/0.54 o 181
0.49/0.54 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.49/0.54 c T 0.5s| 1 | 0 | 0 | - | 14M| 0 | - |3653 |6007 |3653 |2585 | 0 | 0 | 0 | -- | 1.810000e+02 | Inf
0.49/0.56 c 0.6s| 1 | 0 | 95 | - | 13M| 0 | 44 |3653 |6007 |3653 |2585 | 0 | 0 | 0 | 0.000000e+00 | 1.810000e+02 | Inf
0.79/0.86 c 0.9s| 1 | 0 | 215 | - | 14M| 0 | 49 |3653 |6048 |3653 |2592 | 7 | 0 | 0 | 0.000000e+00 | 1.810000e+02 | Inf
0.99/1.05 c 1.1s| 1 | 0 | 235 | - | 15M| 0 | 49 |3653 |6048 |3653 |2596 | 11 | 0 | 0 | 0.000000e+00 | 1.810000e+02 | Inf
1.19/1.25 c 1.3s| 1 | 0 | 298 | - | 15M| 0 | 51 |3653 |6048 |3653 |2598 | 13 | 0 | 0 | 0.000000e+00 | 1.810000e+02 | Inf
1.39/1.49 c 1.5s| 1 | 0 | 353 | - | 16M| 0 | 48 |3653 |6048 |3653 |2608 | 23 | 0 | 0 | 0.000000e+00 | 1.810000e+02 | Inf
1.69/1.75 c 1.8s| 1 | 0 | 407 | - | 16M| 0 | 62 |3653 |6048 |3653 |2613 | 28 | 0 | 0 | 0.000000e+00 | 1.810000e+02 | Inf
1.99/2.05 c 2.1s| 1 | 0 | 446 | - | 16M| 0 | 54 |3653 |6048 |3653 |2617 | 32 | 0 | 0 | 0.000000e+00 | 1.810000e+02 | Inf
2.49/2.57 c 2.6s| 1 | 2 | 446 | - | 16M| 0 | 54 |3653 |6048 |3653 |2617 | 32 | 0 | 9 | 0.000000e+00 | 1.810000e+02 | Inf
4.59/4.63 o 124
4.59/4.63 c * 4.6s| 83 | 30 | 3312 | 35.0 | 18M| 24 | - |3653 |6103 |3653 |2701 | 124 | 55 | 385 | 0.000000e+00 | 1.240000e+02 | Inf
4.69/4.78 o 79
4.69/4.78 c * 4.8s| 85 | 26 | 3558 | 37.0 | 18M| 24 | - |3653 |6103 |3653 |2690 | 173 | 55 | 394 | 0.000000e+00 | 7.900000e+01 | Inf
4.89/4.96 o 18
4.89/4.96 c * 5.0s| 88 | 21 | 3774 | 38.3 | 18M| 24 | - |3653 |5348 |3653 |2698 | 230 | 55 | 404 | 0.000000e+00 | 1.800000e+01 | Inf
4.99/5.00 o 11
4.99/5.00 c * 5.0s| 90 | 12 | 3975 | 39.7 | 16M| 24 | - |3653 |3233 |3653 |2644 | 233 | 56 | 404 | 0.000000e+00 | 1.100000e+01 | Inf
25.80/25.80 o 8
25.80/25.80 c *25.8s| 2883 | 169 | 55582 | 19.1 | 19M| 40 | - |3653 |5385 |3653 |2609 | 240 |3314 |1961 | 0.000000e+00 | 8.000000e+00 | Inf
51.10/51.16 c 51.2s| 10000 | 280 |175730 | 17.5 | 21M| 40 | - |3653 |7256 | 0 | 0 | 247 | 11k|1970 | 0.000000e+00 | 8.000000e+00 | Inf
51.70/51.77 o 6
51.70/51.77 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
51.70/51.77 c *51.8s| 10167 | 282 |178306 | 17.5 | 21M| 40 | - |3653 |7215 |3653 |2608 | 249 | 12k|1970 | 0.000000e+00 | 6.000000e+00 | Inf
92.69/92.78 c 92.8s| 20000 | 554 |366726 | 18.3 | 25M| 45 | - |3653 | 10k|3653 |2606 | 252 | 24k|2369 | 0.000000e+00 | 6.000000e+00 | Inf
124.99/125.02 o 4
124.99/125.02 c * 125s| 27487 | 660 |507261 | 18.4 | 27M| 51 | - |3653 | 12k|3653 |2606 | 252 | 33k|2834 | 0.000000e+00 | 4.000000e+00 | Inf
135.69/135.75 c 136s| 30000 | 699 |556920 | 18.5 | 28M| 51 | - |3653 | 13k|3653 |2606 | 252 | 36k|2942 | 0.000000e+00 | 4.000000e+00 | Inf
177.70/177.79 c 178s| 40000 | 736 |744316 | 18.6 | 29M| 55 | - |3653 | 13k|3653 |2606 | 253 | 49k|3500 | 0.000000e+00 | 4.000000e+00 | Inf
218.91/218.91 c 219s| 50000 | 755 |930662 | 18.6 | 30M| 58 | - |3653 | 14k|3653 |2606 | 254 | 61k|3965 | 0.000000e+00 | 4.000000e+00 | Inf
260.61/260.60 c 261s| 60000 | 785 | 1122k| 18.7 | 31M| 58 | - |3653 | 17k|3653 |2606 | 255 | 74k|4377 | 0.000000e+00 | 4.000000e+00 | Inf
286.30/286.30 o 3
286.30/286.30 c * 286s| 66169 | 716 | 1238k| 18.7 | 31M| 58 | - |3653 | 16k|3653 |2606 | 255 | 82k|4622 | 0.000000e+00 | 3.000000e+00 | Inf
302.00/302.09 c 302s| 70000 | 673 | 1313k| 18.8 | 30M| 58 | - |3653 | 14k|3653 |2606 | 255 | 87k|4724 | 0.000000e+00 | 3.000000e+00 | Inf
344.11/344.16 c 344s| 80000 | 657 | 1511k| 18.9 | 30M| 58 | - |3653 | 14k|3653 |2606 | 255 | 99k|5062 | 0.000000e+00 | 3.000000e+00 | Inf
386.21/386.26 c 386s| 90000 | 693 | 1707k| 19.0 | 32M| 58 | 40 |3653 | 16k|3653 |2606 | 256 | 112k|5488 | 0.000000e+00 | 3.000000e+00 | Inf
426.61/426.61 c 427s|100000 | 644 | 1895k| 18.9 | 32M| 58 | - |3653 | 18k|3653 |2606 | 256 | 124k|5711 | 0.000000e+00 | 3.000000e+00 | Inf
470.02/470.07 c 470s|110000 | 715 | 2099k| 19.1 | 34M| 58 | - |3653 | 20k|3653 |2606 | 256 | 137k|6095 | 0.000000e+00 | 3.000000e+00 | Inf
503.72/503.74 o 2
503.72/503.74 c * 504s|117897 | 523 | 2258k| 19.2 | 31M| 58 | - |3653 | 16k|3653 |2607 | 259 | 148k|6344 | 0.000000e+00 | 2.000000e+00 | Inf
511.71/511.71 c 512s|120000 | 507 | 2295k| 19.1 | 30M| 58 | - |3653 | 12k|3653 |2606 | 259 | 150k|6351 | 0.000000e+00 | 2.000000e+00 | Inf
552.51/552.53 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
552.51/552.53 c 553s|130000 | 480 | 2490k| 19.2 | 30M| 58 | 27 |3653 | 14k|3653 |2606 | 259 | 163k|6616 | 0.000000e+00 | 2.000000e+00 | Inf
593.92/593.95 c 594s|140000 | 349 | 2688k| 19.2 | 29M| 58 | 37 |3653 | 13k|3653 |2606 | 259 | 175k|6930 | 0.000000e+00 | 2.000000e+00 | Inf
635.92/635.96 c 636s|150000 | 303 | 2891k| 19.3 | 29M| 58 | - |3653 | 14k|3653 |2606 | 259 | 188k|7215 | 0.000000e+00 | 2.000000e+00 | Inf
676.32/676.34 c 676s|160000 | 224 | 3084k| 19.3 | 28M| 58 | 26 |3653 | 12k|3653 |2606 | 259 | 200k|7386 | 0.000000e+00 | 2.000000e+00 | Inf
718.73/718.77 c 719s|170000 | 279 | 3289k| 19.3 | 30M| 58 | - |3653 | 16k|3653 |2606 | 259 | 213k|7607 | 0.000000e+00 | 2.000000e+00 | Inf
761.73/761.77 c 762s|180000 | 193 | 3492k| 19.4 | 29M| 58 | 19 |3653 | 15k|3653 |2641 | 259 | 226k|7883 | 0.000000e+00 | 2.000000e+00 | Inf
803.33/803.37 c 803s|190000 | 151 | 3686k| 19.4 | 30M| 58 | - |3653 | 17k|3653 |2606 | 259 | 238k|8084 | 0.000000e+00 | 2.000000e+00 | Inf
844.43/844.44 c
844.43/844.44 c SCIP Status : problem is solved [optimal solution found]
844.43/844.44 c Solving Time (sec) : 844.44
844.43/844.44 c Solving Nodes : 199809
844.43/844.44 c Primal Bound : +2.00000000000000e+00 (46 solutions)
844.43/844.44 c Dual Bound : +2.00000000000000e+00
844.43/844.44 c Gap : 0.00 %
844.43/844.44 s OPTIMUM FOUND
844.43/844.44 v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210
844.43/844.44 v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189
844.43/844.44 v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 x169 -x168
844.43/844.44 v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146
844.43/844.44 v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125
844.43/844.44 v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104
844.43/844.44 v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80
844.43/844.44 v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 -x54
844.43/844.44 v x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29
844.43/844.44 v -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2
844.43/844.44 v -x1
844.43/844.44 c SCIP Status : problem is solved [optimal solution found]
844.43/844.44 c Total Time : 844.44
844.43/844.44 c solving : 844.44
844.43/844.44 c presolving : 0.14 (included in solving)
844.43/844.44 c reading : 0.02 (included in solving)
844.43/844.44 c Original Problem :
844.43/844.44 c Problem name : HOME/instance-3447875-1307898869.wbo
844.43/844.44 c Variables : 2019 (2019 binary, 0 integer, 0 implicit integer, 0 continuous)
844.43/844.44 c Constraints : 2708 initial, 2708 maximal
844.43/844.44 c Presolved Problem :
844.43/844.44 c Problem name : t_HOME/instance-3447875-1307898869.wbo
844.43/844.44 c Variables : 3653 (1942 binary, 0 integer, 1711 implicit integer, 0 continuous)
844.43/844.44 c Constraints : 4296 initial, 21910 maximal
844.43/844.44 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
844.43/844.44 c trivial : 0.00 77 0 0 0 0 0 0 0 0
844.43/844.44 c dualfix : 0.00 77 0 0 0 0 0 0 0 0
844.43/844.44 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
844.43/844.44 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
844.43/844.44 c implics : 0.00 0 0 0 0 0 0 0 0 0
844.43/844.44 c probing : 0.05 0 0 0 0 0 0 0 0 0
844.43/844.44 c varbound : 0.00 0 0 0 0 0 0 0 0 0
844.43/844.44 c setppc : 0.00 0 0 0 0 0 19 0 0 0
844.43/844.44 c linear : 0.06 0 0 0 1811 0 104 0 87 0
844.43/844.44 c indicator : 0.00 0 0 0 0 0 77 0 0 0
844.43/844.44 c logicor : 0.01 0 0 0 0 0 0 0 0 0
844.43/844.44 c bounddisjunction : 0.00 0 0 0 0 0 0 0 0 0
844.43/844.44 c root node : - 3386 - - 3386 - - - - -
844.43/844.44 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
844.43/844.44 c integral : 0 0 0 103294 0 105 0 349 2760 0 0 202158
844.43/844.44 c varbound : 0+ 6 896893 235 0 0 1107 0 67650 241 0 0
844.43/844.44 c setppc : 52 6 895845 5 0 102 1023827 3010 682712 0 0 0
844.43/844.44 c linear : 1711+ 7 893078 6 0 97 1736888 8010 2128278 0 0 0
844.43/844.44 c indicator : 1711 0 886141 235 0 95 1317 0 3625 0 0 0
844.43/844.44 c logicor : 822+ 6 367802 9 0 37 772046 3995 624432 0 0 0
844.43/844.44 c bounddisjunction : 0+ 0 71725 0 0 0 10 3 29 0 0 0
844.43/844.44 c countsols : 0 0 0 9 0 39 0 0 0 0 0 0
844.43/844.44 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
844.43/844.44 c integral : 51.08 0.00 0.00 51.08 0.00 0.00 0.00
844.43/844.44 c varbound : 0.94 0.00 0.93 0.01 0.00 0.00 0.00
844.43/844.44 c setppc : 5.21 0.00 4.95 0.00 0.00 0.00 0.26
844.43/844.44 c linear : 22.02 0.00 20.92 0.00 0.00 0.03 1.07
844.43/844.44 c indicator : 1.43 0.00 1.35 0.02 0.00 0.05 0.00
844.43/844.44 c logicor : 30.81 0.00 29.98 0.00 0.00 0.00 0.83
844.43/844.44 c bounddisjunction : 0.09 0.00 0.09 0.00 0.00 0.00 0.00
844.43/844.44 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
844.43/844.44 c Propagators : #Propagate #Resprop Cutoffs DomReds
844.43/844.44 c vbounds : 18670 229 0 9262
844.43/844.44 c rootredcost : 9 0 0 1693
844.43/844.44 c pseudoobj : 899585 1124 255 64537
844.43/844.44 c Propagator Timings : TotalTime Propagate Resprop
844.43/844.44 c vbounds : 2.63 2.63 0.00
844.43/844.44 c rootredcost : 0.16 0.16 0.00
844.43/844.44 c pseudoobj : 22.63 22.61 0.02
844.43/844.44 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
844.43/844.44 c propagation : 0.80 15273 15180 78057 25.6 281 18.6 -
844.43/844.44 c infeasible LP : 20.86 85545 85537 534381 36.7 755 14.2 0
844.43/844.44 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
844.43/844.44 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
844.43/844.44 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
844.43/844.44 c applied globally : - - - 250467 32.7 - - -
844.43/844.44 c applied locally : - - - 0 0.0 - - -
844.43/844.44 c Separators : Time Calls Cutoffs DomReds Cuts Conss
844.43/844.44 c cut pool : 0.00 5 - - 7 - (maximal pool size: 446)
844.43/844.44 c redcost : 6.37 103391 0 11413 0 0
844.43/844.44 c impliedbounds : 0.00 6 0 0 0 0
844.43/844.44 c intobj : 0.00 0 0 0 0 0
844.43/844.44 c gomory : 0.57 6 0 0 1643 0
844.43/844.44 c cgmip : 0.00 0 0 0 0 0
844.43/844.44 c closecuts : 0.00 0 0 0 0 0
844.43/844.44 c strongcg : 0.47 6 0 0 2213 0
844.43/844.44 c cmir : 0.10 6 0 0 5 0
844.43/844.44 c flowcover : 0.09 6 0 0 7 0
844.43/844.44 c clique : 0.00 6 0 0 0 0
844.43/844.44 c zerohalf : 0.00 0 0 0 0 0
844.43/844.44 c mcf : 0.00 1 0 0 0 0
844.43/844.44 c oddcycle : 0.00 0 0 0 0 0
844.43/844.44 c rapidlearning : 0.19 1 0 0 0 41
844.43/844.44 c Pricers : Time Calls Vars
844.43/844.44 c problem variables: 0.00 0 0
844.43/844.44 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
844.43/844.44 c relpscost : 50.98 103058 349 2760 0 0 202158
844.43/844.44 c pscost : 0.00 0 0 0 0 0 0
844.43/844.44 c inference : 0.00 0 0 0 0 0 0
844.43/844.44 c mostinf : 0.00 0 0 0 0 0 0
844.43/844.44 c leastinf : 0.00 0 0 0 0 0 0
844.43/844.44 c fullstrong : 0.00 0 0 0 0 0 0
844.43/844.44 c allfullstrong : 0.00 0 0 0 0 0 0
844.43/844.44 c random : 0.00 0 0 0 0 0 0
844.43/844.44 c Primal Heuristics : Time Calls Found
844.43/844.44 c LP solutions : 0.00 - 9
844.43/844.44 c pseudo solutions : 0.00 - 0
844.43/844.44 c feaspump : 0.01 0 0
844.43/844.44 c oneopt : 0.11 9 0
844.43/844.44 c coefdiving : 0.98 35 0
844.43/844.44 c pscostdiving : 0.87 35 0
844.43/844.44 c rootsoldiving : 0.53 18 0
844.43/844.44 c objpscostdiving : 0.45 18 0
844.43/844.44 c fracdiving : 1.21 36 0
844.43/844.44 c veclendiving : 1.19 36 0
844.43/844.44 c linesearchdiving : 0.58 36 0
844.43/844.44 c guideddiving : 1.48 36 0
844.43/844.44 c crossover : 0.67 14 1
844.43/844.44 c trivial : 0.00 2 0
844.43/844.44 c shiftandpropagate: 0.38 1 1
844.43/844.44 c simplerounding : 0.18 103136 0
844.43/844.44 c zirounding : 2.70 131 0
844.43/844.44 c rounding : 0.53 4486 0
844.43/844.44 c shifting : 0.58 1389 0
844.43/844.44 c intshifting : 0.00 0 0
844.43/844.44 c twoopt : 0.00 0 0
844.43/844.44 c fixandinfer : 0.00 0 0
844.43/844.44 c clique : 0.00 0 0
844.43/844.44 c intdiving : 0.00 0 0
844.43/844.44 c actconsdiving : 0.00 0 0
844.43/844.44 c octane : 0.00 0 0
844.43/844.44 c rens : 0.04 1 0
844.43/844.44 c rins : 0.00 0 0
844.43/844.44 c localbranching : 0.00 0 0
844.43/844.44 c mutation : 0.00 0 0
844.43/844.44 c dins : 0.00 0 0
844.43/844.44 c vbounds : 0.00 0 0
844.43/844.44 c undercover : 0.00 0 0
844.43/844.44 c subnlp : 0.03 0 0
844.43/844.44 c trysol : 0.09 52 35
844.43/844.44 c LP : Time Calls Iterations Iter/call Iter/sec
844.43/844.44 c primal LP : 0.00 0 0 0.00 -
844.43/844.44 c dual LP : 568.52 188202 3851663 20.47 6774.93
844.43/844.44 c lex dual LP : 0.00 0 0 0.00 -
844.43/844.44 c barrier LP : 0.00 0 0 0.00 -
844.43/844.44 c diving/probing LP: 5.36 3775 26578 7.04 4955.13
844.43/844.44 c strong branching : 49.17 8301 313648 37.78 6378.91
844.43/844.44 c (at root node) : - 9 4502 500.22 -
844.43/844.44 c conflict analysis: 0.00 0 0 0.00 -
844.43/844.44 c B&B Tree :
844.43/844.44 c number of runs : 1
844.43/844.44 c nodes : 199809
844.43/844.44 c nodes (total) : 199809
844.43/844.44 c nodes left : 0
844.43/844.44 c max depth : 58
844.43/844.44 c max depth (total): 58
844.43/844.44 c backtracks : 22447 (11.2%)
844.43/844.44 c delayed cutoffs : 2161
844.43/844.44 c repropagations : 371085 (495026 domain reductions, 2009 cutoffs)
844.43/844.44 c avg switch length: 5.28
844.43/844.44 c switching time : 40.70
844.43/844.44 c Solution :
844.43/844.44 c Solutions found : 46 (10 improvements)
844.43/844.44 c First Solution : +1.81000000000000e+02 (in run 1, after 1 nodes, 0.54 seconds, depth 1847, found by <shiftandpropagate>)
844.43/844.44 c Primal Bound : +2.00000000000000e+00 (in run 1, after 117897 nodes, 503.74 seconds, depth 24, found by <relaxation>)
844.43/844.44 c Dual Bound : +2.00000000000000e+00
844.43/844.44 c Gap : 0.00 %
844.43/844.44 c Root Dual Bound : +0.00000000000000e+00
844.43/844.44 c Root Iterations : 446
844.43/844.47 c Time complete: 844.5.
Verifier Data
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 989)
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 /var/tmp/evaluation-result-3447875-1307898869/watcher-3447875-1307898869 -o /var/tmp/evaluation-result-3447875-1307898869/solver-3447875-1307898869 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447875-1307898869.wbo -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.85 4/177 11166
/proc/meminfo: memFree=1299240/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=10316 CPUtime=0 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 1568 0 0 0 0 0 0 0 25 0 1 0 882302527 10563584 1521 33554432000 4194304 9128323 140737019713424 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11166/statm: 2579 1521 399 1205 0 1370 0
[startup+0.041162 s]
/proc/loadavg: 2.00 2.00 1.85 4/177 11166
/proc/meminfo: memFree=1299240/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=26600 CPUtime=0.03 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 5408 0 0 0 3 0 0 0 25 0 1 0 882302527 27238400 5359 33554432000 4194304 9128323 140737019713424 18446744073709551615 6889386 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 6650 5359 474 1205 0 5441 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26600
[startup+0.101146 s]
/proc/loadavg: 2.00 2.00 1.85 4/177 11166
/proc/meminfo: memFree=1299240/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=31892 CPUtime=0.09 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 6951 0 0 0 9 0 0 0 25 0 1 0 882302527 32657408 6645 33554432000 4194304 9128323 140737019713424 18446744073709551615 5326896 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 7973 6645 530 1205 0 6764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31892
[startup+0.301107 s]
/proc/loadavg: 2.00 2.00 1.85 4/177 11166
/proc/meminfo: memFree=1299240/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=37976 CPUtime=0.29 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 8641 0 0 0 28 1 0 0 25 0 1 0 882302527 38887424 8319 33554432000 4194304 9128323 140737019713424 18446744073709551615 5992491 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 9494 8319 606 1205 0 8285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37976
[startup+0.70103 s]
/proc/loadavg: 2.00 2.00 1.85 4/177 11166
/proc/meminfo: memFree=1299240/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=70332 CPUtime=0.69 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 16736 0 0 0 67 2 0 0 25 0 1 0 882302527 72019968 16269 33554432000 4194304 9128323 140737019713424 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 17583 16269 720 1205 0 16374 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70332
[startup+1.50087 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 11167
/proc/meminfo: memFree=1259552/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=53296 CPUtime=1.49 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 19429 0 0 0 146 3 0 0 25 0 1 0 882302527 54575104 12243 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 13324 12243 726 1205 0 12115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53296
[startup+3.10055 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 11167
/proc/meminfo: memFree=1229048/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=78584 CPUtime=3.09 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 25465 0 0 0 300 9 0 0 25 0 1 0 882302527 80470016 18279 33554432000 4194304 9128323 140737019713424 18446744073709551615 7077395 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 19646 18279 739 1205 0 18437 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78584
[startup+6.30092 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 11167
/proc/meminfo: memFree=1228580/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=78584 CPUtime=6.29 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 25502 0 0 0 612 17 0 0 25 0 1 0 882302527 80470016 18315 33554432000 4194304 9128323 140737019713424 18446744073709551615 7342494 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 19646 18315 742 1205 0 18437 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78584
[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 11168
/proc/meminfo: memFree=1228728/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=78584 CPUtime=12.69 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 25505 0 0 0 1235 34 0 0 25 0 1 0 882302527 80470016 18318 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 19646 18318 743 1205 0 18437 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78584
[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 11168
/proc/meminfo: memFree=1228604/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=76640 CPUtime=25.49 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 28334 0 0 0 2486 63 0 0 25 0 1 0 882302527 78479360 18214 33554432000 4194304 9128323 140737019713424 18446744073709551615 7025292 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 19160 18214 743 1205 0 17951 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76640
[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 11168
/proc/meminfo: memFree=1228068/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=76640 CPUtime=51.1 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 28345 0 0 0 4990 120 0 0 25 0 1 0 882302527 78479360 18225 33554432000 4194304 9128323 140737019713424 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 19160 18225 743 1205 0 17951 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 76640
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 11170
/proc/meminfo: memFree=1214848/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=102.3 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 31215 0 0 0 9994 236 0 0 25 0 1 0 882302527 92913664 21095 33554432000 4194304 9128323 140737019713424 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21095 743 1205 0 21475 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 90736
[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 11211
/proc/meminfo: memFree=1219380/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=162.3 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 33104 0 0 0 15847 383 0 0 25 0 1 0 882302527 92913664 21440 33554432000 4194304 9128323 140737019713424 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21440 743 1205 0 21475 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 90736
[startup+222.301 s]
/proc/loadavg: 2.04 2.01 1.87 3/178 11212
/proc/meminfo: memFree=1200396/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=222.3 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 33104 0 0 0 21695 535 0 0 25 0 1 0 882302527 92913664 21440 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21440 743 1205 0 21475 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 90736
[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.88 3/178 11214
/proc/meminfo: memFree=1177664/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=282.31 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 33108 0 0 0 27538 693 0 0 25 0 1 0 882302527 92913664 21444 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21444 743 1205 0 21475 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 90736
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 11215
/proc/meminfo: memFree=1172620/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=342.31 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 40726 0 0 0 33376 855 0 0 25 0 1 0 882302527 92913664 21512 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21512 743 1205 0 21475 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 90736
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 11217
/proc/meminfo: memFree=1168076/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=402.31 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 43643 0 0 0 39215 1016 0 0 25 0 1 0 882302527 92913664 21541 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21541 743 1205 0 21475 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 90736
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 11219
/proc/meminfo: memFree=1164888/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=462.31 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 43643 0 0 0 45056 1175 0 0 25 0 1 0 882302527 92913664 21541 33554432000 4194304 9128323 140737019713424 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21541 743 1205 0 21475 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 90736
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 11220
/proc/meminfo: memFree=1164692/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=522.32 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 56972 0 0 0 50894 1338 0 0 25 0 1 0 882302527 92913664 21541 33554432000 4194304 9128323 140737019713424 18446744073709551615 7346352 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21541 743 1205 0 21475 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 90736
[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11222
/proc/meminfo: memFree=1157936/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=582.32 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 65004 0 0 0 56732 1500 0 0 25 0 1 0 882302527 92913664 21551 33554432000 4194304 9128323 140737019713424 18446744073709551615 5952239 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21551 743 1205 0 21475 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 90736
[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11226
/proc/meminfo: memFree=1150544/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=642.33 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 65947 0 0 0 62574 1659 0 0 25 0 1 0 882302527 92913664 21551 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21551 743 1205 0 21475 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 90736
[startup+702.301 s]
/proc/loadavg: 2.06 2.02 1.91 3/178 11228
/proc/meminfo: memFree=1144556/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=702.32 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 65947 0 0 0 68412 1820 0 0 25 0 1 0 882302527 92913664 21551 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21551 743 1205 0 21475 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 90736
[startup+762.307 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 11230
/proc/meminfo: memFree=1136436/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=762.33 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66915 0 0 0 74249 1984 0 0 25 0 1 0 882302527 92913664 21551 33554432000 4194304 9128323 140737019713424 18446744073709551615 4207467 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21551 743 1205 0 21475 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 90736
[startup+822.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 11231
/proc/meminfo: memFree=1126080/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=822.33 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66947 0 0 0 80091 2142 0 0 25 0 1 0 882302527 92913664 21583 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21583 743 1205 0 21475 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 90736
Solver just ended. Dumping a history of the last processes samples
[startup+831.901 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11231
/proc/meminfo: memFree=1122352/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=831.93 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66947 0 0 0 81025 2168 0 0 25 0 1 0 882302527 92913664 21583 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21583 743 1205 0 21475 0
Current children cumulated CPU time (s) 831.93
Current children cumulated vsize (KiB) 90736
[startup+838.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11232
/proc/meminfo: memFree=1121840/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=838.33 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66947 0 0 0 81646 2187 0 0 25 0 1 0 882302527 92913664 21583 33554432000 4194304 9128323 140737019713424 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21583 743 1205 0 21475 0
Current children cumulated CPU time (s) 838.33
Current children cumulated vsize (KiB) 90736
[startup+841.506 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11232
/proc/meminfo: memFree=1121840/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=841.53 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66947 0 0 0 81958 2195 0 0 25 0 1 0 882302527 92913664 21583 33554432000 4194304 9128323 140737019713424 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21583 743 1205 0 21475 0
Current children cumulated CPU time (s) 841.53
Current children cumulated vsize (KiB) 90736
[startup+843.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11232
/proc/meminfo: memFree=1121716/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=843.13 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66947 0 0 0 82112 2201 0 0 25 0 1 0 882302527 92913664 21583 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21583 743 1205 0 21475 0
Current children cumulated CPU time (s) 843.13
Current children cumulated vsize (KiB) 90736
[startup+843.901 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11232
/proc/meminfo: memFree=1121716/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=843.93 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66947 0 0 0 82190 2203 0 0 25 0 1 0 882302527 92913664 21583 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21583 743 1205 0 21475 0
Current children cumulated CPU time (s) 843.93
Current children cumulated vsize (KiB) 90736
[startup+844.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11232
/proc/meminfo: memFree=1121716/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=844.33 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66947 0 0 0 82229 2204 0 0 25 0 1 0 882302527 92913664 21583 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21583 743 1205 0 21475 0
Current children cumulated CPU time (s) 844.33
Current children cumulated vsize (KiB) 90736
[startup+844.401 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11232
/proc/meminfo: memFree=1121716/32951124 swapFree=67054448/67111528
[pid=11166] ppid=11164 vsize=90736 CPUtime=844.43 cores=1,3,5,7
/proc/11166/stat : 11166 (scip-2.0.1.4.li) R 11164 11166 8455 0 -1 4202496 66947 0 0 0 82239 2204 0 0 25 0 1 0 882302527 92913664 21583 33554432000 4194304 9128323 140737019713424 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11166/statm: 22684 21583 743 1205 0 21475 0
Current children cumulated CPU time (s) 844.43
Current children cumulated vsize (KiB) 90736
Child status: 0
Real time (s): 844.473
CPU time (s): 844.512
CPU user time (s): 822.461
CPU system time (s): 22.0506
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 97928
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 822.461
system time used= 22.0506
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66951
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= 2319
runsolver used 1.27281 second user time and 3.06353 second system time
The end
Launcher Data
Begin job on node143 at 2011-06-12 19:14:29
IDJOB=3447875
IDBENCH=78976
IDSOLVER=1944
FILE ID=node143/3447875-1307898869
RUNJOBID= node143-1307897151-9792
PBS_JOBID= 13559565
Free space on /var/tmp= 2904 MiB
SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360--soft-33-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447875-1307898869/watcher-3447875-1307898869 -o /var/tmp/evaluation-result-3447875-1307898869/solver-3447875-1307898869 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447875-1307898869.wbo -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= cb67e22228ed30d84ff6579ce17258b0
RANDOM SEED=1422808175
node143.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.846
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.69
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.846
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.846
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.846
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.83
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.846
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.75
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.846
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.846
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.846
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.83
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 1300024 kB
Buffers: 52880 kB
Cached: 30495364 kB
SwapCached: 9388 kB
Active: 15974132 kB
Inactive: 14731608 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 1300024 kB
SwapTotal: 67111528 kB
SwapFree: 67054448 kB
Dirty: 12044 kB
Writeback: 0 kB
AnonPages: 155548 kB
Mapped: 15880 kB
Slab: 882432 kB
PageTables: 4848 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 344880 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 /var/tmp at the end= 2892 MiB
End job on node143 at 2011-06-12 19:28:34