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-3728959-1338678623.opb>
0.04/0.08 c original problem has 8281 variables (8281 bin, 0 int, 0 impl, 0 cont) and 826 constraints
0.04/0.08 c problem read
0.04/0.08 c No objective function, only one solution is needed.
0.04/0.08 c presolving settings loaded
0.09/0.11 c presolving:
0.09/0.18 c (round 1) 0 del vars, 364 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 98 upgd conss, 0 impls, 364 clqs
0.19/0.27 c (round 2) 0 del vars, 364 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 462 upgd conss, 0 impls, 364 clqs
0.19/0.29 c presolving (3 rounds):
0.19/0.29 c 0 deleted vars, 364 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.29 c 0 implications, 364 cliques
0.19/0.29 c presolved problem has 8281 variables (8281 bin, 0 int, 0 impl, 0 cont) and 462 constraints
0.19/0.29 c 98 constraints of type <knapsack>
0.19/0.29 c 364 constraints of type <setppc>
0.19/0.29 c transformed objective value is always integral (scale: 1)
0.19/0.29 c Presolving Time: 0.18
0.19/0.29 c - non default parameters ----------------------------------------------------------------------
0.19/0.29 c # SCIP version 1.2.1.3
0.19/0.29 c
0.19/0.29 c # frequency for displaying node information lines
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.29 c display/freq = 10000
0.19/0.29 c
0.19/0.29 c # maximal time in seconds to run
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.29 c limits/time = 1789.93
0.19/0.29 c
0.19/0.29 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.29 c limits/memory = 13950
0.19/0.29 c
0.19/0.29 c # solving stops, if the given number of solutions were found (-1: no limit)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.29 c limits/solutions = 1
0.19/0.29 c
0.19/0.29 c # maximal number of separation rounds per node (-1: unlimited)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 5]
0.19/0.29 c separating/maxrounds = 1
0.19/0.29 c
0.19/0.29 c # maximal number of separation rounds in the root node (-1: unlimited)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.29 c separating/maxroundsroot = 5
0.19/0.29 c
0.19/0.29 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.29 c # [type: int, range: [1,2], default: 1]
0.19/0.29 c timing/clocktype = 2
0.19/0.29 c
0.19/0.29 c # should presolving try to simplify inequalities
0.19/0.29 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29 c constraints/linear/simplifyinequalities = TRUE
0.19/0.29 c
0.19/0.29 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.29 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29 c constraints/indicator/addCouplingCons = TRUE
0.19/0.29 c
0.19/0.29 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.19/0.29 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.19/0.29 c constraints/knapsack/disaggregation = FALSE
0.19/0.29 c
0.19/0.29 c # should presolving try to simplify knapsacks
0.19/0.29 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29 c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.29 c
0.19/0.29 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.29 c presolving/probing/maxrounds = 0
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.29 c heuristics/coefdiving/freq = -1
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.29 c heuristics/coefdiving/maxlpiterquot = 0.075
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/coefdiving/maxlpiterofs = 1500
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 30]
0.19/0.29 c heuristics/crossover/freq = -1
0.19/0.29 c
0.19/0.29 c # number of nodes added to the contingent of the total nodes
0.19/0.29 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.29 c heuristics/crossover/nodesofs = 750
0.19/0.29 c
0.19/0.29 c # number of nodes without incumbent change that heuristic should wait
0.19/0.29 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.19/0.29 c heuristics/crossover/nwaitingnodes = 100
0.19/0.29 c
0.19/0.29 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.19/0.29 c # [type: real, range: [0,1], default: 0.1]
0.19/0.29 c heuristics/crossover/nodesquot = 0.15
0.19/0.29 c
0.19/0.29 c # minimum percentage of integer variables that have to be fixed
0.19/0.29 c # [type: real, range: [0,1], default: 0.666]
0.19/0.29 c heuristics/crossover/minfixingrate = 0.5
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.29 c heuristics/feaspump/freq = -1
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/feaspump/maxlpiterofs = 2000
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.29 c heuristics/fracdiving/freq = -1
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.29 c heuristics/fracdiving/maxlpiterquot = 0.075
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/fracdiving/maxlpiterofs = 1500
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.29 c heuristics/guideddiving/freq = -1
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.29 c heuristics/guideddiving/maxlpiterquot = 0.075
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/guideddiving/maxlpiterofs = 1500
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.29 c heuristics/intdiving/maxlpiterquot = 0.075
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.29 c heuristics/intshifting/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.29 c heuristics/linesearchdiving/freq = -1
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.29 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.29 c heuristics/nlp/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.29 c heuristics/objpscostdiving/freq = -1
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to total iteration number
0.19/0.29 c # [type: real, range: [0,1], default: 0.01]
0.19/0.29 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.29 c heuristics/oneopt/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.29 c heuristics/pscostdiving/freq = -1
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.29 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/pscostdiving/maxlpiterofs = 1500
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.29 c heuristics/rens/freq = -1
0.19/0.29 c
0.19/0.29 c # minimum percentage of integer variables that have to be fixable
0.19/0.29 c # [type: real, range: [0,1], default: 0.5]
0.19/0.29 c heuristics/rens/minfixingrate = 0.3
0.19/0.29 c
0.19/0.29 c # number of nodes added to the contingent of the total nodes
0.19/0.29 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.29 c heuristics/rens/nodesofs = 2000
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.29 c heuristics/rootsoldiving/freq = -1
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.19/0.29 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.29 c heuristics/rounding/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.29 c heuristics/shifting/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.29 c heuristics/simplerounding/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.29 c heuristics/trivial/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.29 c heuristics/trysol/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.29 c heuristics/veclendiving/freq = -1
0.19/0.29 c
0.19/0.29 c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.29 c heuristics/veclendiving/maxlpiterquot = 0.075
0.19/0.29 c
0.19/0.29 c # additional number of allowed LP iterations
0.19/0.29 c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.29 c heuristics/veclendiving/maxlpiterofs = 1500
0.19/0.29 c
0.19/0.29 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.29 c heuristics/zirounding/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.29 c separating/cmir/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.29 c separating/flowcover/freq = -1
0.19/0.29 c
0.19/0.29 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.29 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.29 c separating/rapidlearning/freq = 0
0.19/0.29 c
0.19/0.29 c -----------------------------------------------------------------------------------------------
0.19/0.29 c start solving
0.19/0.29 c
1.59/1.69 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1.59/1.69 c 1.6s| 1 | 0 | 4224 | - | 29M| 0 | 388 |8281 | 462 |8281 | 462 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
2.20/2.21 c 2.1s| 1 | 0 | 4412 | - | 29M| 0 | 406 |8281 | 462 |8281 | 468 | 6 | 0 | 0 | 0.000000e+00 | -- | Inf
2.29/2.32 c 2.2s| 1 | 0 | 4523 | - | 29M| 0 | 422 |8281 | 462 |8281 | 478 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
2.39/2.41 c 2.3s| 1 | 0 | 4604 | - | 29M| 0 | 432 |8281 | 462 |8281 | 487 | 25 | 0 | 0 | 0.000000e+00 | -- | Inf
2.49/2.51 c 2.4s| 1 | 0 | 4701 | - | 29M| 0 | 439 |8281 | 462 |8281 | 498 | 36 | 0 | 0 | 0.000000e+00 | -- | Inf
2.59/2.62 c 2.5s| 1 | 0 | 4785 | - | 29M| 0 | 447 |8281 | 462 |8281 | 508 | 46 | 0 | 0 | 0.000000e+00 | -- | Inf
5.59/5.61 c 5.5s| 1 | 2 | 4785 | - | 29M| 0 | 447 |8281 | 462 |8281 | 508 | 46 | 0 | 11 | 0.000000e+00 | -- | Inf
855.85/856.08 c 856s| 10000 | 1216 | 1486k| 148.2 | 43M| 80 | - |8281 |1877 | 0 | 0 | 46 |3653 |2486 | 0.000000e+00 | -- | Inf
1748.40/1748.72 c 1749s| 20000 | 2945 | 3181k| 158.8 | 55M| 87 | - |8281 |1935 |8281 | 501 | 46 |7159 |4886 | 0.000000e+00 | -- | Inf
1789.70/1790.06 c
1789.70/1790.06 c SCIP Status : solving was interrupted [time limit reached]
1789.70/1790.06 c Solving Time (sec) : 1789.98
1789.70/1790.06 c Solving Nodes : 20442
1789.70/1790.06 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.70/1790.06 c Dual Bound : +0.00000000000000e+00
1789.70/1790.06 c Gap : infinite
1789.70/1790.06 s UNKNOWN
1789.70/1790.06 c SCIP Status : solving was interrupted [time limit reached]
1789.70/1790.06 c Solving Time : 1789.98
1789.70/1790.06 c Original Problem :
1789.70/1790.06 c Problem name : HOME/instance-3728959-1338678623.opb
1789.70/1790.06 c Variables : 8281 (8281 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.06 c Constraints : 826 initial, 826 maximal
1789.70/1790.06 c Presolved Problem :
1789.70/1790.06 c Problem name : t_HOME/instance-3728959-1338678623.opb
1789.70/1790.06 c Variables : 8281 (8281 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.06 c Constraints : 462 initial, 1981 maximal
1789.70/1790.06 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.70/1790.06 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.06 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.06 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.06 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.06 c implics : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.06 c probing : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.06 c knapsack : 0.07 0 0 0 0 0 0 0 0
1789.70/1790.06 c setppc : 0.01 0 0 0 0 0 0 0 0
1789.70/1790.06 c linear : 0.08 0 0 0 0 0 364 0 0
1789.70/1790.06 c logicor : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.06 c root node : - 0 - - 0 - - - -
1789.70/1790.06 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.70/1790.06 c integral : 0 0 0 12362 0 134 1387 0 0 23456
1789.70/1790.06 c knapsack : 98 5 47100 0 1 31 304717 0 0 0
1789.70/1790.06 c setppc : 364 5 47069 0 1 657 591877 0 0 0
1789.70/1790.06 c logicor : 0+ 0 23335 0 0 37 3419 0 0 0
1789.70/1790.06 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.70/1790.06 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.70/1790.06 c integral : 604.53 0.00 0.00 604.53 0.00
1789.70/1790.06 c knapsack : 22.85 0.01 22.84 0.00 0.00
1789.70/1790.06 c setppc : 4.73 0.00 4.73 0.00 0.00
1789.70/1790.06 c logicor : 0.67 0.00 0.67 0.00 0.00
1789.70/1790.06 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.70/1790.06 c Propagators : Time Calls Cutoffs DomReds
1789.70/1790.06 c vbounds : 0.01 1 0 0
1789.70/1790.06 c rootredcost : 0.01 0 0 0
1789.70/1790.06 c pseudoobj : 0.01 0 0 0
1789.70/1790.06 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.70/1790.06 c propagation : 4.00 725 724 27189 408.7 497 105.9 -
1789.70/1790.06 c infeasible LP : 76.85 7858 184 8408 1064.1 92 107.4 0
1789.70/1790.06 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.70/1790.06 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.70/1790.06 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.70/1790.06 c applied globally : - - - 7297 218.8 - - -
1789.70/1790.06 c applied locally : - - - 0 0.0 - - -
1789.70/1790.06 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.70/1790.06 c cut pool : 0.00 4 - - 1 - (maximal pool size: 46)
1789.70/1790.06 c redcost : 1.35 11944 0 0 0 0
1789.70/1790.06 c impliedbounds : 0.00 5 0 0 0 0
1789.70/1790.06 c intobj : 0.00 0 0 0 0 0
1789.70/1790.06 c cgmip : 0.00 0 0 0 0 0
1789.70/1790.06 c gomory : 0.05 5 0 0 0 0
1789.70/1790.06 c strongcg : 0.05 5 0 0 0 0
1789.70/1790.06 c cmir : 0.00 0 0 0 0 0
1789.70/1790.06 c flowcover : 0.00 0 0 0 0 0
1789.70/1790.06 c clique : 0.05 5 0 0 46 0
1789.70/1790.06 c zerohalf : 0.00 0 0 0 0 0
1789.70/1790.06 c mcf : 0.00 1 0 0 0 0
1789.70/1790.06 c rapidlearning : 0.39 1 0 0 0 0
1789.70/1790.06 c Pricers : Time Calls Vars
1789.70/1790.06 c problem variables: 0.00 0 0
1789.70/1790.06 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.70/1790.06 c relpscost : 604.52 12362 134 1387 0 0 23456
1789.70/1790.06 c pscost : 0.00 0 0 0 0 0 0
1789.70/1790.06 c inference : 0.00 1 0 0 0 0 2
1789.70/1790.06 c mostinf : 0.00 0 0 0 0 0 0
1789.70/1790.06 c leastinf : 0.00 0 0 0 0 0 0
1789.70/1790.06 c fullstrong : 0.00 0 0 0 0 0 0
1789.70/1790.06 c allfullstrong : 0.00 0 0 0 0 0 0
1789.70/1790.06 c random : 0.00 0 0 0 0 0 0
1789.70/1790.06 c Primal Heuristics : Time Calls Found
1789.70/1790.06 c LP solutions : 0.00 - 0
1789.70/1790.06 c pseudo solutions : 0.00 - 0
1789.70/1790.06 c trivial : 0.00 1 0
1789.70/1790.06 c simplerounding : 0.00 0 0
1789.70/1790.06 c zirounding : 0.00 0 0
1789.70/1790.06 c rounding : 0.00 0 0
1789.70/1790.06 c shifting : 0.00 0 0
1789.70/1790.06 c intshifting : 0.00 0 0
1789.70/1790.06 c oneopt : 0.00 0 0
1789.70/1790.06 c twoopt : 0.00 0 0
1789.70/1790.06 c fixandinfer : 0.00 0 0
1789.70/1790.06 c feaspump : 0.00 0 0
1789.70/1790.06 c coefdiving : 0.00 0 0
1789.70/1790.06 c pscostdiving : 0.00 0 0
1789.70/1790.06 c fracdiving : 0.00 0 0
1789.70/1790.06 c veclendiving : 0.00 0 0
1789.70/1790.06 c intdiving : 0.00 0 0
1789.70/1790.06 c actconsdiving : 0.00 0 0
1789.70/1790.06 c objpscostdiving : 0.00 0 0
1789.70/1790.06 c rootsoldiving : 0.00 0 0
1789.70/1790.06 c linesearchdiving : 0.00 0 0
1789.70/1790.06 c guideddiving : 0.00 0 0
1789.70/1790.06 c octane : 0.00 0 0
1789.70/1790.06 c rens : 0.00 0 0
1789.70/1790.06 c rins : 0.00 0 0
1789.70/1790.06 c localbranching : 0.00 0 0
1789.70/1790.06 c mutation : 0.00 0 0
1789.70/1790.06 c crossover : 0.00 0 0
1789.70/1790.06 c dins : 0.00 0 0
1789.70/1790.06 c undercover : 0.00 0 0
1789.70/1790.06 c nlp : 0.00 0 0
1789.70/1790.06 c trysol : 0.00 0 0
1789.70/1790.06 c LP : Time Calls Iterations Iter/call Iter/sec
1789.70/1790.06 c primal LP : 0.01 0 0 0.00 0.00
1789.70/1790.06 c dual LP : 1057.49 20184 3259380 161.48 3082.19
1789.70/1790.06 c lex dual LP : 0.00 0 0 0.00 -
1789.70/1790.06 c barrier LP : 0.00 0 0 0.00 -
1789.70/1790.06 c diving/probing LP: 0.00 0 0 0.00 -
1789.70/1790.06 c strong branching : 603.90 4998 1736635 347.47 2875.71
1789.70/1790.06 c (at root node) : - 11 4511 410.09 -
1789.70/1790.06 c conflict analysis: 0.00 0 0 0.00 -
1789.70/1790.06 c B&B Tree :
1789.70/1790.06 c number of runs : 1
1789.70/1790.06 c nodes : 20442
1789.70/1790.06 c nodes (total) : 20442
1789.70/1790.06 c nodes left : 3013
1789.70/1790.06 c max depth : 87
1789.70/1790.06 c max depth (total): 87
1789.70/1790.06 c backtracks : 1949 (9.5%)
1789.70/1790.06 c delayed cutoffs : 4
1789.70/1790.06 c repropagations : 3567 (4624 domain reductions, 4 cutoffs)
1789.70/1790.06 c avg switch length: 5.65
1789.70/1790.06 c switching time : 8.10
1789.70/1790.06 c Solution :
1789.70/1790.06 c Solutions found : 0 (0 improvements)
1789.70/1790.06 c Primal Bound : -
1789.70/1790.06 c Dual Bound : +0.00000000000000e+00
1789.70/1790.06 c Gap : infinite
1789.70/1790.06 c Root Dual Bound : +0.00000000000000e+00
1789.70/1790.06 c Root Iterations : 4785
1789.80/1790.12 c Time complete: 1789.83.
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-3728959-1338678623/watcher-3728959-1338678623 -o /tmp/evaluation-result-3728959-1338678623/solver-3728959-1338678623 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3728959-1338678623.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: 0.00 0.00 0.22 3/177 7916
/proc/meminfo: memFree=26286232/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 1750 0 0 0 0 0 0 0 20 0 1 0 333987755 10211328 1696 33554432000 4194304 8395647 140736128427072 140734166965720 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 2493 1707 374 1026 0 1463 0
[startup+0.0492119 s]
/proc/loadavg: 0.00 0.00 0.22 3/177 7916
/proc/meminfo: memFree=26286232/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=18176 CPUtime=0.04 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 3798 0 0 0 4 0 0 0 20 0 1 0 333987755 18612224 3744 33554432000 4194304 8395647 140736128427072 140734166965720 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 4544 3744 390 1026 0 3514 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18176
[startup+0.100281 s]
/proc/loadavg: 0.00 0.00 0.22 3/177 7916
/proc/meminfo: memFree=26286232/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=32760 CPUtime=0.09 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 7736 0 0 0 8 1 0 0 20 0 1 0 333987755 33546240 7328 33554432000 4194304 8395647 140736128427072 140734166965720 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 8318 7339 419 1026 0 7288 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32760
[startup+0.30024 s]
/proc/loadavg: 0.00 0.00 0.22 3/177 7916
/proc/meminfo: memFree=26286232/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=55472 CPUtime=0.29 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 13083 0 0 0 28 1 0 0 20 0 1 0 333987755 56803328 12675 33554432000 4194304 8395647 140736128427072 140736128424040 6679415 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 13868 12686 525 1026 0 12838 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55472
[startup+0.700183 s]
/proc/loadavg: 0.00 0.00 0.22 3/177 7916
/proc/meminfo: memFree=26286232/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=60248 CPUtime=0.69 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 15135 0 0 0 67 2 0 0 20 0 1 0 333987755 61693952 14157 33554432000 4194304 8395647 140736128427072 140736128424040 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 15062 14157 560 1026 0 14032 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60248
[startup+1.50013 s]
/proc/loadavg: 0.16 0.03 0.23 3/178 7917
/proc/meminfo: memFree=26230888/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=61792 CPUtime=1.49 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 15468 0 0 0 147 2 0 0 20 0 1 0 333987755 63275008 14490 33554432000 4194304 8395647 140736128427072 140736128422632 6741718 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 15448 14490 560 1026 0 14418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61792
[startup+3.10019 s]
/proc/loadavg: 0.16 0.03 0.23 3/178 7917
/proc/meminfo: memFree=26187488/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=3.09 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26090 0 0 0 304 5 0 0 20 0 1 0 333987755 91607040 21464 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21464 609 1026 0 21335 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89460
[startup+6.30018 s]
/proc/loadavg: 0.31 0.07 0.24 3/178 7917
/proc/meminfo: memFree=26201512/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=6.29 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26091 0 0 0 623 6 0 0 20 0 1 0 333987755 91607040 21465 33554432000 4194304 8395647 140736128427072 140736128422328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21465 610 1026 0 21335 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89460
[startup+12.7002 s]
/proc/loadavg: 0.44 0.10 0.25 3/178 7917
/proc/meminfo: memFree=26199356/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=12.69 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26091 0 0 0 1263 6 0 0 20 0 1 0 333987755 91607040 21465 33554432000 4194304 8395647 140736128427072 140736128421944 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21465 610 1026 0 21335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89460
[startup+25.5001 s]
/proc/loadavg: 0.60 0.14 0.26 2/173 7941
/proc/meminfo: memFree=26246684/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=25.48 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26094 0 0 0 2539 9 0 0 20 0 1 0 333987755 91607040 21489 33554432000 4194304 8395647 140736128427072 140736128421944 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21489 610 1026 0 21335 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 89460
[startup+51.1002 s]
/proc/loadavg: 0.76 0.22 0.29 2/172 8093
/proc/meminfo: memFree=26245072/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=51.07 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26099 0 0 0 5093 14 0 0 20 0 1 0 333987755 91607040 21752 33554432000 4194304 8395647 140736128427072 140736128421944 6741271 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21752 610 1026 0 21335 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 89460
[startup+102.306 s]
/proc/loadavg: 0.89 0.34 0.32 2/172 8397
/proc/meminfo: memFree=26244756/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=102.28 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26104 0 0 0 10197 31 0 0 20 0 1 0 333987755 91607040 21835 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21835 615 1026 0 21335 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 89460
[startup+162.3 s]
/proc/loadavg: 1.44 0.58 0.40 3/177 8601
/proc/meminfo: memFree=26202248/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=162.26 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26105 0 0 0 16175 51 0 0 20 0 1 0 333987755 91607040 21836 33554432000 4194304 8395647 140736128427072 140736128422680 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21836 616 1026 0 21335 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 89460
[startup+222.3 s]
/proc/loadavg: 1.84 0.85 0.50 3/177 8601
/proc/meminfo: memFree=26200304/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=222.24 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26105 0 0 0 22152 72 0 0 20 0 1 0 333987755 91607040 21836 33554432000 4194304 8395647 140736128427072 140736128422328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21836 616 1026 0 21335 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 89460
[startup+282.3 s]
/proc/loadavg: 1.94 1.06 0.59 3/176 8601
/proc/meminfo: memFree=26200560/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=282.24 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26105 0 0 0 28130 94 0 0 20 0 1 0 333987755 91607040 21836 33554432000 4194304 8395647 140736128427072 140736128422376 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21836 616 1026 0 21335 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 89460
[startup+342.3 s]
/proc/loadavg: 1.98 1.23 0.68 3/177 8602
/proc/meminfo: memFree=26200428/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=342.23 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26105 0 0 0 34107 116 0 0 20 0 1 0 333987755 91607040 21836 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21836 616 1026 0 21335 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 89460
[startup+402.3 s]
/proc/loadavg: 1.99 1.37 0.76 3/177 8602
/proc/meminfo: memFree=26200428/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89460 CPUtime=402.22 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26105 0 0 0 40086 136 0 0 20 0 1 0 333987755 91607040 21836 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22365 21836 616 1026 0 21335 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 89460
[startup+462.3 s]
/proc/loadavg: 1.99 1.48 0.83 3/177 8602
/proc/meminfo: memFree=26200800/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=89648 CPUtime=462.21 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26128 0 0 0 46064 157 0 0 20 0 1 0 333987755 91799552 21859 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22412 21859 616 1026 0 21382 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 89648
[startup+522.3 s]
/proc/loadavg: 1.99 1.57 0.90 3/177 8602
/proc/meminfo: memFree=26199808/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=91260 CPUtime=522.2 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26497 0 0 0 52039 181 0 0 20 0 1 0 333987755 93450240 22228 33554432000 4194304 8395647 140736128427072 140736128422584 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22815 22228 616 1026 0 21785 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 91260
[startup+582.3 s]
/proc/loadavg: 1.99 1.65 0.97 3/178 8603
/proc/meminfo: memFree=26198560/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=91684 CPUtime=582.2 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 26734 0 0 0 58017 203 0 0 20 0 1 0 333987755 93884416 22465 33554432000 4194304 8395647 140736128427072 140736128422200 6019992 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 22921 22465 705 1026 0 21891 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 91684
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=26184748/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=103464 CPUtime=1002.12 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 29595 0 0 0 99859 353 0 0 20 0 1 0 333987755 105947136 25321 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 25866 25321 715 1026 0 24836 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 103464
[startup+1062.3 s]
/proc/loadavg: 1.99 1.92 1.37 3/177 8607
/proc/meminfo: memFree=26183320/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=104104 CPUtime=1062.12 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 29843 0 0 0 105835 377 0 0 20 0 1 0 333987755 106602496 25568 33554432000 4194304 8395647 140736128427072 140736128421944 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 26026 25568 715 1026 0 24996 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 104104
[startup+1122.3 s]
/proc/loadavg: 1.99 1.93 1.40 3/177 8607
/proc/meminfo: memFree=26181528/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=106488 CPUtime=1122.11 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 30373 0 0 0 111813 398 0 0 20 0 1 0 333987755 109043712 26098 33554432000 4194304 8395647 140736128427072 140736128422376 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 26622 26098 715 1026 0 25592 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 106488
[startup+1182.3 s]
/proc/loadavg: 1.99 1.94 1.44 3/178 8610
/proc/meminfo: memFree=26180812/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=106488 CPUtime=1182.09 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 30373 0 0 0 117790 419 0 0 20 0 1 0 333987755 109043712 26098 33554432000 4194304 8395647 140736128427072 140736128421944 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 26622 26098 715 1026 0 25592 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 106488
[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.47 3/177 8611
/proc/meminfo: memFree=26178484/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=107784 CPUtime=1242.08 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 30757 0 0 0 123767 441 0 0 20 0 1 0 333987755 110370816 26480 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 26946 26480 715 1026 0 25916 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 107784
[startup+1302.3 s]
/proc/loadavg: 1.99 1.95 1.50 3/177 8611
/proc/meminfo: memFree=26176628/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=109792 CPUtime=1302.08 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 31278 0 0 0 129744 464 0 0 20 0 1 0 333987755 112427008 27001 33554432000 4194304 8395647 140736128427072 140736128422200 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 27448 27001 715 1026 0 26418 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 109792
[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.53 3/177 8611
/proc/meminfo: memFree=26172720/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=112184 CPUtime=1362.07 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 31691 0 0 0 135722 485 0 0 20 0 1 0 333987755 114876416 27413 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 28046 27413 715 1026 0 27016 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 112184
[startup+1422.31 s]
/proc/loadavg: 1.99 1.96 1.56 3/177 8649
/proc/meminfo: memFree=26179516/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=113292 CPUtime=1422.07 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 32116 0 0 0 141702 505 0 0 20 0 1 0 333987755 116011008 27838 33554432000 4194304 8395647 140736128427072 140736128422200 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 28323 27838 715 1026 0 27293 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 113292
[startup+1482.3 s]
/proc/loadavg: 2.06 1.99 1.58 3/177 8649
/proc/meminfo: memFree=26175464/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=114720 CPUtime=1482.04 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 32435 0 0 0 147677 527 0 0 20 0 1 0 333987755 117473280 28156 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 28680 28156 715 1026 0 27650 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 114720
[startup+1542.3 s]
/proc/loadavg: 2.08 2.00 1.61 3/177 8650
/proc/meminfo: memFree=26172304/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=117680 CPUtime=1542.04 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33161 0 0 0 153657 547 0 0 20 0 1 0 333987755 120504320 28880 33554432000 4194304 8395647 140736128427072 140736128421624 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 29420 28880 715 1026 0 28390 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 117680
[startup+1602.3 s]
/proc/loadavg: 2.03 2.00 1.64 3/177 8650
/proc/meminfo: memFree=26171124/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=117680 CPUtime=1602.02 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33191 0 0 0 159636 566 0 0 20 0 1 0 333987755 120504320 28910 33554432000 4194304 8395647 140736128427072 140736128422632 4705172 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 29420 28910 715 1026 0 28390 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 117680
[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.65 3/177 8650
/proc/meminfo: memFree=26169696/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=118104 CPUtime=1662.02 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33343 0 0 0 165613 589 0 0 20 0 1 0 333987755 120938496 29061 33554432000 4194304 8395647 140736128427072 140736128422328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 29526 29061 715 1026 0 28496 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 118104
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/177 8650
/proc/meminfo: memFree=26168828/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=119160 CPUtime=1722.01 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33595 0 0 0 171591 610 0 0 20 0 1 0 333987755 122019840 29313 33554432000 4194304 8395647 140736128427072 140736128422376 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 29790 29313 715 1026 0 28760 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 119160
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 8691
/proc/meminfo: memFree=25353312/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=119700 CPUtime=1782 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33754 0 0 0 177568 632 0 0 20 0 1 0 333987755 122572800 29471 33554432000 4194304 8395647 140736128427072 140736128422376 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 29925 29471 715 1026 0 28895 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 119700
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 8691
/proc/meminfo: memFree=25351272/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=119700 CPUtime=1785.2 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33754 0 0 0 177887 633 0 0 20 0 1 0 333987755 122572800 29471 33554432000 4194304 8395647 140736128427072 140736128422536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 29925 29471 715 1026 0 28895 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 119700
[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 8691
/proc/meminfo: memFree=25351572/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=120052 CPUtime=1788.4 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33804 0 0 0 178206 634 0 0 20 0 1 0 333987755 122933248 29521 33554432000 4194304 8395647 140736128427072 140736128422632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 30013 29521 715 1026 0 28983 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 120052
[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 8691
/proc/meminfo: memFree=25351572/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=120052 CPUtime=1789.2 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33804 0 0 0 178285 635 0 0 20 0 1 0 333987755 122933248 29521 33554432000 4194304 8395647 140736128427072 140736128422536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 30013 29521 715 1026 0 28983 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 120052
[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 8691
/proc/meminfo: memFree=25351332/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=120052 CPUtime=1789.6 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33804 0 0 0 178325 635 0 0 20 0 1 0 333987755 122933248 29521 33554432000 4194304 8395647 140736128427072 140736128422536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 30013 29521 715 1026 0 28983 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 120052
[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 8691
/proc/meminfo: memFree=25351332/32873648 swapFree=6864/6864
[pid=7916] ppid=7914 vsize=120052 CPUtime=1789.8 cores=1,3,5,7
/proc/7916/stat : 7916 (pbscip.linux.x8) R 7914 7916 7869 0 -1 4202496 33807 0 0 0 178345 635 0 0 20 0 1 0 333987755 122933248 29524 33554432000 4194304 8395647 140736128427072 140736128422536 6063821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7916/statm: 30013 29524 718 1026 0 28983 0
Current children cumulated CPU time (s) 1789.8
Current children cumulated vsize (KiB) 120052
Child status: 0
Real time (s): 1790.13
CPU time (s): 1789.84
CPU user time (s): 1783.48
CPU system time (s): 6.35203
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 120052
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.48
system time used= 6.35203
maximum resident set size= 118096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33808
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= 24
involuntary context switches= 1838
runsolver used 2.6116 second user time and 7.15991 second system time
The end