0.00/0.01 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01 c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01 c
0.00/0.01 c user parameter file <scip.set> not found - using default parameters
0.00/0.01 c reading problem <HOME/instance-4517084-1751242432.opb>
0.00/0.01 c original problem has 656 variables (656 bin, 0 int, 0 impl, 0 cont) and 1651 constraints
0.00/0.01 c problem read in 0.00
0.00/0.01 c No objective function, only one solution is needed.
0.00/0.02 c presolving:
0.00/0.02 c (round 1, fast) 162 del vars, 16 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 656 clqs
0.00/0.02 c (round 2, fast) 314 del vars, 608 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 785 clqs
0.00/0.02 c (round 3, fast) 322 del vars, 624 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 769 clqs
0.00/0.02 c (0.0s) running MILP presolver
0.00/0.02 c (0.0s) MILP presolver (3 rounds): 128 aggregations, 0 fixings, 0 bound changes
0.00/0.02 c (round 4, medium) 450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 513 clqs
0.00/0.03 c (round 5, exhaustive) 450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 769 upgd conss, 0 impls, 513 clqs
0.00/0.03 c (round 6, fast) 450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 513 clqs
0.00/0.03 c (round 7, exhaustive) 450 del vars, 2419 del conss, 1027 add conss, 16 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 515 clqs
0.00/0.03 c (0.0s) probing: 52/350 (14.9%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.00/0.03 c (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.03 c (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03 c (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.03 c presolving (8 rounds: 8 fast, 4 medium, 3 exhaustive):
0.00/0.03 c 450 deleted vars, 2419 deleted constraints, 1027 added constraints, 16 tightened bounds, 0 added holes, 1 changed sides, 62 changed coefficients
0.00/0.03 c 0 implications, 518 cliques
0.00/0.03 c presolved problem has 350 variables (350 bin, 0 int, 0 impl, 0 cont) and 259 constraints
0.00/0.03 c 1 constraints of type <knapsack>
0.00/0.03 c 256 constraints of type <and>
0.00/0.03 c 2 constraints of type <linear>
0.00/0.03 c transformed objective value is always integral (scale: 1)
0.00/0.03 c Presolving Time: 0.02
0.00/0.03 c - non default parameters ----------------------------------------------------------------------
0.00/0.03 c # SCIP version 10.0.0
0.00/0.03 c
0.00/0.03 c # maximal time in seconds to run
0.00/0.03 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03 c limits/time = 3596.998017
0.00/0.03 c
0.00/0.03 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03 c limits/memory = 27900
0.00/0.03 c
0.00/0.03 c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.03 c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.03 c limits/solutions = 1
0.00/0.03 c
0.00/0.03 c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.00/0.03 c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.03 c misc/usesymmetry = 3
0.00/0.03 c
0.00/0.03 c # belongs reading time to solving time?
0.00/0.03 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03 c timing/reading = TRUE
0.00/0.03 c
0.00/0.03 c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.03 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03 c propagating/symmetry/detectdoublelex = FALSE
0.00/0.03 c
0.00/0.03 c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.03 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03 c propagating/symmetry/detectsubgroups = FALSE
0.00/0.03 c
0.00/0.03 c # Type of symmetries that shall be computed?
0.00/0.03 c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.03 c propagating/symmetry/symtype = 1
0.00/0.03 c
0.00/0.03 c # Should components consisting of a single full reflection be handled?
0.00/0.03 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03 c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.03 c
0.00/0.03 c -----------------------------------------------------------------------------------------------
0.00/0.03 c start solving
0.00/0.04 c
0.00/0.06 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
0.00/0.06 c 0.1s| 1 | 0 | 2 | - | 9019k | 0 | 350 | 287 | 515 | 0 | 0 | 28 | 0 | 0.000000e+00 | -- | Inf | unknown
0.00/0.08 c 0.1s| 1 | 0 | 7 | - | 9166k | 0 | 350 | 293 | 517 | 2 | 1 | 34 | 0 | 0.000000e+00 | -- | Inf | unknown
0.00/0.08 c 0.1s| 1 | 0 | 12 | - | 9271k | 0 | 350 | 294 | 520 | 5 | 2 | 35 | 0 | 0.000000e+00 | -- | Inf | unknown
0.00/0.08 c 0.1s| 1 | 0 | 16 | - | 9338k | 0 | 350 | 294 | 523 | 8 | 3 | 35 | 0 | 0.000000e+00 | -- | Inf | unknown
0.00/0.08 c 0.1s| 1 | 0 | 22 | - | 9396k | 0 | 350 | 294 | 526 | 11 | 4 | 35 | 0 | 0.000000e+00 | -- | Inf | unknown
0.00/0.09 c 0.1s| 1 | 0 | 29 | - | 9612k | 0 | 350 | 294 | 531 | 16 | 5 | 35 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.10 c 0.1s| 1 | 0 | 35 | - | 9786k | 0 | 350 | 294 | 537 | 22 | 6 | 35 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.11 c 0.1s| 1 | 0 | 68 | - | 9853k | 0 | 350 | 294 | 539 | 24 | 7 | 35 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.11 c 0.1s| 1 | 0 | 105 | - | 9913k | 0 | 350 | 294 | 541 | 26 | 8 | 35 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.12 c 0.1s| 1 | 0 | 112 | - | 9986k | 0 | 350 | 294 | 548 | 33 | 9 | 35 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.13 c 0.1s| 1 | 0 | 134 | - | 10M | 0 | 350 | 295 | 554 | 39 | 10 | 36 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.14 c 0.1s| 1 | 0 | 198 | - | 10M | 0 | 350 | 295 | 564 | 50 | 11 | 36 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.15 c 0.1s| 1 | 0 | 220 | - | 10M | 0 | 350 | 295 | 568 | 54 | 12 | 36 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.15 c 0.1s| 1 | 0 | 268 | - | 10M | 0 | 350 | 295 | 571 | 57 | 13 | 36 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.15 c 0.1s| 1 | 0 | 288 | - | 10M | 0 | 350 | 295 | 580 | 66 | 14 | 36 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.16 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
0.08/0.16 c 0.1s| 1 | 0 | 331 | - | 10M | 0 | 350 | 295 | 588 | 74 | 15 | 36 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.16 c 0.2s| 1 | 0 | 478 | - | 10M | 0 | 350 | 295 | 599 | 85 | 16 | 36 | 0 | 0.000000e+00 | -- | Inf | unknown
0.08/0.17 c 0.2s| 1 | 0 | 668 | - | 10M | 0 | 350 | 295 | 597 | 96 | 17 | 36 | 0 | 0.000000e+00 | -- | Inf | unknown
0.18/0.26 c 0.2s| 1 | 0 | 1551 | - | 11M | 0 | 350 | 295 | 597 | 96 | 17 | 38 | 18 | 0.000000e+00 | -- | Inf | unknown
0.18/0.26 c 0.3s| 1 | 0 | 1568 | - | 11M | 0 | 350 | 294 | 600 | 99 | 18 | 38 | 18 | 0.000000e+00 | -- | Inf | unknown
0.18/0.28 c 0.3s| 1 | 2 | 1584 | - | 11M | 0 | 350 | 294 | 600 | 99 | 19 | 38 | 28 | 0.000000e+00 | -- | Inf | unknown
0.28/0.36 c * 0.3s| 21 | 0 | 2764 | 104.0 | LP | 15 | 350 | 303 | 616 | 173 | 2 | 47 | 28 | 0.000000e+00 | 0.000000e+00 | 0.00%| 100.00%
0.28/0.36 c
0.28/0.36 c SCIP Status : problem is solved [optimal solution found]
0.28/0.36 c Solving Time (sec) : 0.35
0.28/0.36 c Solving Nodes : 21
0.28/0.36 c Primal Bound : +0.00000000000000e+00 (1 solutions)
0.28/0.36 c Dual Bound : +0.00000000000000e+00
0.28/0.36 c Gap : 0.00 %
0.28/0.36 c [linear] <linear119>: <x337>[B] (+0) +2<x353>[B] (+0) +4<x369>[B] (-0) +8<x385>[B] (+0) +16<x401>[B] (-0) +32<x417>[B] (+0) +64<x433>[B] (-0) +128<x449>[B] (+0) +256<x465>[B] (-0) +512<x481>[B] (+0) +1024<x497>[B] (-0) +2048<x513>[B] (+0) +4096<x529>[B] (-0) +8192<x545>[B] (+0) +16384<x561>[B] (-0) +32768<x577>[B] (+0) +2<x338>[B] (-0) +4<x354>[B] (+0) +8<x370>[B] (-0) +16<x386>[B] (+0) +32<x402>[B] (-0) +64<x418>[B] (+0) +128<x434>[B] (-0) +256<x450>[B] (+0) +512<x466>[B] (-0) +1024<x482>[B] (+0) +2048<x498>[B] (-0) +4096<x514>[B] (+0) +8192<x530>[B] (-0) +16384<x546>[B] (+0) +32768<x562>[B] (-0) +65536<x578>[B] (+0) +4<x339>[B] (-0) +8<x355>[B] (+0) +16<x371>[B] (-0) +32<x387>[B] (+0) +64<x403>[B] (-0) +128<x419>[B] (+0) +256<x435>[B] (-0) +512<x451>[B] (+0) +1024<x467>[B] (-0) +2048<x483>[B] (+0) +4096<x499>[B] (-0) +8192<x515>[B] (+0) +16384<x531>[B] (-0) +32768<x547>[B] (+0) +65536<x563>[B] (-0) +131072<x579>[B] (+0) +8<x340>[B] (-0) +16<x356>[B] (+0) +32<x372>[B] (-0) +64<x388>[B] (+0) +128<x404>[B]c (-0) +256<x420>[B] (+0) +512<x436>[B] (-0) +1024<x452>[B] (+0) +2048<x468>[B] (-0) +4096<x484>[B] (+0) +8192<x500>[B] (-0) +16384<x516>[B] (+0) +32768<x532>[B] (-0) +65536<x548>[B] (+0) +131072<x564>[B] (-0) +262144<x580>[B] (+0) +16<x341>[B] (-0) +32<x357>[B] (+0) +64<x373>[B] (-0) +128<x389>[B] (+0) +256<x405>[B] (-0) +512<x421>[B] (+0) +1024<x437>[B] (-0) +2048<x453>[B] (+0) +4096<x469>[B] (-0) +8192<x485>[B] (+0) +16384<x501>[B] (-0) +32768<x517>[B] (+0) +65536<x533>[B] (-0) +131072<x549>[B] (+0) +262144<x565>[B] (-0) +524288<x581>[B] (+0) +32<x342>[B] (-0) +64<x358>[B] (+0) +128<x374>[B] (-0) +256<x390>[B] (+0) +512<x406>[B] (-0) +1024<x422>[B] (+0) +2048<x438>[B] (-0) +4096<x454>[B] (+0) +8192<x470>[B] (-0) +16384<x486>[B] (+0) +32768<x502>[B] (-0) +65536<x518>[B] (+0) +131072<x534>[B] (-0) +262144<x550>[B] (+0) +524288<x566>[B] (-0) +1048576<x582>[B] (+0) +64<x343>[B] (-0) +128<x359>[B] (+0) +256<x375>[B] (-0) +512<x391>[B] (+0) +1024<x407>[B] (-0) +2048<x423>[B] (+0) +4096<x439>[B] (-0) +8192<x455>c [B] (+0) +16384<x471>[B] (-0) +32768<x487>[B] (+0) +65536<x503>[B] (-0) +131072<x519>[B] (+0) +262144<x535>[B] (-0) +524288<x551>[B] (+0) +1048576<x567>[B] (-0) +2097152<x583>[B] (+0) +128<x344>[B] (-0) +256<x360>[B] (+0) +512<x376>[B] (-0) +1024<x392>[B] (+0) +2048<x408>[B] (-0) +4096<x424>[B] (+0) +8192<x440>[B] (-0) +16384<x456>[B] (+0) +32768<x472>[B] (-0) +65536<x488>[B] (+0) +131072<x504>[B] (-0) +262144<x520>[B] (+0) +524288<x536>[B] (-0) +1048576<x552>[B] (+0) +2097152<x568>[B] (-0) +4194304<x584>[B] (+0) +256<x345>[B] (-0) +512<x361>[B] (+0) +1024<x377>[B] (-0) +2048<x393>[B] (+0) +4096<x409>[B] (-0) +8192<x425>[B] (+0) +16384<x441>[B] (-0) +32768<x457>[B] (+0) +65536<x473>[B] (-0) +131072<x489>[B] (+0) +262144<x505>[B] (-0) +524288<x521>[B] (+0) +1048576<x537>[B] (-0) +2097152<x553>[B] (+0) +4194304<x569>[B] (-0) +8388608<x585>[B] (+0) +512<x346>[B] (-0) +1024<x362>[B] (+0) +2048<x378>[B] (-0) +4096<x394>[B] (+0) +8192<x410>[B] (-0) +16384<x426>[B] (+0) +32768<x442>[B] (-0) +65536<x458>[B] (+0) +1c 31072<x474>[B] (-0) +262144<x490>[B] (+0) +524288<x506>[B] (-0) +1048576<x522>[B] (+0) +2097152<x538>[B] (-0) +4194304<x554>[B] (+0) +8388608<x570>[B] (-0) +16777216<x586>[B] (+0) +1024<x347>[B] (-0) +2048<x363>[B] (+0) +4096<x379>[B] (-0) +8192<x395>[B] (+0) +16384<x411>[B] (-0) +32768<x427>[B] (+0) +65536<x443>[B] (-0) +131072<x459>[B] (+0) +262144<x475>[B] (-0) +524288<x491>[B] (+0) +1048576<x507>[B] (-0) +2097152<x523>[B] (+0) +4194304<x539>[B] (-0) +8388608<x555>[B] (+0) +16777216<x571>[B] (-0) +33554432<x587>[B] (+0) +2048<x348>[B] (-0) +4096<x364>[B] (+0) +8192<x380>[B] (-0) +16384<x396>[B] (+0) +32768<x412>[B] (-0) +65536<x428>[B] (+0) +131072<x444>[B] (-0) +262144<x460>[B] (+0) +524288<x476>[B] (-0) +1048576<x492>[B] (+0) +2097152<x508>[B] (-0) +4194304<x524>[B] (+0) +8388608<x540>[B] (-0) +16777216<x556>[B] (+0) +33554432<x572>[B] (-0) +67108864<x588>[B] (+0) +4096<x349>[B] (-0) +8192<x365>[B] (+0) +16384<x381>[B] (-0) +32768<x397>[B] (+0) +65536<x413>[B] (-0) +131072<x429>[B] (+0) +262144<x445>[Bc ] (-0) +524288<x461>[B] (+0) +1048576<x477>[B] (-0) +2097152<x493>[B] (+0) +4194304<x509>[B] (-0) +8388608<x525>[B] (+0) +16777216<x541>[B] (-0) +33554432<x557>[B] (+0) +67108864<x573>[B] (-0) +134217728<x589>[B] (+0) +8192<x350>[B] (-0) +16384<x366>[B] (+0) +32768<x382>[B] (-0) +65536<x398>[B] (+0) +131072<x414>[B] (-0) +262144<x430>[B] (+0) +524288<x446>[B] (-0) +1048576<x462>[B] (+0) +2097152<x478>[B] (-0) +4194304<x494>[B] (+0) +8388608<x510>[B] (-0) +16777216<x526>[B] (+0) +33554432<x542>[B] (-0) +67108864<x558>[B] (+0) +134217728<x574>[B] (-0) +268435456<x590>[B] (+0) +16384<x351>[B] (-0) +32768<x367>[B] (+0) +65536<x383>[B] (-0) +131072<x399>[B] (+0) +262144<x415>[B] (-0) +524288<x431>[B] (+0) +1048576<x447>[B] (-0) +2097152<x463>[B] (+0) +4194304<x479>[B] (-0) +8388608<x495>[B] (+0) +16777216<x511>[B] (-0) +33554432<x527>[B] (+0) +67108864<x543>[B] (-0) +134217728<x559>[B] (+0) +268435456<x575>[B] (-0) +536870912<x591>[B] (+0) +32768<x352>[B] (-0) +65536<x368>[B] (+0) +131072<x384>[B] (-0) +262144<xc 400>[B] (+0) +524288<x416>[B] (-0) +1048576<x432>[B] (+0) +2097152<x448>[B] (-0) +4194304<x464>[B] (+0) +8388608<x480>[B] (-0) +16777216<x496>[B] (+0) +33554432<x512>[B] (-0) +67108864<x528>[B] (+0) +134217728<x544>[B] (-0) +268435456<x560>[B] (+0) +536870912<x576>[B] (-0) +1.07374182e+09<x592>[B] (+0) -<x625>[B] (-0) -2<x626>[B] (+1) -4<x627>[B] (+0) -8<x628>[B] (+0) -16<x629>[B] (+0) -32<x630>[B] (+0) -64<x631>[B] (+0) -128<x632>[B] (+0) -256<x633>[B] (+0) -512<x634>[B] (+0) -1024<x635>[B] (+0) -2048<x636>[B] (+0) -4096<x637>[B] (+0) -8192<x638>[B] (+0) -16384<x639>[B] (+0) -32768<x640>[B] (+0) -65536<x641>[B] (+0) -131072<x642>[B] (+0) -262144<x643>[B] (+0) -524288<x644>[B] (+0) -1048576<x645>[B] (+0) -2097152<x646>[B] (+0) -4194304<x647>[B] (+0) -8388608<x648>[B] (+0) -16777216<x649>[B] (+0) -33554432<x650>[B] (+0) -67108864<x651>[B] (+0) -134217728<x652>[B] (+0) -268435456<x653>[B] (+0) -536870912<x654>[B] (+0) -1.07374182e+09<x655>[B] (+0) -2.14748365e+09<x656>[B] (+0) == 0;
0.28/0.36 c ;
0.28/0.36 c violation: left hand side is violated by 2
0.28/0.36 c best solution is not feasible in original problem
0.28/0.36 c internal error
0.28/0.36 s UNKNOWN
0.28/0.36 c SCIP Status : problem is solved [optimal solution found]
0.28/0.36 c Total Time : 0.35
0.28/0.36 c solving : 0.35
0.28/0.36 c presolving : 0.02 (included in solving)
0.28/0.36 c reading : 0.00 (included in solving)
0.28/0.36 c copying : 0.01 (4 #copies) (minimal 0.00, maximal 0.00, average 0.00)
0.28/0.36 c Original Problem :
0.28/0.36 c Problem name : HOME/instance-4517084-1751242432.opb
0.28/0.36 c Variables : 656 (656 binary, 0 integer, 0 implicit integer, 0 continuous)
0.28/0.36 c Constraints : 1651 initial, 1651 maximal
0.28/0.36 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
0.28/0.36 c Presolved Problem :
0.28/0.36 c Problem name : t_HOME/instance-4517084-1751242432.opb
0.28/0.36 c Variables : 350 (350 binary, 0 integer, 0 implicit integer, 0 continuous)
0.28/0.36 c Constraints : 259 initial, 303 maximal
0.28/0.36 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
0.28/0.36 c Nonzeros : 1163 constraint, 1004 clique table
0.28/0.36 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
0.28/0.36 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c domcol : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c dualsparsify : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c gateextraction : 0.00 0.00 1 0 0 0 0 0 768 256 0 0
0.28/0.36 c implics : 0.00 0.00 4 0 0 0 0 0 0 0 0 0
0.28/0.36 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c milp : 0.00 0.00 1 0 128 0 0 0 1027 771 0 0
0.28/0.36 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c sparsify : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c trivial : 0.00 0.00 8 144 0 0 0 0 0 0 0 0
0.28/0.36 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c dualfix : 0.00 0.00 8 0 0 0 0 0 0 0 0 0
0.28/0.36 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c probing : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c symmetry : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c vbounds : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c knapsack : 0.00 0.00 6 0 0 0 0 0 0 0 1 62
0.28/0.36 c setppc : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
0.28/0.36 c and : 0.00 0.00 2 0 0 0 0 0 0 0 0 0
0.28/0.36 c linear : 0.01 0.00 10 16 18 0 16 0 624 0 0 0
0.28/0.36 c logicor : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
0.28/0.36 c benders : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c components : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c root node : - - - 1 - - 1 - - - - -
0.28/0.36 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
0.28/0.36 c benderslp : 0 0 0 0 17 0 0 26 0 0 0 0 0 0 0
0.28/0.36 c integral : 0 0 0 0 17 0 0 26 0 0 0 0 0 0 30
0.28/0.36 c knapsack : 1 1 18 1210 1 0 0 21 101 11 5 19 4 0 0
0.28/0.36 c setppc : 0+ 3 18 347 0 0 0 0 7 0 1 8 0 0 0
0.28/0.36 c and : 256 256 50 1195 1 0 0 11 1217 1 185 144 79 0 0
0.28/0.36 c linear : 2 2 18 1198 1 0 0 10 293 10 11 0 0 0 0
0.28/0.36 c logicor : 0+ 43 18 195 0 0 0 0 6 4 1 26 2 0 0
0.28/0.36 c benders : 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c fixedvar : 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c countsols : 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
0.28/0.36 c benderslp : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c integral : 0.08 0.00 0.00 0.00 0.08 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c knapsack : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c and : 0.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c logicor : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c benders : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c fixedvar : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c Propagators : #Propagate #ResProp Cutoffs DomReds
0.28/0.36 c dualfix : 2 0 0 0
0.28/0.36 c genvbounds : 0 0 0 0
0.28/0.36 c nlobbt : 0 0 0 0
0.28/0.36 c obbt : 0 0 0 0
0.28/0.36 c probing : 0 0 0 0
0.28/0.36 c pseudoobj : 0 0 0 0
0.28/0.36 c redcost : 0 0 0 0
0.28/0.36 c rootredcost : 0 0 0 0
0.28/0.36 c symmetry : 0 0 0 0
0.28/0.36 c vbounds : 442 0 0 0
0.28/0.36 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
0.28/0.36 c dualfix : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c genvbounds : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c probing : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c pseudoobj : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c redcost : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c rootredcost : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c symmetry : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c vbounds : 0.00 0.00 0.00 0.00 0.00 0.00
0.28/0.36 c Symmetry :
0.28/0.36 c orbitopal red. : 0 reductions applied, 0 cutoffs
0.28/0.36 c orbital reduction: 0 reductions applied, 0 cutoffs
0.28/0.36 c lexicographic red: 0 reductions applied, 0 cutoffs
0.28/0.36 c shadow tree time : 0.00 s
0.28/0.36 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
0.28/0.36 c propagation : 0.00 19 19 - 121 59.2 1 10.0 - - -
0.28/0.36 c infeasible LP : 0.00 10 2 - 13 38.8 0 0.0 0 0.0 0
0.28/0.36 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
0.28/0.36 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
0.28/0.36 c pseudo solution : 0.00 1 1 - 1 0.0 0 0.0 - - -
0.28/0.36 c applied globally : 0.00 - - 0 46 18.7 - - 0 - -
0.28/0.36 c applied locally : - - - 0 1 128.0 - - 0 - -
0.28/0.36 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
0.28/0.36 c cut pool : 0.00 - 38 34 - - 239 467 - - - - - (maximal pool size: 239)
0.28/0.36 c aggregation : 0.02 0.00 19 17 0 0 67 104 1 24 23 1 0
0.28/0.36 c > cmir : - - - - - - - 50 0 4 4 0 -
0.28/0.36 c > flowcover : - - - - - - - 38 0 13 13 0 -
0.28/0.36 c > knapsackcover : - - - - - - - 16 1 7 6 1 -
0.28/0.36 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c clique : 0.00 0.00 17 17 0 0 0 0 0 0 0 0 0
0.28/0.36 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c gomory : 0.06 0.00 12 10 0 0 99 259 1 5 5 0 0
0.28/0.36 c > gomorymi : - - - - - - - 189 1 4 4 0 -
0.28/0.36 c > strongcg : - - - - - - - 70 0 1 1 0 -
0.28/0.36 c impliedbounds : 0.00 0.00 19 17 0 0 60 67 0 53 53 0 0
0.28/0.36 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c mcf : 0.00 0.00 1 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c multilinear : 0.00 0.00 23 18 0 0 0 0 0 0 0 0 0
0.28/0.36 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
0.28/0.36 c rapidlearning : 0.02 0.00 2 1 0 0 0 0 0 0 0 0 0
0.28/0.36 c rlt : 0.00 0.00 11 10 0 0 7 21 0 5 5 0 0
0.28/0.36 c zerohalf : 0.00 0.00 19 17 0 0 8 16 0 1 1 0 0
0.28/0.36 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
0.28/0.36 c hybrid : 0.00 0.00 49 18 173 0 493 99 0 472
0.28/0.36 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c Pricers : ExecTime SetupTime Calls Vars
0.28/0.36 c problem variables: 0.00 - 0 0
0.28/0.36 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
0.28/0.36 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c random : 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c relpscost : 0.08 0.00 16 0 0 0 0 0 0 30
0.28/0.36 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
0.28/0.36 c Primal Heuristics : ExecTime SetupTime Calls Found Best
0.28/0.36 c LP solutions : 0.00 - - 1 1
0.28/0.36 c relax solutions : 0.00 - - 0 0
0.28/0.36 c pseudo solutions : 0.00 - - 0 0
0.28/0.36 c strong branching : 0.00 - - 0 0
0.28/0.36 c actconsdiving : 0.00 0.00 0 0 0
0.28/0.36 c adaptivediving : 0.00 0.00 0 0 0
0.28/0.36 c alns : 0.00 0.00 1 0 0
0.28/0.36 c bound : 0.00 0.00 0 0 0
0.28/0.36 c clique : 0.00 0.00 1 0 0
0.28/0.36 c coefdiving : 0.00 0.00 0 0 0
0.28/0.36 c completesol : 0.00 0.00 0 0 0
0.28/0.36 c conflictdiving : 0.01 0.00 1 0 0
0.28/0.36 c crossover : 0.00 0.00 0 0 0
0.28/0.36 c dins : 0.00 0.00 0 0 0
0.28/0.36 c distributiondivin: 0.00 0.00 0 0 0
0.28/0.36 c dps : 0.00 0.00 0 0 0
0.28/0.36 c dualval : 0.00 0.00 0 0 0
0.28/0.36 c farkasdiving : 0.00 0.00 0 0 0
0.28/0.36 c feasjump : 0.02 0.00 1 0 0
0.28/0.36 c feaspump : 0.01 0.00 1 0 0
0.28/0.36 c fixandinfer : 0.00 0.00 0 0 0
0.28/0.36 c fracdiving : 0.00 0.00 0 0 0
0.28/0.36 c gins : 0.00 0.00 0 0 0
0.28/0.36 c guideddiving : 0.00 0.00 0 0 0
0.28/0.36 c indcoefdiving : 0.00 0.00 0 0 0
0.28/0.36 c indicator : 0.00 0.00 0 0 0
0.28/0.36 c indicatordiving : 0.00 0.00 0 0 0
0.28/0.36 c indoneopt : 0.00 0.00 0 0 0
0.28/0.36 c indrounding : 0.00 0.00 0 0 0
0.28/0.36 c indtwoopt : 0.00 0.00 0 0 0
0.28/0.36 c intdiving : 0.00 0.00 0 0 0
0.28/0.36 c intshifting : 0.00 0.00 0 0 0
0.28/0.36 c linesearchdiving : 0.00 0.00 0 0 0
0.28/0.36 c localbranching : 0.00 0.00 0 0 0
0.28/0.36 c locks : 0.00 0.00 1 0 0
0.28/0.36 c lpface : 0.00 0.00 0 0 0
0.28/0.36 c mpec : 0.00 0.00 0 0 0
0.28/0.36 c multistart : 0.00 0.00 0 0 0
0.28/0.36 c mutation : 0.00 0.00 0 0 0
0.28/0.36 c nlpdiving : 0.00 0.00 0 0 0
0.28/0.36 c objpscostdiving : 0.00 0.00 0 0 0
0.28/0.36 c octane : 0.00 0.00 0 0 0
0.28/0.36 c ofins : 0.00 0.00 0 0 0
0.28/0.36 c oneopt : 0.00 0.00 0 0 0
0.28/0.36 c padm : 0.00 0.00 0 0 0
0.28/0.36 c proximity : 0.00 0.00 0 0 0
0.28/0.36 c pscostdiving : 0.00 0.00 1 0 0
0.28/0.36 c randrounding : 0.00 0.00 19 0 0
0.28/0.36 c rens : 0.00 0.00 1 0 0
0.28/0.36 c reoptsols : 0.00 0.00 0 0 0
0.28/0.36 c repair : 0.00 0.00 0 0 0
0.28/0.36 c rins : 0.00 0.00 0 0 0
0.28/0.36 c rootsoldiving : 0.00 0.00 0 0 0
0.28/0.36 c rounding : 0.00 0.00 64 0 0
0.28/0.36 c scheduler : 0.00 0.00 0 0 0
0.28/0.36 c shiftandpropagate: 0.00 0.00 1 0 0
0.28/0.36 c shifting : 0.01 0.00 22 0 0
0.28/0.36 c simplerounding : 0.00 0.00 0 0 0
0.28/0.36 c smallcard : 0.00 0.00 0 0 0
0.28/0.36 c subnlp : 0.00 0.00 0 0 0
0.28/0.36 c trivial : 0.00 0.00 2 0 0
0.28/0.36 c trivialnegation : 0.00 0.00 0 0 0
0.28/0.36 c trustregion : 0.00 0.00 0 0 0
0.28/0.36 c trysol : 0.00 0.00 0 0 0
0.28/0.36 c twoopt : 0.00 0.00 0 0 0
0.28/0.36 c undercover : 0.01 0.00 1 0 0
0.28/0.36 c vbounds : 0.00 0.00 1 0 0
0.28/0.36 c veclendiving : 0.00 0.00 0 0 0
0.28/0.36 c zeroobj : 0.00 0.00 0 0 0
0.28/0.36 c zirounding : 0.00 0.00 15 0 0
0.28/0.36 c other solutions : - - - 0 -
0.28/0.36 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
0.28/0.36 c rens : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
0.28/0.36 c rins : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
0.28/0.36 c mutation : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
0.28/0.36 c localbranching : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
0.28/0.36 c crossover : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
0.28/0.36 c proximity : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
0.28/0.36 c dins : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
0.28/0.36 c zeroobjective : 0 0.00 0.00 0 0 0 0.00000 0.00000 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 0
0.28/0.36 c trustregion : 0 0.00 0.00 0 0 0 0.00000 0.00000 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 0
0.28/0.36 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
0.28/0.36 c primal LP : 0.00 4 0 0.00 - 0.00 4
0.28/0.36 c dual LP : 0.05 70 1609 22.99 31465.11 0.00 0
0.28/0.36 c lex dual LP : 0.00 0 0 0.00 -
0.28/0.36 c barrier LP : 0.00 0 0 0.00 - 0.00 0
0.28/0.36 c resolve instable : 0.00 0 0 0.00 -
0.28/0.36 c diving/probing LP: 0.02 26 1155 44.42 48032.94
0.28/0.36 c strong branching : 0.07 28 2700 96.43 39182.11 - - 0
0.28/0.36 c (at root node) : - 28 2700 96.43 -
0.28/0.36 c conflict analysis: 0.00 0 0 0.00 -
0.28/0.36 c B&B Tree :
0.28/0.36 c number of runs : 1
0.28/0.36 c nodes : 21 (15 internal, 6 leaves)
0.28/0.36 c feasible leaves : 1
0.28/0.36 c infeas. leaves : 5
0.28/0.36 c objective leaves : 0
0.28/0.36 c nodes (total) : 21 (15 internal, 6 leaves)
0.28/0.36 c nodes left : 0
0.28/0.36 c max depth : 15
0.28/0.36 c max depth (total): 15
0.28/0.36 c backtracks : 2 (9.5%)
0.28/0.36 c early backtracks : 0 (0.0%)
0.28/0.36 c nodes exc. ref. : 0 (0.0%)
0.28/0.36 c delayed cutoffs : 0
0.28/0.36 c repropagations : 4 (18 domain reductions, 0 cutoffs)
0.28/0.36 c avg switch length: 2.38
0.28/0.36 c switching time : 0.00
0.28/0.36 c Root Node :
0.28/0.36 c First LP value : +0.00000000000000e+00
0.28/0.36 c First LP Iters : 2 (6711.41 Iter/sec)
0.28/0.36 c First LP Time : 0.00
0.28/0.36 c Final Dual Bound : +0.00000000000000e+00
0.28/0.36 c Final Root Iters : 685
0.28/0.36 c Root LP Estimate : +9.58694901681388e-04
0.28/0.36 c Solution :
0.28/0.36 c Solutions found : 1 (1 improvements)
0.28/0.36 c First Solution : +0.00000000000000e+00 (in run 1, after 21 nodes, 0.35 seconds, depth 15, found by <relaxation>)
0.28/0.36 c Gap First Sol. : 0.00 %
0.28/0.36 c Gap Last Sol. : 0.00 %
0.28/0.36 c Primal Bound : +0.00000000000000e+00 (in run 1, after 21 nodes, 0.35 seconds, depth -1, found by <relaxation>)
0.28/0.36 c Dual Bound : +0.00000000000000e+00
0.28/0.36 c Gap : 0.00 %
0.28/0.36 c Integrals : Total Avg%
0.28/0.36 c primal-dual : 34.55 99.97
0.28/0.36 c primal-ref : - - (not evaluated)
0.28/0.36 c dual-ref : - - (not evaluated)
0.28/0.36 c Time complete: 0.349926.