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-3737704-1338717681.opb>
0.00/0.09 c original problem has 16706 variables (16706 bin, 0 int, 0 impl, 0 cont) and 17208 constraints
0.00/0.09 c problem read
0.00/0.09 c No objective function, only one solution is needed.
0.00/0.09 c presolving settings loaded
0.09/0.18 c presolving:
0.29/0.34 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 126648 impls, 1000 clqs
0.39/0.44 c presolving (2 rounds):
0.39/0.44 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44 c 126648 implications, 1000 cliques
0.39/0.44 c presolved problem has 16706 variables (16706 bin, 0 int, 0 impl, 0 cont) and 17208 constraints
0.39/0.44 c 1 constraints of type <knapsack>
0.39/0.44 c 1500 constraints of type <setppc>
0.39/0.44 c 15706 constraints of type <and>
0.39/0.44 c 1 constraints of type <linear>
0.39/0.44 c transformed objective value is always integral (scale: 1)
0.39/0.44 c Presolving Time: 0.30
0.39/0.44 c - non default parameters ----------------------------------------------------------------------
0.39/0.44 c # SCIP version 1.2.1.3
0.39/0.44 c
0.39/0.44 c # frequency for displaying node information lines
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.44 c display/freq = 10000
0.39/0.44 c
0.39/0.44 c # maximal time in seconds to run
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44 c limits/time = 1789.92
0.39/0.44 c
0.39/0.44 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44 c limits/memory = 13950
0.39/0.44 c
0.39/0.44 c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44 c limits/solutions = 1
0.39/0.44 c
0.39/0.44 c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.44 c separating/maxrounds = 1
0.39/0.44 c
0.39/0.44 c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44 c separating/maxroundsroot = 5
0.39/0.44 c
0.39/0.44 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.44 c # [type: int, range: [1,2], default: 1]
0.39/0.44 c timing/clocktype = 2
0.39/0.44 c
0.39/0.44 c # should presolving try to simplify inequalities
0.39/0.44 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44 c constraints/linear/simplifyinequalities = TRUE
0.39/0.44 c
0.39/0.44 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.44 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44 c constraints/indicator/addCouplingCons = TRUE
0.39/0.44 c
0.39/0.44 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.44 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.44 c constraints/knapsack/disaggregation = FALSE
0.39/0.44 c
0.39/0.44 c # should presolving try to simplify knapsacks
0.39/0.44 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44 c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.44 c
0.39/0.44 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44 c presolving/probing/maxrounds = 0
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44 c heuristics/coefdiving/freq = -1
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44 c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.44 c heuristics/crossover/freq = -1
0.39/0.44 c
0.39/0.44 c # number of nodes added to the contingent of the total nodes
0.39/0.44 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.44 c heuristics/crossover/nodesofs = 750
0.39/0.44 c
0.39/0.44 c # number of nodes without incumbent change that heuristic should wait
0.39/0.44 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.44 c heuristics/crossover/nwaitingnodes = 100
0.39/0.44 c
0.39/0.44 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.44 c # [type: real, range: [0,1], default: 0.1]
0.39/0.44 c heuristics/crossover/nodesquot = 0.15
0.39/0.44 c
0.39/0.44 c # minimum percentage of integer variables that have to be fixed
0.39/0.44 c # [type: real, range: [0,1], default: 0.666]
0.39/0.44 c heuristics/crossover/minfixingrate = 0.5
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44 c heuristics/feaspump/freq = -1
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44 c heuristics/fracdiving/freq = -1
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44 c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44 c heuristics/guideddiving/freq = -1
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44 c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44 c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44 c heuristics/intshifting/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44 c heuristics/linesearchdiving/freq = -1
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44 c heuristics/nlp/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44 c heuristics/objpscostdiving/freq = -1
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.44 c # [type: real, range: [0,1], default: 0.01]
0.39/0.44 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44 c heuristics/oneopt/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44 c heuristics/pscostdiving/freq = -1
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44 c heuristics/rens/freq = -1
0.39/0.44 c
0.39/0.44 c # minimum percentage of integer variables that have to be fixable
0.39/0.44 c # [type: real, range: [0,1], default: 0.5]
0.39/0.44 c heuristics/rens/minfixingrate = 0.3
0.39/0.44 c
0.39/0.44 c # number of nodes added to the contingent of the total nodes
0.39/0.44 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.44 c heuristics/rens/nodesofs = 2000
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44 c heuristics/rootsoldiving/freq = -1
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.44 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44 c heuristics/rounding/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44 c heuristics/shifting/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44 c heuristics/simplerounding/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44 c heuristics/trivial/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44 c heuristics/trysol/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44 c heuristics/veclendiving/freq = -1
0.39/0.44 c
0.39/0.44 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44 c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.44 c
0.39/0.44 c # additional number of allowed LP iterations
0.39/0.44 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44 c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.44 c
0.39/0.44 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44 c heuristics/zirounding/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44 c separating/cmir/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44 c separating/flowcover/freq = -1
0.39/0.44 c
0.39/0.44 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.44 c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44 c separating/rapidlearning/freq = 0
0.39/0.44 c
0.39/0.44 c -----------------------------------------------------------------------------------------------
0.39/0.44 c start solving
0.39/0.44 c
3.99/4.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
3.99/4.06 c 4.0s| 1 | 0 | 2580 | - | 75M| 0 |1436 | 16k| 17k| 16k| 32k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
47.98/48.06 c 48.0s| 1 | 0 | 2772 | - | 76M| 0 |1412 | 16k| 17k| 16k| 32k| 43 | 0 | 0 | 0.000000e+00 | -- | Inf
91.67/91.75 c 91.7s| 1 | 0 | 2896 | - | 77M| 0 |1412 | 16k| 17k| 16k| 32k| 65 | 0 | 0 | 0.000000e+00 | -- | Inf
136.67/136.73 c 137s| 1 | 0 | 3037 | - | 77M| 0 |1418 | 16k| 17k| 16k| 32k| 76 | 0 | 0 | 0.000000e+00 | -- | Inf
182.27/182.38 c 182s| 1 | 0 | 3295 | - | 77M| 0 |1409 | 16k| 17k| 16k| 32k| 83 | 0 | 0 | 0.000000e+00 | -- | Inf
228.36/228.41 c 228s| 1 | 0 | 3382 | - | 78M| 0 |1398 | 16k| 17k| 16k| 33k| 100 | 0 | 0 | 0.000000e+00 | -- | Inf
269.65/269.72 c 270s| 1 | 2 | 3382 | - | 78M| 0 |1398 | 16k| 17k| 16k| 33k| 100 | 0 | 30 | 0.000000e+00 | -- | Inf
1789.69/1790.02 c
1789.69/1790.02 c SCIP Status : solving was interrupted [time limit reached]
1789.69/1790.02 c Solving Time (sec) : 1789.93
1789.69/1790.02 c Solving Nodes : 1746
1789.69/1790.02 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.69/1790.02 c Dual Bound : +0.00000000000000e+00
1789.69/1790.02 c Gap : infinite
1789.69/1790.02 s UNKNOWN
1789.69/1790.02 c SCIP Status : solving was interrupted [time limit reached]
1789.69/1790.02 c Solving Time : 1789.93
1789.69/1790.02 c Original Problem :
1789.69/1790.02 c Problem name : HOME/instance-3737704-1338717681.opb
1789.69/1790.02 c Variables : 16706 (16706 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.02 c Constraints : 17208 initial, 17208 maximal
1789.69/1790.02 c Presolved Problem :
1789.69/1790.02 c Problem name : t_HOME/instance-3737704-1338717681.opb
1789.69/1790.02 c Variables : 16706 (16706 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.02 c Constraints : 17208 initial, 17552 maximal
1789.69/1790.02 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.69/1790.02 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.69/1790.02 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.69/1790.02 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.69/1790.02 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.69/1790.02 c implics : 0.00 0 0 0 0 0 0 0 0
1789.69/1790.02 c probing : 0.00 0 0 0 0 0 0 0 0
1789.69/1790.02 c knapsack : 0.02 0 0 0 0 0 0 0 0
1789.69/1790.02 c setppc : 0.01 0 0 0 0 0 0 0 0
1789.69/1790.02 c and : 0.15 0 0 0 0 0 0 0 0
1789.69/1790.02 c linear : 0.05 0 0 0 0 0 0 0 0
1789.69/1790.02 c logicor : 0.00 0 0 0 0 0 0 0 0
1789.69/1790.02 c root node : - 0 - - 0 - - - -
1789.69/1790.02 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.69/1790.02 c integral : 0 0 0 1659 0 0 30 0 0 3274
1789.69/1790.02 c knapsack : 1 5 4076 0 1 0 0 0 0 0
1789.69/1790.02 c setppc : 1500 5 4076 0 1 3 10703 0 0 0
1789.69/1790.02 c and : 15706 1658 4073 0 1 0 289412 287572 0 0
1789.69/1790.02 c linear : 1 5 4073 0 1 0 0 0 0 0
1789.69/1790.02 c logicor : 0+ 0 824 0 0 0 132 0 0 0
1789.69/1790.02 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.69/1790.02 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.69/1790.02 c integral : 596.07 0.00 0.00 596.07 0.00
1789.69/1790.02 c knapsack : 0.50 0.41 0.09 0.00 0.00
1789.69/1790.02 c setppc : 0.17 0.00 0.17 0.00 0.00
1789.69/1790.02 c and : 10.79 8.92 1.86 0.00 0.00
1789.69/1790.02 c linear : 0.23 0.00 0.23 0.00 0.00
1789.69/1790.02 c logicor : 0.02 0.00 0.02 0.00 0.00
1789.69/1790.02 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.69/1790.02 c Propagators : Time Calls Cutoffs DomReds
1789.69/1790.02 c vbounds : 0.00 1 0 0
1789.69/1790.02 c rootredcost : 0.00 0 0 0
1789.69/1790.02 c pseudoobj : 0.00 0 0 0
1789.69/1790.02 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.69/1790.02 c propagation : 0.00 3 3 3 3.0 0 0.0 -
1789.69/1790.02 c infeasible LP : 0.76 105 105 2939 268.5 0 0.0 0
1789.69/1790.02 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.69/1790.02 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.69/1790.02 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.69/1790.02 c applied globally : - - - 445 291.5 - - -
1789.69/1790.02 c applied locally : - - - 0 0.0 - - -
1789.69/1790.02 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.69/1790.02 c cut pool : 0.00 4 - - 1 - (maximal pool size: 169)
1789.69/1790.02 c redcost : 1.08 1658 0 0 0 0
1789.69/1790.02 c impliedbounds : 0.01 5 0 0 91 0
1789.69/1790.02 c intobj : 0.00 0 0 0 0 0
1789.69/1790.02 c cgmip : 0.00 0 0 0 0 0
1789.69/1790.02 c gomory : 44.98 5 0 0 0 0
1789.69/1790.02 c strongcg : 174.41 5 0 0 193 0
1789.69/1790.02 c cmir : 0.00 0 0 0 0 0
1789.69/1790.02 c flowcover : 0.00 0 0 0 0 0
1789.69/1790.02 c clique : 0.43 5 0 0 34 0
1789.69/1790.02 c zerohalf : 0.00 0 0 0 0 0
1789.69/1790.02 c mcf : 1.87 5 0 0 72 0
1789.69/1790.02 c rapidlearning : 0.00 0 0 0 0 0
1789.69/1790.02 c Pricers : Time Calls Vars
1789.69/1790.02 c problem variables: 0.00 0 0
1789.69/1790.02 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.69/1790.02 c relpscost : 596.07 1659 0 30 0 0 3274
1789.69/1790.02 c pscost : 0.00 0 0 0 0 0 0
1789.69/1790.02 c inference : 0.00 1 0 0 0 0 2
1789.69/1790.02 c mostinf : 0.00 0 0 0 0 0 0
1789.69/1790.02 c leastinf : 0.00 0 0 0 0 0 0
1789.69/1790.02 c fullstrong : 0.00 0 0 0 0 0 0
1789.69/1790.02 c allfullstrong : 0.00 0 0 0 0 0 0
1789.69/1790.02 c random : 0.00 0 0 0 0 0 0
1789.69/1790.02 c Primal Heuristics : Time Calls Found
1789.69/1790.02 c LP solutions : 0.00 - 0
1789.69/1790.02 c pseudo solutions : 0.00 - 0
1789.69/1790.02 c trivial : 0.01 1 0
1789.69/1790.02 c simplerounding : 0.00 0 0
1789.69/1790.02 c zirounding : 0.00 0 0
1789.69/1790.02 c rounding : 0.00 0 0
1789.69/1790.02 c shifting : 0.00 0 0
1789.69/1790.02 c intshifting : 0.00 0 0
1789.69/1790.02 c oneopt : 0.00 0 0
1789.69/1790.02 c twoopt : 0.00 0 0
1789.69/1790.02 c fixandinfer : 0.00 0 0
1789.69/1790.02 c feaspump : 0.00 0 0
1789.69/1790.02 c coefdiving : 0.00 0 0
1789.69/1790.02 c pscostdiving : 0.00 0 0
1789.69/1790.02 c fracdiving : 0.00 0 0
1789.69/1790.02 c veclendiving : 0.00 0 0
1789.69/1790.02 c intdiving : 0.00 0 0
1789.69/1790.02 c actconsdiving : 0.00 0 0
1789.69/1790.02 c objpscostdiving : 0.00 0 0
1789.69/1790.02 c rootsoldiving : 0.00 0 0
1789.69/1790.02 c linesearchdiving : 0.00 0 0
1789.69/1790.02 c guideddiving : 0.00 0 0
1789.69/1790.02 c octane : 0.00 0 0
1789.69/1790.02 c rens : 0.00 0 0
1789.69/1790.02 c rins : 0.00 0 0
1789.69/1790.02 c localbranching : 0.00 0 0
1789.69/1790.02 c mutation : 0.00 0 0
1789.69/1790.02 c crossover : 0.00 0 0
1789.69/1790.02 c dins : 0.00 0 0
1789.69/1790.02 c undercover : 0.00 0 0
1789.69/1790.02 c nlp : 0.00 0 0
1789.69/1790.02 c trysol : 0.00 0 0
1789.69/1790.02 c LP : Time Calls Iterations Iter/call Iter/sec
1789.69/1790.02 c primal LP : 17.65 0 0 0.00 0.00
1789.69/1790.02 c dual LP : 923.68 3423 1180718 344.94 1278.28
1789.69/1790.02 c lex dual LP : 0.00 0 0 0.00 -
1789.69/1790.02 c barrier LP : 0.00 0 0 0.00 -
1789.69/1790.02 c diving/probing LP: 0.00 0 0 0.00 -
1789.69/1790.02 c strong branching : 595.27 1625 707765 435.55 1188.99
1789.69/1790.02 c (at root node) : - 30 15791 526.37 -
1789.69/1790.02 c conflict analysis: 0.00 0 0 0.00 -
1789.69/1790.02 c B&B Tree :
1789.69/1790.02 c number of runs : 1
1789.69/1790.02 c nodes : 1746
1789.69/1790.02 c nodes (total) : 1746
1789.69/1790.02 c nodes left : 1531
1789.69/1790.02 c max depth : 77
1789.69/1790.02 c max depth (total): 77
1789.69/1790.02 c backtracks : 253 (14.5%)
1789.69/1790.02 c delayed cutoffs : 0
1789.69/1790.02 c repropagations : 170 (852 domain reductions, 0 cutoffs)
1789.69/1790.02 c avg switch length: 5.13
1789.69/1790.02 c switching time : 21.74
1789.69/1790.02 c Solution :
1789.69/1790.02 c Solutions found : 0 (0 improvements)
1789.69/1790.02 c Primal Bound : -
1789.69/1790.02 c Dual Bound : +0.00000000000000e+00
1789.69/1790.02 c Gap : infinite
1789.69/1790.02 c Root Dual Bound : +0.00000000000000e+00
1789.69/1790.02 c Root Iterations : 3382
1789.79/1790.17 c Time complete: 1789.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-3737704-1338717681/watcher-3737704-1338717681 -o /tmp/evaluation-result-3737704-1338717681/solver-3737704-1338717681 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737704-1338717681.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 22037
/proc/meminfo: memFree=27538660/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 1657 0 0 0 0 0 0 0 20 0 1 0 337892651 10362880 1604 33554432000 4194304 8395647 140736702255904 140734023666248 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 2530 1612 374 1026 0 1500 0
[startup+0.0981279 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 22037
/proc/meminfo: memFree=27538660/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=30516 CPUtime=0.09 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 7162 0 0 0 8 1 0 0 20 0 1 0 337892651 31248384 6754 33554432000 4194304 8395647 140736702255904 140734023666248 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 7629 6766 407 1026 0 6599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30516
[startup+0.100285 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 22037
/proc/meminfo: memFree=27538660/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=32536 CPUtime=0.09 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 7684 0 0 0 8 1 0 0 20 0 1 0 337892651 33316864 7276 33554432000 4194304 8395647 140736702255904 140734023666248 7365088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 8134 7276 407 1026 0 7104 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32536
[startup+0.300267 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 22037
/proc/meminfo: memFree=27538660/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=65204 CPUtime=0.29 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 15627 0 0 0 27 2 0 0 20 0 1 0 337892651 66768896 15219 33554432000 4194304 8395647 140736702255904 140736702253144 6067307 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 16301 15219 466 1026 0 15271 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65204
[startup+0.700271 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 22037
/proc/meminfo: memFree=27538660/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=135444 CPUtime=0.69 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 32201 0 0 0 64 5 0 0 20 0 1 0 337892651 138694656 31065 33554432000 4194304 8395647 140736702255904 140736702253144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 33861 31066 564 1026 0 32831 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135444
[startup+1.50027 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 22038
/proc/meminfo: memFree=27412728/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=139724 CPUtime=1.49 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 33678 0 0 0 144 5 0 0 20 0 1 0 337892651 143077376 32519 33554432000 4194304 8395647 140736702255904 140736702251464 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 34931 32519 568 1026 0 33901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139724
[startup+3.10027 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 22038
/proc/meminfo: memFree=27408512/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=142500 CPUtime=3.09 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 34523 0 0 0 304 5 0 0 20 0 1 0 337892651 145920000 33361 33554432000 4194304 8395647 140736702255904 140736702251368 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 35625 33361 568 1026 0 34595 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142500
[startup+6.30018 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 22038
/proc/meminfo: memFree=27406404/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=142500 CPUtime=6.29 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 34627 0 0 0 623 6 0 0 20 0 1 0 337892651 145920000 33465 33554432000 4194304 8395647 140736702255904 140736702251096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 35625 33465 584 1026 0 34595 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142500
[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 22038
/proc/meminfo: memFree=27406048/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=142500 CPUtime=12.69 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 34627 0 0 0 1262 7 0 0 20 0 1 0 337892651 145920000 33465 33554432000 4194304 8395647 140736702255904 140736702251144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 35625 33465 584 1026 0 34595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 142500
[startup+25.5003 s]
/proc/loadavg: 2.06 2.03 1.95 3/178 22038
/proc/meminfo: memFree=27406056/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=142500 CPUtime=25.49 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 34638 0 0 0 2540 9 0 0 20 0 1 0 337892651 145920000 33476 33554432000 4194304 8395647 140736702255904 140736702251192 6126234 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 35625 33476 589 1026 0 34595 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142500
[startup+51.1002 s]
/proc/loadavg: 2.04 2.03 1.95 3/177 22038
/proc/meminfo: memFree=27397816/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=150836 CPUtime=51.08 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 36252 0 0 0 5096 12 0 0 20 0 1 0 337892651 154456064 35511 33554432000 4194304 8395647 140736702255904 140736702251096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 37709 35511 608 1026 0 36679 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150836
[startup+102.307 s]
/proc/loadavg: 2.02 2.02 1.95 3/177 22038
/proc/meminfo: memFree=27391428/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=155660 CPUtime=102.28 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 37196 0 0 0 10209 19 0 0 20 0 1 0 337892651 159395840 36966 33554432000 4194304 8395647 140736702255904 140736702251144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 38915 36966 608 1026 0 37885 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 155660
[startup+162.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 22038
/proc/meminfo: memFree=27390064/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=157660 CPUtime=162.27 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 37642 0 0 0 16201 26 0 0 20 0 1 0 337892651 161443840 37412 33554432000 4194304 8395647 140736702255904 140736702251192 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 39415 37412 608 1026 0 38385 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 157660
[startup+222.3 s]
/proc/loadavg: 2.05 2.03 1.95 3/177 22038
/proc/meminfo: memFree=27390188/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=158704 CPUtime=222.25 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 37701 0 0 0 22193 32 0 0 20 0 1 0 337892651 162512896 37471 33554432000 4194304 8395647 140736702255904 140736702251192 7382041 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 39676 37471 608 1026 0 38646 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 158704
[startup+282.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/177 22039
/proc/meminfo: memFree=27387208/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=161044 CPUtime=282.25 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 38430 0 0 0 28183 42 0 0 20 0 1 0 337892651 164909056 38200 33554432000 4194304 8395647 140736702255904 140736702251160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 40261 38200 615 1026 0 39231 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 161044
[startup+342.3 s]
/proc/loadavg: 2.05 2.04 1.96 3/177 22039
/proc/meminfo: memFree=27380000/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=161044 CPUtime=342.23 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 38448 0 0 0 34168 55 0 0 20 0 1 0 337892651 164909056 38571 33554432000 4194304 8395647 140736702255904 140736702250776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 40261 38571 615 1026 0 39231 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 161044
[startup+402.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 22039
/proc/meminfo: memFree=27379020/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=161044 CPUtime=402.21 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 38472 0 0 0 40153 68 0 0 20 0 1 0 337892651 164909056 38810 33554432000 4194304 8395647 140736702255904 140736702251032 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 40261 38810 615 1026 0 39231 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 161044
[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/177 22039
/proc/meminfo: memFree=27376848/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=161044 CPUtime=462.19 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 38485 0 0 0 46141 78 0 0 20 0 1 0 337892651 164909056 38823 33554432000 4194304 8395647 140736702255904 140736702250776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 40261 38823 616 1026 0 39231 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 161044
[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/178 22042
/proc/meminfo: memFree=27376436/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=161044 CPUtime=522.19 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 38487 0 0 0 52127 92 0 0 20 0 1 0 337892651 164909056 38825 33554432000 4194304 8395647 140736702255904 140736702250712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 40261 38825 616 1026 0 39231 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 161044
[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/176 22042
/proc/meminfo: memFree=27376484/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=161044 CPUtime=582.18 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 38493 0 0 0 58116 102 0 0 20 0 1 0 337892651 164909056 38831 33554432000 4194304 8395647 140736702255904 140736702250776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 40261 38831 621 1026 0 39231 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 161044
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=27362944/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=170156 CPUtime=1002.11 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 40853 0 0 0 100021 190 0 0 20 0 1 0 337892651 174239744 41686 33554432000 4194304 8395647 140736702255904 140736702250776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 42539 41686 622 1026 0 41509 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 170156
[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22044
/proc/meminfo: memFree=27362324/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=170724 CPUtime=1062.1 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 41015 0 0 0 106008 202 0 0 20 0 1 0 337892651 174821376 41848 33554432000 4194304 8395647 140736702255904 140736702251208 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 42681 41848 622 1026 0 41651 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 170724
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 22047
/proc/meminfo: memFree=27360812/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=172080 CPUtime=1122.09 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 41246 0 0 0 111994 215 0 0 20 0 1 0 337892651 176209920 42079 33554432000 4194304 8395647 140736702255904 140736702250776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 43020 42079 622 1026 0 41990 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 172080
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22047
/proc/meminfo: memFree=27358232/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=174588 CPUtime=1182.08 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 41960 0 0 0 117981 227 0 0 20 0 1 0 337892651 178778112 42793 33554432000 4194304 8395647 140736702255904 140736702251112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 43647 42793 623 1026 0 42617 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 174588
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22048
/proc/meminfo: memFree=27337008/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=174772 CPUtime=1242.07 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 42030 0 0 0 123968 239 0 0 20 0 1 0 337892651 178966528 42863 33554432000 4194304 8395647 140736702255904 140736702251288 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 43693 42863 623 1026 0 42663 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 174772
[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 1.97 3/177 22086
/proc/meminfo: memFree=27846036/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=176168 CPUtime=1302.07 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 42248 0 0 0 129957 250 0 0 20 0 1 0 337892651 180396032 43081 33554432000 4194304 8395647 140736702255904 140736702251112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 44042 43081 623 1026 0 43012 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 176168
[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 22086
/proc/meminfo: memFree=27840696/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=177180 CPUtime=1362.05 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 42508 0 0 0 135944 261 0 0 20 0 1 0 337892651 181432320 43337 33554432000 4194304 8395647 140736702255904 140736702251416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 44295 43337 623 1026 0 43265 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 177180
[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27834776/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=180732 CPUtime=1422.05 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 43424 0 0 0 141928 277 0 0 20 0 1 0 337892651 185069568 44253 33554432000 4194304 8395647 140736702255904 140736702251112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 45183 44253 623 1026 0 44153 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 180732
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22086
/proc/meminfo: memFree=27825672/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=182380 CPUtime=1482.03 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 43790 0 0 0 147915 288 0 0 20 0 1 0 337892651 186757120 44619 33554432000 4194304 8395647 140736702255904 140736702251160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 45595 44619 623 1026 0 44565 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 182380
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22087
/proc/meminfo: memFree=27825424/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=182380 CPUtime=1542.02 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 43851 0 0 0 153903 299 0 0 20 0 1 0 337892651 186757120 44680 33554432000 4194304 8395647 140736702255904 140736702251112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 45595 44680 623 1026 0 44565 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 182380
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22087
/proc/meminfo: memFree=27823620/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=184476 CPUtime=1602.02 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44320 0 0 0 159889 313 0 0 20 0 1 0 337892651 188903424 45146 33554432000 4194304 8395647 140736702255904 140736702251464 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46119 45146 623 1026 0 45089 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 184476
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22087
/proc/meminfo: memFree=27822376/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=184696 CPUtime=1662 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44447 0 0 0 165876 324 0 0 20 0 1 0 337892651 189128704 45273 33554432000 4194304 8395647 140736702255904 140736702251368 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46174 45273 623 1026 0 45144 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 184696
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 22090
/proc/meminfo: memFree=27820112/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=186644 CPUtime=1721.99 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44898 0 0 0 171860 339 0 0 20 0 1 0 337892651 191123456 45724 33554432000 4194304 8395647 140736702255904 140736702251416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46661 45724 623 1026 0 45631 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 186644
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22090
/proc/meminfo: memFree=27820016/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=186848 CPUtime=1781.98 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44956 0 0 0 177848 350 0 0 20 0 1 0 337892651 191332352 45780 33554432000 4194304 8395647 140736702255904 140736702251160 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46712 45780 623 1026 0 45682 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 186848
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22090
/proc/meminfo: memFree=27820016/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=186848 CPUtime=1785.18 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44956 0 0 0 178167 351 0 0 20 0 1 0 337892651 191332352 45780 33554432000 4194304 8395647 140736702255904 140736702251208 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46712 45780 623 1026 0 45682 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 186848
[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22090
/proc/meminfo: memFree=27820200/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=186848 CPUtime=1788.38 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44956 0 0 0 178487 351 0 0 20 0 1 0 337892651 191332352 45780 33554432000 4194304 8395647 140736702255904 140736702251032 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46712 45780 623 1026 0 45682 0
Current children cumulated CPU time (s) 1788.38
Current children cumulated vsize (KiB) 186848
[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22090
/proc/meminfo: memFree=27820200/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=186848 CPUtime=1789.19 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44956 0 0 0 178567 352 0 0 20 0 1 0 337892651 191332352 45780 33554432000 4194304 8395647 140736702255904 140736702251512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46712 45780 623 1026 0 45682 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 186848
[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22090
/proc/meminfo: memFree=27820200/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=186848 CPUtime=1789.59 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44956 0 0 0 178607 352 0 0 20 0 1 0 337892651 191332352 45780 33554432000 4194304 8395647 140736702255904 140736702251512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46712 45780 623 1026 0 45682 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 186848
[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22090
/proc/meminfo: memFree=27820200/32873844 swapFree=7108/7108
[pid=22037] ppid=22035 vsize=186848 CPUtime=1789.79 cores=1,3,5,7
/proc/22037/stat : 22037 (pbscip.linux.x8) R 22035 22037 21683 0 -1 4202496 44961 0 0 0 178627 352 0 0 20 0 1 0 337892651 191332352 45785 33554432000 4194304 8395647 140736702255904 140736702251512 4220157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22037/statm: 46712 45785 628 1026 0 45682 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 186848
Child status: 0
Real time (s): 1790.18
CPU time (s): 1789.87
CPU user time (s): 1786.35
CPU system time (s): 3.52546
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 186848
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.35
system time used= 3.52546
maximum resident set size= 183148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44968
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= 40
involuntary context switches= 1841
runsolver used 3.02754 second user time and 8.51271 second system time
The end