0.00/0.02 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.02 c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.02 c
0.00/0.02 c user parameter file <scip.set> not found - using default parameters
0.00/0.02 c reading problem <HOME/instance-3730727-1338682242.opb>
0.37/0.41 c original problem has 20445 variables (20445 bin, 0 int, 0 impl, 0 cont) and 58444 constraints
0.37/0.41 c problem read
0.37/0.41 c No objective function, only one solution is needed.
0.37/0.41 c presolving settings loaded
0.46/0.53 c presolving:
0.87/0.98 c (round 1) 3206 del vars, 5965 del conss, 1979 chg bounds, 1012 chg sides, 2252 chg coeffs, 0 upgd conss, 1122080 impls, 0 clqs
0.97/1.03 c (round 2) 4094 del vars, 11427 del conss, 2773 chg bounds, 1013 chg sides, 2254 chg coeffs, 0 upgd conss, 1123190 impls, 0 clqs
0.97/1.04 c (round 3) 4098 del vars, 11508 del conss, 2774 chg bounds, 1014 chg sides, 2255 chg coeffs, 0 upgd conss, 1123234 impls, 0 clqs
0.97/1.05 c (round 4) 4099 del vars, 11516 del conss, 2774 chg bounds, 1014 chg sides, 2255 chg coeffs, 0 upgd conss, 1123266 impls, 0 clqs
1.17/1.20 c (round 5) 4099 del vars, 11686 del conss, 2774 chg bounds, 1014 chg sides, 2255 chg coeffs, 46758 upgd conss, 1123266 impls, 0 clqs
1.17/1.27 c presolving (6 rounds):
1.17/1.27 c 4099 deleted vars, 11686 deleted constraints, 2774 tightened bounds, 0 added holes, 1014 changed sides, 2255 changed coefficients
1.17/1.27 c 1123266 implications, 0 cliques
1.17/1.27 c presolved problem has 16345 variables (16345 bin, 0 int, 0 impl, 0 cont) and 46758 constraints
1.17/1.27 c 1908 constraints of type <knapsack>
1.17/1.27 c 29930 constraints of type <setppc>
1.17/1.27 c 14920 constraints of type <logicor>
1.17/1.27 c transformed objective value is always integral (scale: 1)
1.17/1.27 c Presolving Time: 0.77
1.17/1.27 c - non default parameters ----------------------------------------------------------------------
1.17/1.27 c # SCIP version 1.2.1.3
1.17/1.27 c
1.17/1.27 c # frequency for displaying node information lines
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 100]
1.17/1.27 c display/freq = 10000
1.17/1.27 c
1.17/1.27 c # maximal time in seconds to run
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.17/1.27 c limits/time = 1789.62
1.17/1.27 c
1.17/1.27 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.17/1.27 c limits/memory = 13950
1.17/1.27 c
1.17/1.27 c # solving stops, if the given number of solutions were found (-1: no limit)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: -1]
1.17/1.27 c limits/solutions = 1
1.17/1.27 c
1.17/1.27 c # maximal number of separation rounds per node (-1: unlimited)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 5]
1.17/1.27 c separating/maxrounds = 1
1.17/1.27 c
1.17/1.27 c # maximal number of separation rounds in the root node (-1: unlimited)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: -1]
1.17/1.27 c separating/maxroundsroot = 5
1.17/1.27 c
1.17/1.27 c # default clock type (1: CPU user seconds, 2: wall clock time)
1.17/1.27 c # [type: int, range: [1,2], default: 1]
1.17/1.27 c timing/clocktype = 2
1.17/1.27 c
1.17/1.27 c # should presolving try to simplify inequalities
1.17/1.27 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.17/1.27 c constraints/linear/simplifyinequalities = TRUE
1.17/1.27 c
1.17/1.27 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.17/1.27 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.17/1.27 c constraints/indicator/addCouplingCons = TRUE
1.17/1.27 c
1.17/1.27 c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.17/1.27 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.17/1.27 c constraints/knapsack/disaggregation = FALSE
1.17/1.27 c
1.17/1.27 c # should presolving try to simplify knapsacks
1.17/1.27 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.17/1.27 c constraints/knapsack/simplifyinequalities = TRUE
1.17/1.27 c
1.17/1.27 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: -1]
1.17/1.27 c presolving/probing/maxrounds = 0
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 10]
1.17/1.27 c heuristics/coefdiving/freq = -1
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to node LP iterations
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.17/1.27 c heuristics/coefdiving/maxlpiterquot = 0.075
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/coefdiving/maxlpiterofs = 1500
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 30]
1.17/1.27 c heuristics/crossover/freq = -1
1.17/1.27 c
1.17/1.27 c # number of nodes added to the contingent of the total nodes
1.17/1.27 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.17/1.27 c heuristics/crossover/nodesofs = 750
1.17/1.27 c
1.17/1.27 c # number of nodes without incumbent change that heuristic should wait
1.17/1.27 c # [type: longint, range: [0,9223372036854775807], default: 200]
1.17/1.27 c heuristics/crossover/nwaitingnodes = 100
1.17/1.27 c
1.17/1.27 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.17/1.27 c # [type: real, range: [0,1], default: 0.1]
1.17/1.27 c heuristics/crossover/nodesquot = 0.15
1.17/1.27 c
1.17/1.27 c # minimum percentage of integer variables that have to be fixed
1.17/1.27 c # [type: real, range: [0,1], default: 0.666]
1.17/1.27 c heuristics/crossover/minfixingrate = 0.5
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 20]
1.17/1.27 c heuristics/feaspump/freq = -1
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/feaspump/maxlpiterofs = 2000
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 10]
1.17/1.27 c heuristics/fracdiving/freq = -1
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to node LP iterations
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.17/1.27 c heuristics/fracdiving/maxlpiterquot = 0.075
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/fracdiving/maxlpiterofs = 1500
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 10]
1.17/1.27 c heuristics/guideddiving/freq = -1
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to node LP iterations
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.17/1.27 c heuristics/guideddiving/maxlpiterquot = 0.075
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/guideddiving/maxlpiterofs = 1500
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to node LP iterations
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.17/1.27 c heuristics/intdiving/maxlpiterquot = 0.075
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 10]
1.17/1.27 c heuristics/intshifting/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 10]
1.17/1.27 c heuristics/linesearchdiving/freq = -1
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to node LP iterations
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.17/1.27 c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/linesearchdiving/maxlpiterofs = 1500
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 1]
1.17/1.27 c heuristics/nlp/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 20]
1.17/1.27 c heuristics/objpscostdiving/freq = -1
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to total iteration number
1.17/1.27 c # [type: real, range: [0,1], default: 0.01]
1.17/1.27 c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/objpscostdiving/maxlpiterofs = 1500
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 1]
1.17/1.27 c heuristics/oneopt/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 10]
1.17/1.27 c heuristics/pscostdiving/freq = -1
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to node LP iterations
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.17/1.27 c heuristics/pscostdiving/maxlpiterquot = 0.075
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/pscostdiving/maxlpiterofs = 1500
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 0]
1.17/1.27 c heuristics/rens/freq = -1
1.17/1.27 c
1.17/1.27 c # minimum percentage of integer variables that have to be fixable
1.17/1.27 c # [type: real, range: [0,1], default: 0.5]
1.17/1.27 c heuristics/rens/minfixingrate = 0.3
1.17/1.27 c
1.17/1.27 c # number of nodes added to the contingent of the total nodes
1.17/1.27 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.17/1.27 c heuristics/rens/nodesofs = 2000
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 20]
1.17/1.27 c heuristics/rootsoldiving/freq = -1
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to node LP iterations
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.17/1.27 c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/rootsoldiving/maxlpiterofs = 1500
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 1]
1.17/1.27 c heuristics/rounding/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 10]
1.17/1.27 c heuristics/shifting/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 1]
1.17/1.27 c heuristics/simplerounding/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 0]
1.17/1.27 c heuristics/trivial/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 1]
1.17/1.27 c heuristics/trysol/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 10]
1.17/1.27 c heuristics/veclendiving/freq = -1
1.17/1.27 c
1.17/1.27 c # maximal fraction of diving LP iterations compared to node LP iterations
1.17/1.27 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.17/1.27 c heuristics/veclendiving/maxlpiterquot = 0.075
1.17/1.27 c
1.17/1.27 c # additional number of allowed LP iterations
1.17/1.27 c # [type: int, range: [0,2147483647], default: 1000]
1.17/1.27 c heuristics/veclendiving/maxlpiterofs = 1500
1.17/1.27 c
1.17/1.27 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 1]
1.17/1.27 c heuristics/zirounding/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 0]
1.17/1.27 c separating/cmir/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: 0]
1.17/1.27 c separating/flowcover/freq = -1
1.17/1.27 c
1.17/1.27 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.17/1.27 c # [type: int, range: [-1,2147483647], default: -1]
1.17/1.27 c separating/rapidlearning/freq = 0
1.17/1.27 c
1.17/1.27 c -----------------------------------------------------------------------------------------------
1.17/1.27 c start solving
1.17/1.27 c
3.96/4.04 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
3.96/4.04 c 3.6s| 1 | 0 | 4720 | - | 127M| 0 |3260 | 16k| 46k| 16k| 46k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
9.37/9.48 c 9.1s| 1 | 0 | 8205 | - | 127M| 0 |4061 | 16k| 46k| 16k| 46k| 137 | 0 | 0 | 0.000000e+00 | -- | Inf
15.76/15.81 c 15.4s| 1 | 0 | 12334 | - | 128M| 0 |4589 | 16k| 46k| 16k| 47k| 282 | 0 | 0 | 0.000000e+00 | -- | Inf
22.86/23.00 c 22.6s| 1 | 0 | 16068 | - | 128M| 0 |4865 | 16k| 46k| 16k| 47k| 459 | 0 | 0 | 0.000000e+00 | -- | Inf
32.76/32.84 c 32.4s| 1 | 0 | 20977 | - | 129M| 0 |5183 | 16k| 46k| 16k| 47k| 601 | 0 | 0 | 0.000000e+00 | -- | Inf
49.15/49.20 c 48.8s| 1 | 0 | 27286 | - | 129M| 0 |5540 | 16k| 46k| 16k| 47k| 733 | 0 | 0 | 0.000000e+00 | -- | Inf
102.55/102.66 c 102s| 1 | 2 | 27286 | - | 129M| 0 |5540 | 16k| 46k| 16k| 47k| 733 | 0 | 28 | 0.000000e+00 | -- | Inf
1271.97/1272.22 c
1271.97/1272.22 c SCIP Status : problem is solved [infeasible]
1271.97/1272.22 c Solving Time (sec) : 1271.81
1271.97/1272.22 c Solving Nodes : 572
1271.97/1272.22 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1271.97/1272.22 c Dual Bound : +1.00000000000000e+20
1271.97/1272.22 c Gap : 0.00 %
1271.97/1272.22 s UNSATISFIABLE
1271.97/1272.22 c SCIP Status : problem is solved [infeasible]
1271.97/1272.22 c Solving Time : 1271.81
1271.97/1272.22 c Original Problem :
1271.97/1272.22 c Problem name : HOME/instance-3730727-1338682242.opb
1271.97/1272.22 c Variables : 20445 (20445 binary, 0 integer, 0 implicit integer, 0 continuous)
1271.97/1272.22 c Constraints : 58444 initial, 58444 maximal
1271.97/1272.22 c Presolved Problem :
1271.97/1272.22 c Problem name : t_HOME/instance-3730727-1338682242.opb
1271.97/1272.22 c Variables : 16345 (16345 binary, 0 integer, 0 implicit integer, 0 continuous)
1271.97/1272.22 c Constraints : 46758 initial, 47157 maximal
1271.97/1272.22 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1271.97/1272.22 c trivial : 0.01 56 0 0 0 0 0 0 0
1271.97/1272.22 c dualfix : 0.00 1 0 0 0 0 0 0 0
1271.97/1272.22 c boundshift : 0.00 0 0 0 0 0 0 0 0
1271.97/1272.22 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1271.97/1272.22 c implics : 0.08 0 1256 0 0 0 0 0 0
1271.97/1272.22 c probing : 0.00 0 0 0 0 0 0 0 0
1271.97/1272.22 c knapsack : 0.01 0 0 0 0 0 0 0 0
1271.97/1272.22 c setppc : 0.04 0 0 0 0 0 0 0 0
1271.97/1272.22 c linear : 0.54 2774 12 0 2774 0 11686 1014 2255
1271.97/1272.22 c logicor : 0.01 0 0 0 0 0 0 0 0
1271.97/1272.22 c root node : - 124 - - 124 - - - -
1271.97/1272.22 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1271.97/1272.22 c integral : 0 0 0 439 0 4 55 0 0 842
1271.97/1272.22 c knapsack : 1908 5 10453 0 0 0 13 1001 0 0
1271.97/1272.22 c setppc : 29930 5 10453 0 0 94 298064 0 0 0
1271.97/1272.22 c logicor : 14920+ 5 9684 0 0 167 123918 0 0 0
1271.97/1272.22 c countsols : 0 0 0 0 0 0 0 0 0 0
1271.97/1272.22 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1271.97/1272.22 c integral : 628.22 0.00 0.00 628.22 0.00
1271.97/1272.22 c knapsack : 0.31 0.01 0.29 0.00 0.00
1271.97/1272.22 c setppc : 2.21 0.01 2.20 0.00 0.00
1271.97/1272.22 c logicor : 0.46 0.00 0.45 0.00 0.00
1271.97/1272.22 c countsols : 0.00 0.00 0.00 0.00 0.00
1271.97/1272.22 c Propagators : Time Calls Cutoffs DomReds
1271.97/1272.22 c vbounds : 0.00 1 0 0
1271.97/1272.22 c rootredcost : 0.00 0 0 0
1271.97/1272.22 c pseudoobj : 0.00 0 0 0
1271.97/1272.22 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1271.97/1272.22 c propagation : 0.07 261 255 1259 43.4 72 16.0 -
1271.97/1272.22 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1271.97/1272.22 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1271.97/1272.22 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1271.97/1272.22 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1271.97/1272.22 c applied globally : - - - 697 26.4 - - -
1271.97/1272.22 c applied locally : - - - 0 0.0 - - -
1271.97/1272.22 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1271.97/1272.22 c cut pool : 0.00 4 - - 466 - (maximal pool size: 2415)
1271.97/1272.22 c redcost : 0.17 433 0 0 0 0
1271.97/1272.22 c impliedbounds : 0.03 5 0 0 0 0
1271.97/1272.22 c intobj : 0.00 0 0 0 0 0
1271.97/1272.22 c cgmip : 0.00 0 0 0 0 0
1271.97/1272.22 c gomory : 6.91 5 0 0 2500 0
1271.97/1272.22 c strongcg : 3.71 5 0 0 2500 0
1271.97/1272.22 c cmir : 0.00 0 0 0 0 0
1271.97/1272.22 c flowcover : 0.00 0 0 0 0 0
1271.97/1272.22 c clique : 1.35 5 0 0 42 0
1271.97/1272.22 c zerohalf : 0.00 0 0 0 0 0
1271.97/1272.22 c mcf : 0.21 1 0 0 0 0
1271.97/1272.22 c rapidlearning : 0.00 0 0 0 0 0
1271.97/1272.22 c Pricers : Time Calls Vars
1271.97/1272.22 c problem variables: 0.00 0 0
1271.97/1272.22 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1271.97/1272.22 c relpscost : 628.22 439 4 55 0 0 842
1271.97/1272.22 c pscost : 0.00 0 0 0 0 0 0
1271.97/1272.22 c inference : 0.00 0 0 0 0 0 0
1271.97/1272.22 c mostinf : 0.00 0 0 0 0 0 0
1271.97/1272.22 c leastinf : 0.00 0 0 0 0 0 0
1271.97/1272.22 c fullstrong : 0.00 0 0 0 0 0 0
1271.97/1272.22 c allfullstrong : 0.00 0 0 0 0 0 0
1271.97/1272.22 c random : 0.00 0 0 0 0 0 0
1271.97/1272.22 c Primal Heuristics : Time Calls Found
1271.97/1272.22 c LP solutions : 0.00 - 0
1271.97/1272.22 c pseudo solutions : 0.00 - 0
1271.97/1272.22 c trivial : 0.01 1 0
1271.97/1272.22 c simplerounding : 0.00 0 0
1271.97/1272.22 c zirounding : 0.00 0 0
1271.97/1272.22 c rounding : 0.00 0 0
1271.97/1272.22 c shifting : 0.00 0 0
1271.97/1272.22 c intshifting : 0.00 0 0
1271.97/1272.22 c oneopt : 0.00 0 0
1271.97/1272.22 c twoopt : 0.00 0 0
1271.97/1272.22 c fixandinfer : 0.00 0 0
1271.97/1272.22 c feaspump : 0.00 0 0
1271.97/1272.22 c coefdiving : 0.00 0 0
1271.97/1272.22 c pscostdiving : 0.00 0 0
1271.97/1272.22 c fracdiving : 0.00 0 0
1271.97/1272.22 c veclendiving : 0.00 0 0
1271.97/1272.22 c intdiving : 0.00 0 0
1271.97/1272.22 c actconsdiving : 0.00 0 0
1271.97/1272.22 c objpscostdiving : 0.00 0 0
1271.97/1272.22 c rootsoldiving : 0.00 0 0
1271.97/1272.22 c linesearchdiving : 0.00 0 0
1271.97/1272.22 c guideddiving : 0.00 0 0
1271.97/1272.22 c octane : 0.00 0 0
1271.97/1272.22 c rens : 0.00 0 0
1271.97/1272.22 c rins : 0.00 0 0
1271.97/1272.22 c localbranching : 0.00 0 0
1271.97/1272.22 c mutation : 0.00 0 0
1271.97/1272.22 c crossover : 0.00 0 0
1271.97/1272.22 c dins : 0.00 0 0
1271.97/1272.22 c undercover : 0.00 0 0
1271.97/1272.22 c nlp : 0.00 0 0
1271.97/1272.22 c trysol : 0.00 0 0
1271.97/1272.22 c LP : Time Calls Iterations Iter/call Iter/sec
1271.97/1272.22 c primal LP : 0.02 0 0 0.00 0.00
1271.97/1272.22 c dual LP : 622.45 444 430188 968.89 691.12
1271.97/1272.22 c lex dual LP : 0.00 0 0 0.00 -
1271.97/1272.22 c barrier LP : 0.00 0 0 0.00 -
1271.97/1272.22 c diving/probing LP: 0.00 0 0 0.00 -
1271.97/1272.22 c strong branching : 627.86 445 341789 768.07 544.37
1271.97/1272.22 c (at root node) : - 28 26649 951.75 -
1271.97/1272.22 c conflict analysis: 0.00 0 0 0.00 -
1271.97/1272.22 c B&B Tree :
1271.97/1272.22 c number of runs : 1
1271.97/1272.22 c nodes : 572
1271.97/1272.22 c nodes (total) : 572
1271.97/1272.22 c nodes left : 0
1271.97/1272.22 c max depth : 45
1271.97/1272.22 c max depth (total): 45
1271.97/1272.22 c backtracks : 139 (24.3%)
1271.97/1272.22 c delayed cutoffs : 271
1271.97/1272.22 c repropagations : 518 (126249 domain reductions, 114 cutoffs)
1271.97/1272.22 c avg switch length: 3.42
1271.97/1272.22 c switching time : 1.43
1271.97/1272.22 c Solution :
1271.97/1272.22 c Solutions found : 0 (0 improvements)
1271.97/1272.22 c Primal Bound : infeasible
1271.97/1272.22 c Dual Bound : -
1271.97/1272.22 c Gap : 0.00 %
1271.97/1272.22 c Root Dual Bound : +0.00000000000000e+00
1271.97/1272.22 c Root Iterations : 27286
1272.07/1272.38 c Time complete: 1272.15.
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-3730727-1338682242/watcher-3730727-1338682242 -o /tmp/evaluation-result-3730727-1338682242/solver-3730727-1338682242 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730727-1338682242.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: 1.92 1.98 1.91 3/177 4984
/proc/meminfo: memFree=23259100/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/4984/stat : 4984 (runsolver) D 4982 4984 4046 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 334351433 12095488 51 33554432000 4194304 5436572 140735102153440 140735102149736 4883175 0 0 4096 24578 18446744071579943789 0 0 17 5 0 0 0 0 0
/proc/4984/statm: 2953 51 31 304 0 2645 0
[startup+0.032668 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 4984
/proc/meminfo: memFree=23259100/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=10976 CPUtime=0 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 1983 0 0 0 0 0 0 0 20 0 1 0 334351433 11239424 1930 33554432000 4194304 8395647 140736296321584 140736296186792 5758541 0 0 4096 0 0 0 0 17 7 0 0 2 0 0
/proc/4984/statm: 2744 1930 390 1026 0 1714 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10976
[startup+0.10015 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 4984
/proc/meminfo: memFree=23259100/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=20736 CPUtime=0.07 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 4419 0 0 0 7 0 0 0 20 0 1 0 334351433 21233664 4366 33554432000 4194304 8395647 140736296321584 140736296184088 4975036 0 0 4096 0 0 0 0 17 7 0 0 2 0 0
/proc/4984/statm: 5184 4366 390 1026 0 4154 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20736
[startup+0.300153 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 4984
/proc/meminfo: memFree=23259100/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=39676 CPUtime=0.27 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 8894 0 0 0 26 1 0 0 20 0 1 0 334351433 40628224 8841 33554432000 4194304 8395647 140736296321584 140736296186456 6347101 0 0 4096 0 0 0 0 17 7 0 0 2 0 0
/proc/4984/statm: 9919 8841 390 1026 0 8889 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 39676
[startup+0.70015 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 4984
/proc/meminfo: memFree=23259100/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=123936 CPUtime=0.66 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 29920 0 0 0 62 4 0 0 20 0 1 0 334351433 126910464 29513 33554432000 4194304 8395647 140736296321584 140736296317336 4247653 0 0 4096 16384 0 0 0 17 7 0 0 2 0 0
/proc/4984/statm: 30984 29513 475 1026 0 29954 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 123936
[startup+1.50031 s]
/proc/loadavg: 1.92 1.98 1.91 3/178 4985
/proc/meminfo: memFree=23118112/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=223160 CPUtime=1.47 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 53596 0 0 0 139 8 0 0 20 0 1 0 334351433 228515840 53783 33554432000 4194304 8395647 140736296321584 140736296317432 7428202 0 0 4096 16384 0 0 0 17 1 0 0 2 0 0
/proc/4984/statm: 55790 53783 572 1026 0 54760 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 223160
[startup+3.10029 s]
/proc/loadavg: 1.92 1.98 1.91 3/178 4985
/proc/meminfo: memFree=23037800/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=238088 CPUtime=3.07 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 56865 0 0 0 298 9 0 0 20 0 1 0 334351433 243802112 56803 33554432000 4194304 8395647 140736296321584 140736296316712 6698220 0 0 4096 16384 0 0 0 17 1 0 0 2 0 0
/proc/4984/statm: 59522 56803 579 1026 0 58492 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 238088
[startup+6.30027 s]
/proc/loadavg: 1.93 1.98 1.91 3/178 4985
/proc/meminfo: memFree=23031744/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=245372 CPUtime=6.27 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 59215 0 0 0 617 10 0 0 20 0 1 0 334351433 251260928 59131 33554432000 4194304 8395647 140736296321584 140736296316712 7428202 0 0 4096 16384 0 0 0 17 1 0 0 2 0 0
/proc/4984/statm: 61343 59131 612 1026 0 60313 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 245372
[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.91 3/178 4985
/proc/meminfo: memFree=23021244/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=248836 CPUtime=12.67 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 60194 0 0 0 1256 11 0 0 20 0 1 0 334351433 254808064 60106 33554432000 4194304 8395647 140736296321584 140736296317144 6698431 0 0 4096 16384 0 0 0 17 1 0 0 2 0 0
/proc/4984/statm: 62209 60106 612 1026 0 61179 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 248836
[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.91 3/177 4986
/proc/meminfo: memFree=22998644/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=260076 CPUtime=25.46 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 61928 0 0 0 2533 13 0 0 20 0 1 0 334351433 266317824 62660 33554432000 4194304 8395647 140736296321584 140736296316712 7428202 0 0 4096 16384 0 0 0 17 1 0 0 2 0 0
/proc/4984/statm: 65019 62660 612 1026 0 63989 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 260076
[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.91 3/177 4986
/proc/meminfo: memFree=23013320/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=259644 CPUtime=51.05 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 64667 0 0 0 5089 16 0 0 20 0 1 0 334351433 265875456 62185 33554432000 4194304 8395647 140736296321584 140736296316456 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 64911 62185 614 1026 0 63881 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 259644
[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.91 3/177 4986
/proc/meminfo: memFree=23009084/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=260048 CPUtime=102.26 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 65153 0 0 0 10205 21 0 0 20 0 1 0 334351433 266289152 62578 33554432000 4194304 8395647 140736296321584 140736296316456 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 65012 62578 614 1026 0 63982 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 260048
[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/177 4986
/proc/meminfo: memFree=22985160/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=260048 CPUtime=162.24 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 65386 0 0 0 16197 27 0 0 20 0 1 0 334351433 266289152 62811 33554432000 4194304 8395647 140736296321584 140736296316792 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 65012 62811 615 1026 0 63982 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 260048
[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/177 4986
/proc/meminfo: memFree=22983512/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=260048 CPUtime=222.22 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 65467 0 0 0 22190 32 0 0 20 0 1 0 334351433 266289152 62892 33554432000 4194304 8395647 140736296321584 140736296316456 6697941 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 65012 62892 615 1026 0 63982 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 260048
[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/177 4986
/proc/meminfo: memFree=22983044/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=260048 CPUtime=282.22 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 65468 0 0 0 28183 39 0 0 20 0 1 0 334351433 266289152 62893 33554432000 4194304 8395647 140736296321584 140736296316456 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 65012 62893 615 1026 0 63982 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 260048
[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/177 4987
/proc/meminfo: memFree=22980904/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=260048 CPUtime=342.21 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 65481 0 0 0 34175 46 0 0 20 0 1 0 334351433 266289152 62906 33554432000 4194304 8395647 140736296321584 140736296316456 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 65012 62906 616 1026 0 63982 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 260048
[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/177 4987
/proc/meminfo: memFree=22983236/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=260048 CPUtime=402.2 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 65486 0 0 0 40167 53 0 0 20 0 1 0 334351433 266289152 62911 33554432000 4194304 8395647 140736296321584 140736296316840 6697250 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 65012 62911 616 1026 0 63982 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 260048
[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/177 4987
/proc/meminfo: memFree=22971332/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=269960 CPUtime=462.19 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 68137 0 0 0 46158 61 0 0 20 0 1 0 334351433 276439040 65562 33554432000 4194304 8395647 140736296321584 140736296316712 6697041 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 67490 65562 620 1026 0 66460 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 269960
[startup+522.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/177 4987
/proc/meminfo: memFree=22967400/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=269960 CPUtime=522.18 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 68286 0 0 0 52151 67 0 0 20 0 1 0 334351433 276439040 65706 33554432000 4194304 8395647 140736296321584 140736296317144 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 67490 65706 620 1026 0 66460 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 269960
[startup+582.3 s]
/proc/loadavg: 2.09 2.02 1.92 3/178 4990
/proc/meminfo: memFree=22967528/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=269960 CPUtime=582.18 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 68286 0 0 0 58144 74 0 0 20 0 1 0 334351433 276439040 65706 33554432000 4194304 8395647 140736296321584 140736296316712 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 67490 65706 620 1026 0 66460 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 269960
[startup+642.3 s]
/proc/loadavg: 2.10 2.03 1.93 3/177 4991
/proc/meminfo: memFree=22968680/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=269960 CPUtime=642.17 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 68291 0 0 0 64135 82 0 0 20 0 1 0 334351433 276439040 65711 33554432000 4194304 8395647 140736296321584 140736296315992 6696697 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 67490 65711 620 1026 0 66460 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 269960
[startup+702.3 s]
/proc/loadavg: 2.10 2.04 1.93 3/177 4991
/proc/meminfo: memFree=22959604/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=277592 CPUtime=702.15 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 69920 0 0 0 70128 87 0 0 20 0 1 0 334351433 284254208 67340 33554432000 4194304 8395647 140736296321584 140736296317096 6723489 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 69398 67340 620 1026 0 68368 0
Current children cumulated CPU time (s) 702.15
Current children cumulated vsize (KiB) 277592
[startup+762.307 s]
/proc/loadavg: 2.10 2.04 1.94 3/177 4991
/proc/meminfo: memFree=22965092/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=274868 CPUtime=762.15 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 74761 0 0 0 76117 98 0 0 20 0 1 0 334351433 281464832 65368 33554432000 4194304 8395647 140736296321584 140736296316712 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 68717 65368 620 1026 0 67687 0
Current children cumulated CPU time (s) 762.15
Current children cumulated vsize (KiB) 274868
[startup+822.3 s]
/proc/loadavg: 2.12 2.05 1.94 3/177 4991
/proc/meminfo: memFree=22957632/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=278920 CPUtime=822.13 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 76977 0 0 0 82107 106 0 0 20 0 1 0 334351433 285614080 67558 33554432000 4194304 8395647 140736296321584 140736296316456 6697279 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 69730 67558 620 1026 0 68700 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 278920
[startup+882.3 s]
/proc/loadavg: 2.04 2.04 1.94 3/177 4991
/proc/meminfo: memFree=22953696/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=280052 CPUtime=882.12 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 77571 0 0 0 88098 114 0 0 20 0 1 0 334351433 286773248 68152 33554432000 4194304 8395647 140736296321584 140736296316456 6697711 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 70013 68152 620 1026 0 68983 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 280052
[startup+942.3 s]
/proc/loadavg: 2.01 2.03 1.94 3/177 4992
/proc/meminfo: memFree=22951096/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=284100 CPUtime=942.12 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 83302 0 0 0 94088 124 0 0 20 0 1 0 334351433 290918400 68730 33554432000 4194304 8395647 140736296321584 140736296316840 6696700 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 71025 68730 620 1026 0 69995 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 284100
[startup+1002.3 s]
/proc/loadavg: 2.08 2.04 1.95 3/177 4992
/proc/meminfo: memFree=22942456/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=288784 CPUtime=1002.11 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 87412 0 0 0 100078 133 0 0 20 0 1 0 334351433 295714816 70411 33554432000 4194304 8395647 140736296321584 140736296316456 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 72196 70411 620 1026 0 71166 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 288784
[startup+1062.3 s]
/proc/loadavg: 2.03 2.03 1.95 3/177 4992
/proc/meminfo: memFree=22945912/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=289124 CPUtime=1062.09 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 87517 0 0 0 106068 141 0 0 20 0 1 0 334351433 296062976 70516 33554432000 4194304 8395647 140736296321584 140736296316712 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 72281 70516 620 1026 0 71251 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 289124
[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/177 4992
/proc/meminfo: memFree=22950468/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=288732 CPUtime=1122.09 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 89994 0 0 0 112058 151 0 0 20 0 1 0 334351433 295661568 70428 33554432000 4194304 8395647 140736296321584 140736296316712 7382041 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 72183 70428 620 1026 0 71153 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 288732
[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/178 4995
/proc/meminfo: memFree=22949368/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=291420 CPUtime=1182.08 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 90376 0 0 0 118050 158 0 0 20 0 1 0 334351433 298414080 70810 33554432000 4194304 8395647 140736296321584 140736296316440 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 72855 70810 620 1026 0 71825 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 291420
[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 4996
/proc/meminfo: memFree=22999628/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=296732 CPUtime=1242.07 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 91617 0 0 0 124040 167 0 0 20 0 1 0 334351433 303853568 72051 33554432000 4194304 8395647 140736296321584 140736296316712 6696842 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 74183 72051 620 1026 0 73153 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 296732
Solver just ended. Dumping a history of the last processes samples
[startup+1254.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 4996
/proc/meminfo: memFree=22999752/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=296732 CPUtime=1254.07 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 91619 0 0 0 125239 168 0 0 20 0 1 0 334351433 303853568 72053 33554432000 4194304 8395647 140736296321584 140736296317048 6698214 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 74183 72053 620 1026 0 73153 0
Current children cumulated CPU time (s) 1254.07
Current children cumulated vsize (KiB) 296732
[startup+1260.7 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 4996
/proc/meminfo: memFree=22999184/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=296732 CPUtime=1260.47 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 91619 0 0 0 125878 169 0 0 20 0 1 0 334351433 303853568 72055 33554432000 4194304 8395647 140736296321584 140736296317048 6585869 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 74183 72055 620 1026 0 73153 0
Current children cumulated CPU time (s) 1260.47
Current children cumulated vsize (KiB) 296732
[startup+1267.1 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 4996
/proc/meminfo: memFree=22999044/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=296732 CPUtime=1266.87 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 91619 0 0 0 126518 169 0 0 20 0 1 0 334351433 303853568 72057 33554432000 4194304 8395647 140736296321584 140736296316712 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 74183 72057 620 1026 0 73153 0
Current children cumulated CPU time (s) 1266.87
Current children cumulated vsize (KiB) 296732
[startup+1270.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 4996
/proc/meminfo: memFree=22999044/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=296732 CPUtime=1270.07 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 91625 0 0 0 126837 170 0 0 20 0 1 0 334351433 303853568 72063 33554432000 4194304 8395647 140736296321584 140736296316712 7428202 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 74183 72063 620 1026 0 73153 0
Current children cumulated CPU time (s) 1270.07
Current children cumulated vsize (KiB) 296732
[startup+1271.1 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 4996
/proc/meminfo: memFree=22999044/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=296732 CPUtime=1270.87 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 91625 0 0 0 126917 170 0 0 20 0 1 0 334351433 303853568 72063 33554432000 4194304 8395647 140736296321584 140736296316712 7382041 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 74183 72063 620 1026 0 73153 0
Current children cumulated CPU time (s) 1270.87
Current children cumulated vsize (KiB) 296732
[startup+1271.9 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 4996
/proc/meminfo: memFree=22999044/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=296732 CPUtime=1271.67 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 91669 0 0 0 126997 170 0 0 20 0 1 0 334351433 303853568 72107 33554432000 4194304 8395647 140736296321584 140736296316712 6697139 0 0 4096 16384 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 74183 72107 620 1026 0 73153 0
Current children cumulated CPU time (s) 1271.67
Current children cumulated vsize (KiB) 296732
[startup+1272.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 4996
/proc/meminfo: memFree=22999044/32873648 swapFree=6852/6852
[pid=4984] ppid=4982 vsize=298060 CPUtime=1272.07 cores=1,3,5,7
/proc/4984/stat : 4984 (pbscip.linux.x8) R 4982 4984 4046 0 -1 4202496 91952 0 0 0 127037 170 0 0 20 0 1 0 334351433 305213440 72390 33554432000 4194304 8395647 140736296321584 140736296316712 6345891 0 0 4096 0 0 0 0 17 3 0 0 2 0 0
/proc/4984/statm: 74515 72390 627 1026 0 73485 0
Current children cumulated CPU time (s) 1272.07
Current children cumulated vsize (KiB) 298060
Child status: 0
Real time (s): 1272.38
CPU time (s): 1272.16
CPU user time (s): 1270.44
CPU system time (s): 1.72374
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 298060
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1270.44
system time used= 1.72374
maximum resident set size= 289560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91958
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= 1454
runsolver used 1.85872 second user time and 5.08323 second system time
The end