0.00/0.00 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00 c Copyright (c) 2002-2011 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-3728949-1338679213.opb>
0.09/0.13 c original problem has 23409 variables (23409 bin, 0 int, 0 impl, 0 cont) and 1386 constraints
0.09/0.13 c problem read
0.09/0.13 c No objective function, only one solution is needed.
0.09/0.13 c presolving settings loaded
0.19/0.23 c presolving:
0.49/0.59 c (round 1) 0 del vars, 612 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 162 upgd conss, 0 impls, 612 clqs
0.78/0.84 c (round 2) 0 del vars, 612 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 774 upgd conss, 0 impls, 612 clqs
0.88/0.92 c presolving (3 rounds):
0.88/0.92 c 0 deleted vars, 612 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.88/0.92 c 0 implications, 612 cliques
0.88/0.92 c presolved problem has 23409 variables (23409 bin, 0 int, 0 impl, 0 cont) and 774 constraints
0.88/0.92 c 162 constraints of type <knapsack>
0.88/0.92 c 612 constraints of type <setppc>
0.88/0.92 c transformed objective value is always integral (scale: 1)
0.88/0.92 c Presolving Time: 0.72
0.88/0.92 c - non default parameters ----------------------------------------------------------------------
0.88/0.92 c # SCIP version 2.0.1.5
0.88/0.92 c
0.88/0.92 c # frequency for displaying node information lines
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 100]
0.88/0.92 c display/freq = 10000
0.88/0.92 c
0.88/0.92 c # maximal time in seconds to run
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.88/0.92 c limits/time = 1797
0.88/0.92 c
0.88/0.92 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.88/0.92 c limits/memory = 13950
0.88/0.92 c
0.88/0.92 c # solving stops, if the given number of solutions were found (-1: no limit)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: -1]
0.88/0.92 c limits/solutions = 1
0.88/0.92 c
0.88/0.92 c # maximal number of separation rounds per node (-1: unlimited)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 5]
0.88/0.92 c separating/maxrounds = 1
0.88/0.92 c
0.88/0.92 c # maximal number of separation rounds in the root node (-1: unlimited)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: -1]
0.88/0.92 c separating/maxroundsroot = 5
0.88/0.92 c
0.88/0.92 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.88/0.92 c # [type: int, range: [1,2], default: 1]
0.88/0.92 c timing/clocktype = 2
0.88/0.92 c
0.88/0.92 c # belongs reading time to solving time?
0.88/0.92 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.88/0.92 c timing/reading = TRUE
0.88/0.92 c
0.88/0.92 c # should presolving try to simplify inequalities
0.88/0.92 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.88/0.92 c constraints/linear/simplifyinequalities = TRUE
0.88/0.92 c
0.88/0.92 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.88/0.92 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.88/0.92 c constraints/indicator/addCouplingCons = TRUE
0.88/0.92 c
0.88/0.92 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.88/0.92 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.88/0.92 c constraints/knapsack/disaggregation = FALSE
0.88/0.92 c
0.88/0.92 c # should presolving try to simplify knapsacks
0.88/0.92 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.88/0.92 c constraints/knapsack/simplifyinequalities = TRUE
0.88/0.92 c
0.88/0.92 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: -1]
0.88/0.92 c presolving/probing/maxrounds = 0
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 10]
0.88/0.92 c heuristics/coefdiving/freq = -1
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to node LP iterations
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.88/0.92 c heuristics/coefdiving/maxlpiterquot = 0.075
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/coefdiving/maxlpiterofs = 1500
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 30]
0.88/0.92 c heuristics/crossover/freq = -1
0.88/0.92 c
0.88/0.92 c # number of nodes added to the contingent of the total nodes
0.88/0.92 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.88/0.92 c heuristics/crossover/nodesofs = 750
0.88/0.92 c
0.88/0.92 c # number of nodes without incumbent change that heuristic should wait
0.88/0.92 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.88/0.92 c heuristics/crossover/nwaitingnodes = 100
0.88/0.92 c
0.88/0.92 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.88/0.92 c # [type: real, range: [0,1], default: 0.1]
0.88/0.92 c heuristics/crossover/nodesquot = 0.15
0.88/0.92 c
0.88/0.92 c # minimum percentage of integer variables that have to be fixed
0.88/0.92 c # [type: real, range: [0,1], default: 0.666]
0.88/0.92 c heuristics/crossover/minfixingrate = 0.5
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 20]
0.88/0.92 c heuristics/feaspump/freq = -1
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/feaspump/maxlpiterofs = 2000
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 10]
0.88/0.92 c heuristics/fracdiving/freq = -1
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to node LP iterations
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.88/0.92 c heuristics/fracdiving/maxlpiterquot = 0.075
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/fracdiving/maxlpiterofs = 1500
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 10]
0.88/0.92 c heuristics/guideddiving/freq = -1
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to node LP iterations
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.88/0.92 c heuristics/guideddiving/maxlpiterquot = 0.075
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/guideddiving/maxlpiterofs = 1500
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to node LP iterations
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.88/0.92 c heuristics/intdiving/maxlpiterquot = 0.075
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 10]
0.88/0.92 c heuristics/intshifting/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 10]
0.88/0.92 c heuristics/linesearchdiving/freq = -1
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to node LP iterations
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.88/0.92 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 20]
0.88/0.92 c heuristics/objpscostdiving/freq = -1
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to total iteration number
0.88/0.92 c # [type: real, range: [0,1], default: 0.01]
0.88/0.92 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 1]
0.88/0.92 c heuristics/oneopt/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 10]
0.88/0.92 c heuristics/pscostdiving/freq = -1
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to node LP iterations
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.88/0.92 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/pscostdiving/maxlpiterofs = 1500
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 0]
0.88/0.92 c heuristics/rens/freq = -1
0.88/0.92 c
0.88/0.92 c # minimum percentage of integer variables that have to be fixable
0.88/0.92 c # [type: real, range: [0,1], default: 0.5]
0.88/0.92 c heuristics/rens/minfixingrate = 0.3
0.88/0.92 c
0.88/0.92 c # number of nodes added to the contingent of the total nodes
0.88/0.92 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.88/0.92 c heuristics/rens/nodesofs = 2000
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 20]
0.88/0.92 c heuristics/rootsoldiving/freq = -1
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to node LP iterations
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.88/0.92 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 1]
0.88/0.92 c heuristics/rounding/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 0]
0.88/0.92 c heuristics/shiftandpropagate/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 10]
0.88/0.92 c heuristics/shifting/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 1]
0.88/0.92 c heuristics/simplerounding/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 1]
0.88/0.92 c heuristics/subnlp/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 0]
0.88/0.92 c heuristics/trivial/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 1]
0.88/0.92 c heuristics/trysol/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 0]
0.88/0.92 c heuristics/undercover/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 10]
0.88/0.92 c heuristics/veclendiving/freq = -1
0.88/0.92 c
0.88/0.92 c # maximal fraction of diving LP iterations compared to node LP iterations
0.88/0.92 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.88/0.92 c heuristics/veclendiving/maxlpiterquot = 0.075
0.88/0.92 c
0.88/0.92 c # additional number of allowed LP iterations
0.88/0.92 c # [type: int, range: [0,2147483647], default: 1000]
0.88/0.92 c heuristics/veclendiving/maxlpiterofs = 1500
0.88/0.92 c
0.88/0.92 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 1]
0.88/0.92 c heuristics/zirounding/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 0]
0.88/0.92 c separating/cmir/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: 0]
0.88/0.92 c separating/flowcover/freq = -1
0.88/0.92 c
0.88/0.92 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.88/0.92 c # [type: int, range: [-1,2147483647], default: -1]
0.88/0.92 c separating/rapidlearning/freq = 0
0.88/0.92 c
0.88/0.92 c -----------------------------------------------------------------------------------------------
0.88/0.92 c start solving
0.88/0.92 c
35.57/35.60 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
35.57/35.60 c 35.6s| 1 | 0 | 39869 | - | 84M| 0 | 645 | 23k| 774 | 23k| 774 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
36.29/36.34 c 36.3s| 1 | 0 | 40464 | - | 84M| 0 | 706 | 23k| 774 | 23k| 782 | 8 | 0 | 0 | 0.000000e+00 | -- | Inf
36.58/36.61 c 36.6s| 1 | 0 | 40572 | - | 84M| 0 | 711 | 23k| 774 | 23k| 790 | 16 | 0 | 0 | 0.000000e+00 | -- | Inf
36.78/36.83 c 36.8s| 1 | 0 | 40634 | - | 84M| 0 | 714 | 23k| 774 | 23k| 796 | 22 | 0 | 0 | 0.000000e+00 | -- | Inf
36.98/37.09 c 37.1s| 1 | 0 | 40719 | - | 84M| 0 | 724 | 23k| 774 | 23k| 806 | 32 | 0 | 0 | 0.000000e+00 | -- | Inf
37.38/37.44 c 37.4s| 1 | 0 | 40820 | - | 84M| 0 | 731 | 23k| 774 | 23k| 815 | 41 | 0 | 0 | 0.000000e+00 | -- | Inf
55.87/55.91 c 55.9s| 1 | 2 | 40820 | - | 84M| 0 | 731 | 23k| 774 | 23k| 815 | 41 | 0 | 33 | 0.000000e+00 | -- | Inf
1796.69/1797.01 c
1796.69/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.69/1797.01 c Solving Time (sec) : 1797.01
1796.69/1797.01 c Solving Nodes : 2828
1796.69/1797.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.69/1797.01 c Dual Bound : +0.00000000000000e+00
1796.69/1797.01 c Gap : infinite
1796.69/1797.01 s UNKNOWN
1796.69/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.69/1797.01 c Total Time : 1797.01
1796.69/1797.01 c solving : 1797.01
1796.69/1797.01 c presolving : 0.72 (included in solving)
1796.69/1797.01 c reading : 0.13 (included in solving)
1796.69/1797.01 c Original Problem :
1796.69/1797.01 c Problem name : HOME/instance-3728949-1338679213.opb
1796.69/1797.01 c Variables : 23409 (23409 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01 c Constraints : 1386 initial, 1386 maximal
1796.69/1797.01 c Presolved Problem :
1796.69/1797.01 c Problem name : t_HOME/instance-3728949-1338679213.opb
1796.69/1797.01 c Variables : 23409 (23409 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01 c Constraints : 774 initial, 1193 maximal
1796.69/1797.01 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.69/1797.01 c trivial : 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c implics : 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c probing : 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c knapsack : 0.20 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c setppc : 0.06 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c linear : 0.37 0 0 0 0 0 612 0 0 0
1796.69/1797.01 c logicor : 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c root node : - 0 - - 0 - - - - -
1796.69/1797.01 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
1796.69/1797.01 c integral : 0 0 0 2217 0 1 0 10 76 0 0 4362
1796.69/1797.01 c knapsack : 162 5 6212 0 1 0 10509 1 66345 0 0 0
1796.69/1797.01 c setppc : 612 5 6211 0 1 0 108922 36 224211 0 0 0
1796.69/1797.01 c logicor : 0+ 0 1321 0 0 0 42 0 203 0 0 0
1796.69/1797.01 c countsols : 0 0 0 0 1 0 0 0 0 0 0 0
1796.69/1797.01 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
1796.69/1797.01 c integral : 722.69 0.00 0.00 722.69 0.00 0.00 0.00
1796.69/1797.01 c knapsack : 0.46 0.02 0.41 0.00 0.00 0.00 0.03
1796.69/1797.01 c setppc : 0.67 0.00 0.57 0.00 0.00 0.00 0.10
1796.69/1797.01 c logicor : 0.02 0.00 0.02 0.00 0.00 0.00 0.00
1796.69/1797.01 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.69/1797.01 c Propagators : #Propagate #Resprop Cutoffs DomReds
1796.69/1797.01 c vbounds : 0 0 0 0
1796.69/1797.01 c rootredcost : 0 0 0 0
1796.69/1797.01 c pseudoobj : 0 0 0 0
1796.69/1797.01 c Propagator Timings : TotalTime Propagate Resprop
1796.69/1797.01 c vbounds : 0.00 0.00 0.00
1796.69/1797.01 c rootredcost : 0.00 0.00 0.00
1796.69/1797.01 c pseudoobj : 0.00 0.00 0.00
1796.69/1797.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.69/1797.01 c propagation : 0.14 37 37 1144 327.6 25 179.3 -
1796.69/1797.01 c infeasible LP : 80.77 599 26 1997 2848.6 9 151.1 0
1796.69/1797.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.69/1797.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.69/1797.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.69/1797.01 c applied globally : - - - 564 503.1 - - -
1796.69/1797.01 c applied locally : - - - 0 0.0 - - -
1796.69/1797.01 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1796.69/1797.01 c cut pool : 0.00 4 - - 0 - (maximal pool size: 41)
1796.69/1797.01 c redcost : 2.32 2207 0 0 0 0
1796.69/1797.01 c impliedbounds : 0.00 5 0 0 0 0
1796.69/1797.01 c intobj : 0.00 0 0 0 0 0
1796.69/1797.01 c gomory : 0.19 5 0 0 0 0
1796.69/1797.01 c cgmip : 0.00 0 0 0 0 0
1796.69/1797.01 c closecuts : 0.00 0 0 0 0 0
1796.69/1797.01 c strongcg : 0.19 5 0 0 0 0
1796.69/1797.01 c cmir : 0.00 0 0 0 0 0
1796.69/1797.01 c flowcover : 0.00 0 0 0 0 0
1796.69/1797.01 c clique : 0.13 5 0 0 41 0
1796.69/1797.01 c zerohalf : 0.00 0 0 0 0 0
1796.69/1797.01 c mcf : 0.01 1 0 0 0 0
1796.69/1797.01 c oddcycle : 0.00 0 0 0 0 0
1796.69/1797.01 c rapidlearning : 0.00 0 0 0 0 0
1796.69/1797.01 c Pricers : Time Calls Vars
1796.69/1797.01 c problem variables: 0.00 0 0
1796.69/1797.01 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1796.69/1797.01 c relpscost : 722.69 2217 10 76 0 0 4362
1796.69/1797.01 c pscost : 0.00 0 0 0 0 0 0
1796.69/1797.01 c inference : 0.00 1 0 0 0 0 2
1796.69/1797.01 c mostinf : 0.00 0 0 0 0 0 0
1796.69/1797.01 c leastinf : 0.00 0 0 0 0 0 0
1796.69/1797.01 c fullstrong : 0.00 0 0 0 0 0 0
1796.69/1797.01 c allfullstrong : 0.00 0 0 0 0 0 0
1796.69/1797.01 c random : 0.00 0 0 0 0 0 0
1796.69/1797.01 c Primal Heuristics : Time Calls Found
1796.69/1797.01 c LP solutions : 0.00 - 0
1796.69/1797.01 c pseudo solutions : 0.00 - 0
1796.69/1797.01 c trivial : 0.01 1 0
1796.69/1797.01 c shiftandpropagate: 0.00 0 0
1796.69/1797.01 c simplerounding : 0.00 0 0
1796.69/1797.01 c zirounding : 0.00 0 0
1796.69/1797.01 c rounding : 0.00 0 0
1796.69/1797.01 c shifting : 0.00 0 0
1796.69/1797.01 c intshifting : 0.00 0 0
1796.69/1797.01 c oneopt : 0.00 0 0
1796.69/1797.01 c twoopt : 0.00 0 0
1796.69/1797.01 c fixandinfer : 0.00 0 0
1796.69/1797.01 c feaspump : 0.00 0 0
1796.69/1797.01 c clique : 0.00 0 0
1796.69/1797.01 c coefdiving : 0.00 0 0
1796.69/1797.01 c pscostdiving : 0.00 0 0
1796.69/1797.01 c fracdiving : 0.00 0 0
1796.69/1797.01 c veclendiving : 0.00 0 0
1796.69/1797.01 c intdiving : 0.00 0 0
1796.69/1797.01 c actconsdiving : 0.00 0 0
1796.69/1797.01 c objpscostdiving : 0.00 0 0
1796.69/1797.01 c rootsoldiving : 0.00 0 0
1796.69/1797.01 c linesearchdiving : 0.00 0 0
1796.69/1797.01 c guideddiving : 0.00 0 0
1796.69/1797.01 c octane : 0.00 0 0
1796.69/1797.01 c rens : 0.00 0 0
1796.69/1797.01 c rins : 0.00 0 0
1796.69/1797.01 c localbranching : 0.00 0 0
1796.69/1797.01 c mutation : 0.00 0 0
1796.69/1797.01 c crossover : 0.00 0 0
1796.69/1797.01 c dins : 0.00 0 0
1796.69/1797.01 c vbounds : 0.00 0 0
1796.69/1797.01 c undercover : 0.00 0 0
1796.69/1797.01 c subnlp : 0.00 0 0
1796.69/1797.01 c trysol : 0.00 0 0
1796.69/1797.01 c LP : Time Calls Iterations Iter/call Iter/sec
1796.69/1797.01 c primal LP : 0.07 0 0 0.00 0.00
1796.69/1797.01 c dual LP : 977.26 2821 1291406 457.78 1321.46
1796.69/1797.01 c lex dual LP : 0.00 0 0 0.00 -
1796.69/1797.01 c barrier LP : 0.00 0 0 0.00 -
1796.69/1797.01 c diving/probing LP: 0.00 0 0 0.00 -
1796.69/1797.01 c strong branching : 722.32 1545 758501 490.94 1050.10
1796.69/1797.01 c (at root node) : - 33 11779 356.94 -
1796.69/1797.01 c conflict analysis: 0.00 0 0 0.00 -
1796.69/1797.01 c B&B Tree :
1796.69/1797.01 c number of runs : 1
1796.69/1797.01 c nodes : 2828
1796.69/1797.01 c nodes (total) : 2828
1796.69/1797.01 c nodes left : 1537
1796.69/1797.01 c max depth : 104
1796.69/1797.01 c max depth (total): 104
1796.69/1797.01 c backtracks : 170 (6.0%)
1796.69/1797.01 c delayed cutoffs : 0
1796.69/1797.01 c repropagations : 327 (231 domain reductions, 0 cutoffs)
1796.69/1797.01 c avg switch length: 6.45
1796.69/1797.01 c switching time : 3.90
1796.69/1797.01 c Solution :
1796.69/1797.01 c Solutions found : 0 (0 improvements)
1796.69/1797.01 c Primal Bound : -
1796.69/1797.01 c Dual Bound : +0.00000000000000e+00
1796.69/1797.01 c Gap : infinite
1796.69/1797.01 c Root Dual Bound : +0.00000000000000e+00
1796.69/1797.01 c Root Iterations : 40820
1796.79/1797.16 c Time complete: 1796.86.
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 989)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3728949-1338679213/watcher-3728949-1338679213 -o /tmp/evaluation-result-3728949-1338679213/solver-3728949-1338679213 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3728949-1338679213.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 0.32 0.23 0.28 3/172 29480
/proc/meminfo: memFree=30527364/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 1746 0 0 0 0 0 0 0 20 0 1 0 334047330 11214848 1702 33554432000 4194304 9016284 140734311283744 140734311282712 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 2738 1713 340 1178 0 1556 0
[startup+0.0465749 s]
/proc/loadavg: 0.32 0.23 0.28 3/172 29480
/proc/meminfo: memFree=30527364/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=31748 CPUtime=0.03 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 6927 0 0 0 3 0 0 0 20 0 1 0 334047330 32509952 6882 33554432000 4194304 9016284 140734311283744 140734311282712 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 7937 6882 357 1178 0 6755 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31748
[startup+0.100265 s]
/proc/loadavg: 0.32 0.23 0.28 3/172 29480
/proc/meminfo: memFree=30527364/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=34172 CPUtime=0.09 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 7503 0 0 0 9 0 0 0 20 0 1 0 334047330 34992128 7458 33554432000 4194304 9016284 140734311283744 140734311282712 6152584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 8543 7458 357 1178 0 7361 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34172
[startup+0.300245 s]
/proc/loadavg: 0.32 0.23 0.28 3/172 29480
/proc/meminfo: memFree=30527364/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=83456 CPUtime=0.29 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 19852 0 0 0 27 2 0 0 20 0 1 0 334047330 85458944 19550 33554432000 4194304 9016284 140734311283744 140734311282712 4204060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 20864 19550 473 1178 0 19682 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83456
[startup+0.700243 s]
/proc/loadavg: 0.32 0.23 0.28 3/172 29480
/proc/meminfo: memFree=30527364/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=97664 CPUtime=0.69 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 23692 0 0 0 67 2 0 0 20 0 1 0 334047330 100007936 23134 33554432000 4194304 9016284 140734311283744 140734311280648 4638274 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 24416 23134 492 1178 0 23234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97664
[startup+1.50018 s]
/proc/loadavg: 0.32 0.23 0.28 3/178 29490
/proc/meminfo: memFree=30356428/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=146888 CPUtime=1.49 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 35705 0 0 0 145 4 0 0 20 0 1 0 334047330 150413312 34951 33554432000 4194304 9016284 140734311283744 140734311277704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36722 34951 606 1178 0 35540 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146888
[startup+3.10018 s]
/proc/loadavg: 0.32 0.23 0.28 3/178 29490
/proc/meminfo: memFree=30354552/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=146888 CPUtime=3.09 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 35705 0 0 0 304 5 0 0 20 0 1 0 334047330 150413312 34951 33554432000 4194304 9016284 140734311283744 140734311277912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36722 34951 606 1178 0 35540 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146888
[startup+6.30022 s]
/proc/loadavg: 0.46 0.26 0.28 3/178 29490
/proc/meminfo: memFree=30353396/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=146888 CPUtime=6.28 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 35764 0 0 0 623 5 0 0 20 0 1 0 334047330 150413312 35010 33554432000 4194304 9016284 140734311283744 140734311277704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36722 35010 609 1178 0 35540 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 146888
[startup+12.7001 s]
/proc/loadavg: 0.58 0.29 0.29 3/178 29490
/proc/meminfo: memFree=30353532/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=146888 CPUtime=12.68 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 35822 0 0 0 1262 6 0 0 20 0 1 0 334047330 150413312 35073 33554432000 4194304 9016284 140734311283744 140734311277976 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36722 35073 609 1178 0 35540 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 146888
[startup+25.5002 s]
/proc/loadavg: 0.89 0.37 0.32 3/178 29490
/proc/meminfo: memFree=30354304/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=146888 CPUtime=25.48 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 35822 0 0 0 2540 8 0 0 20 0 1 0 334047330 150413312 35073 33554432000 4194304 9016284 140734311283744 140734311276664 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36722 35073 609 1178 0 35540 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146888
[startup+51.1002 s]
/proc/loadavg: 1.27 0.50 0.36 3/178 29490
/proc/meminfo: memFree=30353024/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=145384 CPUtime=51.07 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 36280 0 0 0 5096 11 0 0 20 0 1 0 334047330 148873216 35271 33554432000 4194304 9016284 140734311283744 140734311277592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36346 35271 652 1178 0 35164 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 145384
[startup+102.306 s]
/proc/loadavg: 1.73 0.74 0.45 3/177 29490
/proc/meminfo: memFree=30351420/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=145384 CPUtime=102.27 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 36332 0 0 0 10212 15 0 0 20 0 1 0 334047330 148873216 35329 33554432000 4194304 9016284 140734311283744 140734311277048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36346 35329 660 1178 0 35164 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 145384
[startup+162.3 s]
/proc/loadavg: 1.90 0.97 0.55 3/177 29528
/proc/meminfo: memFree=30349172/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=145384 CPUtime=162.26 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 36333 0 0 0 16206 20 0 0 20 0 1 0 334047330 148873216 35329 33554432000 4194304 9016284 140734311283744 140734311277592 7219696 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36346 35329 660 1178 0 35164 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 145384
[startup+222.3 s]
/proc/loadavg: 2.01 1.17 0.64 3/177 29528
/proc/meminfo: memFree=30348464/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=146596 CPUtime=222.24 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 36608 0 0 0 22198 26 0 0 20 0 1 0 334047330 150114304 35604 33554432000 4194304 9016284 140734311283744 140734311277000 7158208 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 36649 35604 660 1178 0 35467 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 146596
[startup+282.3 s]
/proc/loadavg: 2.00 1.32 0.72 3/177 29528
/proc/meminfo: memFree=30345612/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=149244 CPUtime=282.24 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 37136 0 0 0 28192 32 0 0 20 0 1 0 334047330 152825856 36228 33554432000 4194304 9016284 140734311283744 140734311277704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 37311 36228 660 1178 0 36129 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 149244
[startup+342.3 s]
/proc/loadavg: 2.06 1.45 0.80 3/177 29529
/proc/meminfo: memFree=30335372/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=156864 CPUtime=342.22 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 39205 0 0 0 34182 40 0 0 20 0 1 0 334047330 160628736 38297 33554432000 4194304 9016284 140734311283744 140734311277592 7220608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 39216 38297 660 1178 0 38034 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 156864
[startup+402.3 s]
/proc/loadavg: 2.02 1.55 0.88 3/178 29530
/proc/meminfo: memFree=30333132/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=158984 CPUtime=402.21 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 39602 0 0 0 40173 48 0 0 20 0 1 0 334047330 162799616 38673 33554432000 4194304 9016284 140734311283744 140734311277608 7158192 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 39746 38673 663 1178 0 38564 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 158984
[startup+462.3 s]
/proc/loadavg: 2.00 1.63 0.94 3/177 29530
/proc/meminfo: memFree=30332828/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=158984 CPUtime=462.2 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 39602 0 0 0 46160 60 0 0 20 0 1 0 334047330 162799616 38673 33554432000 4194304 9016284 140734311283744 140734311277704 4291182 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 39746 38673 663 1178 0 38564 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 158984
[startup+522.3 s]
/proc/loadavg: 2.00 1.69 1.01 3/177 29530
/proc/meminfo: memFree=30331960/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=158984 CPUtime=522.19 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 39804 0 0 0 52149 70 0 0 20 0 1 0 334047330 162799616 38875 33554432000 4194304 9016284 140734311283744 140734311277592 7153358 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 39746 38875 668 1178 0 38564 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 158984
[startup+582.3 s]
/proc/loadavg: 2.00 1.75 1.07 3/177 29530
/proc/meminfo: memFree=30325016/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=165996 CPUtime=582.18 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 41496 0 0 0 58138 80 0 0 20 0 1 0 334047330 169979904 40567 33554432000 4194304 9016284 140734311283744 140734311277592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 41499 40567 668 1178 0 40317 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 165996
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=30296984/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=193332 CPUtime=1062.1 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 48176 0 0 0 106040 170 0 0 20 0 1 0 334047330 197971968 47463 33554432000 4194304 9016284 140734311283744 140734311277592 7158223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 48333 47463 668 1178 0 47151 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 193332
[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.46 3/177 29535
/proc/meminfo: memFree=30295592/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=194908 CPUtime=1122.09 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 48520 0 0 0 112027 182 0 0 20 0 1 0 334047330 199585792 47807 33554432000 4194304 9016284 140734311283744 140734311277656 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 48727 47807 668 1178 0 47545 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 194908
[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.49 3/177 29535
/proc/meminfo: memFree=30295344/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=194908 CPUtime=1182.09 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 48566 0 0 0 118018 191 0 0 20 0 1 0 334047330 199585792 47853 33554432000 4194304 9016284 140734311283744 140734311277912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 48727 47853 668 1178 0 47545 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 194908
[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/178 29539
/proc/meminfo: memFree=30291060/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=199184 CPUtime=1242.07 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 49588 0 0 0 124003 204 0 0 20 0 1 0 334047330 203964416 48889 33554432000 4194304 9016284 140734311283744 140734311277912 6422925 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 49796 48889 668 1178 0 48614 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 199184
[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.55 3/177 29539
/proc/meminfo: memFree=30287348/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=202948 CPUtime=1302.07 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 50496 0 0 0 129991 216 0 0 20 0 1 0 334047330 207818752 49797 33554432000 4194304 9016284 140734311283744 140734311277704 7158227 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 50737 49797 668 1178 0 49555 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 202948
[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/177 29539
/proc/meminfo: memFree=30277168/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=212024 CPUtime=1362.06 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 52688 0 0 0 135977 229 0 0 20 0 1 0 334047330 217112576 52097 33554432000 4194304 9016284 140734311283744 140734311277592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 53006 52097 668 1178 0 51824 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 212024
[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.60 3/177 29539
/proc/meminfo: memFree=30274752/32873648 swapFree=7632/7632
[pid=29480] ppid=29478 vsize=214768 CPUtime=1422.06 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 53338 0 0 0 141965 241 0 0 20 0 1 0 334047330 219922432 52747 33554432000 4194304 9016284 140734311283744 140734311277912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 53692 52747 668 1178 0 52510 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 214768
[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/177 29539
/proc/meminfo: memFree=30269048/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=220360 CPUtime=1482.04 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 54732 0 0 0 147951 253 0 0 20 0 1 0 334047330 225648640 54132 33554432000 4194304 9016284 140734311283744 140734311277704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 55090 54132 668 1178 0 53908 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 220360
[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/176 29540
/proc/meminfo: memFree=30269344/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=220688 CPUtime=1542.03 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 54823 0 0 0 153937 266 0 0 20 0 1 0 334047330 225984512 54264 33554432000 4194304 9016284 140734311283744 140734311277608 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 55172 54264 668 1178 0 53990 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 220688
[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/177 29541
/proc/meminfo: memFree=30266992/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=222064 CPUtime=1602.02 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 55196 0 0 0 159926 276 0 0 20 0 1 0 334047330 227393536 54637 33554432000 4194304 9016284 140734311283744 140734311277592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 55516 54637 668 1178 0 54334 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 222064
[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 29541
/proc/meminfo: memFree=30265132/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=223892 CPUtime=1662.01 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 55644 0 0 0 165911 290 0 0 20 0 1 0 334047330 229265408 55085 33554432000 4194304 9016284 140734311283744 140734311277912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 55973 55085 668 1178 0 54791 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 223892
[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/177 29541
/proc/meminfo: memFree=30261040/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=228560 CPUtime=1722.01 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 56764 0 0 0 171898 303 0 0 20 0 1 0 334047330 234045440 56202 33554432000 4194304 9016284 140734311283744 140734311277592 7158208 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 57140 56202 668 1178 0 55958 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 228560
[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/177 29541
/proc/meminfo: memFree=30259800/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=230076 CPUtime=1781.99 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 56995 0 0 0 177884 315 0 0 20 0 1 0 334047330 235597824 56433 33554432000 4194304 9016284 140734311283744 140734311277608 7158227 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 57519 56433 668 1178 0 56337 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 230076
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.71 3/177 29541
/proc/meminfo: memFree=30259800/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=230076 CPUtime=1785.2 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 57001 0 0 0 178204 316 0 0 20 0 1 0 334047330 235597824 56439 33554432000 4194304 9016284 140734311283744 140734311277704 7158223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 57519 56439 668 1178 0 56337 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 230076
[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.72 3/178 29544
/proc/meminfo: memFree=30258992/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=230076 CPUtime=1791.6 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 57003 0 0 0 178843 317 0 0 20 0 1 0 334047330 235597824 56441 33554432000 4194304 9016284 140734311283744 140734311278024 7158215 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 57519 56441 668 1178 0 56337 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 230076
[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.72 3/178 29544
/proc/meminfo: memFree=30259476/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=230076 CPUtime=1794.8 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 57006 0 0 0 179162 318 0 0 20 0 1 0 334047330 235597824 56444 33554432000 4194304 9016284 140734311283744 140734311277608 7158223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 57519 56444 668 1178 0 56337 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 230076
[startup+1795.9 s]
/proc/loadavg: 2.00 1.97 1.72 3/178 29544
/proc/meminfo: memFree=30259476/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=230076 CPUtime=1795.59 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 57007 0 0 0 179241 318 0 0 20 0 1 0 334047330 235597824 56445 33554432000 4194304 9016284 140734311283744 140734311277656 7158223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 57519 56445 668 1178 0 56337 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 230076
[startup+1796.7 s]
/proc/loadavg: 2.00 1.97 1.72 3/178 29544
/proc/meminfo: memFree=30259476/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=230076 CPUtime=1796.39 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 57007 0 0 0 179321 318 0 0 20 0 1 0 334047330 235597824 56445 33554432000 4194304 9016284 140734311283744 140734311277608 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 57519 56445 668 1178 0 56337 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 230076
[startup+1797.1 s]
/proc/loadavg: 2.00 1.97 1.72 3/178 29544
/proc/meminfo: memFree=30259476/32873648 swapFree=7628/7628
[pid=29480] ppid=29478 vsize=228480 CPUtime=1796.79 cores=1,3,5,7
/proc/29480/stat : 29480 (scip-2.0.1.4b_2) R 29478 29480 20657 0 -1 4202496 57014 0 0 0 179361 318 0 0 20 0 1 0 334047330 233963520 56053 33554432000 4194304 9016284 140734311283744 140734311277608 6470240 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29480/statm: 57120 56053 674 1178 0 55938 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 228480
Child status: 0
Real time (s): 1797.16
CPU time (s): 1796.87
CPU user time (s): 1793.68
CPU system time (s): 3.19251
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 230076
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.68
system time used= 3.19251
maximum resident set size= 225800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57022
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= 37
involuntary context switches= 1845
runsolver used 2.70359 second user time and 7.09992 second system time
The end