0.00/0.00 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00 c Copyright (c) 2002-2010 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-3738042-1338719619.opb>
0.00/0.02 c original problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3376 constraints
0.00/0.02 c problem read
0.00/0.02 c No objective function, only one solution is needed.
0.00/0.02 c presolving settings loaded
0.00/0.03 c presolving:
0.00/0.06 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 24792 impls, 200 clqs
0.00/0.09 c presolving (2 rounds):
0.00/0.09 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.09 c 24792 implications, 200 cliques
0.00/0.09 c presolved problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3376 constraints
0.00/0.09 c 1 constraints of type <knapsack>
0.00/0.09 c 300 constraints of type <setppc>
0.00/0.09 c 3074 constraints of type <and>
0.00/0.09 c 1 constraints of type <linear>
0.00/0.09 c transformed objective value is always integral (scale: 1)
0.00/0.09 c Presolving Time: 0.06
0.00/0.09 c - non default parameters ----------------------------------------------------------------------
0.00/0.09 c # SCIP version 1.2.1.3
0.00/0.09 c
0.00/0.09 c # frequency for displaying node information lines
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.09 c display/freq = 10000
0.00/0.09 c
0.00/0.09 c # maximal time in seconds to run
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.09 c limits/time = 1789.99
0.00/0.09 c
0.00/0.09 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.09 c limits/memory = 13950
0.00/0.09 c
0.00/0.09 c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.09 c limits/solutions = 1
0.00/0.09 c
0.00/0.09 c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.09 c separating/maxrounds = 1
0.00/0.09 c
0.00/0.09 c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.09 c separating/maxroundsroot = 5
0.00/0.09 c
0.00/0.09 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.09 c # [type: int, range: [1,2], default: 1]
0.00/0.09 c timing/clocktype = 2
0.00/0.09 c
0.00/0.09 c # should presolving try to simplify inequalities
0.00/0.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09 c constraints/linear/simplifyinequalities = TRUE
0.00/0.09 c
0.00/0.09 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09 c constraints/indicator/addCouplingCons = TRUE
0.00/0.09 c
0.00/0.09 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.09 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.09 c constraints/knapsack/disaggregation = FALSE
0.00/0.09 c
0.00/0.09 c # should presolving try to simplify knapsacks
0.00/0.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.09 c
0.00/0.09 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.09 c presolving/probing/maxrounds = 0
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09 c heuristics/coefdiving/freq = -1
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09 c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.09 c heuristics/crossover/freq = -1
0.00/0.09 c
0.00/0.09 c # number of nodes added to the contingent of the total nodes
0.00/0.09 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.09 c heuristics/crossover/nodesofs = 750
0.00/0.09 c
0.00/0.09 c # number of nodes without incumbent change that heuristic should wait
0.00/0.09 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.09 c heuristics/crossover/nwaitingnodes = 100
0.00/0.09 c
0.00/0.09 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.09 c # [type: real, range: [0,1], default: 0.1]
0.00/0.09 c heuristics/crossover/nodesquot = 0.15
0.00/0.09 c
0.00/0.09 c # minimum percentage of integer variables that have to be fixed
0.00/0.09 c # [type: real, range: [0,1], default: 0.666]
0.00/0.09 c heuristics/crossover/minfixingrate = 0.5
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.09 c heuristics/feaspump/freq = -1
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09 c heuristics/fracdiving/freq = -1
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09 c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09 c heuristics/guideddiving/freq = -1
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09 c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09 c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09 c heuristics/intshifting/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09 c heuristics/linesearchdiving/freq = -1
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09 c heuristics/nlp/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.09 c heuristics/objpscostdiving/freq = -1
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.09 c # [type: real, range: [0,1], default: 0.01]
0.00/0.09 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09 c heuristics/oneopt/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09 c heuristics/pscostdiving/freq = -1
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.09 c heuristics/rens/freq = -1
0.00/0.09 c
0.00/0.09 c # minimum percentage of integer variables that have to be fixable
0.00/0.09 c # [type: real, range: [0,1], default: 0.5]
0.00/0.09 c heuristics/rens/minfixingrate = 0.3
0.00/0.09 c
0.00/0.09 c # number of nodes added to the contingent of the total nodes
0.00/0.09 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.09 c heuristics/rens/nodesofs = 2000
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.09 c heuristics/rootsoldiving/freq = -1
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.09 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09 c heuristics/rounding/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09 c heuristics/shifting/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09 c heuristics/simplerounding/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.09 c heuristics/trivial/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09 c heuristics/trysol/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09 c heuristics/veclendiving/freq = -1
0.00/0.09 c
0.00/0.09 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09 c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.09 c
0.00/0.09 c # additional number of allowed LP iterations
0.00/0.09 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09 c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.09 c
0.00/0.09 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09 c heuristics/zirounding/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.09 c separating/cmir/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.09 c separating/flowcover/freq = -1
0.00/0.09 c
0.00/0.09 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.09 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.09 c separating/rapidlearning/freq = 0
0.00/0.09 c
0.00/0.09 c -----------------------------------------------------------------------------------------------
0.00/0.09 c start solving
0.00/0.09 c
0.08/0.16 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.08/0.16 c 0.1s| 1 | 0 | 301 | - | 14M| 0 | 183 |3274 |3376 |3274 |6450 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1.08/1.13 c 1.1s| 1 | 0 | 427 | - | 15M| 0 | 198 |3274 |3376 |3274 |6462 | 12 | 0 | 0 | 0.000000e+00 | -- | Inf
1.88/1.97 c 2.0s| 1 | 0 | 496 | - | 15M| 0 | 204 |3274 |3376 |3274 |6472 | 22 | 0 | 0 | 0.000000e+00 | -- | Inf
2.78/2.84 c 2.8s| 1 | 0 | 585 | - | 16M| 0 | 191 |3274 |3376 |3274 |6479 | 29 | 0 | 0 | 0.000000e+00 | -- | Inf
3.58/3.67 c 3.6s| 1 | 0 | 654 | - | 17M| 0 | 218 |3274 |3376 |3274 |6486 | 36 | 0 | 0 | 0.000000e+00 | -- | Inf
4.48/4.51 c 4.5s| 1 | 0 | 706 | - | 17M| 0 | 224 |3274 |3376 |3274 |6493 | 43 | 0 | 0 | 0.000000e+00 | -- | Inf
6.69/6.75 c 6.7s| 1 | 2 | 706 | - | 17M| 0 | 224 |3274 |3376 |3274 |6493 | 43 | 0 | 10 | 0.000000e+00 | -- | Inf
264.42/264.55 c 265s| 10000 | 430 | 1109k| 110.9 | 29M| 40 | - |3274 |6197 |3274 | 937 | 205k| 11k|7341 | 0.000000e+00 | -- | Inf
458.18/458.36 c 458s| 20000 | 618 | 2055k| 102.7 | 34M| 40 | 100 |3274 |8380 |3274 | 991 | 387k| 25k| 11k| 0.000000e+00 | -- | Inf
631.76/631.97 c 632s| 30000 | 796 | 2918k| 97.3 | 38M| 40 | - |3274 |7066 |3274 | 994 | 540k| 38k| 15k| 0.000000e+00 | -- | Inf
793.32/793.57 c 794s| 40000 | 903 | 3733k| 93.3 | 41M| 40 | - |3274 |8477 |3274 | 910 | 676k| 51k| 18k| 0.000000e+00 | -- | Inf
953.19/953.49 c 953s| 50000 | 1009 | 4566k| 91.3 | 43M| 40 | - |3274 |9443 |3274 | 946 | 813k| 64k| 20k| 0.000000e+00 | -- | Inf
1105.67/1105.91 c 1106s| 60000 | 1009 | 5362k| 89.4 | 43M| 44 | 118 |3274 |7773 |3274 | 907 | 938k| 77k| 23k| 0.000000e+00 | -- | Inf
1288.54/1288.85 c 1289s| 70000 | 1158 | 6325k| 90.4 | 47M| 44 | - |3274 |7856 |3274 |1011 |1102k| 90k| 25k| 0.000000e+00 | -- | Inf
1422.02/1422.31 c *1422s| 77844 | 0 | 7038k| 90.4 | 24M| 46 | - |3274 |8424 |3274 | 874 |1210k| 101k| 27k| 0.000000e+00 | 0.000000e+00 | 0.00%
1422.02/1422.31 c
1422.02/1422.31 c SCIP Status : problem is solved [optimal solution found]
1422.02/1422.31 c Solving Time (sec) : 1422.29
1422.02/1422.31 c Solving Nodes : 77844
1422.02/1422.31 c Primal Bound : +0.00000000000000e+00 (1 solutions)
1422.02/1422.31 c Dual Bound : +0.00000000000000e+00
1422.02/1422.31 c Gap : 0.00 %
1422.02/1422.32 s SATISFIABLE
1422.02/1422.32 v -x196 -x137 -x130 -x172 -x140 -x179 -x127 -x159 -x181 -x123 -x121 -x133 -x175 -x112 -x188 -x113 -x147 -x119 -x156 -x152 -x185 -x154
1422.02/1422.32 v -x142 -x136 -x126 x186 -x105 -x171 -x117 -x144 x163 -x106 -x149 -x124 -x110 -x102 x193 x177 -x169 -x167 -x160 -x151 -x148
1422.02/1422.32 v -x141 -x139 -x135 -x134 -x109 x104 -x200 -x145 -x115 -x166 x161 -x107 -x129 -x158 -x153 -x183 x187 -x114 x164 x197 -x101 -x198
1422.02/1422.32 v -x195 -x190 -x184 -x182 -x157 -x132 -x125 -x122 -x118 -x108 -x111 -x192 -x116 -x170 x173 -x103 -x131 x168 -x174 -x155 x138
1422.02/1422.32 v -x194 -x150 -x180 -x143 -x128 -x146 x178 -x165 -x199 -x162 -x176 x189 x120 -x191 -x100 -x99 -x98 -x97 x96 -x95 x94 -x93 -x92
1422.02/1422.32 v x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 x80 -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66
1422.02/1422.32 v x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40
1422.02/1422.32 v -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 x21 -x20 x19 -x18 -x17 -x16 -x15 -x14
1422.02/1422.32 v -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1
1422.02/1422.32 c SCIP Status : problem is solved [optimal solution found]
1422.02/1422.32 c Solving Time : 1422.29
1422.02/1422.32 c Original Problem :
1422.02/1422.32 c Problem name : HOME/instance-3738042-1338719619.opb
1422.02/1422.32 c Variables : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1422.02/1422.32 c Constraints : 3376 initial, 3376 maximal
1422.02/1422.32 c Presolved Problem :
1422.02/1422.32 c Problem name : t_HOME/instance-3738042-1338719619.opb
1422.02/1422.32 c Variables : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1422.02/1422.32 c Constraints : 3376 initial, 10574 maximal
1422.02/1422.32 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1422.02/1422.32 c trivial : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c dualfix : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c boundshift : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c implics : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c probing : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c knapsack : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c setppc : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c and : 0.04 0 0 0 0 0 0 0 0
1422.02/1422.32 c linear : 0.01 0 0 0 0 0 0 0 0
1422.02/1422.32 c logicor : 0.00 0 0 0 0 0 0 0 0
1422.02/1422.32 c root node : - 0 - - 0 - - - -
1422.02/1422.32 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1422.02/1422.32 c integral : 0 0 0 43170 0 148 5023 0 0 80192
1422.02/1422.32 c knapsack : 1 5 357147 57 0 49 754 0 0 0
1422.02/1422.32 c setppc : 300 5 357173 57 0 908 404147 0 0 0
1422.02/1422.32 c and : 3074 54951 356265 57 0 621 5545290 1210472 0 0
1422.02/1422.32 c linear : 1 5 355643 1 0 13 20 0 0 0
1422.02/1422.32 c logicor : 0+ 0 131986 0 0 314 132386 0 0 0
1422.02/1422.32 c countsols : 0 0 0 1 0 0 0 0 0 0
1422.02/1422.32 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1422.02/1422.32 c integral : 278.10 0.00 0.00 278.10 0.00
1422.02/1422.32 c knapsack : 0.58 0.00 0.57 0.00 0.00
1422.02/1422.32 c setppc : 1.04 0.00 1.04 0.00 0.00
1422.02/1422.32 c and : 16.83 7.26 9.57 0.01 0.00
1422.02/1422.32 c linear : 1.87 0.00 1.87 0.00 0.00
1422.02/1422.32 c logicor : 6.07 0.00 6.07 0.00 0.00
1422.02/1422.32 c countsols : 0.00 0.00 0.00 0.00 0.00
1422.02/1422.32 c Propagators : Time Calls Cutoffs DomReds
1422.02/1422.32 c vbounds : 0.05 1 0 0
1422.02/1422.32 c rootredcost : 0.05 0 0 0
1422.02/1422.32 c pseudoobj : 0.04 0 0 0
1422.02/1422.32 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1422.02/1422.32 c propagation : 0.10 1905 1874 7290 58.0 160 84.6 -
1422.02/1422.32 c infeasible LP : 20.34 36076 35793 411881 73.7 282 11.2 0
1422.02/1422.32 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1422.02/1422.32 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1422.02/1422.32 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1422.02/1422.32 c applied globally : - - - 101296 72.7 - - -
1422.02/1422.32 c applied locally : - - - 0 0.0 - - -
1422.02/1422.32 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1422.02/1422.32 c cut pool : 0.00 4 - - 13 - (maximal pool size: 553)
1422.02/1422.32 c redcost : 2.32 54951 0 0 0 0
1422.02/1422.32 c impliedbounds : 0.00 5 0 0 14 0
1422.02/1422.32 c intobj : 0.00 0 0 0 0 0
1422.02/1422.32 c cgmip : 0.00 0 0 0 0 0
1422.02/1422.32 c gomory : 3.30 5 0 0 0 0
1422.02/1422.32 c strongcg : 0.62 5 0 0 2500 0
1422.02/1422.32 c cmir : 0.00 0 0 0 0 0
1422.02/1422.32 c flowcover : 0.00 0 0 0 0 0
1422.02/1422.32 c clique : 0.02 5 0 0 32 0
1422.02/1422.32 c zerohalf : 0.00 0 0 0 0 0
1422.02/1422.32 c mcf : 0.09 4 0 0 36 0
1422.02/1422.32 c rapidlearning : 0.17 1 0 0 0 0
1422.02/1422.32 c Pricers : Time Calls Vars
1422.02/1422.32 c problem variables: 0.00 0 0
1422.02/1422.32 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1422.02/1422.32 c relpscost : 278.05 43113 148 5023 0 0 80192
1422.02/1422.32 c pscost : 0.00 0 0 0 0 0 0
1422.02/1422.32 c inference : 0.00 0 0 0 0 0 0
1422.02/1422.32 c mostinf : 0.00 0 0 0 0 0 0
1422.02/1422.32 c leastinf : 0.00 0 0 0 0 0 0
1422.02/1422.32 c fullstrong : 0.00 0 0 0 0 0 0
1422.02/1422.32 c allfullstrong : 0.00 0 0 0 0 0 0
1422.02/1422.32 c random : 0.00 0 0 0 0 0 0
1422.02/1422.32 c Primal Heuristics : Time Calls Found
1422.02/1422.32 c LP solutions : 0.01 - 1
1422.02/1422.32 c pseudo solutions : 0.00 - 0
1422.02/1422.32 c trivial : 0.00 1 0
1422.02/1422.32 c simplerounding : 0.00 0 0
1422.02/1422.32 c zirounding : 0.00 0 0
1422.02/1422.32 c rounding : 0.00 0 0
1422.02/1422.32 c shifting : 0.00 0 0
1422.02/1422.32 c intshifting : 0.00 0 0
1422.02/1422.32 c oneopt : 0.00 0 0
1422.02/1422.32 c twoopt : 0.00 0 0
1422.02/1422.32 c fixandinfer : 0.00 0 0
1422.02/1422.32 c feaspump : 0.00 0 0
1422.02/1422.32 c coefdiving : 0.00 0 0
1422.02/1422.32 c pscostdiving : 0.00 0 0
1422.02/1422.32 c fracdiving : 0.00 0 0
1422.02/1422.32 c veclendiving : 0.00 0 0
1422.02/1422.32 c intdiving : 0.00 0 0
1422.02/1422.32 c actconsdiving : 0.00 0 0
1422.02/1422.32 c objpscostdiving : 0.00 0 0
1422.02/1422.32 c rootsoldiving : 0.00 0 0
1422.02/1422.32 c linesearchdiving : 0.00 0 0
1422.02/1422.32 c guideddiving : 0.00 0 0
1422.02/1422.32 c octane : 0.00 0 0
1422.02/1422.32 c rens : 0.00 0 0
1422.02/1422.32 c rins : 0.00 0 0
1422.02/1422.32 c localbranching : 0.00 0 0
1422.02/1422.32 c mutation : 0.00 0 0
1422.02/1422.32 c crossover : 0.00 0 0
1422.02/1422.32 c dins : 0.00 0 0
1422.02/1422.32 c undercover : 0.00 0 0
1422.02/1422.32 c nlp : 0.00 0 0
1422.02/1422.32 c trysol : 0.00 0 0
1422.02/1422.32 c LP : Time Calls Iterations Iter/call Iter/sec
1422.02/1422.32 c primal LP : 22.36 0 0 0.00 0.00
1422.02/1422.32 c dual LP : 997.97 133582 7038876 52.69 7053.23
1422.02/1422.32 c lex dual LP : 0.00 0 0 0.00 -
1422.02/1422.32 c barrier LP : 0.00 0 0 0.00 -
1422.02/1422.32 c diving/probing LP: 0.00 0 0 0.00 -
1422.02/1422.32 c strong branching : 276.70 27254 1759887 64.57 6360.21
1422.02/1422.32 c (at root node) : - 10 5652 565.20 -
1422.02/1422.32 c conflict analysis: 0.00 0 0 0.00 -
1422.02/1422.32 c B&B Tree :
1422.02/1422.32 c number of runs : 1
1422.02/1422.32 c nodes : 77844
1422.02/1422.32 c nodes (total) : 77844
1422.02/1422.32 c nodes left : 0
1422.02/1422.32 c max depth : 46
1422.02/1422.32 c max depth (total): 46
1422.02/1422.32 c backtracks : 14379 (18.5%)
1422.02/1422.32 c delayed cutoffs : 1187
1422.02/1422.32 c repropagations : 103490 (675639 domain reductions, 382 cutoffs)
1422.02/1422.32 c avg switch length: 5.28
1422.02/1422.32 c switching time : 49.73
1422.02/1422.32 c Solution :
1422.02/1422.32 c Solutions found : 1 (1 improvements)
1422.02/1422.32 c First Solution : +0.00000000000000e+00 (in run 1, after 77844 nodes, 1422.27 seconds, depth 30, found by <relaxation>)
1422.02/1422.32 c Primal Bound : +0.00000000000000e+00 (in run 1, after 77844 nodes, 1422.27 seconds, depth 30, found by <relaxation>)
1422.02/1422.32 c Dual Bound : +0.00000000000000e+00
1422.02/1422.32 c Gap : 0.00 %
1422.02/1422.32 c Root Dual Bound : +0.00000000000000e+00
1422.02/1422.32 c Root Iterations : 706
1422.02/1422.35 c Time complete: 1422.07.
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-3738042-1338719619/watcher-3738042-1338719619 -o /tmp/evaluation-result-3738042-1338719619/solver-3738042-1338719619 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738042-1338719619.opb -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.97 3/176 22280
/proc/meminfo: memFree=28000292/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 1500 0 0 0 0 0 0 0 20 0 1 0 338086412 9158656 1446 33554432000 4194304 8395647 140735050368864 140735050367848 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 2236 1454 374 1026 0 1206 0
[startup+0.00839803 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22280
/proc/meminfo: memFree=28000292/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=10984 CPUtime=0 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 1988 0 0 0 0 0 0 0 20 0 1 0 338086412 11247616 1935 33554432000 4194304 8395647 140735050368864 140735050367848 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 2746 1942 390 1026 0 1716 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10984
[startup+0.100307 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22280
/proc/meminfo: memFree=28000292/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=30880 CPUtime=0.08 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 7142 0 0 0 8 0 0 0 20 0 1 0 338086412 31621120 6731 33554432000 4194304 8395647 140735050368864 140735050367848 6152807 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 7720 6731 523 1026 0 6690 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30880
[startup+0.300326 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22280
/proc/meminfo: memFree=28000292/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=40348 CPUtime=0.29 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 9590 0 0 0 28 1 0 0 20 0 1 0 338086412 41316352 9025 33554432000 4194304 8395647 140735050368864 140735050367848 6197370 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 10087 9025 589 1026 0 9057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40348
[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 22280
/proc/meminfo: memFree=28000292/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=40348 CPUtime=0.68 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 9598 0 0 0 67 1 0 0 20 0 1 0 338086412 41316352 9278 33554432000 4194304 8395647 140735050368864 140735050364104 7382031 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 10087 9278 589 1026 0 9057 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 40348
[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22281
/proc/meminfo: memFree=27945716/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=44432 CPUtime=1.49 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 15921 0 0 0 139 10 0 0 20 0 1 0 338086412 45498368 10310 33554432000 4194304 8395647 140735050368864 140735050364104 6199266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 11108 10310 623 1026 0 10078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44432
[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22281
/proc/meminfo: memFree=27957860/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=51268 CPUtime=3.08 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 17677 0 0 0 297 11 0 0 20 0 1 0 338086412 52498432 12066 33554432000 4194304 8395647 140735050368864 140735050364104 6201022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 12817 12066 623 1026 0 11787 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51268
[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22281
/proc/meminfo: memFree=27949312/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=55516 CPUtime=6.29 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 19028 0 0 0 616 13 0 0 20 0 1 0 338086412 56848384 13294 33554432000 4194304 8395647 140735050368864 140735050364120 6697376 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 13879 13294 623 1026 0 12849 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55516
[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 1.98 3/177 22281
/proc/meminfo: memFree=27949056/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=55516 CPUtime=12.68 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 19041 0 0 0 1249 19 0 0 20 0 1 0 338086412 56848384 13326 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 13879 13326 629 1026 0 12849 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55516
[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 1.98 3/177 22281
/proc/meminfo: memFree=27949176/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=55516 CPUtime=25.47 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 19046 0 0 0 2517 30 0 0 20 0 1 0 338086412 56848384 13384 33554432000 4194304 8395647 140735050368864 140735050364248 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 13879 13384 629 1026 0 12849 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 55516
[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 1.98 3/177 22281
/proc/meminfo: memFree=27943720/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=61136 CPUtime=51.06 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 20430 0 0 0 5058 48 0 0 20 0 1 0 338086412 62603264 14768 33554432000 4194304 8395647 140735050368864 140735050363416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 15284 14768 631 1026 0 14254 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 61136
[startup+102.307 s]
/proc/loadavg: 2.05 2.02 1.98 3/178 22282
/proc/meminfo: memFree=27933172/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=71584 CPUtime=102.26 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 22981 0 0 0 10138 88 0 0 20 0 1 0 338086412 73302016 17318 33554432000 4194304 8395647 140735050368864 140735050364168 6068933 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 17896 17318 631 1026 0 16866 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 71584
[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/177 22282
/proc/meminfo: memFree=27922864/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=79964 CPUtime=162.24 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 25097 0 0 0 16090 134 0 0 20 0 1 0 338086412 81883136 19518 33554432000 4194304 8395647 140735050368864 140735050364168 6585848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 19991 19518 631 1026 0 18961 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 79964
[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 22283
/proc/meminfo: memFree=27915300/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=87248 CPUtime=222.23 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 26884 0 0 0 22047 176 0 0 20 0 1 0 338086412 89341952 21305 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 21812 21305 631 1026 0 20782 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87248
[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 22283
/proc/meminfo: memFree=27908664/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=93340 CPUtime=282.22 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 28411 0 0 0 28000 222 0 0 20 0 1 0 338086412 95580160 22832 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 23335 22832 631 1026 0 22305 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 93340
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 22283
/proc/meminfo: memFree=27902820/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=98556 CPUtime=342.2 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 29713 0 0 0 33952 268 0 0 20 0 1 0 338086412 100921344 24140 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 24639 24140 631 1026 0 23609 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 98556
[startup+402.3 s]
/proc/loadavg: 2.08 2.02 1.99 3/178 22286
/proc/meminfo: memFree=27893760/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=107404 CPUtime=402.19 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 31891 0 0 0 39907 312 0 0 20 0 1 0 338086412 109981696 26318 33554432000 4194304 8395647 140735050368864 140735050363992 6025704 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 26851 26318 631 1026 0 25821 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 107404
[startup+462.3 s]
/proc/loadavg: 2.03 2.01 1.99 4/177 22286
/proc/meminfo: memFree=27888000/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=112324 CPUtime=462.18 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 33129 0 0 0 45852 366 0 0 20 0 1 0 338086412 115019776 27555 33554432000 4194304 8395647 140735050368864 140735050363736 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 28081 27555 631 1026 0 27051 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 112324
[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/177 22287
/proc/meminfo: memFree=27882344/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=117436 CPUtime=522.17 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 34425 0 0 0 51798 419 0 0 20 0 1 0 338086412 120254464 28879 33554432000 4194304 8395647 140735050368864 140735050364168 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 29359 28879 631 1026 0 28329 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 117436
[startup+582.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 22287
/proc/meminfo: memFree=27876948/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=121768 CPUtime=582.16 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 35471 0 0 0 57740 476 0 0 20 0 1 0 338086412 124690432 29925 33554432000 4194304 8395647 140735050368864 140735050364376 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 30442 29925 631 1026 0 29412 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 121768
[startup+642.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22287
/proc/meminfo: memFree=27871108/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=127468 CPUtime=642.16 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 36855 0 0 0 63683 533 0 0 20 0 1 0 338086412 130527232 31333 33554432000 4194304 8395647 140735050368864 140735050363992 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 31867 31333 631 1026 0 30837 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 127468
[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22287
/proc/meminfo: memFree=27867200/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=130832 CPUtime=702.14 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 37703 0 0 0 69625 589 0 0 20 0 1 0 338086412 133971968 32180 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 32708 32180 631 1026 0 31678 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 130832
[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22287
/proc/meminfo: memFree=27862548/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=135040 CPUtime=762.14 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 38785 0 0 0 75573 641 0 0 20 0 1 0 338086412 138280960 33262 33554432000 4194304 8395647 140735050368864 140735050363992 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 33760 33262 631 1026 0 32730 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 135040
[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22288
/proc/meminfo: memFree=27859128/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=138348 CPUtime=822.11 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 39577 0 0 0 81524 687 0 0 20 0 1 0 338086412 141668352 34068 33554432000 4194304 8395647 140735050368864 140735050364376 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 34587 34068 631 1026 0 33557 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 138348
[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22288
/proc/meminfo: memFree=27856648/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=141112 CPUtime=882.11 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 40256 0 0 0 87463 748 0 0 20 0 1 0 338086412 144498688 34747 33554432000 4194304 8395647 140735050368864 140735050364424 4227579 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 35278 34747 631 1026 0 34248 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 141112
[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22288
/proc/meminfo: memFree=27854044/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=143136 CPUtime=942.1 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 40813 0 0 0 93410 800 0 0 20 0 1 0 338086412 146571264 35304 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 35784 35304 631 1026 0 34754 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 143136
[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22291
/proc/meminfo: memFree=27851616/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=145864 CPUtime=1002.09 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 41440 0 0 0 99352 857 0 0 20 0 1 0 338086412 149364736 35930 33554432000 4194304 8395647 140735050368864 140735050364328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 36466 35930 631 1026 0 35436 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 145864
[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22291
/proc/meminfo: memFree=27847588/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=148840 CPUtime=1062.08 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 42203 0 0 0 105293 915 0 0 20 0 1 0 338086412 152412160 36691 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 37210 36691 631 1026 0 36180 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 148840
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22330
/proc/meminfo: memFree=27831720/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=150140 CPUtime=1122.07 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 42537 0 0 0 111242 965 0 0 20 0 1 0 338086412 153743360 37025 33554432000 4194304 8395647 140735050368864 140735050364072 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 37535 37025 631 1026 0 36505 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 150140
[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 22330
/proc/meminfo: memFree=27802940/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=153208 CPUtime=1182.06 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 43333 0 0 0 117197 1009 0 0 20 0 1 0 338086412 156884992 37821 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 38302 37821 631 1026 0 37272 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 153208
[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 22330
/proc/meminfo: memFree=27798576/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=155884 CPUtime=1242.05 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 43995 0 0 0 123138 1067 0 0 20 0 1 0 338086412 159625216 38491 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 38971 38491 631 1026 0 37941 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 155884
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22330
/proc/meminfo: memFree=27806140/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=158240 CPUtime=1302.04 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 44562 0 0 0 129091 1113 0 0 20 0 1 0 338086412 162037760 39058 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 39560 39058 631 1026 0 38530 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 158240
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22330
/proc/meminfo: memFree=27803960/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=160400 CPUtime=1362.03 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 45105 0 0 0 135045 1158 0 0 20 0 1 0 338086412 164249600 39601 33554432000 4194304 8395647 140735050368864 140735050364424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 40100 39601 631 1026 0 39070 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 160400
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22331
/proc/meminfo: memFree=27787084/32873844 swapFree=7108/7108
[pid=22280] ppid=22278 vsize=161512 CPUtime=1422.02 cores=1,3,5,7
/proc/22280/stat : 22280 (pbscip.linux.x8) R 22278 22280 21683 0 -1 4202496 45375 0 0 0 140996 1206 0 0 20 0 1 0 338086412 165388288 39874 33554432000 4194304 8395647 140735050368864 140735050364472 4220161 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22280/statm: 40378 39874 632 1026 0 39348 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 161512
Solver just ended. Dumping a history of the last processes samples
Child status: 0
Real time (s): 1422.35
CPU time (s): 1422.08
CPU user time (s): 1410.01
CPU system time (s): 12.0712
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 161512
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1410.01
system time used= 12.0712
maximum resident set size= 159504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45380
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= 64
involuntary context switches= 1461
runsolver used 5.31319 second user time and 14.0119 second system time
The end