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-3740863-1338744921.opb>
8.19/8.20 c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
8.19/8.20 c problem read
8.19/8.20 c No objective function, only one solution is needed.
8.19/8.20 c presolving settings loaded
9.69/9.73 c presolving:
14.68/14.70 c (round 1) 1 del vars, 8 del conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 492406 impls, 1772 clqs
15.78/15.80 c presolving (2 rounds):
15.78/15.80 c 1 deleted vars, 30 deleted constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
15.78/15.80 c 492406 implications, 1772 cliques
15.78/15.80 c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
15.78/15.80 c 112021 constraints of type <knapsack>
15.78/15.80 c 237584 constraints of type <setppc>
15.78/15.80 c 1 constraints of type <linear>
15.78/15.80 c 771881 constraints of type <logicor>
15.78/15.80 c transformed objective value is always integral (scale: 1)
15.78/15.80 c Presolving Time: 6.18
15.78/15.80 c - non default parameters ----------------------------------------------------------------------
15.78/15.80 c # SCIP version 1.2.1.3
15.78/15.80 c
15.78/15.80 c # frequency for displaying node information lines
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 100]
15.78/15.80 c display/freq = 10000
15.78/15.80 c
15.78/15.80 c # maximal time in seconds to run
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.78/15.80 c limits/time = 1781.81
15.78/15.80 c
15.78/15.80 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.78/15.80 c limits/memory = 13950
15.78/15.80 c
15.78/15.80 c # solving stops, if the given number of solutions were found (-1: no limit)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: -1]
15.78/15.80 c limits/solutions = 1
15.78/15.80 c
15.78/15.80 c # maximal number of separation rounds per node (-1: unlimited)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 5]
15.78/15.80 c separating/maxrounds = 1
15.78/15.80 c
15.78/15.80 c # maximal number of separation rounds in the root node (-1: unlimited)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: -1]
15.78/15.80 c separating/maxroundsroot = 5
15.78/15.80 c
15.78/15.80 c # default clock type (1: CPU user seconds, 2: wall clock time)
15.78/15.80 c # [type: int, range: [1,2], default: 1]
15.78/15.80 c timing/clocktype = 2
15.78/15.80 c
15.78/15.80 c # should presolving try to simplify inequalities
15.78/15.80 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.78/15.80 c constraints/linear/simplifyinequalities = TRUE
15.78/15.80 c
15.78/15.80 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
15.78/15.80 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.78/15.80 c constraints/indicator/addCouplingCons = TRUE
15.78/15.80 c
15.78/15.80 c # should disaggregation of knapsack constraints be allowed in preprocessing?
15.78/15.80 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
15.78/15.80 c constraints/knapsack/disaggregation = FALSE
15.78/15.80 c
15.78/15.80 c # should presolving try to simplify knapsacks
15.78/15.80 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.78/15.80 c constraints/knapsack/simplifyinequalities = TRUE
15.78/15.80 c
15.78/15.80 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: -1]
15.78/15.80 c presolving/probing/maxrounds = 0
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.80 c heuristics/coefdiving/freq = -1
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.80 c heuristics/coefdiving/maxlpiterquot = 0.075
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/coefdiving/maxlpiterofs = 1500
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 30]
15.78/15.80 c heuristics/crossover/freq = -1
15.78/15.80 c
15.78/15.80 c # number of nodes added to the contingent of the total nodes
15.78/15.80 c # [type: longint, range: [0,9223372036854775807], default: 500]
15.78/15.80 c heuristics/crossover/nodesofs = 750
15.78/15.80 c
15.78/15.80 c # number of nodes without incumbent change that heuristic should wait
15.78/15.80 c # [type: longint, range: [0,9223372036854775807], default: 200]
15.78/15.80 c heuristics/crossover/nwaitingnodes = 100
15.78/15.80 c
15.78/15.80 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
15.78/15.80 c # [type: real, range: [0,1], default: 0.1]
15.78/15.80 c heuristics/crossover/nodesquot = 0.15
15.78/15.80 c
15.78/15.80 c # minimum percentage of integer variables that have to be fixed
15.78/15.80 c # [type: real, range: [0,1], default: 0.666]
15.78/15.80 c heuristics/crossover/minfixingrate = 0.5
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 20]
15.78/15.80 c heuristics/feaspump/freq = -1
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/feaspump/maxlpiterofs = 2000
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.80 c heuristics/fracdiving/freq = -1
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.80 c heuristics/fracdiving/maxlpiterquot = 0.075
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/fracdiving/maxlpiterofs = 1500
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.80 c heuristics/guideddiving/freq = -1
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.80 c heuristics/guideddiving/maxlpiterquot = 0.075
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/guideddiving/maxlpiterofs = 1500
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.80 c heuristics/intdiving/maxlpiterquot = 0.075
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.80 c heuristics/intshifting/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.80 c heuristics/linesearchdiving/freq = -1
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.80 c heuristics/linesearchdiving/maxlpiterquot = 0.075
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/linesearchdiving/maxlpiterofs = 1500
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.80 c heuristics/nlp/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 20]
15.78/15.80 c heuristics/objpscostdiving/freq = -1
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to total iteration number
15.78/15.80 c # [type: real, range: [0,1], default: 0.01]
15.78/15.80 c heuristics/objpscostdiving/maxlpiterquot = 0.015
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/objpscostdiving/maxlpiterofs = 1500
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.80 c heuristics/oneopt/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.80 c heuristics/pscostdiving/freq = -1
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.80 c heuristics/pscostdiving/maxlpiterquot = 0.075
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/pscostdiving/maxlpiterofs = 1500
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 0]
15.78/15.80 c heuristics/rens/freq = -1
15.78/15.80 c
15.78/15.80 c # minimum percentage of integer variables that have to be fixable
15.78/15.80 c # [type: real, range: [0,1], default: 0.5]
15.78/15.80 c heuristics/rens/minfixingrate = 0.3
15.78/15.80 c
15.78/15.80 c # number of nodes added to the contingent of the total nodes
15.78/15.80 c # [type: longint, range: [0,9223372036854775807], default: 500]
15.78/15.80 c heuristics/rens/nodesofs = 2000
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 20]
15.78/15.80 c heuristics/rootsoldiving/freq = -1
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
15.78/15.80 c heuristics/rootsoldiving/maxlpiterquot = 0.015
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/rootsoldiving/maxlpiterofs = 1500
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.80 c heuristics/rounding/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.80 c heuristics/shifting/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.80 c heuristics/simplerounding/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 0]
15.78/15.80 c heuristics/trivial/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.80 c heuristics/trysol/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 10]
15.78/15.80 c heuristics/veclendiving/freq = -1
15.78/15.80 c
15.78/15.80 c # maximal fraction of diving LP iterations compared to node LP iterations
15.78/15.80 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.78/15.80 c heuristics/veclendiving/maxlpiterquot = 0.075
15.78/15.80 c
15.78/15.80 c # additional number of allowed LP iterations
15.78/15.80 c # [type: int, range: [0,2147483647], default: 1000]
15.78/15.80 c heuristics/veclendiving/maxlpiterofs = 1500
15.78/15.80 c
15.78/15.80 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 1]
15.78/15.80 c heuristics/zirounding/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 0]
15.78/15.80 c separating/cmir/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: 0]
15.78/15.80 c separating/flowcover/freq = -1
15.78/15.80 c
15.78/15.80 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
15.78/15.80 c # [type: int, range: [-1,2147483647], default: -1]
15.78/15.80 c separating/rapidlearning/freq = 0
15.78/15.80 c
15.78/15.80 c -----------------------------------------------------------------------------------------------
15.78/15.80 c start solving
15.78/15.84 c
121.07/121.10 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
121.07/121.10 c 113s| 1 | 0 | 5176 | - |1504M| 0 |1476 | 48k|1121k| 48k|1121k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
230.76/230.81 c 223s| 1 | 0 | 8505 | - |1504M| 0 |1779 | 48k|1121k| 48k|1121k| 7 | 0 | 0 | 0.000000e+00 | -- | Inf
363.53/363.64 c 355s| 1 | 0 | 11780 | - |1504M| 0 |4300 | 48k|1121k| 48k|1121k| 14 | 0 | 0 | 0.000000e+00 | -- | Inf
841.95/842.18 c 834s| 1 | 0 | 22449 | - |1505M| 0 |6488 | 48k|1121k| 48k|1121k| 25 | 0 | 0 | 0.000000e+00 | -- | Inf
1620.92/1621.26 c 1613s| 1 | 0 | 35044 | - |1506M| 0 |9302 | 48k|1121k| 48k|1121k| 75 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.70/1790.09 c 1782s| 1 | 0 | 35044 | - |1506M| 0 | - | 48k|1121k| 48k|1121k| 166 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.80/1790.19 c 1782s| 1 | 2 | 35044 | - |1506M| 0 | - | 48k|1121k| 48k|1121k| 166 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.80/1790.19 c
1789.80/1790.19 c SCIP Status : solving was interrupted [time limit reached]
1789.80/1790.19 c Solving Time (sec) : 1781.98
1789.80/1790.19 c Solving Nodes : 1
1789.80/1790.19 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.80/1790.19 c Dual Bound : +0.00000000000000e+00
1789.80/1790.19 c Gap : infinite
1789.80/1790.19 s UNKNOWN
1789.80/1790.19 c SCIP Status : solving was interrupted [time limit reached]
1789.80/1790.19 c Solving Time : 1781.98
1789.80/1790.19 c Original Problem :
1789.80/1790.19 c Problem name : HOME/instance-3740863-1338744921.opb
1789.80/1790.19 c Variables : 48411 (48411 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.80/1790.19 c Constraints : 1121517 initial, 1121517 maximal
1789.80/1790.19 c Presolved Problem :
1789.80/1790.19 c Problem name : t_HOME/instance-3740863-1338744921.opb
1789.80/1790.19 c Variables : 48410 (48410 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.80/1790.19 c Constraints : 1121487 initial, 1121487 maximal
1789.80/1790.19 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.80/1790.19 c trivial : 0.01 0 0 0 0 0 0 0 0
1789.80/1790.19 c dualfix : 0.01 0 0 0 0 0 0 0 0
1789.80/1790.19 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.80/1790.19 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.80/1790.19 c implics : 0.01 0 0 0 0 0 0 0 0
1789.80/1790.19 c probing : 0.00 0 0 0 0 0 0 0 0
1789.80/1790.19 c knapsack : 0.42 0 0 0 0 0 0 0 0
1789.80/1790.19 c setppc : 0.24 0 0 0 0 0 0 0 0
1789.80/1790.19 c linear : 4.05 0 1 0 0 0 8 7 0
1789.80/1790.19 c logicor : 0.43 0 0 0 0 0 22 0 0
1789.80/1790.19 c root node : - 0 - - 0 - - - -
1789.80/1790.19 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.80/1790.19 c integral : 0 0 0 0 0 0 0 0 0 0
1789.80/1790.19 c knapsack : 112021 5 1 0 1 0 0 224 0 0
1789.80/1790.19 c setppc : 237584 5 1 0 1 0 0 0 0 0
1789.80/1790.19 c linear : 1 5 1 0 1 0 0 0 0 0
1789.80/1790.19 c logicor : 771881 5 1 0 1 0 0 0 0 0
1789.80/1790.19 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.80/1790.19 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.80/1790.19 c integral : 0.00 0.00 0.00 0.00 0.00
1789.80/1790.19 c knapsack : 0.36 0.34 0.00 0.00 0.02
1789.80/1790.19 c setppc : 0.11 0.08 0.01 0.00 0.03
1789.80/1790.19 c linear : 0.00 0.00 0.00 0.00 0.00
1789.80/1790.19 c logicor : 0.49 0.22 0.23 0.00 0.05
1789.80/1790.19 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.80/1790.19 c Propagators : Time Calls Cutoffs DomReds
1789.80/1790.19 c vbounds : 0.00 1 0 0
1789.80/1790.19 c rootredcost : 0.00 0 0 0
1789.80/1790.19 c pseudoobj : 0.00 0 0 0
1789.80/1790.19 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.80/1790.19 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1789.80/1790.19 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1789.80/1790.19 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.80/1790.19 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.80/1790.19 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.80/1790.19 c applied globally : - - - 0 0.0 - - -
1789.80/1790.19 c applied locally : - - - 0 0.0 - - -
1789.80/1790.19 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.80/1790.19 c cut pool : 0.00 4 - - 30 - (maximal pool size: 517)
1789.80/1790.19 c redcost : 0.01 5 0 0 0 0
1789.80/1790.19 c impliedbounds : 0.02 5 0 0 0 0
1789.80/1790.19 c intobj : 0.00 0 0 0 0 0
1789.80/1790.19 c cgmip : 0.00 0 0 0 0 0
1789.80/1790.19 c gomory : 213.95 5 0 0 2500 0
1789.80/1790.19 c strongcg : 100.57 5 0 0 2158 0
1789.80/1790.19 c cmir : 0.00 0 0 0 0 0
1789.80/1790.19 c flowcover : 0.00 0 0 0 0 0
1789.80/1790.19 c clique : 1.21 4 0 0 30 0
1789.80/1790.19 c zerohalf : 0.00 0 0 0 0 0
1789.80/1790.19 c mcf : 7.02 1 0 0 0 0
1789.80/1790.19 c rapidlearning : 0.00 0 0 0 0 0
1789.80/1790.19 c Pricers : Time Calls Vars
1789.80/1790.19 c problem variables: 0.00 0 0
1789.80/1790.19 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.80/1790.19 c relpscost : 0.00 0 0 0 0 0 0
1789.80/1790.19 c pscost : 0.00 0 0 0 0 0 0
1789.80/1790.19 c inference : 0.01 1 0 0 0 0 2
1789.80/1790.19 c mostinf : 0.00 0 0 0 0 0 0
1789.80/1790.19 c leastinf : 0.00 0 0 0 0 0 0
1789.80/1790.19 c fullstrong : 0.00 0 0 0 0 0 0
1789.80/1790.19 c allfullstrong : 0.00 0 0 0 0 0 0
1789.80/1790.19 c random : 0.00 0 0 0 0 0 0
1789.80/1790.19 c Primal Heuristics : Time Calls Found
1789.80/1790.19 c LP solutions : 0.00 - 0
1789.80/1790.19 c pseudo solutions : 0.00 - 0
1789.80/1790.19 c trivial : 0.03 1 0
1789.80/1790.19 c simplerounding : 0.00 0 0
1789.80/1790.19 c zirounding : 0.00 0 0
1789.80/1790.19 c rounding : 0.00 0 0
1789.80/1790.19 c shifting : 0.00 0 0
1789.80/1790.19 c intshifting : 0.00 0 0
1789.80/1790.19 c oneopt : 0.00 0 0
1789.80/1790.19 c twoopt : 0.00 0 0
1789.80/1790.19 c fixandinfer : 0.00 0 0
1789.80/1790.19 c feaspump : 0.00 0 0
1789.80/1790.19 c coefdiving : 0.00 0 0
1789.80/1790.19 c pscostdiving : 0.00 0 0
1789.80/1790.19 c fracdiving : 0.00 0 0
1789.80/1790.19 c veclendiving : 0.00 0 0
1789.80/1790.19 c intdiving : 0.00 0 0
1789.80/1790.19 c actconsdiving : 0.00 0 0
1789.80/1790.19 c objpscostdiving : 0.00 0 0
1789.80/1790.19 c rootsoldiving : 0.00 0 0
1789.80/1790.19 c linesearchdiving : 0.00 0 0
1789.80/1790.19 c guideddiving : 0.00 0 0
1789.80/1790.19 c octane : 0.00 0 0
1789.80/1790.19 c rens : 0.00 0 0
1789.80/1790.19 c rins : 0.00 0 0
1789.80/1790.19 c localbranching : 0.00 0 0
1789.80/1790.19 c mutation : 0.00 0 0
1789.80/1790.19 c crossover : 0.00 0 0
1789.80/1790.19 c dins : 0.00 0 0
1789.80/1790.19 c undercover : 0.00 0 0
1789.80/1790.19 c nlp : 0.00 0 0
1789.80/1790.19 c trysol : 0.00 0 0
1789.80/1790.19 c LP : Time Calls Iterations Iter/call Iter/sec
1789.80/1790.19 c primal LP : 0.00 0 0 0.00 -
1789.80/1790.19 c dual LP : 1447.22 5 35044 7008.80 24.21
1789.80/1790.19 c lex dual LP : 0.00 0 0 0.00 -
1789.80/1790.19 c barrier LP : 0.00 0 0 0.00 -
1789.80/1790.19 c diving/probing LP: 0.00 0 0 0.00 -
1789.80/1790.19 c strong branching : 0.00 0 0 0.00 -
1789.80/1790.19 c (at root node) : - 0 0 0.00 -
1789.80/1790.19 c conflict analysis: 0.00 0 0 0.00 -
1789.80/1790.19 c B&B Tree :
1789.80/1790.19 c number of runs : 1
1789.80/1790.19 c nodes : 1
1789.80/1790.19 c nodes (total) : 1
1789.80/1790.19 c nodes left : 2
1789.80/1790.19 c max depth : 0
1789.80/1790.19 c max depth (total): 0
1789.80/1790.19 c backtracks : 0 (0.0%)
1789.80/1790.19 c delayed cutoffs : 0
1789.80/1790.19 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1789.80/1790.19 c avg switch length: 1.00
1789.80/1790.19 c switching time : 0.00
1789.80/1790.19 c Solution :
1789.80/1790.19 c Solutions found : 0 (0 improvements)
1789.80/1790.19 c Primal Bound : -
1789.80/1790.19 c Dual Bound : +0.00000000000000e+00
1789.80/1790.19 c Gap : infinite
1789.80/1790.19 c Root Dual Bound : +0.00000000000000e+00
1789.80/1790.19 c Root Iterations : 35044
1792.99/1793.30 c Time complete: 1792.99.
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-3740863-1338744921/watcher-3740863-1338744921 -o /tmp/evaluation-result-3740863-1338744921/solver-3740863-1338744921 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3740863-1338744921.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 2.00 4/176 5725
/proc/meminfo: memFree=26141496/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 1326 0 0 0 0 0 0 0 20 0 1 0 340617848 9158656 1272 33554432000 4194304 8395647 140733286389568 140734120787880 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 2236 1278 374 1026 0 1206 0
[startup+0.0600271 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 5725
/proc/meminfo: memFree=26141496/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=14556 CPUtime=0.05 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 2892 0 0 0 5 0 0 0 20 0 1 0 340617848 14905344 2838 33554432000 4194304 8395647 140733286389568 140734120787880 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 3639 2838 390 1026 0 2609 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14556
[startup+0.100296 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 5725
/proc/meminfo: memFree=26141496/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=17440 CPUtime=0.09 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 3598 0 0 0 9 0 0 0 20 0 1 0 340617848 17858560 3544 33554432000 4194304 8395647 140733286389568 140734120787880 7382036 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 4360 3544 390 1026 0 3330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17440
[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 5725
/proc/meminfo: memFree=26141496/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=28316 CPUtime=0.28 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 6307 0 0 0 28 0 0 0 20 0 1 0 340617848 28995584 6253 33554432000 4194304 8395647 140733286389568 140733286254776 7301452 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 7079 6253 390 1026 0 6049 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28316
[startup+0.700284 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 5725
/proc/meminfo: memFree=26141496/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=51516 CPUtime=0.69 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 12102 0 0 0 67 2 0 0 20 0 1 0 340617848 52752384 12048 33554432000 4194304 8395647 140733286389568 140733286254776 5758531 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 12879 12048 390 1026 0 11849 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51516
[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5726
/proc/meminfo: memFree=26079100/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=95776 CPUtime=1.48 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 23164 0 0 0 145 3 0 0 20 0 1 0 340617848 98074624 23110 33554432000 4194304 8395647 140733286389568 140733286254776 7382051 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 23944 23110 390 1026 0 22914 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95776
[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5726
/proc/meminfo: memFree=26016976/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=183560 CPUtime=3.09 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 45026 0 0 0 302 7 0 0 20 0 1 0 340617848 187965440 44972 33554432000 4194304 8395647 140733286389568 140733286254776 5754506 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 45890 44972 390 1026 0 44860 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183560
[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5726
/proc/meminfo: memFree=25839532/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=355904 CPUtime=6.29 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 87936 0 0 0 614 15 0 0 20 0 1 0 340617848 364445696 87882 33554432000 4194304 8395647 140733286389568 140733286254776 7385022 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 88976 87882 390 1026 0 87946 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 355904
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5726
/proc/meminfo: memFree=24878220/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=1415660 CPUtime=12.69 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 345956 0 0 0 1214 55 0 0 20 0 1 0 340617848 1449635840 347198 33554432000 4194304 8395647 140733286389568 140733286386280 4989045 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 353915 347198 481 1026 0 352885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1415660
[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5726
/proc/meminfo: memFree=23737660/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=2573736 CPUtime=25.49 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 474342 0 0 0 2459 90 0 0 20 0 1 0 340617848 2635505664 601382 33554432000 4194304 8395647 140733286389568 140733286385032 6585853 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 643434 601382 572 1026 0 642404 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2573736
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5726
/proc/meminfo: memFree=23652496/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=2663416 CPUtime=51.08 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 478473 0 0 0 5015 93 0 0 20 0 1 0 340617848 2727337984 621820 33554432000 4194304 8395647 140733286389568 140733286384696 6636354 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 665854 621820 578 1026 0 664824 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2663416
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5726
/proc/meminfo: memFree=23595196/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=2749236 CPUtime=102.28 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 482912 0 0 0 10123 105 0 0 20 0 1 0 340617848 2815217664 638068 33554432000 4194304 8395647 140733286389568 140733286384696 6697983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 687309 638068 578 1026 0 686279 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2749236
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5726
/proc/meminfo: memFree=23460764/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=2854860 CPUtime=162.26 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 494495 0 0 0 16106 120 0 0 20 0 1 0 340617848 2923376640 669352 33554432000 4194304 8395647 140733286389568 140733286384696 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 713715 669352 611 1026 0 712685 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2854860
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5727
/proc/meminfo: memFree=23440376/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=2896176 CPUtime=222.26 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 497523 0 0 0 22094 132 0 0 20 0 1 0 340617848 2965684224 674421 33554432000 4194304 8395647 140733286389568 140733286384696 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 724044 674421 611 1026 0 723014 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2896176
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5768
/proc/meminfo: memFree=23548704/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=2895172 CPUtime=282.24 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 503315 0 0 0 28081 143 0 0 20 0 1 0 340617848 2964656128 680549 33554432000 4194304 8395647 140733286389568 140733286384696 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 723793 680549 611 1026 0 722763 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2895172
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5768
/proc/meminfo: memFree=23422652/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=2908356 CPUtime=342.24 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 506474 0 0 0 34071 153 0 0 20 0 1 0 340617848 2978156544 680705 33554432000 4194304 8395647 140733286389568 140733286384696 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 727089 680705 611 1026 0 726059 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2908356
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5768
/proc/meminfo: memFree=23264960/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3005880 CPUtime=402.21 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 512337 0 0 0 40055 166 0 0 20 0 1 0 340617848 3078021120 698788 33554432000 4194304 8395647 140733286389568 140733286385032 6636354 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 751470 698788 611 1026 0 750440 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 3005880
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5768
/proc/meminfo: memFree=23260956/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3008920 CPUtime=462.21 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 515074 0 0 0 46041 180 0 0 20 0 1 0 340617848 3081134080 699127 33554432000 4194304 8395647 140733286389568 140733286384696 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 752230 699127 611 1026 0 751200 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3008920
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5769
/proc/meminfo: memFree=23276408/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3014552 CPUtime=522.2 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 517290 0 0 0 52028 192 0 0 20 0 1 0 340617848 3086901248 699385 33554432000 4194304 8395647 140733286389568 140733286385032 6697989 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 753638 699385 611 1026 0 752608 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3014552
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5769
/proc/meminfo: memFree=23268804/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3021496 CPUtime=582.19 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 519994 0 0 0 58014 205 0 0 20 0 1 0 340617848 3094011904 700414 33554432000 4194304 8395647 140733286389568 140733286384696 6636373 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 755374 700414 611 1026 0 754344 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3021496
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=23210252/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3040640 CPUtime=1062.11 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 537081 0 0 0 105930 281 0 0 20 0 1 0 340617848 3113615360 696074 33554432000 4194304 8395647 140733286389568 140733286384696 6636387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 760160 696074 611 1026 0 759130 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3040640
[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 5774
/proc/meminfo: memFree=23209488/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3042672 CPUtime=1122.11 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 539402 0 0 0 111918 293 0 0 20 0 1 0 340617848 3115696128 696416 33554432000 4194304 8395647 140733286389568 140733286384696 7382142 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 760668 696416 611 1026 0 759638 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3042672
[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5775
/proc/meminfo: memFree=23205664/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3043972 CPUtime=1182.09 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 541628 0 0 0 117904 305 0 0 20 0 1 0 340617848 3117027328 696257 33554432000 4194304 8395647 140733286389568 140733286384696 6636354 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 760993 696257 611 1026 0 759963 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3043972
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5775
/proc/meminfo: memFree=23202356/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1242.08 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 544250 0 0 0 123893 315 0 0 20 0 1 0 340617848 3117907968 696588 33554432000 4194304 8395647 140733286389568 140733286384696 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 696588 611 1026 0 760178 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 3044832
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5775
/proc/meminfo: memFree=23202160/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1302.08 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 546889 0 0 0 129882 326 0 0 20 0 1 0 340617848 3117907968 697098 33554432000 4194304 8395647 140733286389568 140733286383976 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 697098 611 1026 0 760178 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3044832
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5775
/proc/meminfo: memFree=23197868/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1362.06 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 550034 0 0 0 135868 338 0 0 20 0 1 0 340617848 3117907968 697614 33554432000 4194304 8395647 140733286389568 140733286384696 6636363 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 697614 611 1026 0 760178 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3044832
[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5776
/proc/meminfo: memFree=23198232/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1422.06 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 552695 0 0 0 141857 349 0 0 20 0 1 0 340617848 3117907968 697118 33554432000 4194304 8395647 140733286389568 140733286383976 6721172 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 697118 611 1026 0 760178 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3044832
[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 5779
/proc/meminfo: memFree=23196404/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1482.05 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 555896 0 0 0 147842 363 0 0 20 0 1 0 340617848 3117907968 697308 33554432000 4194304 8395647 140733286389568 140733286384696 6698391 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 697308 611 1026 0 760178 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3044832
[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 5801
/proc/meminfo: memFree=23193696/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1542.04 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 559098 0 0 0 153830 374 0 0 20 0 1 0 340617848 3117907968 697585 33554432000 4194304 8395647 140733286389568 140733286384696 6692859 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 697585 611 1026 0 760178 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3044832
[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 5801
/proc/meminfo: memFree=23191720/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1602.02 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 562284 0 0 0 159817 385 0 0 20 0 1 0 340617848 3117907968 698026 33554432000 4194304 8395647 140733286389568 140733286384696 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 698026 611 1026 0 760178 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3044832
[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 5801
/proc/meminfo: memFree=23182964/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1662.01 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563353 0 0 0 165809 392 0 0 20 0 1 0 340617848 3117907968 699205 33554432000 4194304 8395647 140733286389568 140733286384760 7385927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 699205 611 1026 0 760178 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 3044832
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23184592/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1722 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563353 0 0 0 171806 394 0 0 20 0 1 0 340617848 3117907968 699317 33554432000 4194304 8395647 140733286389568 140733286384760 7385927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 699317 611 1026 0 760178 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 3044832
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23179340/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1782 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563353 0 0 0 177802 398 0 0 20 0 1 0 340617848 3117907968 699868 33554432000 4194304 8395647 140733286389568 140733286384808 7386002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 699868 611 1026 0 760178 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3044832
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23179452/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1785.2 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563353 0 0 0 178122 398 0 0 20 0 1 0 340617848 3117907968 699868 33554432000 4194304 8395647 140733286389568 140733286384856 6440473 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 699868 611 1026 0 760178 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 3044832
[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23179576/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044832 CPUtime=1788.4 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563353 0 0 0 178442 398 0 0 20 0 1 0 340617848 3117907968 699868 33554432000 4194304 8395647 140733286389568 140733286384808 7382152 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761208 699868 611 1026 0 760178 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 3044832
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23170948/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044836 CPUtime=1791.61 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563605 0 0 0 178762 399 0 0 20 0 1 0 340617848 3117912064 702453 33554432000 4194304 8395647 140733286389568 140733286385400 6063836 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761209 702453 620 1026 0 760179 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 3044836
[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23170948/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=3044836 CPUtime=1792.4 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563605 0 0 0 178841 399 0 0 20 0 1 0 340617848 3117912064 702453 33554432000 4194304 8395647 140733286389568 140733286385400 6063821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 761209 702453 620 1026 0 760179 0
Current children cumulated CPU time (s) 1792.4
Current children cumulated vsize (KiB) 3044836
[startup+1793.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23762788/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=2023860 CPUtime=1792.8 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563605 0 0 0 178879 401 0 0 20 0 1 0 340617848 2072432640 502378 33554432000 4194304 8395647 140733286389568 140733286385400 6345706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 505965 502378 620 1026 0 504935 0
Current children cumulated CPU time (s) 1792.8
Current children cumulated vsize (KiB) 2023860
[startup+1793.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23762788/32873844 swapFree=7112/7112
[pid=5725] ppid=5723 vsize=38240 CPUtime=1792.99 cores=1,3,5,7
/proc/5725/stat : 5725 (pbscip.linux.x8) R 5723 5725 2459 0 -1 4202496 563609 0 0 0 178896 403 0 0 20 0 1 0 340617848 39157760 8866 33554432000 4194304 8395647 140733286389568 140733286388760 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5725/statm: 9304 8610 624 1026 0 8274 0
Current children cumulated CPU time (s) 1792.99
Current children cumulated vsize (KiB) 38240
Child status: 0
Real time (s): 1793.3
CPU time (s): 1793.01
CPU user time (s): 1788.97
CPU system time (s): 4.03839
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 3188560
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.97
system time used= 4.03839
maximum resident set size= 2904620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 563612
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= 32
involuntary context switches= 1866
runsolver used 3.11253 second user time and 8.28674 second system time
The end