0.00/0.00 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3735917-1338719854.opb>
0.01/0.02 c original problem has 741 variables (741 bin, 0 int, 0 impl, 0 cont) and 2072 constraints
0.01/0.02 c problem read
0.01/0.02 c presolving settings loaded
0.01/0.02 c presolving:
0.01/0.03 c (round 1) 327 del vars, 725 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 3403 impls, 0 clqs
0.01/0.03 c (round 2) 328 del vars, 816 del conss, 0 add conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 3403 impls, 0 clqs
0.01/0.04 c (round 3) 330 del vars, 867 del conss, 0 add conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1157 upgd conss, 3403 impls, 0 clqs
0.01/0.04 c (round 4) 331 del vars, 867 del conss, 0 add conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1205 upgd conss, 3403 impls, 0 clqs
0.01/0.05 c (round 5) 331 del vars, 872 del conss, 0 add conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1205 upgd conss, 3403 impls, 0 clqs
0.01/0.05 c (round 6) 349 del vars, 938 del conss, 0 add conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1205 upgd conss, 3403 impls, 0 clqs
0.01/0.07 c (0.1s) probing: 297/392 (75.8%) - 0 fixings, 6 aggregations, 146 implications, 0 bound changes
0.01/0.07 c (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.07 c (round 7) 355 del vars, 938 del conss, 0 add conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1205 upgd conss, 3607 impls, 0 clqs
0.01/0.07 c (round 8) 355 del vars, 956 del conss, 0 add conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1205 upgd conss, 3607 impls, 0 clqs
0.01/0.07 c (0.1s) probing: 307/392 (78.3%) - 0 fixings, 6 aggregations, 146 implications, 0 bound changes
0.01/0.07 c (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.07 c presolving (9 rounds):
0.01/0.07 c 355 deleted vars, 956 deleted constraints, 0 added constraints, 25 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.07 c 3607 implications, 0 cliques
0.01/0.07 c presolved problem has 386 variables (386 bin, 0 int, 0 impl, 0 cont) and 1116 constraints
0.01/0.07 c 1023 constraints of type <setppc>
0.01/0.07 c 93 constraints of type <logicor>
0.01/0.07 c transformed objective value is always integral (scale: 1)
0.01/0.07 c Presolving Time: 0.05
0.01/0.07 c - non default parameters ----------------------------------------------------------------------
0.01/0.07 c # SCIP version 2.0.1.5
0.01/0.07 c
0.01/0.07 c # frequency for displaying node information lines
0.01/0.07 c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.07 c display/freq = 10000
0.01/0.07 c
0.01/0.07 c # maximal time in seconds to run
0.01/0.07 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.07 c limits/time = 1797
0.01/0.07 c
0.01/0.07 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.07 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.07 c limits/memory = 13950
0.01/0.07 c
0.01/0.07 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.07 c # [type: int, range: [1,2], default: 1]
0.01/0.07 c timing/clocktype = 2
0.01/0.07 c
0.01/0.07 c # belongs reading time to solving time?
0.01/0.07 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07 c timing/reading = TRUE
0.01/0.07 c
0.01/0.07 c # should presolving try to simplify inequalities
0.01/0.07 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07 c constraints/linear/simplifyinequalities = TRUE
0.01/0.07 c
0.01/0.07 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.07 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07 c constraints/indicator/addCouplingCons = TRUE
0.01/0.07 c
0.01/0.07 c # should presolving try to simplify knapsacks
0.01/0.07 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07 c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.07 c
0.01/0.07 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.07 c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.07 c separating/rapidlearning/freq = 0
0.01/0.07 c
0.01/0.07 c -----------------------------------------------------------------------------------------------
0.01/0.07 c start solving
0.01/0.07 c
0.01/0.07 o 94
0.01/0.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.01/0.07 c t 0.1s| 1 | 0 | 0 | - |2817k| 0 | - | 386 |1116 | 0 | 0 | 0 | 0 | 0 | -- | 9.400000e+01 | Inf
0.01/0.08 o 33
0.01/0.08 c b 0.1s| 1 | 0 | 0 | - |3495k| 0 | - | 386 |1116 | 386 |1116 | 0 | 0 | 0 | -- | 3.300000e+01 | Inf
0.01/0.08 c 0.1s| 1 | 0 | 71 | - |3485k| 0 | 43 | 386 |1116 | 386 |1116 | 0 | 0 | 0 | 1.083333e+01 | 3.300000e+01 | 204.62%
0.01/0.08 o 21
0.01/0.08 c s 0.1s| 1 | 0 | 71 | - |3513k| 0 | 43 | 386 |1116 | 386 |1116 | 0 | 0 | 0 | 1.083333e+01 | 2.100000e+01 | 93.85%
0.01/0.08 o 20
0.01/0.08 c b 0.1s| 1 | 0 | 71 | - |3532k| 0 | 43 | 386 |1116 | 386 |1116 | 0 | 0 | 0 | 1.083333e+01 | 2.000000e+01 | 84.62%
0.09/0.13 c 0.1s| 1 | 0 | 87 | - |3586k| 0 | 54 | 386 |1156 | 386 |1133 | 17 | 0 | 0 | 1.150000e+01 | 2.000000e+01 | 73.91%
0.09/0.17 c 0.2s| 1 | 0 | 101 | - |3688k| 0 | 47 | 386 |1156 | 386 |1138 | 22 | 0 | 0 | 1.200000e+01 | 2.000000e+01 | 66.67%
0.09/0.17 o 14
0.09/0.17 c s 0.2s| 1 | 0 | 101 | - |3697k| 0 | 47 | 386 |1156 | 386 |1138 | 22 | 0 | 0 | 1.200000e+01 | 1.400000e+01 | 16.67%
0.19/0.22 c 0.2s| 1 | 0 | 119 | - |3915k| 0 | 48 | 386 |1156 | 386 |1139 | 23 | 0 | 0 | 1.200000e+01 | 1.400000e+01 | 16.67%
0.19/0.28 c 0.3s| 1 | 0 | 157 | - |4250k| 0 | 58 | 386 |1156 | 386 |1140 | 24 | 0 | 0 | 1.200000e+01 | 1.400000e+01 | 16.67%
0.29/0.34 c 0.3s| 1 | 0 | 175 | - |4389k| 0 | 69 | 386 |1156 | 386 |1142 | 26 | 0 | 0 | 1.200000e+01 | 1.400000e+01 | 16.67%
0.39/0.40 c 0.4s| 1 | 0 | 185 | - |4532k| 0 | 67 | 386 |1156 | 386 |1144 | 28 | 0 | 0 | 1.200000e+01 | 1.400000e+01 | 16.67%
0.39/0.47 c 0.5s| 1 | 0 | 198 | - |4616k| 0 | 68 | 386 |1156 | 386 |1145 | 29 | 0 | 0 | 1.200000e+01 | 1.400000e+01 | 16.67%
0.39/0.49 o 13
0.39/0.49 c E 0.5s| 1 | 0 | 198 | - |4626k| 0 | 68 | 386 |1156 | 386 |1145 | 29 | 0 | 0 | 1.200000e+01 | 1.300000e+01 | 8.33%
0.49/0.50 c 0.5s| 1 | 0 | 198 | - |4626k| 0 | 68 | 386 |1156 | 386 |1145 | 29 | 0 | 0 | 1.200000e+01 | 1.300000e+01 | 8.33%
0.49/0.57 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.57 c 0.6s| 1 | 0 | 213 | - |4301k| 0 | 68 | 386 | 592 | 386 | 603 | 30 | 0 | 0 | 1.200000e+01 | 1.300000e+01 | 8.33%
0.59/0.63 c 0.6s| 1 | 0 | 213 | - |4297k| 0 | - | 386 | 592 | 386 | 603 | 30 | 0 | 13 | 1.200000e+01 | 1.300000e+01 | 8.33%
0.59/0.63 c (run 1, node 1) restarting after 160 global fixings of integer variables
0.59/0.63 c
0.59/0.63 c (restart) converted 30 cuts from the global cut pool into linear constraints
0.59/0.63 c
0.59/0.63 c presolving:
0.59/0.64 c (round 1) 169 del vars, 124 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 31 upgd conss, 3728 impls, 6 clqs
0.59/0.64 c (round 2) 170 del vars, 135 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 31 upgd conss, 3728 impls, 6 clqs
0.59/0.64 c (round 3) 170 del vars, 149 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 31 upgd conss, 3728 impls, 6 clqs
0.59/0.64 c presolving (4 rounds):
0.59/0.64 c 170 deleted vars, 149 deleted constraints, 0 added constraints, 1 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.64 c 3728 implications, 6 cliques
0.59/0.64 c presolved problem has 216 variables (216 bin, 0 int, 0 impl, 0 cont) and 473 constraints
0.59/0.64 c 11 constraints of type <knapsack>
0.59/0.64 c 367 constraints of type <setppc>
0.59/0.64 c 95 constraints of type <logicor>
0.59/0.64 c transformed objective value is always integral (scale: 1)
0.59/0.64 c Presolving Time: 0.06
0.59/0.64 c
0.59/0.65 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.59/0.65 c 0.6s| 1 | 0 | 277 | - |3228k| 0 | 28 | 216 | 473 | 216 | 462 | 0 | 0 | 13 | 1.200000e+01 | 1.300000e+01 | 8.33%
0.59/0.66 c 0.7s| 1 | 0 | 308 | - |3243k| 0 | 49 | 216 | 473 | 216 | 464 | 2 | 0 | 13 | 1.200000e+01 | 1.300000e+01 | 8.33%
0.59/0.68 c 0.7s| 1 | 0 | 309 | - |3232k| 0 | 0 | 216 | 435 | 216 | 464 | 2 | 0 | 32 | 1.200000e+01 | 1.300000e+01 | 8.33%
0.59/0.68 o 12
0.59/0.68 c * 0.7s| 1 | 0 | 309 | - |3242k| 0 | - | 216 | 435 | 216 | 464 | 2 | 0 | 32 | 1.200000e+01 | 1.200000e+01 | 0.00%
0.59/0.68 c
0.59/0.68 c SCIP Status : problem is solved [optimal solution found]
0.59/0.68 c Solving Time (sec) : 0.68
0.59/0.68 c Solving Nodes : 1 (total of 2 nodes in 2 runs)
0.59/0.68 c Primal Bound : +1.20000000000000e+01 (11 solutions)
0.59/0.68 c Dual Bound : +1.20000000000000e+01
0.59/0.68 c Gap : 0.00 %
0.59/0.68 s OPTIMUM FOUND
0.59/0.68 v x81 x80 x79 x78 x77 x76 -x75 -x74 x73 -x72 -x739 -x71 x70 x69 -x736 x68 x67 x66 x65 -x64 x63 -x734 -x732 -x730 -x728 x62 -x61 -x60
0.59/0.68 v -x726 -x59 -x58 -x724 x57 -x722 -x720 -x718 -x716 -x56 -x713 -x711 -x709 -x707 -x703 -x701 -x699 -x697 -x695 -x693 -x691
0.59/0.68 v -x689 -x687 -x684 -x680 -x678 -x55 -x54 x53 -x676 -x673 -x671 -x668 -x666 x52 -x663 -x51 -x659 x50 x49 x48 -x47 -x46 x45 -x657
0.59/0.68 v x655 x44 -x653 -x651 -x647 -x644 -x43 -x42 -x41 -x40 -x642 -x639 -x636 -x634 -x39 -x632 -x630 -x628 -x626 -x624 -x38 -x622
0.59/0.68 v x37 -x36 -x35 -x617 -x615 -x613 -x611 -x34 -x607 -x605 -x603 -x33 -x601 -x599 -x597 -x594 -x592 -x32 -x590 -x588 -x586 -x584
0.59/0.68 v -x580 -x578 -x576 -x574 -x31 -x572 -x569 -x567 -x565 -x563 -x561 -x558 -x556 -x554 -x552 -x550 -x548 -x546 -x544 -x542 -x540
0.59/0.68 v -x538 -x536 -x534 -x532 -x530 -x528 -x526 -x523 -x521 x30 -x519 -x29 -x516 -x514 -x28 -x512 -x27 -x510 -x508 -x506 -x503 -x501
0.59/0.68 v -x499 -x496 -x494 -x492 -x490 -x488 -x486 -x484 -x482 -x480 -x477 x26 -x475 -x473 -x471 x25 -x469 -x467 -x465 -x463 -x460 -x458
0.59/0.68 v -x456 -x454 -x452 -x450 -x24 -x448 -x446 -x444 -x442 -x440 -x438 -x436 -x434 -x432 -x430 -x23 -x428 -x426 -x424 -x422 -x420
0.59/0.68 v -x418 -x416 -x414 -x412 -x410 -x408 -x406 -x404 -x402 -x400 -x398 -x396 -x394 x392 -x390 -x388 -x385 -x383 -x381 -x379 -x377
0.59/0.68 v -x375 -x373 -x371 -x369 -x366 -x22 -x363 -x360 -x358 -x356 -x354 -x352 -x350 -x348 -x346 -x21 -x343 -x341 -x338 -x336 -x334
0.59/0.68 v -x332 -x330 -x328 -x326 -x324 -x20 -x321 -x319 -x317 -x314 -x312 -x310 -x307 -x305 -x303 -x301 -x299 -x297 -x295 -x292 -x290
0.59/0.68 v -x288 -x286 -x282 -x280 -x278 -x276 -x274 -x272 -x270 -x268 -x266 x19 x18 -x17 -x263 -x16 -x261 -x259 -x15 -x257 -x14 -x13
0.59/0.68 v -x252 x12 -x250 -x248 -x245 -x11 -x243 -x241 -x239 -x237 -x235 -x10 -x233 x231 -x229 -x227 -x225 x9 -x222 -x220 -x217 -x215
0.59/0.68 v -x212 -x210 -x208 -x206 -x204 -x202 -x200 -x198 x196 -x194 -x192 -x190 x188 -x186 -x184 x8 -x181 -x179 -x177 -x175 -x173 -x171
0.59/0.68 v -x169 -x167 -x165 x163 -x160 -x158 -x156 -x154 x7 -x6 -x151 -x5 -x149 -x147 -x145 -x143 -x4 -x141 -x139 x3 -x136 -x134 -x132
0.59/0.68 v -x129 -x127 -x2 -x125 -x122 -x120 -x118 -x116 -x114 -x1 -x112 -x110 -x108 -x106 -x104 -x102 -x100 -x98 -x96 -x94 -x92 -x90
0.59/0.68 v -x88 -x86 x84 -x82 -x741 -x740 -x738 -x737 -x735 -x733 -x731 -x729 -x727 -x725 -x723 -x721 -x719 -x717 -x715 -x714 -x712 -x710
0.59/0.68 v -x708 -x706 -x705 -x704 -x702 -x700 -x698 -x696 -x694 -x692 -x690 -x688 -x686 -x685 -x683 -x682 -x681 -x679 -x677 -x675 -x674
0.59/0.68 v -x672 -x670 -x669 -x667 -x665 -x664 -x662 -x661 -x660 -x658 x656 -x654 -x652 -x650 -x649 -x648 -x646 -x645 -x643 -x641 -x640
0.59/0.68 v -x638 -x637 -x635 -x633 -x631 -x629 -x627 -x625 -x623 -x621 -x620 -x619 -x618 -x616 -x614 -x612 -x610 -x609 -x608 -x606 -x604
0.59/0.68 v -x602 -x600 -x598 -x596 -x595 -x593 -x591 -x589 -x587 -x585 -x583 -x582 -x581 -x579 -x577 -x575 -x573 -x571 -x570 -x568 -x566
0.59/0.68 v -x564 -x562 -x560 -x559 -x557 -x555 -x553 -x551 -x549 -x547 -x545 -x543 -x541 -x539 -x537 -x535 -x533 -x531 -x529 -x527
0.59/0.68 v -x525 -x524 -x522 -x520 -x518 -x517 -x515 -x513 -x511 -x509 -x507 -x505 -x504 -x502 -x500 x498 -x497 -x495 -x493 -x491 -x489
0.59/0.68 v -x487 -x485 -x483 -x481 -x479 -x478 -x476 -x474 -x472 -x470 -x468 -x466 -x464 -x462 -x461 -x459 -x457 -x455 -x453 -x451 -x449
0.59/0.68 v -x447 -x445 -x443 -x441 -x439 -x437 -x435 -x433 -x431 -x429 -x427 -x425 -x423 -x421 -x419 -x417 -x415 -x413 -x411 -x409 -x407
0.59/0.68 v -x405 -x403 -x401 -x399 -x397 -x395 x393 -x391 -x389 -x387 -x386 -x384 -x382 -x380 -x378 -x376 -x374 -x372 -x370 -x368 -x367
0.59/0.68 v -x365 -x364 -x362 -x361 -x359 -x357 -x355 -x353 -x351 -x349 -x347 -x345 -x344 -x342 -x340 -x339 -x337 -x335 -x333 -x331 -x329
0.59/0.68 v -x327 -x325 -x323 -x322 -x320 -x318 -x316 -x315 -x313 -x311 -x309 -x308 -x306 -x304 -x302 -x300 -x298 -x296 -x294 -x293 -x291
0.59/0.68 v -x289 -x287 -x285 -x284 -x283 -x281 -x279 -x277 -x275 -x273 -x271 -x269 -x267 x265 -x264 -x262 -x260 -x258 -x256 -x255 x254
0.59/0.68 v -x253 -x251 -x249 -x247 -x246 -x244 -x242 -x240 -x238 -x236 -x234 x232 -x230 -x228 -x226 -x224 -x223 -x221 -x219 -x218 -x216
0.59/0.68 v -x214 -x213 -x211 -x209 -x207 -x205 -x203 -x201 -x199 x197 -x195 -x193 -x191 x189 -x187 -x185 -x183 -x182 -x180 -x178 -x176
0.59/0.68 v -x174 -x172 -x170 -x168 -x166 x164 -x162 -x161 -x159 -x157 -x155 x153 -x152 -x150 -x148 -x146 -x144 -x142 -x140 x138 -x137
0.59/0.68 v -x135 -x133 -x131 -x130 -x128 -x126 -x124 -x123 -x121 -x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95
0.59/0.68 v -x93 -x91 -x89 -x87 x85 -x83
0.59/0.68 c SCIP Status : problem is solved [optimal solution found]
0.59/0.68 c Total Time : 0.68
0.59/0.68 c solving : 0.68
0.59/0.68 c presolving : 0.06 (included in solving)
0.59/0.68 c reading : 0.02 (included in solving)
0.59/0.68 c Original Problem :
0.59/0.68 c Problem name : HOME/instance-3735917-1338719854.opb
0.59/0.68 c Variables : 741 (741 binary, 0 integer, 0 implicit integer, 0 continuous)
0.59/0.68 c Constraints : 2072 initial, 2072 maximal
0.59/0.68 c Presolved Problem :
0.59/0.68 c Problem name : t_HOME/instance-3735917-1338719854.opb
0.59/0.68 c Variables : 216 (216 binary, 0 integer, 0 implicit integer, 0 continuous)
0.59/0.68 c Constraints : 473 initial, 473 maximal
0.59/0.68 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
0.59/0.68 c trivial : 0.00 161 0 0 0 0 0 0 0 0
0.59/0.68 c dualfix : 0.00 5 0 0 0 0 0 0 0 0
0.59/0.68 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
0.59/0.68 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
0.59/0.68 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
0.59/0.68 c implics : 0.00 0 12 0 0 0 0 0 0 0
0.59/0.68 c probing : 0.02 0 6 0 0 0 0 0 0 0
0.59/0.68 c knapsack : 0.00 0 0 0 0 0 0 0 0 0
0.59/0.68 c setppc : 0.01 0 0 0 0 0 214 0 0 0
0.59/0.68 c linear : 0.01 25 300 0 25 0 886 0 0 0
0.59/0.68 c logicor : 0.00 16 0 0 1 0 5 0 0 0
0.59/0.68 c root node : - 169 - - 169 - - - - -
0.59/0.68 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
0.59/0.68 c integral : 0 0 0 3 0 16 0 0 7 0 0 0
0.59/0.68 c knapsack : 11 1 4 0 0 0 0 0 0 0 0 0
0.59/0.68 c setppc : 367 9 645 1 0 12 0 0 6 0 0 0
0.59/0.68 c logicor : 95 9 359 1 0 10 0 0 1 0 0 0
0.59/0.68 c countsols : 0 0 0 1 0 12 0 0 0 0 0 0
0.59/0.68 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
0.59/0.68 c integral : 0.08 0.00 0.00 0.08 0.00 0.00 0.00
0.59/0.68 c knapsack : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.59/0.68 c setppc : 0.01 0.00 0.01 0.00 0.00 0.00 0.00
0.59/0.68 c logicor : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.59/0.68 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.59/0.68 c Propagators : #Propagate #Resprop Cutoffs DomReds
0.59/0.68 c vbounds : 0 0 0 0
0.59/0.68 c rootredcost : 0 0 0 0
0.59/0.68 c pseudoobj : 11 0 0 0
0.59/0.68 c Propagator Timings : TotalTime Propagate Resprop
0.59/0.68 c vbounds : 0.00 0.00 0.00
0.59/0.68 c rootredcost : 0.00 0.00 0.00
0.59/0.68 c pseudoobj : 0.00 0.00 0.00
0.59/0.68 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
0.59/0.68 c propagation : 0.00 0 0 0 0.0 0 0.0 -
0.59/0.68 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
0.59/0.68 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
0.59/0.68 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
0.59/0.68 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
0.59/0.68 c applied globally : - - - 0 0.0 - - -
0.59/0.68 c applied locally : - - - 0 0.0 - - -
0.59/0.68 c Separators : Time Calls Cutoffs DomReds Cuts Conss
0.59/0.68 c cut pool : 0.00 0 - - 0 - (maximal pool size: 4)
0.59/0.68 c redcost : 0.00 9 0 155 0 0
0.59/0.68 c impliedbounds : 0.00 9 0 0 22 0
0.59/0.68 c intobj : 0.00 0 0 0 0 0
0.59/0.68 c gomory : 0.19 9 0 0 1864 0
0.59/0.68 c cgmip : 0.00 0 0 0 0 0
0.59/0.68 c closecuts : 0.00 0 0 0 0 0
0.59/0.68 c strongcg : 0.17 9 0 0 2539 0
0.59/0.68 c cmir : 0.03 9 0 0 0 0
0.59/0.68 c flowcover : 0.04 9 0 0 0 0
0.59/0.68 c clique : 0.00 9 0 0 12 0
0.59/0.68 c zerohalf : 0.00 0 0 0 0 0
0.59/0.68 c mcf : 0.00 2 0 0 0 0
0.59/0.68 c oddcycle : 0.00 0 0 0 0 0
0.59/0.68 c rapidlearning : 0.03 1 0 0 0 40
0.59/0.68 c Pricers : Time Calls Vars
0.59/0.68 c problem variables: 0.00 0 0
0.59/0.68 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
0.59/0.68 c relpscost : 0.08 2 0 7 0 0 0
0.59/0.68 c pscost : 0.00 0 0 0 0 0 0
0.59/0.68 c inference : 0.00 0 0 0 0 0 0
0.59/0.68 c mostinf : 0.00 0 0 0 0 0 0
0.59/0.68 c leastinf : 0.00 0 0 0 0 0 0
0.59/0.68 c fullstrong : 0.00 0 0 0 0 0 0
0.59/0.68 c allfullstrong : 0.00 0 0 0 0 0 0
0.59/0.68 c random : 0.00 0 0 0 0 0 0
0.59/0.68 c Primal Heuristics : Time Calls Found
0.59/0.68 c LP solutions : 0.00 - 1
0.59/0.68 c pseudo solutions : 0.00 - 0
0.59/0.68 c oneopt : 0.00 5 2
0.59/0.68 c trivial : 0.00 2 1
0.59/0.68 c shiftandpropagate: 0.00 0 0
0.59/0.68 c simplerounding : 0.00 0 0
0.59/0.68 c zirounding : 0.00 1 0
0.59/0.68 c rounding : 0.00 11 0
0.59/0.68 c shifting : 0.00 11 5
0.59/0.68 c intshifting : 0.00 0 0
0.59/0.68 c twoopt : 0.00 0 0
0.59/0.68 c fixandinfer : 0.00 0 0
0.59/0.68 c feaspump : 0.00 0 0
0.59/0.68 c clique : 0.00 0 0
0.59/0.68 c coefdiving : 0.00 0 0
0.59/0.68 c pscostdiving : 0.00 0 0
0.59/0.68 c fracdiving : 0.00 0 0
0.59/0.68 c veclendiving : 0.00 0 0
0.59/0.68 c intdiving : 0.00 0 0
0.59/0.68 c actconsdiving : 0.00 0 0
0.59/0.68 c objpscostdiving : 0.00 0 0
0.59/0.68 c rootsoldiving : 0.00 0 0
0.59/0.68 c linesearchdiving : 0.00 0 0
0.59/0.68 c guideddiving : 0.00 0 0
0.59/0.68 c octane : 0.00 0 0
0.59/0.68 c rens : 0.03 1 1
0.59/0.68 c rins : 0.00 0 0
0.59/0.68 c localbranching : 0.00 0 0
0.59/0.68 c mutation : 0.00 0 0
0.59/0.68 c crossover : 0.00 0 0
0.59/0.68 c dins : 0.00 0 0
0.59/0.68 c vbounds : 0.00 0 0
0.59/0.68 c undercover : 0.00 0 0
0.59/0.68 c subnlp : 0.00 0 0
0.59/0.68 c trysol : 0.00 0 0
0.59/0.68 c LP : Time Calls Iterations Iter/call Iter/sec
0.59/0.68 c primal LP : 0.00 0 0 0.00 -
0.59/0.68 c dual LP : 0.02 12 309 25.75 19074.07
0.59/0.68 c lex dual LP : 0.00 0 0 0.00 -
0.59/0.68 c barrier LP : 0.00 0 0 0.00 -
0.59/0.68 c diving/probing LP: 0.00 0 0 0.00 -
0.59/0.68 c strong branching : 0.08 32 1430 44.69 17835.32
0.59/0.68 c (at root node) : - 32 1430 44.69 -
0.59/0.68 c conflict analysis: 0.00 0 0 0.00 -
0.59/0.68 c B&B Tree :
0.59/0.68 c number of runs : 2
0.59/0.68 c nodes : 1
0.59/0.68 c nodes (total) : 2
0.59/0.68 c nodes left : 0
0.59/0.68 c max depth : 0
0.59/0.68 c max depth (total): 0
0.59/0.68 c backtracks : 0 (0.0%)
0.59/0.68 c delayed cutoffs : 0
0.59/0.68 c repropagations : 0 (0 domain reductions, 0 cutoffs)
0.59/0.68 c avg switch length: 2.00
0.59/0.68 c switching time : 0.00
0.59/0.68 c Solution :
0.59/0.68 c Solutions found : 11 (7 improvements)
0.59/0.68 c First Solution : +9.40000000000000e+01 (in run 1, after 1 nodes, 0.07 seconds, depth 0, found by <trivial>)
0.59/0.68 c Primal Bound : +1.20000000000000e+01 (in run 2, after 1 nodes, 0.68 seconds, depth 0, found by <relaxation>)
0.59/0.68 c Dual Bound : +1.20000000000000e+01
0.59/0.68 c Gap : 0.00 %
0.59/0.68 c Root Dual Bound : +1.20000000000000e+01
0.59/0.68 c Root Iterations : 309
0.59/0.69 c Time complete: 0.68.
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 /tmp/evaluation-result-3735917-1338719854/watcher-3735917-1338719854 -o /tmp/evaluation-result-3735917-1338719854/solver-3735917-1338719854 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735917-1338719854.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
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 2.00 3/176 28907
/proc/meminfo: memFree=26284780/32873844 swapFree=7372/7372
[pid=28907] ppid=28905 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/28907/stat : 28907 (scip-2.0.1.4b_2) R 28905 28907 26510 0 -1 4202496 1488 0 0 0 0 0 0 0 20 0 1 0 338111503 9682944 1442 33554432000 4194304 9016284 140737208792592 140734669971368 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28907/statm: 2364 1443 311 1178 0 1182 0
[startup+0.0185549 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28907
/proc/meminfo: memFree=26284780/32873844 swapFree=7372/7372
[pid=28907] ppid=28905 vsize=14204 CPUtime=0.01 cores=0,2,4,6
/proc/28907/stat : 28907 (scip-2.0.1.4b_2) R 28905 28907 26510 0 -1 4202496 2525 0 0 0 1 0 0 0 20 0 1 0 338111503 14544896 2479 33554432000 4194304 9016284 140737208792592 140734669971368 6152495 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28907/statm: 3551 2479 360 1178 0 2369 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14204
[startup+0.100206 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28907
/proc/meminfo: memFree=26284780/32873844 swapFree=7372/7372
[pid=28907] ppid=28905 vsize=24660 CPUtime=0.09 cores=0,2,4,6
/proc/28907/stat : 28907 (scip-2.0.1.4b_2) R 28905 28907 26510 0 -1 4202496 5402 0 0 0 9 0 0 0 20 0 1 0 338111503 25251840 5099 33554432000 4194304 9016284 140737208792592 140734669971368 6278017 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28907/statm: 6165 5099 652 1178 0 4983 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24660
[startup+0.300214 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28907
/proc/meminfo: memFree=26284780/32873844 swapFree=7372/7372
[pid=28907] ppid=28905 vsize=31396 CPUtime=0.29 cores=0,2,4,6
/proc/28907/stat : 28907 (scip-2.0.1.4b_2) R 28905 28907 26510 0 -1 4202496 10005 0 0 0 28 1 0 0 20 0 1 0 338111503 32149504 6770 33554432000 4194304 9016284 140737208792592 140734669971368 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28907/statm: 7849 6770 687 1178 0 6667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31396
Solver just ended. Dumping a history of the last processes samples
[startup+0.500195 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28907
/proc/meminfo: memFree=26284780/32873844 swapFree=7372/7372
[pid=28907] ppid=28905 vsize=48064 CPUtime=0.49 cores=0,2,4,6
/proc/28907/stat : 28907 (scip-2.0.1.4b_2) R 28905 28907 26510 0 -1 4202496 13842 0 0 0 47 2 0 0 20 0 1 0 338111503 49217536 10587 33554432000 4194304 9016284 140737208792592 140737208785336 4446762 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28907/statm: 12016 10587 698 1178 0 10834 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 48064
[startup+0.600234 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28907
/proc/meminfo: memFree=26284780/32873844 swapFree=7372/7372
[pid=28907] ppid=28905 vsize=48136 CPUtime=0.59 cores=0,2,4,6
/proc/28907/stat : 28907 (scip-2.0.1.4b_2) R 28905 28907 26510 0 -1 4202496 13855 0 0 0 57 2 0 0 20 0 1 0 338111503 49291264 10600 33554432000 4194304 9016284 140737208792592 140737208785336 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28907/statm: 12034 10600 699 1178 0 10852 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 48136
Child status: 0
Real time (s): 0.694726
CPU time (s): 0.693893
CPU user time (s): 0.664898
CPU system time (s): 0.028995
CPU usage (%): 99.8801
Max. virtual memory (cumulated for all children) (KiB): 48136
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.664898
system time used= 0.028995
maximum resident set size= 42472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13886
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= 3
involuntary context switches= 3
runsolver used 0.002999 second user time and 0.003999 second system time
The end