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-3730974-1338683919.opb>
0.18/0.21 c original problem has 4626 variables (4626 bin, 0 int, 0 impl, 0 cont) and 30747 constraints
0.18/0.21 c problem read
0.18/0.21 c No objective function, only one solution is needed.
0.18/0.21 c presolving settings loaded
0.18/0.25 c presolving:
0.29/0.37 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30747 upgd conss, 0 impls, 945 clqs
0.29/0.39 c presolving (2 rounds):
0.29/0.39 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 132 changed coefficients
0.29/0.39 c 264 implications, 1383 cliques
0.29/0.39 c presolved problem has 4626 variables (4626 bin, 0 int, 0 impl, 0 cont) and 30747 constraints
0.29/0.39 c 78 constraints of type <knapsack>
0.29/0.39 c 945 constraints of type <setppc>
0.29/0.39 c 29724 constraints of type <logicor>
0.29/0.39 c transformed objective value is always integral (scale: 1)
0.29/0.39 c Presolving Time: 0.14
0.29/0.39 c - non default parameters ----------------------------------------------------------------------
0.29/0.39 c # SCIP version 1.2.1.3
0.29/0.39 c
0.29/0.39 c # frequency for displaying node information lines
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.39 c display/freq = 10000
0.29/0.39 c
0.29/0.39 c # maximal time in seconds to run
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.39 c limits/time = 1789.8
0.29/0.39 c
0.29/0.39 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.39 c limits/memory = 13950
0.29/0.39 c
0.29/0.39 c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39 c limits/solutions = 1
0.29/0.39 c
0.29/0.39 c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.39 c separating/maxrounds = 1
0.29/0.39 c
0.29/0.39 c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39 c separating/maxroundsroot = 5
0.29/0.39 c
0.29/0.39 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.39 c # [type: int, range: [1,2], default: 1]
0.29/0.39 c timing/clocktype = 2
0.29/0.39 c
0.29/0.39 c # should presolving try to simplify inequalities
0.29/0.39 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39 c constraints/linear/simplifyinequalities = TRUE
0.29/0.39 c
0.29/0.39 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.39 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39 c constraints/indicator/addCouplingCons = TRUE
0.29/0.39 c
0.29/0.39 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.39 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.39 c constraints/knapsack/disaggregation = FALSE
0.29/0.39 c
0.29/0.39 c # should presolving try to simplify knapsacks
0.29/0.39 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39 c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.39 c
0.29/0.39 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39 c presolving/probing/maxrounds = 0
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/coefdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.39 c heuristics/crossover/freq = -1
0.29/0.39 c
0.29/0.39 c # number of nodes added to the contingent of the total nodes
0.29/0.39 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.39 c heuristics/crossover/nodesofs = 750
0.29/0.39 c
0.29/0.39 c # number of nodes without incumbent change that heuristic should wait
0.29/0.39 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.39 c heuristics/crossover/nwaitingnodes = 100
0.29/0.39 c
0.29/0.39 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.39 c # [type: real, range: [0,1], default: 0.1]
0.29/0.39 c heuristics/crossover/nodesquot = 0.15
0.29/0.39 c
0.29/0.39 c # minimum percentage of integer variables that have to be fixed
0.29/0.39 c # [type: real, range: [0,1], default: 0.666]
0.29/0.39 c heuristics/crossover/minfixingrate = 0.5
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39 c heuristics/feaspump/freq = -1
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/fracdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/guideddiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/intshifting/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/linesearchdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/nlp/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39 c heuristics/objpscostdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.39 c # [type: real, range: [0,1], default: 0.01]
0.29/0.39 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/oneopt/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/pscostdiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39 c heuristics/rens/freq = -1
0.29/0.39 c
0.29/0.39 c # minimum percentage of integer variables that have to be fixable
0.29/0.39 c # [type: real, range: [0,1], default: 0.5]
0.29/0.39 c heuristics/rens/minfixingrate = 0.3
0.29/0.39 c
0.29/0.39 c # number of nodes added to the contingent of the total nodes
0.29/0.39 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.39 c heuristics/rens/nodesofs = 2000
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39 c heuristics/rootsoldiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.39 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/rounding/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/shifting/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/simplerounding/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39 c heuristics/trivial/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/trysol/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39 c heuristics/veclendiving/freq = -1
0.29/0.39 c
0.29/0.39 c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39 c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.39 c
0.29/0.39 c # additional number of allowed LP iterations
0.29/0.39 c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39 c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.39 c
0.29/0.39 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39 c heuristics/zirounding/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39 c separating/cmir/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39 c separating/flowcover/freq = -1
0.29/0.39 c
0.29/0.39 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.39 c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39 c separating/rapidlearning/freq = 0
0.29/0.39 c
0.29/0.39 c -----------------------------------------------------------------------------------------------
0.29/0.39 c start solving
0.29/0.39 c
4.50/4.54 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
4.50/4.54 c 4.3s| 1 | 0 | 4765 | - | 44M| 0 | 634 |4626 | 30k|4626 | 30k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
15.18/15.28 c 15.1s| 1 | 0 | 10134 | - | 58M| 0 | 702 |4626 | 30k|4626 | 30k| 63 | 0 | 0 | 0.000000e+00 | -- | Inf
23.87/23.97 c 23.8s| 1 | 0 | 13667 | - | 71M| 0 | 730 |4626 | 30k|4626 | 30k| 107 | 0 | 0 | 0.000000e+00 | -- | Inf
36.56/36.66 c 36.5s| 1 | 0 | 19544 | - | 83M| 0 | 748 |4626 | 30k|4626 | 30k| 140 | 0 | 0 | 0.000000e+00 | -- | Inf
48.26/48.33 c 48.1s| 1 | 0 | 24847 | - | 94M| 0 | 720 |4626 | 30k|4626 | 30k| 168 | 0 | 0 | 0.000000e+00 | -- | Inf
59.25/59.31 c 59.1s| 1 | 0 | 28309 | - | 101M| 0 | 741 |4626 | 30k|4626 | 30k| 188 | 0 | 0 | 0.000000e+00 | -- | Inf
98.85/98.95 c 98.7s| 1 | 2 | 28309 | - | 101M| 0 | 741 |4626 | 30k|4626 | 30k| 188 | 0 | 30 | 0.000000e+00 | -- | Inf
1790.59/1790.92 c
1790.59/1790.92 c SCIP Status : solving was interrupted [time limit reached]
1790.59/1790.92 c Solving Time (sec) : 1790.71
1790.59/1790.92 c Solving Nodes : 634
1790.59/1790.92 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1790.59/1790.92 c Dual Bound : +0.00000000000000e+00
1790.59/1790.92 c Gap : infinite
1790.59/1790.92 s UNKNOWN
1790.59/1790.92 c SCIP Status : solving was interrupted [time limit reached]
1790.59/1790.92 c Solving Time : 1790.71
1790.59/1790.92 c Original Problem :
1790.59/1790.92 c Problem name : HOME/instance-3730974-1338683919.opb
1790.59/1790.92 c Variables : 4626 (4626 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.59/1790.92 c Constraints : 30747 initial, 30747 maximal
1790.59/1790.92 c Presolved Problem :
1790.59/1790.92 c Problem name : t_HOME/instance-3730974-1338683919.opb
1790.59/1790.92 c Variables : 4626 (4626 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.59/1790.92 c Constraints : 30747 initial, 30901 maximal
1790.59/1790.92 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1790.59/1790.92 c trivial : 0.00 0 0 0 0 0 0 0 0
1790.59/1790.92 c dualfix : 0.00 0 0 0 0 0 0 0 0
1790.59/1790.92 c boundshift : 0.00 0 0 0 0 0 0 0 0
1790.59/1790.92 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1790.59/1790.92 c implics : 0.00 0 0 0 0 0 0 0 0
1790.59/1790.92 c probing : 0.00 0 0 0 0 0 0 0 0
1790.59/1790.92 c knapsack : 0.00 0 0 0 0 0 0 0 132
1790.59/1790.92 c setppc : 0.00 0 0 0 0 0 0 0 0
1790.59/1790.92 c logicor : 0.02 0 0 0 0 0 0 0 0
1790.59/1790.92 c root node : - 0 - - 0 - - - -
1790.59/1790.92 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1790.59/1790.92 c integral : 0 0 0 575 0 0 6 0 0 1144
1790.59/1790.92 c knapsack : 78 5 1780 0 0 3 4007 289 0 0
1790.59/1790.92 c setppc : 945 5 1777 0 0 1 6512 0 0 0
1790.59/1790.92 c logicor : 29724+ 5 925 0 0 10 604 0 0 0
1790.59/1790.92 c countsols : 0 0 0 0 0 0 0 0 0 0
1790.59/1790.92 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1790.59/1790.92 c integral : 718.11 0.00 0.00 718.11 0.00
1790.59/1790.92 c knapsack : 0.02 0.00 0.02 0.00 0.00
1790.59/1790.92 c setppc : 0.05 0.00 0.05 0.00 0.00
1790.59/1790.92 c logicor : 0.06 0.01 0.05 0.00 0.00
1790.59/1790.92 c countsols : 0.00 0.00 0.00 0.00 0.00
1790.59/1790.92 c Propagators : Time Calls Cutoffs DomReds
1790.59/1790.92 c vbounds : 0.00 1 0 0
1790.59/1790.92 c rootredcost : 0.00 0 0 0
1790.59/1790.92 c pseudoobj : 0.00 0 0 0
1790.59/1790.92 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1790.59/1790.92 c propagation : 0.00 14 14 109 43.8 0 0.0 -
1790.59/1790.92 c infeasible LP : 0.07 53 53 553 40.4 0 0.0 0
1790.59/1790.92 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1790.59/1790.92 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1790.59/1790.92 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1790.59/1790.92 c applied globally : - - - 214 46.7 - - -
1790.59/1790.92 c applied locally : - - - 0 0.0 - - -
1790.59/1790.92 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1790.59/1790.92 c cut pool : 0.03 4 - - 19 - (maximal pool size: 1385)
1790.59/1790.92 c redcost : 0.05 578 0 0 0 0
1790.59/1790.92 c impliedbounds : 0.00 5 0 0 12 0
1790.59/1790.92 c intobj : 0.00 0 0 0 0 0
1790.59/1790.92 c cgmip : 0.00 0 0 0 0 0
1790.59/1790.92 c gomory : 18.35 5 0 0 1013 0
1790.59/1790.92 c strongcg : 4.79 5 0 0 2500 0
1790.59/1790.92 c cmir : 0.00 0 0 0 0 0
1790.59/1790.92 c flowcover : 0.00 0 0 0 0 0
1790.59/1790.92 c clique : 0.07 5 0 0 26 0
1790.59/1790.92 c zerohalf : 0.00 0 0 0 0 0
1790.59/1790.92 c mcf : 0.01 1 0 0 0 0
1790.59/1790.92 c rapidlearning : 0.00 0 0 0 0 0
1790.59/1790.92 c Pricers : Time Calls Vars
1790.59/1790.92 c problem variables: 0.00 0 0
1790.59/1790.92 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1790.59/1790.92 c relpscost : 718.11 575 0 6 0 0 1144
1790.59/1790.92 c pscost : 0.00 0 0 0 0 0 0
1790.59/1790.92 c inference : 0.00 0 0 0 0 0 0
1790.59/1790.92 c mostinf : 0.00 0 0 0 0 0 0
1790.59/1790.92 c leastinf : 0.00 0 0 0 0 0 0
1790.59/1790.92 c fullstrong : 0.00 0 0 0 0 0 0
1790.59/1790.92 c allfullstrong : 0.00 0 0 0 0 0 0
1790.59/1790.92 c random : 0.00 0 0 0 0 0 0
1790.59/1790.92 c Primal Heuristics : Time Calls Found
1790.59/1790.92 c LP solutions : 0.00 - 0
1790.59/1790.92 c pseudo solutions : 0.00 - 0
1790.59/1790.92 c trivial : 0.00 1 0
1790.59/1790.92 c simplerounding : 0.00 0 0
1790.59/1790.92 c zirounding : 0.00 0 0
1790.59/1790.92 c rounding : 0.00 0 0
1790.59/1790.92 c shifting : 0.00 0 0
1790.59/1790.92 c intshifting : 0.00 0 0
1790.59/1790.92 c oneopt : 0.00 0 0
1790.59/1790.92 c twoopt : 0.00 0 0
1790.59/1790.92 c fixandinfer : 0.00 0 0
1790.59/1790.92 c feaspump : 0.00 0 0
1790.59/1790.92 c coefdiving : 0.00 0 0
1790.59/1790.92 c pscostdiving : 0.00 0 0
1790.59/1790.92 c fracdiving : 0.00 0 0
1790.59/1790.92 c veclendiving : 0.00 0 0
1790.59/1790.92 c intdiving : 0.00 0 0
1790.59/1790.92 c actconsdiving : 0.00 0 0
1790.59/1790.92 c objpscostdiving : 0.00 0 0
1790.59/1790.92 c rootsoldiving : 0.00 0 0
1790.59/1790.92 c linesearchdiving : 0.00 0 0
1790.59/1790.92 c guideddiving : 0.00 0 0
1790.59/1790.92 c octane : 0.00 0 0
1790.59/1790.92 c rens : 0.00 0 0
1790.59/1790.92 c rins : 0.00 0 0
1790.59/1790.92 c localbranching : 0.00 0 0
1790.59/1790.92 c mutation : 0.00 0 0
1790.59/1790.92 c crossover : 0.00 0 0
1790.59/1790.92 c dins : 0.00 0 0
1790.59/1790.92 c undercover : 0.00 0 0
1790.59/1790.92 c nlp : 0.00 0 0
1790.59/1790.92 c trysol : 0.00 0 0
1790.59/1790.92 c LP : Time Calls Iterations Iter/call Iter/sec
1790.59/1790.92 c primal LP : 0.01 0 0 0.00 -
1790.59/1790.92 c dual LP : 1046.19 630 842876 1337.90 805.66
1790.59/1790.92 c lex dual LP : 0.00 0 0 0.00 -
1790.59/1790.92 c barrier LP : 0.00 0 0 0.00 -
1790.59/1790.92 c diving/probing LP: 0.00 0 0 0.00 -
1790.59/1790.92 c strong branching : 717.98 606 562009 927.41 782.77
1790.59/1790.92 c (at root node) : - 30 29117 970.57 -
1790.59/1790.92 c conflict analysis: 0.00 0 0 0.00 -
1790.59/1790.92 c B&B Tree :
1790.59/1790.92 c number of runs : 1
1790.59/1790.92 c nodes : 634
1790.59/1790.92 c nodes (total) : 634
1790.59/1790.92 c nodes left : 174
1790.59/1790.92 c max depth : 95
1790.59/1790.92 c max depth (total): 95
1790.59/1790.92 c backtracks : 73 (11.5%)
1790.59/1790.92 c delayed cutoffs : 337
1790.59/1790.92 c repropagations : 373 (271 domain reductions, 5 cutoffs)
1790.59/1790.92 c avg switch length: 3.18
1790.59/1790.92 c switching time : 0.28
1790.59/1790.92 c Solution :
1790.59/1790.92 c Solutions found : 0 (0 improvements)
1790.59/1790.92 c Primal Bound : -
1790.59/1790.92 c Dual Bound : +0.00000000000000e+00
1790.59/1790.92 c Gap : infinite
1790.59/1790.92 c Root Dual Bound : +0.00000000000000e+00
1790.59/1790.92 c Root Iterations : 28309
1790.59/1790.99 c Time complete: 1790.68.
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-3730974-1338683919/watcher-3730974-1338683919 -o /tmp/evaluation-result-3730974-1338683919/solver-3730974-1338683919 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730974-1338683919.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 8970
/proc/meminfo: memFree=26228000/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=10216 CPUtime=0 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 1787 0 0 0 0 0 0 0 20 0 1 0 334517336 10461184 1733 33554432000 4194304 8395647 140734613341840 140734613338152 7355228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 2554 1738 386 1026 0 1524 0
[startup+0.061934 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 8970
/proc/meminfo: memFree=26228000/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=18744 CPUtime=0.05 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 3908 0 0 0 5 0 0 0 20 0 1 0 334517336 19193856 3854 33554432000 4194304 8395647 140734613341840 140734613338152 6767021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 4686 3854 390 1026 0 3656 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18744
[startup+0.100264 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 8970
/proc/meminfo: memFree=26228000/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=20960 CPUtime=0.08 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 4475 0 0 0 8 0 0 0 20 0 1 0 334517336 21463040 4421 33554432000 4194304 8395647 140734613341840 140734613338152 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 5240 4421 390 1026 0 4210 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20960
[startup+0.300233 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 8970
/proc/meminfo: memFree=26228000/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=56388 CPUtime=0.29 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 14177 0 0 0 27 2 0 0 20 0 1 0 334517336 57741312 13015 33554432000 4194304 8395647 140734613341840 140734613338152 5017672 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 14097 13015 460 1026 0 13067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56388
[startup+0.70024 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 8970
/proc/meminfo: memFree=26228000/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=103800 CPUtime=0.68 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 24135 0 0 0 65 3 0 0 20 0 1 0 334517336 106291200 24229 33554432000 4194304 8395647 140734613341840 140734613338648 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 25950 24229 571 1026 0 24920 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103800
[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8971
/proc/meminfo: memFree=26131612/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=106772 CPUtime=1.49 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 25154 0 0 0 145 4 0 0 20 0 1 0 334517336 109334528 25179 33554432000 4194304 8395647 140734613341840 140734613337304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 26693 25179 571 1026 0 25663 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106772
[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8971
/proc/meminfo: memFree=26128512/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=107772 CPUtime=3.09 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 25591 0 0 0 305 4 0 0 20 0 1 0 334517336 110358528 25616 33554432000 4194304 8395647 140734613341840 140734613336968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 26943 25616 571 1026 0 25913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107772
[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8971
/proc/meminfo: memFree=26127452/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=107772 CPUtime=6.29 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 25678 0 0 0 624 5 0 0 20 0 1 0 334517336 110358528 25697 33554432000 4194304 8395647 140734613341840 140734613337080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 26943 25697 592 1026 0 25913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107772
[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 1.94 3/177 8971
/proc/meminfo: memFree=26101576/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=135020 CPUtime=12.68 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 31514 0 0 0 1261 7 0 0 20 0 1 0 334517336 138260480 32004 33554432000 4194304 8395647 140734613341840 140734613336968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 33755 32004 606 1026 0 32725 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135020
[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 1.94 3/177 8971
/proc/meminfo: memFree=26081972/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=154468 CPUtime=25.48 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 35387 0 0 0 2538 10 0 0 20 0 1 0 334517336 158175232 37146 33554432000 4194304 8395647 140734613341840 140734613337080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 38617 37146 606 1026 0 37587 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 154468
[startup+51.1001 s]
/proc/loadavg: 2.10 2.03 1.94 3/177 9009
/proc/meminfo: memFree=25993020/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=184552 CPUtime=51.06 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 41798 0 0 0 5090 16 0 0 20 0 1 0 334517336 188981248 44653 33554432000 4194304 8395647 140734613341840 140734613337032 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 46138 44653 606 1026 0 45108 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 184552
[startup+102.3 s]
/proc/loadavg: 2.04 2.02 1.94 3/178 9012
/proc/meminfo: memFree=25941044/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=196808 CPUtime=102.25 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44862 0 0 0 10201 24 0 0 20 0 1 0 334517336 201531392 48184 33554432000 4194304 8395647 140734613341840 140734613336712 6697941 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49202 48184 610 1026 0 48172 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 196808
[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 9012
/proc/meminfo: memFree=25936240/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=197360 CPUtime=162.24 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44893 0 0 0 16191 33 0 0 20 0 1 0 334517336 202096640 48505 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49340 48505 610 1026 0 48310 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 197360
[startup+222.307 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 9013
/proc/meminfo: memFree=25933364/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=197360 CPUtime=222.23 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44905 0 0 0 22184 39 0 0 20 0 1 0 334517336 202096640 48517 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49340 48517 610 1026 0 48310 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 197360
[startup+282.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 9013
/proc/meminfo: memFree=25933628/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=197360 CPUtime=282.22 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44910 0 0 0 28176 46 0 0 20 0 1 0 334517336 202096640 48530 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49340 48530 610 1026 0 48310 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 197360
[startup+342.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/177 9013
/proc/meminfo: memFree=25933628/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=197360 CPUtime=342.2 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44910 0 0 0 34163 57 0 0 20 0 1 0 334517336 202096640 48530 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49340 48530 610 1026 0 48310 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 197360
[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 9013
/proc/meminfo: memFree=25933564/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=197360 CPUtime=402.19 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44910 0 0 0 40155 64 0 0 20 0 1 0 334517336 202096640 48530 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49340 48530 610 1026 0 48310 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 197360
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 9013
/proc/meminfo: memFree=25933688/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=197360 CPUtime=462.18 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44910 0 0 0 46147 71 0 0 20 0 1 0 334517336 202096640 48530 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49340 48530 610 1026 0 48310 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 197360
[startup+522.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/177 9014
/proc/meminfo: memFree=25933748/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=197360 CPUtime=522.18 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44910 0 0 0 52139 79 0 0 20 0 1 0 334517336 202096640 48530 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49340 48530 610 1026 0 48310 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 197360
[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 9014
/proc/meminfo: memFree=25933748/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=197360 CPUtime=582.17 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 44910 0 0 0 58130 87 0 0 20 0 1 0 334517336 202096640 48530 33554432000 4194304 8395647 140734613341840 140734613336968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49340 48530 610 1026 0 48310 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 197360
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=25929668/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=198676 CPUtime=1062.1 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 45478 0 0 0 106061 149 0 0 20 0 1 0 334517336 203444224 49098 33554432000 4194304 8395647 140734613341840 140734613337400 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 49669 49098 615 1026 0 48639 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 198676
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 9019
/proc/meminfo: memFree=25928680/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=201256 CPUtime=1122.09 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 45725 0 0 0 112053 156 0 0 20 0 1 0 334517336 206086144 49345 33554432000 4194304 8395647 140734613341840 140734613337096 6699148 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50314 49345 615 1026 0 49284 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 201256
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 9019
/proc/meminfo: memFree=25928432/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=201256 CPUtime=1182.08 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 45773 0 0 0 118043 165 0 0 20 0 1 0 334517336 206086144 49393 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50314 49393 615 1026 0 49284 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 201256
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 9019
/proc/meminfo: memFree=25927748/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=201256 CPUtime=1242.07 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 45776 0 0 0 124033 174 0 0 20 0 1 0 334517336 206086144 49396 33554432000 4194304 8395647 140734613341840 140734613336968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50314 49396 615 1026 0 49284 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 201256
[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 9022
/proc/meminfo: memFree=25927000/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=201256 CPUtime=1302.06 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 45778 0 0 0 130023 183 0 0 20 0 1 0 334517336 206086144 49398 33554432000 4194304 8395647 140734613341840 140734613336968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50314 49398 616 1026 0 49284 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 201256
[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 9045
/proc/meminfo: memFree=25926704/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=201256 CPUtime=1362.06 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 45779 0 0 0 136015 191 0 0 20 0 1 0 334517336 206086144 49399 33554432000 4194304 8395647 140734613341840 140734613336968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50314 49399 616 1026 0 49284 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 201256
[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 9046
/proc/meminfo: memFree=25926556/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=201256 CPUtime=1422.05 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 45862 0 0 0 142007 198 0 0 20 0 1 0 334517336 206086144 49482 33554432000 4194304 8395647 140734613341840 140734613336712 6585809 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50314 49482 616 1026 0 49284 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 201256
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9046
/proc/meminfo: memFree=25924944/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1482.04 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46254 0 0 0 147996 208 0 0 20 0 1 0 334517336 208097280 49874 33554432000 4194304 8395647 140734613341840 140734613336968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 49874 617 1026 0 49775 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 203220
[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9046
/proc/meminfo: memFree=25924576/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1542.03 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46367 0 0 0 153986 217 0 0 20 0 1 0 334517336 208097280 49987 33554432000 4194304 8395647 140734613341840 140734613336968 6697060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 49987 617 1026 0 49775 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 203220
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9046
/proc/meminfo: memFree=25924452/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1602.01 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46380 0 0 0 159975 226 0 0 20 0 1 0 334517336 208097280 50000 33554432000 4194304 8395647 140734613341840 140734613336968 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50000 617 1026 0 49775 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 203220
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9046
/proc/meminfo: memFree=25922716/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1662 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46384 0 0 0 165965 235 0 0 20 0 1 0 334517336 208097280 50003 33554432000 4194304 8395647 140734613341840 140734613336968 6697268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50003 617 1026 0 49775 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 203220
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 9047
/proc/meminfo: memFree=25922468/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1721.99 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46397 0 0 0 171955 244 0 0 20 0 1 0 334517336 208097280 50016 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50016 617 1026 0 49775 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 203220
[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/178 9047
/proc/meminfo: memFree=25921660/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1781.98 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46403 0 0 0 177945 253 0 0 20 0 1 0 334517336 208097280 50022 33554432000 4194304 8395647 140734613341840 140734613336712 6696960 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50022 617 1026 0 49775 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 203220
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.08 2.02 1.97 3/178 9047
/proc/meminfo: memFree=25921660/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1785.29 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46403 0 0 0 178275 254 0 0 20 0 1 0 334517336 208097280 50022 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50022 617 1026 0 49775 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 203220
[startup+1788.8 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 9047
/proc/meminfo: memFree=25921660/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1788.49 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46404 0 0 0 178595 254 0 0 20 0 1 0 334517336 208097280 50023 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50023 617 1026 0 49775 0
Current children cumulated CPU time (s) 1788.49
Current children cumulated vsize (KiB) 203220
[startup+1789.6 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 9047
/proc/meminfo: memFree=25921660/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1789.28 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46404 0 0 0 178674 254 0 0 20 0 1 0 334517336 208097280 50023 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50023 617 1026 0 49775 0
Current children cumulated CPU time (s) 1789.28
Current children cumulated vsize (KiB) 203220
[startup+1790.4 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 9047
/proc/meminfo: memFree=25921660/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1790.08 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46419 0 0 0 178754 254 0 0 20 0 1 0 334517336 208097280 50038 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50038 617 1026 0 49775 0
Current children cumulated CPU time (s) 1790.08
Current children cumulated vsize (KiB) 203220
[startup+1790.8 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 9047
/proc/meminfo: memFree=25921660/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1790.49 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46419 0 0 0 178795 254 0 0 20 0 1 0 334517336 208097280 50038 33554432000 4194304 8395647 140734613341840 140734613336712 6731701 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50038 617 1026 0 49775 0
Current children cumulated CPU time (s) 1790.49
Current children cumulated vsize (KiB) 203220
[startup+1790.91 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 9047
/proc/meminfo: memFree=25921660/32873648 swapFree=6864/6864
[pid=8970] ppid=8968 vsize=203220 CPUtime=1790.59 cores=1,3,5,7
/proc/8970/stat : 8970 (pbscip.linux.x8) R 8968 8970 7869 0 -1 4202496 46419 0 0 0 178805 254 0 0 20 0 1 0 334517336 208097280 50038 33554432000 4194304 8395647 140734613341840 140734613336712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8970/statm: 50805 50038 617 1026 0 49775 0
Current children cumulated CPU time (s) 1790.59
Current children cumulated vsize (KiB) 203220
Child status: 0
Real time (s): 1790.99
CPU time (s): 1790.69
CPU user time (s): 1788.14
CPU system time (s): 2.55261
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 203220
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.14
system time used= 2.55261
maximum resident set size= 200180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46432
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= 39
involuntary context switches= 1842
runsolver used 2.96355 second user time and 9.08762 second system time
The end