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-3741019-1339017746.opb>
19.39/19.44 c original problem has 106196 variables (106196 bin, 0 int, 0 impl, 0 cont) and 2493137 constraints
19.39/19.44 c problem read
19.39/19.45 c No objective function, only one solution is needed.
19.39/19.45 c presolving settings loaded
22.69/22.73 c presolving:
30.09/30.16 c (round 1) 22691 del vars, 364560 del conss, 22691 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1247428 impls, 2696 clqs
33.18/33.23 c (round 2) 38058 del vars, 731007 del conss, 22691 chg bounds, 33360 chg sides, 41400 chg coeffs, 0 upgd conss, 1435204 impls, 2696 clqs
35.38/35.41 c (round 3) 38564 del vars, 760890 del conss, 22691 chg bounds, 37532 chg sides, 46596 chg coeffs, 0 upgd conss, 1435660 impls, 2696 clqs
45.58/45.68 c (round 4) 38564 del vars, 760936 del conss, 22691 chg bounds, 37539 chg sides, 46596 chg coeffs, 1732239 upgd conss, 1435660 impls, 2696 clqs
48.78/48.83 c (round 5) 38564 del vars, 760936 del conss, 22691 chg bounds, 37792 chg sides, 49005 chg coeffs, 1732239 upgd conss, 1435660 impls, 2696 clqs
50.78/50.85 c presolving (6 rounds):
50.78/50.85 c 38564 deleted vars, 760936 deleted constraints, 22691 tightened bounds, 0 added holes, 37792 changed sides, 49401 changed coefficients
50.78/50.85 c 1435660 implications, 2696 cliques
50.78/50.85 c presolved problem has 67632 variables (67632 bin, 0 int, 0 impl, 0 cont) and 1732201 constraints
50.78/50.85 c 224993 constraints of type <knapsack>
50.78/50.85 c 251957 constraints of type <setppc>
50.78/50.85 c 1 constraints of type <linear>
50.78/50.85 c 1255250 constraints of type <logicor>
50.78/50.85 c transformed objective value is always integral (scale: 1)
50.78/50.85 c Presolving Time: 28.35
50.78/50.85 c - non default parameters ----------------------------------------------------------------------
50.78/50.85 c # SCIP version 1.2.1.3
50.78/50.85 c
50.78/50.85 c # frequency for displaying node information lines
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 100]
50.78/50.85 c display/freq = 10000
50.78/50.85 c
50.78/50.85 c # maximal time in seconds to run
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
50.78/50.85 c limits/time = 1770.56
50.78/50.85 c
50.78/50.85 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
50.78/50.85 c limits/memory = 13950
50.78/50.85 c
50.78/50.85 c # solving stops, if the given number of solutions were found (-1: no limit)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: -1]
50.78/50.85 c limits/solutions = 1
50.78/50.85 c
50.78/50.85 c # maximal number of separation rounds per node (-1: unlimited)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 5]
50.78/50.85 c separating/maxrounds = 1
50.78/50.85 c
50.78/50.85 c # maximal number of separation rounds in the root node (-1: unlimited)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: -1]
50.78/50.85 c separating/maxroundsroot = 5
50.78/50.85 c
50.78/50.85 c # default clock type (1: CPU user seconds, 2: wall clock time)
50.78/50.85 c # [type: int, range: [1,2], default: 1]
50.78/50.85 c timing/clocktype = 2
50.78/50.85 c
50.78/50.85 c # should presolving try to simplify inequalities
50.78/50.85 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.78/50.85 c constraints/linear/simplifyinequalities = TRUE
50.78/50.85 c
50.78/50.85 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
50.78/50.85 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.78/50.85 c constraints/indicator/addCouplingCons = TRUE
50.78/50.85 c
50.78/50.85 c # should disaggregation of knapsack constraints be allowed in preprocessing?
50.78/50.85 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
50.78/50.85 c constraints/knapsack/disaggregation = FALSE
50.78/50.85 c
50.78/50.85 c # should presolving try to simplify knapsacks
50.78/50.85 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.78/50.85 c constraints/knapsack/simplifyinequalities = TRUE
50.78/50.85 c
50.78/50.85 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: -1]
50.78/50.85 c presolving/probing/maxrounds = 0
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 10]
50.78/50.85 c heuristics/coefdiving/freq = -1
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to node LP iterations
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
50.78/50.85 c heuristics/coefdiving/maxlpiterquot = 0.075
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/coefdiving/maxlpiterofs = 1500
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 30]
50.78/50.85 c heuristics/crossover/freq = -1
50.78/50.85 c
50.78/50.85 c # number of nodes added to the contingent of the total nodes
50.78/50.85 c # [type: longint, range: [0,9223372036854775807], default: 500]
50.78/50.85 c heuristics/crossover/nodesofs = 750
50.78/50.85 c
50.78/50.85 c # number of nodes without incumbent change that heuristic should wait
50.78/50.85 c # [type: longint, range: [0,9223372036854775807], default: 200]
50.78/50.85 c heuristics/crossover/nwaitingnodes = 100
50.78/50.85 c
50.78/50.85 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
50.78/50.85 c # [type: real, range: [0,1], default: 0.1]
50.78/50.85 c heuristics/crossover/nodesquot = 0.15
50.78/50.85 c
50.78/50.85 c # minimum percentage of integer variables that have to be fixed
50.78/50.85 c # [type: real, range: [0,1], default: 0.666]
50.78/50.85 c heuristics/crossover/minfixingrate = 0.5
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 20]
50.78/50.85 c heuristics/feaspump/freq = -1
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/feaspump/maxlpiterofs = 2000
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 10]
50.78/50.85 c heuristics/fracdiving/freq = -1
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to node LP iterations
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
50.78/50.85 c heuristics/fracdiving/maxlpiterquot = 0.075
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/fracdiving/maxlpiterofs = 1500
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 10]
50.78/50.85 c heuristics/guideddiving/freq = -1
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to node LP iterations
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
50.78/50.85 c heuristics/guideddiving/maxlpiterquot = 0.075
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/guideddiving/maxlpiterofs = 1500
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to node LP iterations
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
50.78/50.85 c heuristics/intdiving/maxlpiterquot = 0.075
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 10]
50.78/50.85 c heuristics/intshifting/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 10]
50.78/50.85 c heuristics/linesearchdiving/freq = -1
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to node LP iterations
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
50.78/50.85 c heuristics/linesearchdiving/maxlpiterquot = 0.075
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/linesearchdiving/maxlpiterofs = 1500
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 1]
50.78/50.85 c heuristics/nlp/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 20]
50.78/50.85 c heuristics/objpscostdiving/freq = -1
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to total iteration number
50.78/50.85 c # [type: real, range: [0,1], default: 0.01]
50.78/50.85 c heuristics/objpscostdiving/maxlpiterquot = 0.015
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/objpscostdiving/maxlpiterofs = 1500
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 1]
50.78/50.85 c heuristics/oneopt/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 10]
50.78/50.85 c heuristics/pscostdiving/freq = -1
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to node LP iterations
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
50.78/50.85 c heuristics/pscostdiving/maxlpiterquot = 0.075
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/pscostdiving/maxlpiterofs = 1500
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 0]
50.78/50.85 c heuristics/rens/freq = -1
50.78/50.85 c
50.78/50.85 c # minimum percentage of integer variables that have to be fixable
50.78/50.85 c # [type: real, range: [0,1], default: 0.5]
50.78/50.85 c heuristics/rens/minfixingrate = 0.3
50.78/50.85 c
50.78/50.85 c # number of nodes added to the contingent of the total nodes
50.78/50.85 c # [type: longint, range: [0,9223372036854775807], default: 500]
50.78/50.85 c heuristics/rens/nodesofs = 2000
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 20]
50.78/50.85 c heuristics/rootsoldiving/freq = -1
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to node LP iterations
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
50.78/50.85 c heuristics/rootsoldiving/maxlpiterquot = 0.015
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/rootsoldiving/maxlpiterofs = 1500
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 1]
50.78/50.85 c heuristics/rounding/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 10]
50.78/50.85 c heuristics/shifting/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 1]
50.78/50.85 c heuristics/simplerounding/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 0]
50.78/50.85 c heuristics/trivial/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 1]
50.78/50.85 c heuristics/trysol/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 10]
50.78/50.85 c heuristics/veclendiving/freq = -1
50.78/50.85 c
50.78/50.85 c # maximal fraction of diving LP iterations compared to node LP iterations
50.78/50.85 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
50.78/50.85 c heuristics/veclendiving/maxlpiterquot = 0.075
50.78/50.85 c
50.78/50.85 c # additional number of allowed LP iterations
50.78/50.85 c # [type: int, range: [0,2147483647], default: 1000]
50.78/50.85 c heuristics/veclendiving/maxlpiterofs = 1500
50.78/50.85 c
50.78/50.85 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 1]
50.78/50.85 c heuristics/zirounding/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 0]
50.78/50.85 c separating/cmir/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: 0]
50.78/50.85 c separating/flowcover/freq = -1
50.78/50.85 c
50.78/50.85 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
50.78/50.85 c # [type: int, range: [-1,2147483647], default: -1]
50.78/50.85 c separating/rapidlearning/freq = 0
50.78/50.85 c
50.78/50.85 c -----------------------------------------------------------------------------------------------
50.78/50.85 c start solving
50.88/50.90 c
265.65/265.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
265.65/265.75 c 246s| 1 | 0 | 13022 | - |2750M| 0 |1455 | 67k|1732k| 67k|1732k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
328.33/328.44 c 309s| 1 | 0 | 13609 | - |2750M| 0 |1557 | 67k|1732k| 67k|1732k| 31 | 0 | 0 | 0.000000e+00 | -- | Inf
421.42/421.59 c 402s| 1 | 0 | 15009 | - |2752M| 0 |2010 | 67k|1732k| 67k|1732k| 47 | 0 | 0 | 0.000000e+00 | -- | Inf
873.55/873.76 c 854s| 1 | 0 | 21942 | - |2753M| 0 |5126 | 67k|1732k| 67k|1732k| 66 | 0 | 0 | 0.000000e+00 | -- | Inf
1645.54/1645.82 c 1626s| 1 | 0 | 31183 | - |2753M| 0 |6903 | 67k|1732k| 67k|1732k| 134 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.01/1790.31 c 1771s| 1 | 0 | 32402 | - |2754M| 0 | - | 67k|1732k| 67k|1732k| 212 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.11/1790.49 c 1771s| 1 | 2 | 32402 | - |2754M| 0 | - | 67k|1732k| 67k|1732k| 212 | 0 | 0 | 0.000000e+00 | -- | Inf
1790.11/1790.49 c
1790.11/1790.49 c SCIP Status : solving was interrupted [time limit reached]
1790.11/1790.49 c Solving Time (sec) : 1771.04
1790.11/1790.49 c Solving Nodes : 1
1790.11/1790.49 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1790.11/1790.49 c Dual Bound : +0.00000000000000e+00
1790.11/1790.49 c Gap : infinite
1790.11/1790.49 s UNKNOWN
1790.11/1790.49 c SCIP Status : solving was interrupted [time limit reached]
1790.11/1790.49 c Solving Time : 1771.04
1790.11/1790.49 c Original Problem :
1790.11/1790.49 c Problem name : HOME/instance-3741019-1339017746.opb
1790.11/1790.49 c Variables : 106196 (106196 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.11/1790.49 c Constraints : 2493137 initial, 2493137 maximal
1790.11/1790.49 c Presolved Problem :
1790.11/1790.49 c Problem name : t_HOME/instance-3741019-1339017746.opb
1790.11/1790.49 c Variables : 67632 (67632 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.11/1790.49 c Constraints : 1732201 initial, 1732201 maximal
1790.11/1790.49 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1790.11/1790.49 c trivial : 0.03 506 0 0 0 0 0 0 0
1790.11/1790.49 c dualfix : 0.02 0 0 0 0 0 0 0 0
1790.11/1790.49 c boundshift : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c implics : 0.10 0 9086 0 0 0 0 0 0
1790.11/1790.49 c probing : 0.00 0 0 0 0 0 0 0 0
1790.11/1790.49 c knapsack : 1.43 0 0 0 0 0 0 253 2805
1790.11/1790.49 c setppc : 0.86 0 0 0 0 0 0 0 0
1790.11/1790.49 c linear : 17.59 27751 1221 0 22691 0 760897 37539 46596
1790.11/1790.49 c logicor : 4.42 0 0 0 0 0 39 0 0
1790.11/1790.49 c root node : - 0 - - 0 - - - -
1790.11/1790.49 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1790.11/1790.49 c integral : 0 0 0 0 0 0 0 0 0 0
1790.11/1790.49 c knapsack : 224993 5 1 0 1 0 0 271 0 0
1790.11/1790.49 c setppc : 251957 5 1 0 1 0 0 0 0 0
1790.11/1790.49 c linear : 1 5 1 0 1 0 0 0 0 0
1790.11/1790.49 c logicor : 1255250 5 1 0 1 0 0 0 0 0
1790.11/1790.49 c countsols : 0 0 0 0 1 0 0 0 0 0
1790.11/1790.49 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1790.11/1790.49 c integral : 0.00 0.00 0.00 0.00 0.00
1790.11/1790.49 c knapsack : 1.40 1.34 0.01 0.00 0.04
1790.11/1790.49 c setppc : 0.12 0.08 0.01 0.00 0.03
1790.11/1790.49 c linear : 0.00 0.00 0.00 0.00 0.00
1790.11/1790.49 c logicor : 0.74 0.29 0.36 0.00 0.10
1790.11/1790.49 c countsols : 0.00 0.00 0.00 0.00 0.00
1790.11/1790.49 c Propagators : Time Calls Cutoffs DomReds
1790.11/1790.49 c vbounds : 0.00 1 0 0
1790.11/1790.49 c rootredcost : 0.00 0 0 0
1790.11/1790.49 c pseudoobj : 0.00 0 0 0
1790.11/1790.49 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1790.11/1790.49 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1790.11/1790.49 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1790.11/1790.49 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1790.11/1790.49 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1790.11/1790.49 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1790.11/1790.49 c applied globally : - - - 0 0.0 - - -
1790.11/1790.49 c applied locally : - - - 0 0.0 - - -
1790.11/1790.49 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1790.11/1790.49 c cut pool : 0.00 4 - - 72 - (maximal pool size: 753)
1790.11/1790.49 c redcost : 0.02 5 0 0 0 0
1790.11/1790.49 c impliedbounds : 0.02 5 0 0 0 0
1790.11/1790.49 c intobj : 0.00 0 0 0 0 0
1790.11/1790.49 c cgmip : 0.00 0 0 0 0 0
1790.11/1790.49 c gomory : 67.12 5 0 0 2500 0
1790.11/1790.49 c strongcg : 55.40 5 0 0 2500 0
1790.11/1790.49 c cmir : 0.00 0 0 0 0 0
1790.11/1790.49 c flowcover : 0.00 0 0 0 0 0
1790.11/1790.49 c clique : 8.28 5 0 0 42 0
1790.11/1790.49 c zerohalf : 0.00 0 0 0 0 0
1790.11/1790.49 c mcf : 6.42 1 0 0 0 0
1790.11/1790.49 c rapidlearning : 0.00 0 0 0 0 0
1790.11/1790.49 c Pricers : Time Calls Vars
1790.11/1790.49 c problem variables: 0.00 0 0
1790.11/1790.49 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1790.11/1790.49 c relpscost : 0.00 0 0 0 0 0 0
1790.11/1790.49 c pscost : 0.00 0 0 0 0 0 0
1790.11/1790.49 c inference : 0.01 1 0 0 0 0 2
1790.11/1790.49 c mostinf : 0.00 0 0 0 0 0 0
1790.11/1790.49 c leastinf : 0.00 0 0 0 0 0 0
1790.11/1790.49 c fullstrong : 0.00 0 0 0 0 0 0
1790.11/1790.49 c allfullstrong : 0.00 0 0 0 0 0 0
1790.11/1790.49 c random : 0.00 0 0 0 0 0 0
1790.11/1790.49 c Primal Heuristics : Time Calls Found
1790.11/1790.49 c LP solutions : 0.00 - 0
1790.11/1790.49 c pseudo solutions : 0.00 - 0
1790.11/1790.49 c trivial : 0.07 1 0
1790.11/1790.49 c simplerounding : 0.00 0 0
1790.11/1790.49 c zirounding : 0.00 0 0
1790.11/1790.49 c rounding : 0.00 0 0
1790.11/1790.49 c shifting : 0.00 0 0
1790.11/1790.49 c intshifting : 0.00 0 0
1790.11/1790.49 c oneopt : 0.00 0 0
1790.11/1790.49 c twoopt : 0.00 0 0
1790.11/1790.49 c fixandinfer : 0.00 0 0
1790.11/1790.49 c feaspump : 0.00 0 0
1790.11/1790.49 c coefdiving : 0.00 0 0
1790.11/1790.49 c pscostdiving : 0.00 0 0
1790.11/1790.49 c fracdiving : 0.00 0 0
1790.11/1790.49 c veclendiving : 0.00 0 0
1790.11/1790.49 c intdiving : 0.00 0 0
1790.11/1790.49 c actconsdiving : 0.00 0 0
1790.11/1790.49 c objpscostdiving : 0.00 0 0
1790.11/1790.49 c rootsoldiving : 0.00 0 0
1790.11/1790.49 c linesearchdiving : 0.00 0 0
1790.11/1790.49 c guideddiving : 0.00 0 0
1790.11/1790.49 c octane : 0.00 0 0
1790.11/1790.49 c rens : 0.00 0 0
1790.11/1790.49 c rins : 0.00 0 0
1790.11/1790.49 c localbranching : 0.00 0 0
1790.11/1790.49 c mutation : 0.00 0 0
1790.11/1790.49 c crossover : 0.00 0 0
1790.11/1790.49 c dins : 0.00 0 0
1790.11/1790.49 c undercover : 0.00 0 0
1790.11/1790.49 c nlp : 0.00 0 0
1790.11/1790.49 c trysol : 0.00 0 0
1790.11/1790.49 c LP : Time Calls Iterations Iter/call Iter/sec
1790.11/1790.49 c primal LP : 0.00 0 0 0.00 -
1790.11/1790.49 c dual LP : 1594.87 6 32402 5400.33 20.32
1790.11/1790.49 c lex dual LP : 0.00 0 0 0.00 -
1790.11/1790.49 c barrier LP : 0.00 0 0 0.00 -
1790.11/1790.49 c diving/probing LP: 0.00 0 0 0.00 -
1790.11/1790.49 c strong branching : 0.00 0 0 0.00 -
1790.11/1790.49 c (at root node) : - 0 0 0.00 -
1790.11/1790.49 c conflict analysis: 0.00 0 0 0.00 -
1790.11/1790.49 c B&B Tree :
1790.11/1790.49 c number of runs : 1
1790.11/1790.49 c nodes : 1
1790.11/1790.49 c nodes (total) : 1
1790.11/1790.49 c nodes left : 2
1790.11/1790.49 c max depth : 0
1790.11/1790.49 c max depth (total): 0
1790.11/1790.49 c backtracks : 0 (0.0%)
1790.11/1790.49 c delayed cutoffs : 0
1790.11/1790.49 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1790.11/1790.49 c avg switch length: 1.00
1790.11/1790.49 c switching time : 0.00
1790.11/1790.49 c Solution :
1790.11/1790.49 c Solutions found : 0 (0 improvements)
1790.11/1790.49 c Primal Bound : -
1790.11/1790.49 c Dual Bound : +0.00000000000000e+00
1790.11/1790.49 c Gap : infinite
1790.11/1790.49 c Root Dual Bound : +0.00000000000000e+00
1790.11/1790.49 c Root Iterations : 32402
1795.81/1796.15 c Time complete: 1795.86.
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-3741019-1339017746/watcher-3741019-1339017746 -o /tmp/evaluation-result-3741019-1339017746/solver-3741019-1339017746 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741019-1339017746.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 20127
/proc/meminfo: memFree=28980676/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 1370 0 0 0 0 0 0 0 20 0 1 0 367899823 9158656 1316 33554432000 4194304 8395647 140736856179040 140734140079192 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 2236 1328 374 1026 0 1206 0
[startup+0.0648611 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 20127
/proc/meminfo: memFree=28980676/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=14852 CPUtime=0.06 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 2949 0 0 0 6 0 0 0 20 0 1 0 367899823 15208448 2895 33554432000 4194304 8395647 140736856179040 140734140079192 7382036 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 3713 2895 390 1026 0 2683 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14852
[startup+0.10023 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 20127
/proc/meminfo: memFree=28980676/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=17008 CPUtime=0.09 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 3489 0 0 0 9 0 0 0 20 0 1 0 367899823 17416192 3435 33554432000 4194304 8395647 140736856179040 140734140079192 7382061 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 4252 3435 390 1026 0 3222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17008
[startup+0.300212 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 20127
/proc/meminfo: memFree=28980676/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=28240 CPUtime=0.29 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 6299 0 0 0 29 0 0 0 20 0 1 0 367899823 28917760 6245 33554432000 4194304 8395647 140736856179040 140734140079192 4327586 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 7060 6245 390 1026 0 6030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28240
[startup+0.700198 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 20127
/proc/meminfo: memFree=28980676/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=50008 CPUtime=0.69 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 11735 0 0 0 68 1 0 0 20 0 1 0 367899823 51208192 11681 33554432000 4194304 8395647 140736856179040 140736856044248 7370211 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 12502 11681 390 1026 0 11472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50008
[startup+1.5002 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 20128
/proc/meminfo: memFree=28872624/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=90996 CPUtime=1.49 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 21951 0 0 0 146 3 0 0 20 0 1 0 367899823 93179904 21897 33554432000 4194304 8395647 140736856179040 140736856044248 4245996 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 22749 21897 390 1026 0 21719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90996
[startup+3.10019 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 20128
/proc/meminfo: memFree=28756072/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=173672 CPUtime=3.08 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 42503 0 0 0 302 6 0 0 20 0 1 0 367899823 177840128 42449 33554432000 4194304 8395647 140736856179040 140736856044248 5758034 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 43418 42449 390 1026 0 42388 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 173672
[startup+6.3002 s]
/proc/loadavg: 0.31 0.07 0.02 3/176 20128
/proc/meminfo: memFree=28410120/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=336640 CPUtime=6.29 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 83371 0 0 0 616 13 0 0 20 0 1 0 367899823 344719360 83317 33554432000 4194304 8395647 140736856179040 140736856044248 4507032 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 84160 83317 390 1026 0 83130 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336640
[startup+12.7002 s]
/proc/loadavg: 0.44 0.10 0.03 3/177 20129
/proc/meminfo: memFree=27195936/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=662008 CPUtime=12.69 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 164551 0 0 0 1241 28 0 0 20 0 1 0 367899823 677896192 164497 33554432000 4194304 8395647 140736856179040 140736856044248 4245985 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 165502 164497 390 1026 0 164472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 662008
[startup+25.5003 s]
/proc/loadavg: 0.79 0.19 0.06 3/177 20129
/proc/meminfo: memFree=23981400/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=2701156 CPUtime=25.48 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 666884 0 0 0 2448 100 0 0 20 0 1 0 367899823 2765983744 670053 33554432000 4194304 8395647 140736856179040 140736856175896 5027983 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 675289 670053 470 1026 0 674259 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2701156
[startup+51.1003 s]
/proc/loadavg: 1.20 0.33 0.11 3/177 20129
/proc/meminfo: memFree=23242292/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=3254820 CPUtime=51.08 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 795068 0 0 0 4979 129 0 0 20 0 1 0 367899823 3332935680 806102 33554432000 4194304 8395647 140736856179040 140736856175112 6349002 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 813705 806102 519 1026 0 812675 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3254820
[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 20129
/proc/meminfo: memFree=21785760/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5007096 CPUtime=102.27 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 914821 0 0 0 10053 174 0 0 20 0 1 0 367899823 5127266304 1184097 33554432000 4194304 8395647 140736856179040 140736856174504 6752542 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1251774 1184097 576 1026 0 1250744 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5007096
[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/177 20129
/proc/meminfo: memFree=21662120/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5120264 CPUtime=162.26 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 920510 0 0 0 16046 180 0 0 20 0 1 0 367899823 5243150336 1209447 33554432000 4194304 8395647 140736856179040 140736856174168 7382157 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1280066 1209447 576 1026 0 1279036 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 5120264
[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.42 3/177 20129
/proc/meminfo: memFree=21605684/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5190716 CPUtime=222.25 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 932584 0 0 0 22034 191 0 0 20 0 1 0 367899823 5315293184 1219401 33554432000 4194304 8395647 140736856179040 140736856173016 6721235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1297679 1219401 579 1026 0 1296649 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5190716
[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.52 3/177 20129
/proc/meminfo: memFree=21424576/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5280676 CPUtime=282.24 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 935166 0 0 0 28022 202 0 0 20 0 1 0 367899823 5407412224 1231477 33554432000 4194304 8395647 140736856179040 140736856174328 6440490 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1320169 1231477 598 1026 0 1319139 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5280676
[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.61 3/177 20130
/proc/meminfo: memFree=21264092/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5391736 CPUtime=342.24 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 945311 0 0 0 34010 214 0 0 20 0 1 0 367899823 5521137664 1270605 33554432000 4194304 8395647 140736856179040 140736856174280 7385972 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1347934 1270605 612 1026 0 1346904 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5391736
[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 3/176 20130
/proc/meminfo: memFree=21186792/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5487164 CPUtime=402.22 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 950453 0 0 0 39998 224 0 0 20 0 1 0 367899823 5618855936 1283360 33554432000 4194304 8395647 140736856179040 140736856173208 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1371791 1283360 612 1026 0 1370761 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5487164
[startup+462.3 s]
/proc/loadavg: 2.12 1.61 0.79 3/178 20134
/proc/meminfo: memFree=21290672/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5438892 CPUtime=462.21 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 953143 0 0 0 45989 232 0 0 20 0 1 0 367899823 5569425408 1255242 33554432000 4194304 8395647 140736856179040 140736856173208 6698391 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1359723 1255242 612 1026 0 1358693 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 5438892
[startup+522.3 s]
/proc/loadavg: 2.04 1.68 0.86 3/177 20134
/proc/meminfo: memFree=21288040/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5450372 CPUtime=522.21 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 955635 0 0 0 51980 241 0 0 20 0 1 0 367899823 5581180928 1255576 33554432000 4194304 8395647 140736856179040 140736856174168 6390512 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1362593 1255576 612 1026 0 1361563 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5450372
[startup+582.3 s]
/proc/loadavg: 2.01 1.74 0.93 3/177 20134
/proc/meminfo: memFree=21285336/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5456780 CPUtime=582.2 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 957535 0 0 0 57969 251 0 0 20 0 1 0 367899823 5587742720 1255112 33554432000 4194304 8395647 140736856179040 140736856174504 6697271 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1364195 1255112 612 1026 0 1363165 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5456780
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=21122924/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5632956 CPUtime=1062.12 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 976077 0 0 0 105884 328 0 0 20 0 1 0 367899823 5768146944 1294843 33554432000 4194304 8395647 140736856179040 140736856173448 6721240 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1408239 1294843 612 1026 0 1407209 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 5632956
[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.38 3/177 20140
/proc/meminfo: memFree=21127296/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5635068 CPUtime=1122.11 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 978305 0 0 0 111874 337 0 0 20 0 1 0 367899823 5770309632 1293608 33554432000 4194304 8395647 140736856179040 140736856174168 6698030 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1408767 1293608 612 1026 0 1407737 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 5635068
[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.42 3/177 20140
/proc/meminfo: memFree=21124472/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5642684 CPUtime=1182.1 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 980393 0 0 0 117863 347 0 0 20 0 1 0 367899823 5778108416 1294307 33554432000 4194304 8395647 140736856179040 140736856174168 6697246 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410671 1294307 612 1026 0 1409641 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 5642684
[startup+1242.3 s]
/proc/loadavg: 2.05 1.97 1.46 3/177 20141
/proc/meminfo: memFree=21124156/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5642684 CPUtime=1242.1 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 981775 0 0 0 123855 355 0 0 20 0 1 0 367899823 5778108416 1294345 33554432000 4194304 8395647 140736856179040 140736856173448 6721240 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410671 1294345 612 1026 0 1409641 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 5642684
[startup+1302.3 s]
/proc/loadavg: 2.02 1.97 1.49 3/177 20141
/proc/meminfo: memFree=21070832/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5642684 CPUtime=1302.09 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 983742 0 0 0 129844 365 0 0 20 0 1 0 367899823 5778108416 1294865 33554432000 4194304 8395647 140736856179040 140736856174168 6697959 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410671 1294865 612 1026 0 1409641 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 5642684
[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/177 20141
/proc/meminfo: memFree=21064248/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5642684 CPUtime=1362.08 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 985597 0 0 0 135832 376 0 0 20 0 1 0 367899823 5778108416 1294844 33554432000 4194304 8395647 140736856179040 140736856174168 7382137 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410671 1294844 612 1026 0 1409641 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 5642684
[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/177 20141
/proc/meminfo: memFree=21064224/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5642684 CPUtime=1422.08 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 987451 0 0 0 141822 386 0 0 20 0 1 0 367899823 5778108416 1294328 33554432000 4194304 8395647 140736856179040 140736856174168 6752759 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410671 1294328 612 1026 0 1409641 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 5642684
[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/177 20141
/proc/meminfo: memFree=21058180/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5642684 CPUtime=1482.06 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 988901 0 0 0 147812 394 0 0 20 0 1 0 367899823 5778108416 1294893 33554432000 4194304 8395647 140736856179040 140736856174168 6721240 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410671 1294893 612 1026 0 1409641 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 5642684
[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/177 20142
/proc/meminfo: memFree=21057428/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5643812 CPUtime=1542.05 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 990773 0 0 0 153801 404 0 0 20 0 1 0 367899823 5779263488 1294483 33554432000 4194304 8395647 140736856179040 140736856174168 6698214 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410953 1294483 612 1026 0 1409923 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 5643812
[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/177 20142
/proc/meminfo: memFree=21055284/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5643812 CPUtime=1602.04 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 993066 0 0 0 159790 414 0 0 20 0 1 0 367899823 5779263488 1294468 33554432000 4194304 8395647 140736856179040 140736856174168 6697974 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410953 1294468 612 1026 0 1409923 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 5643812
[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/178 20145
/proc/meminfo: memFree=21058880/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5643812 CPUtime=1662.03 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 995531 0 0 0 165779 424 0 0 20 0 1 0 367899823 5779263488 1293497 33554432000 4194304 8395647 140736856179040 140736856174280 6440477 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1410953 1293497 612 1026 0 1409923 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 5643812
[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/177 20145
/proc/meminfo: memFree=21021984/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5648992 CPUtime=1722.03 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 998453 0 0 0 171767 436 0 0 20 0 1 0 367899823 5784567808 1302210 33554432000 4194304 8395647 140736856179040 140736856173448 6721240 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1412248 1302210 612 1026 0 1411218 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 5648992
[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 20145
/proc/meminfo: memFree=21012720/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5654496 CPUtime=1782.01 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 1000491 0 0 0 177753 448 0 0 20 0 1 0 367899823 5790203904 1302820 33554432000 4194304 8395647 140736856179040 140736856174168 6698063 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1413624 1302820 612 1026 0 1412594 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 5654496
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 20145
/proc/meminfo: memFree=21015016/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5654496 CPUtime=1785.21 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 1000491 0 0 0 178073 448 0 0 20 0 1 0 367899823 5790203904 1302820 33554432000 4194304 8395647 140736856179040 140736856173448 6721240 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1413624 1302820 612 1026 0 1412594 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 5654496
[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 20145
/proc/meminfo: memFree=21014876/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5654496 CPUtime=1791.62 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 1000991 0 0 0 178711 451 0 0 20 0 1 0 367899823 5790203904 1302836 33554432000 4194304 8395647 140736856179040 140736856174872 6151240 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1413624 1302836 619 1026 0 1412594 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 5654496
[startup+1793.5 s]
/proc/loadavg: 2.00 1.97 1.68 2/175 20152
/proc/meminfo: memFree=23845616/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5654496 CPUtime=1793.21 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 1000993 0 0 0 178870 451 0 0 20 0 1 0 367899823 5790203904 1302838 33554432000 4194304 8395647 140736856179040 140736856174872 6063821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1413624 1302838 621 1026 0 1412594 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 5654496
[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.68 2/171 20169
/proc/meminfo: memFree=23924072/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=5634976 CPUtime=1794.82 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 1000993 0 0 0 179031 451 0 0 20 0 1 0 367899823 5770215424 1297968 33554432000 4194304 8395647 140736856179040 140736856174872 6345173 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 1408744 1297968 621 1026 0 1407714 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 5634976
[startup+1795.9 s]
/proc/loadavg: 2.00 1.97 1.68 2/171 20169
/proc/meminfo: memFree=23924072/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=3591604 CPUtime=1795.61 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 1000993 0 0 0 179102 459 0 0 20 0 1 0 367899823 3677802496 887213 33554432000 4194304 8395647 140736856179040 140736856178232 6345713 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 897901 887213 621 1026 0 896871 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 3591604
[startup+1796.1 s]
/proc/loadavg: 2.00 1.97 1.68 2/171 20169
/proc/meminfo: memFree=23924072/32873844 swapFree=7120/7120
[pid=20127] ppid=20125 vsize=1707080 CPUtime=1795.81 cores=0,2,4,6
/proc/20127/stat : 20127 (pbscip.linux.x8) R 20125 20127 20083 0 -1 4202496 1000994 0 0 0 179110 471 0 0 20 0 1 0 367899823 1748049920 237443 33554432000 4194304 8395647 140736856179040 140736856178232 7602442 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 426770 236931 622 1026 0 425740 0
Current children cumulated CPU time (s) 1795.81
Current children cumulated vsize (KiB) 1707080
Child status: 0
Real time (s): 1796.16
CPU time (s): 1795.88
CPU user time (s): 1791.11
CPU system time (s): 4.77027
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 5871056
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.11
system time used= 4.77027
maximum resident set size= 5309932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1001000
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= 2827
runsolver used 2.86056 second user time and 8.5677 second system time
The end