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-3728946-1338678623.opb>
0.18/0.22 c original problem has 23409 variables (23409 bin, 0 int, 0 impl, 0 cont) and 1386 constraints
0.18/0.22 c problem read
0.18/0.22 c No objective function, only one solution is needed.
0.18/0.22 c presolving settings loaded
0.29/0.33 c presolving:
0.59/0.66 c (round 1) 0 del vars, 612 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 162 upgd conss, 0 impls, 612 clqs
0.89/0.92 c (round 2) 0 del vars, 612 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 774 upgd conss, 0 impls, 612 clqs
0.89/1.00 c presolving (3 rounds):
0.89/1.00 c 0 deleted vars, 612 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/1.00 c 0 implications, 612 cliques
0.89/1.00 c presolved problem has 23409 variables (23409 bin, 0 int, 0 impl, 0 cont) and 774 constraints
0.89/1.00 c 162 constraints of type <knapsack>
0.89/1.00 c 612 constraints of type <setppc>
0.89/1.00 c transformed objective value is always integral (scale: 1)
0.89/1.00 c Presolving Time: 0.71
0.89/1.00 c - non default parameters ----------------------------------------------------------------------
0.89/1.00 c # SCIP version 1.2.1.3
0.89/1.00 c
0.89/1.00 c # frequency for displaying node information lines
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 100]
0.89/1.00 c display/freq = 10000
0.89/1.00 c
0.89/1.00 c # maximal time in seconds to run
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/1.00 c limits/time = 1789.79
0.89/1.00 c
0.89/1.00 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/1.00 c limits/memory = 13950
0.89/1.00 c
0.89/1.00 c # solving stops, if the given number of solutions were found (-1: no limit)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: -1]
0.89/1.00 c limits/solutions = 1
0.89/1.00 c
0.89/1.00 c # maximal number of separation rounds per node (-1: unlimited)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 5]
0.89/1.00 c separating/maxrounds = 1
0.89/1.00 c
0.89/1.00 c # maximal number of separation rounds in the root node (-1: unlimited)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: -1]
0.89/1.00 c separating/maxroundsroot = 5
0.89/1.00 c
0.89/1.00 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/1.00 c # [type: int, range: [1,2], default: 1]
0.89/1.00 c timing/clocktype = 2
0.89/1.00 c
0.89/1.00 c # should presolving try to simplify inequalities
0.89/1.00 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/1.00 c constraints/linear/simplifyinequalities = TRUE
0.89/1.00 c
0.89/1.00 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/1.00 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/1.00 c constraints/indicator/addCouplingCons = TRUE
0.89/1.00 c
0.89/1.00 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.89/1.00 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.89/1.00 c constraints/knapsack/disaggregation = FALSE
0.89/1.00 c
0.89/1.00 c # should presolving try to simplify knapsacks
0.89/1.00 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/1.00 c constraints/knapsack/simplifyinequalities = TRUE
0.89/1.00 c
0.89/1.00 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: -1]
0.89/1.00 c presolving/probing/maxrounds = 0
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 10]
0.89/1.00 c heuristics/coefdiving/freq = -1
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/1.00 c heuristics/coefdiving/maxlpiterquot = 0.075
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/coefdiving/maxlpiterofs = 1500
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 30]
0.89/1.00 c heuristics/crossover/freq = -1
0.89/1.00 c
0.89/1.00 c # number of nodes added to the contingent of the total nodes
0.89/1.00 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/1.00 c heuristics/crossover/nodesofs = 750
0.89/1.00 c
0.89/1.00 c # number of nodes without incumbent change that heuristic should wait
0.89/1.00 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.89/1.00 c heuristics/crossover/nwaitingnodes = 100
0.89/1.00 c
0.89/1.00 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.89/1.00 c # [type: real, range: [0,1], default: 0.1]
0.89/1.00 c heuristics/crossover/nodesquot = 0.15
0.89/1.00 c
0.89/1.00 c # minimum percentage of integer variables that have to be fixed
0.89/1.00 c # [type: real, range: [0,1], default: 0.666]
0.89/1.00 c heuristics/crossover/minfixingrate = 0.5
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 20]
0.89/1.00 c heuristics/feaspump/freq = -1
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/feaspump/maxlpiterofs = 2000
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 10]
0.89/1.00 c heuristics/fracdiving/freq = -1
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/1.00 c heuristics/fracdiving/maxlpiterquot = 0.075
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/fracdiving/maxlpiterofs = 1500
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 10]
0.89/1.00 c heuristics/guideddiving/freq = -1
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/1.00 c heuristics/guideddiving/maxlpiterquot = 0.075
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/guideddiving/maxlpiterofs = 1500
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/1.00 c heuristics/intdiving/maxlpiterquot = 0.075
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 10]
0.89/1.00 c heuristics/intshifting/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 10]
0.89/1.00 c heuristics/linesearchdiving/freq = -1
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/1.00 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 1]
0.89/1.00 c heuristics/nlp/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 20]
0.89/1.00 c heuristics/objpscostdiving/freq = -1
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to total iteration number
0.89/1.00 c # [type: real, range: [0,1], default: 0.01]
0.89/1.00 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 1]
0.89/1.00 c heuristics/oneopt/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 10]
0.89/1.00 c heuristics/pscostdiving/freq = -1
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/1.00 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/pscostdiving/maxlpiterofs = 1500
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 0]
0.89/1.00 c heuristics/rens/freq = -1
0.89/1.00 c
0.89/1.00 c # minimum percentage of integer variables that have to be fixable
0.89/1.00 c # [type: real, range: [0,1], default: 0.5]
0.89/1.00 c heuristics/rens/minfixingrate = 0.3
0.89/1.00 c
0.89/1.00 c # number of nodes added to the contingent of the total nodes
0.89/1.00 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/1.00 c heuristics/rens/nodesofs = 2000
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 20]
0.89/1.00 c heuristics/rootsoldiving/freq = -1
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.89/1.00 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 1]
0.89/1.00 c heuristics/rounding/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 10]
0.89/1.00 c heuristics/shifting/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 1]
0.89/1.00 c heuristics/simplerounding/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 0]
0.89/1.00 c heuristics/trivial/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 1]
0.89/1.00 c heuristics/trysol/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 10]
0.89/1.00 c heuristics/veclendiving/freq = -1
0.89/1.00 c
0.89/1.00 c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/1.00 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/1.00 c heuristics/veclendiving/maxlpiterquot = 0.075
0.89/1.00 c
0.89/1.00 c # additional number of allowed LP iterations
0.89/1.00 c # [type: int, range: [0,2147483647], default: 1000]
0.89/1.00 c heuristics/veclendiving/maxlpiterofs = 1500
0.89/1.00 c
0.89/1.00 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 1]
0.89/1.00 c heuristics/zirounding/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 0]
0.89/1.00 c separating/cmir/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: 0]
0.89/1.00 c separating/flowcover/freq = -1
0.89/1.00 c
0.89/1.00 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/1.00 c # [type: int, range: [-1,2147483647], default: -1]
0.89/1.00 c separating/rapidlearning/freq = 0
0.89/1.00 c
0.89/1.00 c -----------------------------------------------------------------------------------------------
0.89/1.00 c start solving
0.89/1.00 c
33.28/33.34 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
33.28/33.34 c 33.1s| 1 | 0 | 35438 | - | 84M| 0 | 649 | 23k| 774 | 23k| 774 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
34.28/34.36 c 34.1s| 1 | 0 | 36051 | - | 84M| 0 | 695 | 23k| 774 | 23k| 781 | 7 | 0 | 0 | 0.000000e+00 | -- | Inf
34.98/35.08 c 34.9s| 1 | 0 | 36417 | - | 84M| 0 | 713 | 23k| 774 | 23k| 791 | 17 | 0 | 0 | 0.000000e+00 | -- | Inf
35.47/35.60 c 35.4s| 1 | 0 | 36625 | - | 84M| 0 | 726 | 23k| 774 | 23k| 800 | 26 | 0 | 0 | 0.000000e+00 | -- | Inf
36.07/36.15 c 35.9s| 1 | 0 | 36831 | - | 84M| 0 | 732 | 23k| 774 | 23k| 809 | 35 | 0 | 0 | 0.000000e+00 | -- | Inf
36.57/36.63 c 36.4s| 1 | 0 | 36981 | - | 84M| 0 | 746 | 23k| 774 | 23k| 817 | 43 | 0 | 0 | 0.000000e+00 | -- | Inf
77.07/77.14 c 76.9s| 1 | 2 | 36981 | - | 84M| 0 | 746 | 23k| 774 | 23k| 817 | 43 | 0 | 33 | 0.000000e+00 | -- | Inf
1789.71/1790.01 c
1789.71/1790.01 c SCIP Status : solving was interrupted [time limit reached]
1789.71/1790.01 c Solving Time (sec) : 1789.79
1789.71/1790.01 c Solving Nodes : 1604
1789.71/1790.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.71/1790.01 c Dual Bound : +0.00000000000000e+00
1789.71/1790.01 c Gap : infinite
1789.71/1790.01 s UNKNOWN
1789.71/1790.01 c SCIP Status : solving was interrupted [time limit reached]
1789.71/1790.01 c Solving Time : 1789.79
1789.71/1790.01 c Original Problem :
1789.71/1790.01 c Problem name : HOME/instance-3728946-1338678623.opb
1789.71/1790.01 c Variables : 23409 (23409 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.01 c Constraints : 1386 initial, 1386 maximal
1789.71/1790.01 c Presolved Problem :
1789.71/1790.01 c Problem name : t_HOME/instance-3728946-1338678623.opb
1789.71/1790.01 c Variables : 23409 (23409 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.01 c Constraints : 774 initial, 1011 maximal
1789.71/1790.01 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.71/1790.01 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.71/1790.01 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.71/1790.01 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.71/1790.01 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.71/1790.01 c implics : 0.00 0 0 0 0 0 0 0 0
1789.71/1790.01 c probing : 0.00 0 0 0 0 0 0 0 0
1789.71/1790.01 c knapsack : 0.21 0 0 0 0 0 0 0 0
1789.71/1790.01 c setppc : 0.06 0 0 0 0 0 0 0 0
1789.71/1790.01 c linear : 0.35 0 0 0 0 0 612 0 0
1789.71/1790.01 c logicor : 0.00 0 0 0 0 0 0 0 0
1789.71/1790.01 c root node : - 0 - - 0 - - - -
1789.71/1790.01 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.71/1790.01 c integral : 0 0 0 1068 0 2 43 0 0 2094
1789.71/1790.01 c knapsack : 162 5 3388 0 1 3 30120 0 0 0
1789.71/1790.01 c setppc : 612 5 3385 0 1 13 172507 0 0 0
1789.71/1790.01 c logicor : 0+ 0 473 0 0 3 91 0 0 0
1789.71/1790.01 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.71/1790.01 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.71/1790.01 c integral : 760.55 0.00 0.00 760.55 0.00
1789.71/1790.01 c knapsack : 6.29 0.02 6.27 0.00 0.00
1789.71/1790.01 c setppc : 0.34 0.00 0.34 0.00 0.00
1789.71/1790.01 c logicor : 0.01 0.00 0.01 0.00 0.00
1789.71/1790.01 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.71/1790.01 c Propagators : Time Calls Cutoffs DomReds
1789.71/1790.01 c vbounds : 0.00 1 0 0
1789.71/1790.01 c rootredcost : 0.00 0 0 0
1789.71/1790.01 c pseudoobj : 0.00 0 0 0
1789.71/1790.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.71/1790.01 c propagation : 0.29 19 19 719 628.1 5 151.0 -
1789.71/1790.01 c infeasible LP : 56.41 535 13 914 2376.5 3 151.0 0
1789.71/1790.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.71/1790.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.71/1790.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.71/1790.01 c applied globally : - - - 264 556.7 - - -
1789.71/1790.01 c applied locally : - - - 0 0.0 - - -
1789.71/1790.01 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.71/1790.01 c cut pool : 0.00 4 - - 1 - (maximal pool size: 43)
1789.71/1790.01 c redcost : 0.80 1060 0 0 0 0
1789.71/1790.01 c impliedbounds : 0.00 5 0 0 0 0
1789.71/1790.01 c intobj : 0.00 0 0 0 0 0
1789.71/1790.01 c cgmip : 0.00 0 0 0 0 0
1789.71/1790.01 c gomory : 0.22 5 0 0 0 0
1789.71/1790.01 c strongcg : 0.22 5 0 0 0 0
1789.71/1790.01 c cmir : 0.00 0 0 0 0 0
1789.71/1790.01 c flowcover : 0.00 0 0 0 0 0
1789.71/1790.01 c clique : 0.14 5 0 0 43 0
1789.71/1790.01 c zerohalf : 0.00 0 0 0 0 0
1789.71/1790.01 c mcf : 0.01 1 0 0 0 0
1789.71/1790.01 c rapidlearning : 0.00 0 0 0 0 0
1789.71/1790.01 c Pricers : Time Calls Vars
1789.71/1790.01 c problem variables: 0.00 0 0
1789.71/1790.01 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.71/1790.01 c relpscost : 760.55 1068 2 43 0 0 2094
1789.71/1790.01 c pscost : 0.00 0 0 0 0 0 0
1789.71/1790.01 c inference : 0.00 1 0 0 0 0 2
1789.71/1790.01 c mostinf : 0.00 0 0 0 0 0 0
1789.71/1790.01 c leastinf : 0.00 0 0 0 0 0 0
1789.71/1790.01 c fullstrong : 0.00 0 0 0 0 0 0
1789.71/1790.01 c allfullstrong : 0.00 0 0 0 0 0 0
1789.71/1790.01 c random : 0.00 0 0 0 0 0 0
1789.71/1790.01 c Primal Heuristics : Time Calls Found
1789.71/1790.01 c LP solutions : 0.00 - 0
1789.71/1790.01 c pseudo solutions : 0.00 - 0
1789.71/1790.01 c trivial : 0.01 1 0
1789.71/1790.01 c simplerounding : 0.00 0 0
1789.71/1790.01 c zirounding : 0.00 0 0
1789.71/1790.01 c rounding : 0.00 0 0
1789.71/1790.01 c shifting : 0.00 0 0
1789.71/1790.01 c intshifting : 0.00 0 0
1789.71/1790.01 c oneopt : 0.00 0 0
1789.71/1790.01 c twoopt : 0.00 0 0
1789.71/1790.01 c fixandinfer : 0.00 0 0
1789.71/1790.01 c feaspump : 0.00 0 0
1789.71/1790.01 c coefdiving : 0.00 0 0
1789.71/1790.01 c pscostdiving : 0.00 0 0
1789.71/1790.01 c fracdiving : 0.00 0 0
1789.71/1790.01 c veclendiving : 0.00 0 0
1789.71/1790.01 c intdiving : 0.00 0 0
1789.71/1790.01 c actconsdiving : 0.00 0 0
1789.71/1790.01 c objpscostdiving : 0.00 0 0
1789.71/1790.01 c rootsoldiving : 0.00 0 0
1789.71/1790.01 c linesearchdiving : 0.00 0 0
1789.71/1790.01 c guideddiving : 0.00 0 0
1789.71/1790.01 c octane : 0.00 0 0
1789.71/1790.01 c rens : 0.00 0 0
1789.71/1790.01 c rins : 0.00 0 0
1789.71/1790.01 c localbranching : 0.00 0 0
1789.71/1790.01 c mutation : 0.00 0 0
1789.71/1790.01 c crossover : 0.00 0 0
1789.71/1790.01 c dins : 0.00 0 0
1789.71/1790.01 c undercover : 0.00 0 0
1789.71/1790.01 c nlp : 0.00 0 0
1789.71/1790.01 c trysol : 0.00 0 0
1789.71/1790.01 c LP : Time Calls Iterations Iter/call Iter/sec
1789.71/1790.01 c primal LP : 0.05 0 0 0.00 0.00
1789.71/1790.01 c dual LP : 959.76 1605 1003011 624.93 1045.07
1789.71/1790.01 c lex dual LP : 0.00 0 0 0.00 -
1789.71/1790.01 c barrier LP : 0.00 0 0 0.00 -
1789.71/1790.01 c diving/probing LP: 0.00 0 0 0.00 -
1789.71/1790.01 c strong branching : 760.39 769 630621 820.05 829.34
1789.71/1790.01 c (at root node) : - 33 22298 675.70 -
1789.71/1790.01 c conflict analysis: 0.00 0 0 0.00 -
1789.71/1790.01 c B&B Tree :
1789.71/1790.01 c number of runs : 1
1789.71/1790.01 c nodes : 1604
1789.71/1790.01 c nodes (total) : 1604
1789.71/1790.01 c nodes left : 493
1789.71/1790.01 c max depth : 152
1789.71/1790.01 c max depth (total): 152
1789.71/1790.01 c backtracks : 228 (14.2%)
1789.71/1790.01 c delayed cutoffs : 0
1789.71/1790.01 c repropagations : 140 (370 domain reductions, 0 cutoffs)
1789.71/1790.01 c avg switch length: 5.32
1789.71/1790.01 c switching time : 1.09
1789.71/1790.01 c Solution :
1789.71/1790.01 c Solutions found : 0 (0 improvements)
1789.71/1790.01 c Primal Bound : -
1789.71/1790.01 c Dual Bound : +0.00000000000000e+00
1789.71/1790.01 c Gap : infinite
1789.71/1790.01 c Root Dual Bound : +0.00000000000000e+00
1789.71/1790.01 c Root Iterations : 36981
1789.81/1790.12 c Time complete: 1789.83.
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 989)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3728946-1338678623/watcher-3728946-1338678623 -o /tmp/evaluation-result-3728946-1338678623/solver-3728946-1338678623 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3728946-1338678623.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 0.07 0.02 0.23 2/173 25810
/proc/meminfo: memFree=31658160/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 1525 0 0 0 0 0 0 0 20 0 1 0 333990871 10211328 1680 33554432000 4194304 8395647 140735103564064 140735103495896 7382157 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 2493 1692 374 1026 0 1463 0
[startup+0.0196559 s]
/proc/loadavg: 0.07 0.02 0.23 2/173 25810
/proc/meminfo: memFree=31658160/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=15428 CPUtime=0.01 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 2900 0 0 0 1 0 0 0 20 0 1 0 333990871 15798272 3055 33554432000 4194304 8395647 140735103564064 140735103495896 7430272 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 3857 3055 390 1026 0 2827 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15428
[startup+0.100275 s]
/proc/loadavg: 0.07 0.02 0.23 2/173 25810
/proc/meminfo: memFree=31658160/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=29380 CPUtime=0.08 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 6386 0 0 0 8 0 0 0 20 0 1 0 333990871 30085120 6541 33554432000 4194304 8395647 140735103564064 140735103495896 7430272 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 7345 6541 390 1026 0 6315 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29380
[startup+0.300252 s]
/proc/loadavg: 0.07 0.02 0.23 2/173 25810
/proc/meminfo: memFree=31658160/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=75972 CPUtime=0.29 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 18326 0 0 0 27 2 0 0 20 0 1 0 333990871 77795328 18127 33554432000 4194304 8395647 140735103564064 140735103495896 4246744 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 18993 18127 429 1026 0 17963 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75972
[startup+0.700276 s]
/proc/loadavg: 0.07 0.02 0.23 2/173 25810
/proc/meminfo: memFree=31658160/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=90064 CPUtime=0.68 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 21407 0 0 0 66 2 0 0 20 0 1 0 333990871 92225536 21137 33554432000 4194304 8395647 140735103564064 140735103495896 4482984 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 22516 21137 473 1026 0 21486 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 90064
[startup+1.50023 s]
/proc/loadavg: 0.07 0.02 0.23 3/178 25815
/proc/meminfo: memFree=31481820/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=131120 CPUtime=1.49 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 31705 0 0 0 145 4 0 0 20 0 1 0 333990871 134266880 31136 33554432000 4194304 8395647 140735103564064 140735103559864 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 32780 31136 560 1026 0 31750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131120
[startup+3.10024 s]
/proc/loadavg: 0.07 0.02 0.23 3/178 25815
/proc/meminfo: memFree=31451560/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=133380 CPUtime=3.09 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 32380 0 0 0 305 4 0 0 20 0 1 0 333990871 136581120 31811 33554432000 4194304 8395647 140735103564064 140735103559192 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 33345 31811 560 1026 0 32315 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133380
[startup+6.30023 s]
/proc/loadavg: 0.23 0.05 0.24 3/178 25815
/proc/meminfo: memFree=31449576/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=133568 CPUtime=6.28 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 32461 0 0 0 624 4 0 0 20 0 1 0 333990871 136773632 31892 33554432000 4194304 8395647 140735103564064 140735103559624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 33392 31892 560 1026 0 32362 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 133568
[startup+12.7002 s]
/proc/loadavg: 0.37 0.08 0.25 3/178 25815
/proc/meminfo: memFree=31445608/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=133568 CPUtime=12.68 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 32465 0 0 0 1263 5 0 0 20 0 1 0 333990871 136773632 31900 33554432000 4194304 8395647 140735103564064 140735103559624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 33392 31900 560 1026 0 32362 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 133568
[startup+25.5002 s]
/proc/loadavg: 0.73 0.17 0.27 3/178 25815
/proc/meminfo: memFree=31446360/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=133568 CPUtime=25.48 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 32466 0 0 0 2540 8 0 0 20 0 1 0 333990871 136773632 31904 33554432000 4194304 8395647 140735103564064 140735103559192 6670361 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 33392 31904 560 1026 0 32362 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 133568
[startup+51.1003 s]
/proc/loadavg: 1.16 0.32 0.32 3/177 25815
/proc/meminfo: memFree=31438260/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=139904 CPUtime=51.07 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 33947 0 0 0 5097 10 0 0 20 0 1 0 333990871 143261696 33906 33554432000 4194304 8395647 140735103564064 140735103558664 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 34976 33906 595 1026 0 33946 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 139904
[startup+102.307 s]
/proc/loadavg: 1.63 0.58 0.40 3/177 25815
/proc/meminfo: memFree=31434772/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=140820 CPUtime=102.27 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 34177 0 0 0 10211 16 0 0 20 0 1 0 333990871 144199680 34180 33554432000 4194304 8395647 140735103564064 140735103559368 6663845 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 35205 34180 597 1026 0 34175 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 140820
[startup+162.3 s]
/proc/loadavg: 1.86 0.83 0.50 3/177 25815
/proc/meminfo: memFree=31432376/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=140820 CPUtime=162.25 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 34258 0 0 0 16205 20 0 0 20 0 1 0 333990871 144199680 34261 33554432000 4194304 8395647 140735103564064 140735103559368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 35205 34261 598 1026 0 34175 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 140820
[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.59 3/177 25815
/proc/meminfo: memFree=31425680/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=141536 CPUtime=222.24 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 34365 0 0 0 22199 25 0 0 20 0 1 0 333990871 144932864 34368 33554432000 4194304 8395647 140735103564064 140735103558664 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 35384 34368 598 1026 0 34354 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 141536
[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.68 3/177 25815
/proc/meminfo: memFree=31425424/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=141536 CPUtime=282.24 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 34390 0 0 0 28194 30 0 0 20 0 1 0 333990871 144932864 34393 33554432000 4194304 8395647 140735103564064 140735103558616 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 35384 34393 598 1026 0 34354 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 141536
[startup+342.3 s]
/proc/loadavg: 2.06 1.38 0.77 3/177 25816
/proc/meminfo: memFree=31423128/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=141940 CPUtime=342.23 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 34478 0 0 0 34188 35 0 0 20 0 1 0 333990871 145346560 34481 33554432000 4194304 8395647 140735103564064 140735103559368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 35485 34481 598 1026 0 34455 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 141940
[startup+402.3 s]
/proc/loadavg: 2.02 1.49 0.84 3/177 25816
/proc/meminfo: memFree=31416300/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=144016 CPUtime=402.21 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 35072 0 0 0 40180 41 0 0 20 0 1 0 333990871 147472384 35075 33554432000 4194304 8395647 140735103564064 140735103559368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 36004 35075 598 1026 0 34974 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 144016
[startup+462.3 s]
/proc/loadavg: 2.01 1.58 0.91 3/177 25816
/proc/meminfo: memFree=31406812/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=146072 CPUtime=462.21 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 35650 0 0 0 46174 47 0 0 20 0 1 0 333990871 149577728 35653 33554432000 4194304 8395647 140735103564064 140735103559368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 36518 35653 598 1026 0 35488 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 146072
[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.98 3/177 25816
/proc/meminfo: memFree=31397448/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=148712 CPUtime=522.2 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 36212 0 0 0 52168 52 0 0 20 0 1 0 333990871 152281088 36215 33554432000 4194304 8395647 140735103564064 140735103558936 6742781 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 37178 36215 598 1026 0 36148 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 148712
[startup+582.3 s]
/proc/loadavg: 2.00 1.71 1.04 3/178 25819
/proc/meminfo: memFree=31391016/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=152556 CPUtime=582.19 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 37105 0 0 0 58161 58 0 0 20 0 1 0 333990871 156217344 37108 33554432000 4194304 8395647 140735103564064 140735103559368 6740902 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 38139 37108 598 1026 0 37109 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 152556
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=31366036/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=157864 CPUtime=1002.12 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 38704 0 0 0 100105 107 0 0 20 0 1 0 333990871 161652736 38704 33554432000 4194304 8395647 140735103564064 140735103559368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 39466 38704 701 1026 0 38436 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 157864
[startup+1062.3 s]
/proc/loadavg: 2.00 1.93 1.41 3/177 25822
/proc/meminfo: memFree=31364916/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=157864 CPUtime=1062.12 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 38707 0 0 0 106096 116 0 0 20 0 1 0 333990871 161652736 38707 33554432000 4194304 8395647 140735103564064 140735103559624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 39466 38707 704 1026 0 38436 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 157864
[startup+1122.3 s]
/proc/loadavg: 2.00 1.94 1.44 3/177 25822
/proc/meminfo: memFree=31361504/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=160712 CPUtime=1122.11 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 39394 0 0 0 112085 126 0 0 20 0 1 0 333990871 164569088 39391 33554432000 4194304 8395647 140735103564064 140735103559624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 40178 39391 704 1026 0 39148 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 160712
[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.47 3/178 25825
/proc/meminfo: memFree=31360604/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=160712 CPUtime=1182.1 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 39395 0 0 0 118073 137 0 0 20 0 1 0 333990871 164569088 39392 33554432000 4194304 8395647 140735103564064 140735103559624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 40178 39392 704 1026 0 39148 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 160712
[startup+1242.3 s]
/proc/loadavg: 2.00 1.95 1.50 3/177 25826
/proc/meminfo: memFree=31354124/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=166584 CPUtime=1242.09 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 40848 0 0 0 124063 146 0 0 20 0 1 0 333990871 170582016 40845 33554432000 4194304 8395647 140735103564064 140735103559192 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 41646 40845 704 1026 0 40616 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 166584
[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.53 3/177 25826
/proc/meminfo: memFree=31348224/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=171872 CPUtime=1302.09 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 42124 0 0 0 130054 155 0 0 20 0 1 0 333990871 175996928 42156 33554432000 4194304 8395647 140735103564064 140735103559624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 42968 42156 704 1026 0 41938 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 171872
[startup+1362.3 s]
/proc/loadavg: 2.04 1.98 1.56 3/177 25826
/proc/meminfo: memFree=31345744/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=173372 CPUtime=1362.07 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 42545 0 0 0 136043 164 0 0 20 0 1 0 333990871 177532928 42577 33554432000 4194304 8395647 140735103564064 140735103559624 6019984 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 43343 42577 704 1026 0 42313 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 173372
[startup+1422.31 s]
/proc/loadavg: 2.01 1.98 1.59 3/177 25826
/proc/meminfo: memFree=31344192/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=173936 CPUtime=1422.07 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 42696 0 0 0 142033 174 0 0 20 0 1 0 333990871 178110464 42728 33554432000 4194304 8395647 140735103564064 140735103559624 6502770 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 43484 42728 704 1026 0 42454 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 173936
[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.61 3/177 25826
/proc/meminfo: memFree=31343320/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=173936 CPUtime=1482.05 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 42696 0 0 0 148022 183 0 0 20 0 1 0 333990871 178110464 42731 33554432000 4194304 8395647 140735103564064 140735103559368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 43484 42731 704 1026 0 42454 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 173936
[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.63 3/177 25827
/proc/meminfo: memFree=31341584/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=175676 CPUtime=1542.05 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 43113 0 0 0 154012 193 0 0 20 0 1 0 333990871 179892224 43148 33554432000 4194304 8395647 140735103564064 140735103559624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 43919 43148 704 1026 0 42889 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 175676
[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.65 3/177 25827
/proc/meminfo: memFree=31339348/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=177296 CPUtime=1602.03 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 43517 0 0 0 160001 202 0 0 20 0 1 0 333990871 181551104 43552 33554432000 4194304 8395647 140735103564064 140735103559192 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 44324 43552 704 1026 0 43294 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 177296
[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.67 3/177 25827
/proc/meminfo: memFree=31338972/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=177296 CPUtime=1662.02 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 43519 0 0 0 165989 213 0 0 20 0 1 0 333990871 181551104 43571 33554432000 4194304 8395647 140735103564064 140735103559576 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 44324 43571 704 1026 0 43294 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 177296
[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.69 3/177 25827
/proc/meminfo: memFree=31338476/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=177296 CPUtime=1722.02 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 43520 0 0 0 171978 224 0 0 20 0 1 0 333990871 181551104 43572 33554432000 4194304 8395647 140735103564064 140735103559576 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 44324 43572 704 1026 0 43294 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 177296
[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.70 3/178 25830
/proc/meminfo: memFree=31331616/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=182788 CPUtime=1782.01 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 44870 0 0 0 177969 232 0 0 20 0 1 0 333990871 187174912 44922 33554432000 4194304 8395647 140735103564064 140735103559368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 45697 44922 704 1026 0 44667 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 182788
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25830
/proc/meminfo: memFree=31331244/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=182788 CPUtime=1785.21 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 44878 0 0 0 178288 233 0 0 20 0 1 0 333990871 187174912 44930 33554432000 4194304 8395647 140735103564064 140735103558936 6667518 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 45697 44930 704 1026 0 44667 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 182788
[startup+1788.7 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25830
/proc/meminfo: memFree=31331632/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=182788 CPUtime=1788.4 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 44878 0 0 0 178607 233 0 0 20 0 1 0 333990871 187174912 44930 33554432000 4194304 8395647 140735103564064 140735103559672 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 45697 44930 704 1026 0 44667 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 182788
[startup+1789.5 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25830
/proc/meminfo: memFree=31331632/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=182788 CPUtime=1789.2 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 44878 0 0 0 178687 233 0 0 20 0 1 0 333990871 187174912 44930 33554432000 4194304 8395647 140735103564064 140735103559624 6670385 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 45697 44930 704 1026 0 44667 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 182788
[startup+1789.9 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25830
/proc/meminfo: memFree=31331632/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=182788 CPUtime=1789.61 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 44878 0 0 0 178727 234 0 0 20 0 1 0 333990871 187174912 44930 33554432000 4194304 8395647 140735103564064 140735103559624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 45697 44930 704 1026 0 44667 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (KiB) 182788
[startup+1790.1 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25830
/proc/meminfo: memFree=31331632/32873844 swapFree=7116/7116
[pid=25810] ppid=25807 vsize=182788 CPUtime=1789.81 cores=0,2,4,6
/proc/25810/stat : 25810 (pbscip.linux.x8) R 25807 25810 25766 0 -1 4202496 44886 0 0 0 178747 234 0 0 20 0 1 0 333990871 187174912 44938 33554432000 4194304 8395647 140735103564064 140735103559624 6076491 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 45697 44938 712 1026 0 44667 0
Current children cumulated CPU time (s) 1789.81
Current children cumulated vsize (KiB) 182788
Child status: 0
Real time (s): 1790.12
CPU time (s): 1789.84
CPU user time (s): 1787.5
CPU system time (s): 2.34464
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 182788
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.5
system time used= 2.34464
maximum resident set size= 179752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44891
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= 30
involuntary context switches= 1868
runsolver used 3.34149 second user time and 8.49271 second system time
The end