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-3731013-1338684010.opb>
0.18/0.21 c original problem has 4608 variables (4608 bin, 0 int, 0 impl, 0 cont) and 30348 constraints
0.18/0.21 c problem read
0.18/0.21 c No objective function, only one solution is needed.
0.18/0.21 c presolving settings loaded
0.18/0.26 c presolving:
0.29/0.38 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30348 upgd conss, 0 impls, 942 clqs
0.39/0.41 c presolving (2 rounds):
0.39/0.41 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 78 changed coefficients
0.39/0.41 c 0 implications, 1512 cliques
0.39/0.41 c presolved problem has 4608 variables (4608 bin, 0 int, 0 impl, 0 cont) and 30348 constraints
0.39/0.41 c 78 constraints of type <knapsack>
0.39/0.41 c 942 constraints of type <setppc>
0.39/0.41 c 29328 constraints of type <logicor>
0.39/0.41 c transformed objective value is always integral (scale: 1)
0.39/0.41 c Presolving Time: 0.15
0.39/0.41 c - non default parameters ----------------------------------------------------------------------
0.39/0.41 c # SCIP version 1.2.1.3
0.39/0.41 c
0.39/0.41 c # frequency for displaying node information lines
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41 c display/freq = 10000
0.39/0.41 c
0.39/0.41 c # maximal time in seconds to run
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41 c limits/time = 1789.81
0.39/0.41 c
0.39/0.41 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41 c limits/memory = 13950
0.39/0.41 c
0.39/0.41 c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41 c limits/solutions = 1
0.39/0.41 c
0.39/0.41 c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.41 c separating/maxrounds = 1
0.39/0.41 c
0.39/0.41 c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41 c separating/maxroundsroot = 5
0.39/0.41 c
0.39/0.41 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.41 c # [type: int, range: [1,2], default: 1]
0.39/0.41 c timing/clocktype = 2
0.39/0.41 c
0.39/0.41 c # should presolving try to simplify inequalities
0.39/0.41 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41 c constraints/linear/simplifyinequalities = TRUE
0.39/0.41 c
0.39/0.41 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.41 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41 c constraints/indicator/addCouplingCons = TRUE
0.39/0.41 c
0.39/0.41 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.41 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.41 c constraints/knapsack/disaggregation = FALSE
0.39/0.41 c
0.39/0.41 c # should presolving try to simplify knapsacks
0.39/0.41 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41 c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.41 c
0.39/0.41 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41 c presolving/probing/maxrounds = 0
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41 c heuristics/coefdiving/freq = -1
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41 c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.41 c heuristics/crossover/freq = -1
0.39/0.41 c
0.39/0.41 c # number of nodes added to the contingent of the total nodes
0.39/0.41 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.41 c heuristics/crossover/nodesofs = 750
0.39/0.41 c
0.39/0.41 c # number of nodes without incumbent change that heuristic should wait
0.39/0.41 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.41 c heuristics/crossover/nwaitingnodes = 100
0.39/0.41 c
0.39/0.41 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.41 c # [type: real, range: [0,1], default: 0.1]
0.39/0.41 c heuristics/crossover/nodesquot = 0.15
0.39/0.41 c
0.39/0.41 c # minimum percentage of integer variables that have to be fixed
0.39/0.41 c # [type: real, range: [0,1], default: 0.666]
0.39/0.41 c heuristics/crossover/minfixingrate = 0.5
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.41 c heuristics/feaspump/freq = -1
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41 c heuristics/fracdiving/freq = -1
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41 c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41 c heuristics/guideddiving/freq = -1
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41 c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41 c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41 c heuristics/intshifting/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41 c heuristics/linesearchdiving/freq = -1
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41 c heuristics/nlp/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.41 c heuristics/objpscostdiving/freq = -1
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.41 c # [type: real, range: [0,1], default: 0.01]
0.39/0.41 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41 c heuristics/oneopt/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41 c heuristics/pscostdiving/freq = -1
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41 c heuristics/rens/freq = -1
0.39/0.41 c
0.39/0.41 c # minimum percentage of integer variables that have to be fixable
0.39/0.41 c # [type: real, range: [0,1], default: 0.5]
0.39/0.41 c heuristics/rens/minfixingrate = 0.3
0.39/0.41 c
0.39/0.41 c # number of nodes added to the contingent of the total nodes
0.39/0.41 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.41 c heuristics/rens/nodesofs = 2000
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.41 c heuristics/rootsoldiving/freq = -1
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.41 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41 c heuristics/rounding/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41 c heuristics/shifting/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41 c heuristics/simplerounding/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41 c heuristics/trivial/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41 c heuristics/trysol/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41 c heuristics/veclendiving/freq = -1
0.39/0.41 c
0.39/0.41 c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41 c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.41 c
0.39/0.41 c # additional number of allowed LP iterations
0.39/0.41 c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41 c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.41 c
0.39/0.41 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41 c heuristics/zirounding/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41 c separating/cmir/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41 c separating/flowcover/freq = -1
0.39/0.41 c
0.39/0.41 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.41 c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41 c separating/rapidlearning/freq = 0
0.39/0.41 c
0.39/0.41 c -----------------------------------------------------------------------------------------------
0.39/0.41 c start solving
0.39/0.41 c
4.19/4.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
4.19/4.20 c 4.0s| 1 | 0 | 4423 | - | 43M| 0 | 578 |4608 | 30k|4608 | 30k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
11.49/11.57 c 11.4s| 1 | 0 | 7717 | - | 55M| 0 | 670 |4608 | 30k|4608 | 30k| 59 | 0 | 0 | 0.000000e+00 | -- | Inf
20.99/21.01 c 20.8s| 1 | 0 | 11932 | - | 66M| 0 | 679 |4608 | 30k|4608 | 30k| 99 | 0 | 0 | 0.000000e+00 | -- | Inf
29.79/29.88 c 29.7s| 1 | 0 | 15427 | - | 79M| 0 | 695 |4608 | 30k|4608 | 30k| 124 | 0 | 0 | 0.000000e+00 | -- | Inf
40.69/40.73 c 40.5s| 1 | 0 | 20130 | - | 90M| 0 | 710 |4608 | 30k|4608 | 30k| 150 | 0 | 0 | 0.000000e+00 | -- | Inf
50.48/50.55 c 50.3s| 1 | 0 | 24033 | - | 101M| 0 | 738 |4608 | 30k|4608 | 30k| 175 | 0 | 0 | 0.000000e+00 | -- | Inf
102.37/102.49 c 102s| 1 | 2 | 24033 | - | 101M| 0 | 738 |4608 | 30k|4608 | 30k| 175 | 0 | 39 | 0.000000e+00 | -- | Inf
1789.70/1790.03 c
1789.70/1790.03 c SCIP Status : solving was interrupted [time limit reached]
1789.70/1790.03 c Solving Time (sec) : 1789.83
1789.70/1790.03 c Solving Nodes : 916
1789.70/1790.03 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.70/1790.03 c Dual Bound : +0.00000000000000e+00
1789.70/1790.03 c Gap : infinite
1789.70/1790.03 s UNKNOWN
1789.70/1790.03 c SCIP Status : solving was interrupted [time limit reached]
1789.70/1790.03 c Solving Time : 1789.83
1789.70/1790.03 c Original Problem :
1789.70/1790.03 c Problem name : HOME/instance-3731013-1338684010.opb
1789.70/1790.03 c Variables : 4608 (4608 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.03 c Constraints : 30348 initial, 30348 maximal
1789.70/1790.03 c Presolved Problem :
1789.70/1790.03 c Problem name : t_HOME/instance-3731013-1338684010.opb
1789.70/1790.03 c Variables : 4608 (4608 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.03 c Constraints : 30348 initial, 30354 maximal
1789.70/1790.03 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.70/1790.03 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.03 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.03 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.03 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.03 c implics : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.03 c probing : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.03 c knapsack : 0.00 0 0 0 0 0 0 0 78
1789.70/1790.03 c setppc : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.03 c logicor : 0.03 0 0 0 0 0 0 0 0
1789.70/1790.03 c root node : - 0 - - 0 - - - -
1789.70/1790.03 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.70/1790.03 c integral : 0 0 0 914 0 0 0 0 0 1828
1789.70/1790.03 c knapsack : 78 5 1960 0 1 1 4221 266 0 0
1789.70/1790.03 c setppc : 942 5 1959 0 1 0 7915 0 0 0
1789.70/1790.03 c logicor : 29328+ 5 1086 0 1 0 995 0 0 0
1789.70/1790.03 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.70/1790.03 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.70/1790.03 c integral : 723.39 0.00 0.00 723.39 0.00
1789.70/1790.03 c knapsack : 0.03 0.00 0.02 0.00 0.00
1789.70/1790.03 c setppc : 0.07 0.00 0.07 0.00 0.00
1789.70/1790.03 c logicor : 0.06 0.01 0.05 0.00 0.00
1789.70/1790.03 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.70/1790.03 c Propagators : Time Calls Cutoffs DomReds
1789.70/1790.03 c vbounds : 0.00 1 0 0
1789.70/1790.03 c rootredcost : 0.00 0 0 0
1789.70/1790.03 c pseudoobj : 0.00 0 0 0
1789.70/1790.03 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.70/1790.03 c propagation : 0.00 1 1 6 14.8 0 0.0 -
1789.70/1790.03 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1789.70/1790.03 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.70/1790.03 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.70/1790.03 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.70/1790.03 c applied globally : - - - 6 14.8 - - -
1789.70/1790.03 c applied locally : - - - 0 0.0 - - -
1789.70/1790.03 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.70/1790.03 c cut pool : 0.03 4 - - 19 - (maximal pool size: 1498)
1789.70/1790.03 c redcost : 0.07 918 0 0 0 0
1789.70/1790.03 c impliedbounds : 0.00 5 0 0 0 0
1789.70/1790.03 c intobj : 0.00 0 0 0 0 0
1789.70/1790.03 c cgmip : 0.00 0 0 0 0 0
1789.70/1790.03 c gomory : 17.82 5 0 0 1491 0
1789.70/1790.03 c strongcg : 2.66 5 0 0 2500 0
1789.70/1790.03 c cmir : 0.00 0 0 0 0 0
1789.70/1790.03 c flowcover : 0.00 0 0 0 0 0
1789.70/1790.03 c clique : 0.07 5 0 0 33 0
1789.70/1790.03 c zerohalf : 0.00 0 0 0 0 0
1789.70/1790.03 c mcf : 0.02 1 0 0 0 0
1789.70/1790.03 c rapidlearning : 0.00 0 0 0 0 0
1789.70/1790.03 c Pricers : Time Calls Vars
1789.70/1790.03 c problem variables: 0.00 0 0
1789.70/1790.03 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.70/1790.03 c relpscost : 723.39 914 0 0 0 0 1828
1789.70/1790.03 c pscost : 0.00 0 0 0 0 0 0
1789.70/1790.03 c inference : 0.00 1 0 0 0 0 2
1789.70/1790.03 c mostinf : 0.00 0 0 0 0 0 0
1789.70/1790.03 c leastinf : 0.00 0 0 0 0 0 0
1789.70/1790.03 c fullstrong : 0.00 0 0 0 0 0 0
1789.70/1790.03 c allfullstrong : 0.00 0 0 0 0 0 0
1789.70/1790.03 c random : 0.00 0 0 0 0 0 0
1789.70/1790.03 c Primal Heuristics : Time Calls Found
1789.70/1790.03 c LP solutions : 0.00 - 0
1789.70/1790.03 c pseudo solutions : 0.00 - 0
1789.70/1790.03 c trivial : 0.00 1 0
1789.70/1790.03 c simplerounding : 0.00 0 0
1789.70/1790.03 c zirounding : 0.00 0 0
1789.70/1790.03 c rounding : 0.00 0 0
1789.70/1790.03 c shifting : 0.00 0 0
1789.70/1790.03 c intshifting : 0.00 0 0
1789.70/1790.03 c oneopt : 0.00 0 0
1789.70/1790.03 c twoopt : 0.00 0 0
1789.70/1790.03 c fixandinfer : 0.00 0 0
1789.70/1790.03 c feaspump : 0.00 0 0
1789.70/1790.03 c coefdiving : 0.00 0 0
1789.70/1790.03 c pscostdiving : 0.00 0 0
1789.70/1790.03 c fracdiving : 0.00 0 0
1789.70/1790.03 c veclendiving : 0.00 0 0
1789.70/1790.03 c intdiving : 0.00 0 0
1789.70/1790.03 c actconsdiving : 0.00 0 0
1789.70/1790.03 c objpscostdiving : 0.00 0 0
1789.70/1790.03 c rootsoldiving : 0.00 0 0
1789.70/1790.03 c linesearchdiving : 0.00 0 0
1789.70/1790.03 c guideddiving : 0.00 0 0
1789.70/1790.03 c octane : 0.00 0 0
1789.70/1790.03 c rens : 0.00 0 0
1789.70/1790.03 c rins : 0.00 0 0
1789.70/1790.03 c localbranching : 0.00 0 0
1789.70/1790.03 c mutation : 0.00 0 0
1789.70/1790.03 c crossover : 0.00 0 0
1789.70/1790.03 c dins : 0.00 0 0
1789.70/1790.03 c undercover : 0.00 0 0
1789.70/1790.03 c nlp : 0.00 0 0
1789.70/1790.03 c trysol : 0.00 0 0
1789.70/1790.03 c LP : Time Calls Iterations Iter/call Iter/sec
1789.70/1790.03 c primal LP : 0.01 0 0 0.00 0.00
1789.70/1790.03 c dual LP : 1041.32 920 860007 934.79 825.88
1789.70/1790.03 c lex dual LP : 0.00 0 0 0.00 -
1789.70/1790.03 c barrier LP : 0.00 0 0 0.00 -
1789.70/1790.03 c diving/probing LP: 0.00 0 0 0.00 -
1789.70/1790.03 c strong branching : 723.20 612 569644 930.79 787.68
1789.70/1790.03 c (at root node) : - 39 37450 960.26 -
1789.70/1790.03 c conflict analysis: 0.00 0 0 0.00 -
1789.70/1790.03 c B&B Tree :
1789.70/1790.03 c number of runs : 1
1789.70/1790.03 c nodes : 916
1789.70/1790.03 c nodes (total) : 916
1789.70/1790.03 c nodes left : 915
1789.70/1790.03 c max depth : 141
1789.70/1790.03 c max depth (total): 141
1789.70/1790.03 c backtracks : 80 (8.7%)
1789.70/1790.03 c delayed cutoffs : 0
1789.70/1790.03 c repropagations : 8 (1 domain reductions, 0 cutoffs)
1789.70/1790.03 c avg switch length: 1.93
1789.70/1790.03 c switching time : 0.41
1789.70/1790.03 c Solution :
1789.70/1790.03 c Solutions found : 0 (0 improvements)
1789.70/1790.03 c Primal Bound : -
1789.70/1790.03 c Dual Bound : +0.00000000000000e+00
1789.70/1790.03 c Gap : infinite
1789.70/1790.03 c Root Dual Bound : +0.00000000000000e+00
1789.70/1790.03 c Root Iterations : 24033
1789.80/1790.10 c Time complete: 1789.81.
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-3731013-1338684010/watcher-3731013-1338684010 -o /tmp/evaluation-result-3731013-1338684010/solver-3731013-1338684010 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731013-1338684010.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26188
/proc/meminfo: memFree=31508252/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 1467 0 0 0 0 0 0 0 20 0 1 0 334529538 9158656 1415 33554432000 4194304 8395647 140736352427056 140736352358888 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 2236 1423 374 1026 0 1206 0
[startup+0.089175 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26188
/proc/meminfo: memFree=31508252/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=20720 CPUtime=0.08 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 4428 0 0 0 8 0 0 0 20 0 1 0 334529538 21217280 4375 33554432000 4194304 8395647 140736352427056 140736352358888 4327595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 5180 4375 390 1026 0 4150 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20720
[startup+0.100342 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26188
/proc/meminfo: memFree=31508252/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=20964 CPUtime=0.09 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 4472 0 0 0 9 0 0 0 20 0 1 0 334529538 21467136 4419 33554432000 4194304 8395647 140736352427056 140736352358888 7382051 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 5241 4419 390 1026 0 4211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20964
[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26188
/proc/meminfo: memFree=31508252/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=58964 CPUtime=0.29 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 13586 0 0 0 27 2 0 0 20 0 1 0 334529538 60379136 13690 33554432000 4194304 8395647 140736352427056 140736352358888 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 14741 13690 458 1026 0 13711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58964
[startup+0.700306 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26188
/proc/meminfo: memFree=31508252/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=103360 CPUtime=0.69 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 24342 0 0 0 66 3 0 0 20 0 1 0 334529538 105840640 23617 33554432000 4194304 8395647 140736352427056 140736352423896 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 25840 23617 567 1026 0 24810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103360
[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26189
/proc/meminfo: memFree=31414520/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=107944 CPUtime=1.49 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 25567 0 0 0 146 3 0 0 20 0 1 0 334529538 110534656 24738 33554432000 4194304 8395647 140736352427056 140736352422568 6696936 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 26986 24738 567 1026 0 25956 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107944
[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26189
/proc/meminfo: memFree=31410776/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=107944 CPUtime=3.08 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 25912 0 0 0 305 3 0 0 20 0 1 0 334529538 110534656 25083 33554432000 4194304 8395647 140736352427056 140736352422184 6697047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 26986 25083 567 1026 0 25956 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 107944
[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26189
/proc/meminfo: memFree=31409692/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=107944 CPUtime=6.29 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 25952 0 0 0 624 5 0 0 20 0 1 0 334529538 110534656 25123 33554432000 4194304 8395647 140736352427056 140736352422296 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 26986 25123 588 1026 0 25956 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107944
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26189
/proc/meminfo: memFree=31383028/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=133824 CPUtime=12.69 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 32090 0 0 0 1263 6 0 0 20 0 1 0 334529538 137035776 31741 33554432000 4194304 8395647 140736352427056 140736352422248 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 33456 31741 602 1026 0 32426 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133824
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26189
/proc/meminfo: memFree=31363820/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=161588 CPUtime=25.49 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 37884 0 0 0 2539 10 0 0 20 0 1 0 334529538 165466112 39068 33554432000 4194304 8395647 140736352427056 140736352422344 6697279 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 40397 39068 602 1026 0 39367 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161588
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26189
/proc/meminfo: memFree=31330772/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=190956 CPUtime=51.08 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 44457 0 0 0 5093 15 0 0 20 0 1 0 334529538 195538944 45641 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 47739 45641 604 1026 0 46709 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 190956
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26228
/proc/meminfo: memFree=31225148/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=190956 CPUtime=102.28 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 44609 0 0 0 10207 21 0 0 20 0 1 0 334529538 195538944 45762 33554432000 4194304 8395647 140736352427056 140736352421928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 47739 45762 604 1026 0 46709 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 190956
[startup+162.3 s]
/proc/loadavg: 1.96 1.98 1.98 3/177 26266
/proc/meminfo: memFree=31449692/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=193528 CPUtime=162.26 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45143 0 0 0 16198 28 0 0 20 0 1 0 334529538 198172672 46731 33554432000 4194304 8395647 140736352427056 140736352421928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 48382 46731 606 1026 0 47352 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 193528
[startup+222.3 s]
/proc/loadavg: 2.02 2.00 1.98 3/177 26266
/proc/meminfo: memFree=31439208/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=193528 CPUtime=222.25 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45158 0 0 0 22188 37 0 0 20 0 1 0 334529538 198172672 47416 33554432000 4194304 8395647 140736352427056 140736352421928 6697020 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 48382 47416 606 1026 0 47352 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 193528
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26266
/proc/meminfo: memFree=31429276/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=193528 CPUtime=282.23 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45158 0 0 0 28180 43 0 0 20 0 1 0 334529538 198172672 47416 33554432000 4194304 8395647 140736352427056 140736352421928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 48382 47416 606 1026 0 47352 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 193528
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26266
/proc/meminfo: memFree=31418612/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=193528 CPUtime=342.22 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45158 0 0 0 34173 49 0 0 20 0 1 0 334529538 198172672 47416 33554432000 4194304 8395647 140736352427056 140736352422360 6721677 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 48382 47416 606 1026 0 47352 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 193528
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26268
/proc/meminfo: memFree=31408720/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=193528 CPUtime=402.22 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45158 0 0 0 40166 56 0 0 20 0 1 0 334529538 198172672 47416 33554432000 4194304 8395647 140736352427056 140736352421928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 48382 47416 606 1026 0 47352 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 193528
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26268
/proc/meminfo: memFree=31398560/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=193528 CPUtime=462.21 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45166 0 0 0 46158 63 0 0 20 0 1 0 334529538 198172672 47424 33554432000 4194304 8395647 140736352427056 140736352422360 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 48382 47424 606 1026 0 47352 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 193528
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26268
/proc/meminfo: memFree=31386096/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=193528 CPUtime=522.2 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45173 0 0 0 52150 70 0 0 20 0 1 0 334529538 198172672 47431 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 48382 47431 606 1026 0 47352 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 193528
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26268
/proc/meminfo: memFree=31375528/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=193528 CPUtime=582.19 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45173 0 0 0 58141 78 0 0 20 0 1 0 334529538 198172672 47431 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 48382 47431 606 1026 0 47352 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 193528
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=31303984/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=196852 CPUtime=1002.12 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45828 0 0 0 100078 134 0 0 20 0 1 0 334529538 201576448 48086 33554432000 4194304 8395647 140736352427056 140736352422184 6698227 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49213 48086 606 1026 0 48183 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 196852
[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26273
/proc/meminfo: memFree=31295604/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=196852 CPUtime=1062.11 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 45934 0 0 0 106070 141 0 0 20 0 1 0 334529538 201576448 48192 33554432000 4194304 8395647 140736352427056 140736352421928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49213 48192 606 1026 0 48183 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 196852
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26273
/proc/meminfo: memFree=31287792/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=196852 CPUtime=1122.1 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46057 0 0 0 112061 149 0 0 20 0 1 0 334529538 201576448 48315 33554432000 4194304 8395647 140736352427056 140736352421928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49213 48315 606 1026 0 48183 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 196852
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 26273
/proc/meminfo: memFree=31276476/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=196852 CPUtime=1182.1 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46081 0 0 0 118053 157 0 0 20 0 1 0 334529538 201576448 48339 33554432000 4194304 8395647 140736352427056 140736352421928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49213 48339 606 1026 0 48183 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 196852
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 26276
/proc/meminfo: memFree=31268904/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=196852 CPUtime=1242.09 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46103 0 0 0 124045 164 0 0 20 0 1 0 334529538 201576448 48361 33554432000 4194304 8395647 140736352427056 140736352422616 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49213 48361 606 1026 0 48183 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 196852
[startup+1302.3 s]
/proc/loadavg: 2.12 2.04 2.00 3/178 26299
/proc/meminfo: memFree=31262384/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=196852 CPUtime=1302.09 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46118 0 0 0 130036 173 0 0 20 0 1 0 334529538 201576448 48376 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49213 48376 606 1026 0 48183 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 196852
[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 26300
/proc/meminfo: memFree=31256696/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=196852 CPUtime=1362.07 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46135 0 0 0 136026 181 0 0 20 0 1 0 334529538 201576448 48393 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49213 48393 606 1026 0 48183 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 196852
[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 26301
/proc/meminfo: memFree=31249160/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=197968 CPUtime=1422.07 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46372 0 0 0 142016 191 0 0 20 0 1 0 334529538 202719232 48630 33554432000 4194304 8395647 140736352427056 140736352421928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49492 48630 606 1026 0 48462 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 197968
[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 26301
/proc/meminfo: memFree=31242216/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=198924 CPUtime=1482.05 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46609 0 0 0 148006 199 0 0 20 0 1 0 334529538 203698176 48867 33554432000 4194304 8395647 140736352427056 140736352421928 6697250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49731 48867 606 1026 0 48701 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 198924
[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 26301
/proc/meminfo: memFree=31237256/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=198924 CPUtime=1542.05 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46612 0 0 0 153998 207 0 0 20 0 1 0 334529538 203698176 48870 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49731 48870 606 1026 0 48701 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 198924
[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 26301
/proc/meminfo: memFree=31230560/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=199868 CPUtime=1602.03 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46828 0 0 0 159989 214 0 0 20 0 1 0 334529538 204664832 49086 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49967 49086 610 1026 0 48937 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 199868
[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 26302
/proc/meminfo: memFree=31227088/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=199868 CPUtime=1662.03 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46862 0 0 0 165981 222 0 0 20 0 1 0 334529538 204664832 49120 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49967 49120 610 1026 0 48937 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 199868
[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 26302
/proc/meminfo: memFree=31222604/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=199868 CPUtime=1722.02 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46867 0 0 0 171973 229 0 0 20 0 1 0 334529538 204664832 49125 33554432000 4194304 8395647 140736352427056 140736352421928 7382066 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49967 49125 610 1026 0 48937 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 199868
[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 26511
/proc/meminfo: memFree=31217456/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=199868 CPUtime=1782 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46882 0 0 0 177964 236 0 0 20 0 1 0 334529538 204664832 49140 33554432000 4194304 8395647 140736352427056 140736352422184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49967 49140 610 1026 0 48937 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 199868
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 26511
/proc/meminfo: memFree=31217456/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=199868 CPUtime=1785.21 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46882 0 0 0 178284 237 0 0 20 0 1 0 334529538 204664832 49140 33554432000 4194304 8395647 140736352427056 140736352422568 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49967 49140 610 1026 0 48937 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 199868
[startup+1788.7 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 26511
/proc/meminfo: memFree=31217456/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=199868 CPUtime=1788.41 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46882 0 0 0 178604 237 0 0 20 0 1 0 334529538 204664832 49140 33554432000 4194304 8395647 140736352427056 140736352422568 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49967 49140 610 1026 0 48937 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 199868
[startup+1789.5 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 26511
/proc/meminfo: memFree=31217456/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=199868 CPUtime=1789.21 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46882 0 0 0 178684 237 0 0 20 0 1 0 334529538 204664832 49140 33554432000 4194304 8395647 140736352427056 140736352422616 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49967 49140 610 1026 0 48937 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 199868
[startup+1789.9 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 26511
/proc/meminfo: memFree=31217456/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=199868 CPUtime=1789.6 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46882 0 0 0 178723 237 0 0 20 0 1 0 334529538 204664832 49140 33554432000 4194304 8395647 140736352427056 140736352422616 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 49967 49140 610 1026 0 48937 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 199868
[startup+1790.1 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 26511
/proc/meminfo: memFree=31217456/32873844 swapFree=7116/7116
[pid=26188] ppid=26186 vsize=152480 CPUtime=1789.8 cores=1,3,5,7
/proc/26188/stat : 26188 (pbscip.linux.x8) R 26186 26188 25766 0 -1 4202496 46891 0 0 0 178743 237 0 0 20 0 1 0 334529538 156139520 37642 33554432000 4194304 8395647 140736352427056 140736352422616 4220170 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26188/statm: 38120 37642 619 1026 0 37090 0
Current children cumulated CPU time (s) 1789.8
Current children cumulated vsize (KiB) 152480
Child status: 0
Real time (s): 1790.11
CPU time (s): 1789.82
CPU user time (s): 1787.45
CPU system time (s): 2.37964
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 199868
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.45
system time used= 2.37964
maximum resident set size= 196592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46897
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= 23
involuntary context switches= 1860
runsolver used 2.6506 second user time and 7.16091 second system time
The end