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-3737925-1338719409.opb>
0.00/0.03 c original problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.00/0.03 c problem read
0.00/0.03 c No objective function, only one solution is needed.
0.00/0.03 c presolving settings loaded
0.03/0.06 c presolving:
0.09/0.11 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50160 impls, 400 clqs
0.09/0.14 c presolving (2 rounds):
0.09/0.14 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14 c 50160 implications, 400 cliques
0.09/0.14 c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.09/0.14 c 1 constraints of type <knapsack>
0.09/0.14 c 600 constraints of type <setppc>
0.09/0.14 c 6220 constraints of type <and>
0.09/0.14 c 1 constraints of type <linear>
0.09/0.14 c transformed objective value is always integral (scale: 1)
0.09/0.14 c Presolving Time: 0.09
0.09/0.14 c - non default parameters ----------------------------------------------------------------------
0.09/0.14 c # SCIP version 1.2.1.3
0.09/0.14 c
0.09/0.14 c # frequency for displaying node information lines
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14 c display/freq = 10000
0.09/0.14 c
0.09/0.14 c # maximal time in seconds to run
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14 c limits/time = 1789.97
0.09/0.14 c
0.09/0.14 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14 c limits/memory = 13950
0.09/0.14 c
0.09/0.14 c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c limits/solutions = 1
0.09/0.14 c
0.09/0.14 c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.14 c separating/maxrounds = 1
0.09/0.14 c
0.09/0.14 c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c separating/maxroundsroot = 5
0.09/0.14 c
0.09/0.14 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14 c # [type: int, range: [1,2], default: 1]
0.09/0.14 c timing/clocktype = 2
0.09/0.14 c
0.09/0.14 c # should presolving try to simplify inequalities
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14 c constraints/linear/simplifyinequalities = TRUE
0.09/0.14 c
0.09/0.14 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14 c constraints/indicator/addCouplingCons = TRUE
0.09/0.14 c
0.09/0.14 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.14 c constraints/knapsack/disaggregation = FALSE
0.09/0.14 c
0.09/0.14 c # should presolving try to simplify knapsacks
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14 c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14 c
0.09/0.14 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c presolving/probing/maxrounds = 0
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/coefdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.14 c heuristics/crossover/freq = -1
0.09/0.14 c
0.09/0.14 c # number of nodes added to the contingent of the total nodes
0.09/0.14 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14 c heuristics/crossover/nodesofs = 750
0.09/0.14 c
0.09/0.14 c # number of nodes without incumbent change that heuristic should wait
0.09/0.14 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.14 c heuristics/crossover/nwaitingnodes = 100
0.09/0.14 c
0.09/0.14 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.14 c # [type: real, range: [0,1], default: 0.1]
0.09/0.14 c heuristics/crossover/nodesquot = 0.15
0.09/0.14 c
0.09/0.14 c # minimum percentage of integer variables that have to be fixed
0.09/0.14 c # [type: real, range: [0,1], default: 0.666]
0.09/0.14 c heuristics/crossover/minfixingrate = 0.5
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14 c heuristics/feaspump/freq = -1
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/fracdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/guideddiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/intshifting/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/linesearchdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/nlp/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14 c heuristics/objpscostdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.14 c # [type: real, range: [0,1], default: 0.01]
0.09/0.14 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/oneopt/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/pscostdiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14 c heuristics/rens/freq = -1
0.09/0.14 c
0.09/0.14 c # minimum percentage of integer variables that have to be fixable
0.09/0.14 c # [type: real, range: [0,1], default: 0.5]
0.09/0.14 c heuristics/rens/minfixingrate = 0.3
0.09/0.14 c
0.09/0.14 c # number of nodes added to the contingent of the total nodes
0.09/0.14 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14 c heuristics/rens/nodesofs = 2000
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14 c heuristics/rootsoldiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.14 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/rounding/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/shifting/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/simplerounding/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14 c heuristics/trivial/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/trysol/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14 c heuristics/veclendiving/freq = -1
0.09/0.14 c
0.09/0.14 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14 c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.14 c
0.09/0.14 c # additional number of allowed LP iterations
0.09/0.14 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14 c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.14 c
0.09/0.14 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c heuristics/zirounding/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14 c separating/cmir/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14 c separating/flowcover/freq = -1
0.09/0.14 c
0.09/0.14 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c separating/rapidlearning/freq = 0
0.09/0.14 c
0.09/0.14 c -----------------------------------------------------------------------------------------------
0.09/0.14 c start solving
0.09/0.14 c
0.69/0.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.69/0.75 c 0.7s| 1 | 0 | 1220 | - | 29M| 0 | 732 |6620 |6822 |6620 | 13k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
7.39/7.49 c 7.5s| 1 | 0 | 1321 | - | 30M| 0 | 753 |6620 |6822 |6620 | 13k| 34 | 0 | 0 | 0.000000e+00 | -- | Inf
14.19/14.30 c 14.3s| 1 | 0 | 1486 | - | 32M| 0 | 729 |6620 |6822 |6620 | 13k| 45 | 0 | 0 | 0.000000e+00 | -- | Inf
21.09/21.19 c 21.2s| 1 | 0 | 1614 | - | 33M| 0 | 730 |6620 |6822 |6620 | 13k| 51 | 0 | 0 | 0.000000e+00 | -- | Inf
26.30/26.31 c 26.3s| 1 | 0 | 1772 | - | 35M| 0 | 730 |6620 |6822 |6620 | 13k| 60 | 0 | 0 | 0.000000e+00 | -- | Inf
33.48/33.50 c 33.5s| 1 | 0 | 2005 | - | 36M| 0 | 707 |6620 |6822 |6620 | 13k| 70 | 0 | 0 | 0.000000e+00 | -- | Inf
33.58/33.61 c 33.6s| 1 | 0 | 2059 | - | 36M| 0 | 713 |6620 |6822 |6620 | 13k| 71 | 0 | 0 | 0.000000e+00 | -- | Inf
49.79/49.85 c 49.8s| 1 | 2 | 2059 | - | 36M| 0 | 713 |6620 |6822 |6620 | 13k| 71 | 0 | 22 | 0.000000e+00 | -- | Inf
1789.70/1790.01 c
1789.70/1790.01 c SCIP Status : solving was interrupted [time limit reached]
1789.70/1790.01 c Solving Time (sec) : 1789.98
1789.70/1790.01 c Solving Nodes : 5177
1789.70/1790.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.70/1790.01 c Dual Bound : +0.00000000000000e+00
1789.70/1790.01 c Gap : infinite
1789.70/1790.01 s UNKNOWN
1789.70/1790.01 c SCIP Status : solving was interrupted [time limit reached]
1789.70/1790.01 c Solving Time : 1789.98
1789.70/1790.01 c Original Problem :
1789.70/1790.01 c Problem name : HOME/instance-3737925-1338719409.opb
1789.70/1790.01 c Variables : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01 c Constraints : 6822 initial, 6822 maximal
1789.70/1790.01 c Presolved Problem :
1789.70/1790.01 c Problem name : t_HOME/instance-3737925-1338719409.opb
1789.70/1790.01 c Variables : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01 c Constraints : 6822 initial, 9349 maximal
1789.70/1790.01 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.70/1790.01 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c implics : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c probing : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c knapsack : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c setppc : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c and : 0.06 0 0 0 0 0 0 0 0
1789.70/1790.01 c linear : 0.02 0 0 0 0 0 0 0 0
1789.70/1790.01 c logicor : 0.00 0 0 0 0 0 0 0 0
1789.70/1790.01 c root node : - 0 - - 0 - - - -
1789.70/1790.01 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.70/1790.01 c integral : 0 0 0 3846 0 14 1447 0 0 6130
1789.70/1790.01 c knapsack : 1 5 20183 0 1 0 0 0 0 0
1789.70/1790.01 c setppc : 600 5 20183 0 1 57 61561 0 0 0
1789.70/1790.01 c and : 6220 4699 20126 0 1 3 1312959 1349860 0 0
1789.70/1790.01 c linear : 1 5 20123 0 1 0 0 0 0 0
1789.70/1790.01 c logicor : 0+ 0 7081 0 0 21 3580 0 0 0
1789.70/1790.01 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.70/1790.01 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.70/1790.01 c integral : 566.42 0.00 0.00 566.42 0.00
1789.70/1790.01 c knapsack : 0.11 0.03 0.09 0.00 0.00
1789.70/1790.01 c setppc : 0.29 0.00 0.29 0.00 0.00
1789.70/1790.01 c and : 10.47 6.81 3.66 0.00 0.00
1789.70/1790.01 c linear : 0.28 0.00 0.28 0.00 0.00
1789.70/1790.01 c logicor : 0.43 0.00 0.43 0.00 0.00
1789.70/1790.01 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.70/1790.01 c Propagators : Time Calls Cutoffs DomReds
1789.70/1790.01 c vbounds : 0.00 1 0 0
1789.70/1790.01 c rootredcost : 0.00 0 0 0
1789.70/1790.01 c pseudoobj : 0.00 0 0 0
1789.70/1790.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.70/1790.01 c propagation : 0.00 81 76 185 21.8 0 0.0 -
1789.70/1790.01 c infeasible LP : 2.89 2023 2008 17791 42.8 0 0.0 0
1789.70/1790.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.70/1790.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.70/1790.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.70/1790.01 c applied globally : - - - 5203 61.8 - - -
1789.70/1790.01 c applied locally : - - - 0 0.0 - - -
1789.70/1790.01 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.70/1790.01 c cut pool : 0.00 4 - - 2 - (maximal pool size: 494)
1789.70/1790.01 c redcost : 0.44 4699 0 0 0 0
1789.70/1790.01 c impliedbounds : 0.00 5 0 0 58 0
1789.70/1790.01 c intobj : 0.00 0 0 0 0 0
1789.70/1790.01 c cgmip : 0.00 0 0 0 0 0
1789.70/1790.01 c gomory : 8.43 5 0 0 0 0
1789.70/1790.01 c strongcg : 23.03 5 0 0 1802 0
1789.70/1790.01 c cmir : 0.00 0 0 0 0 0
1789.70/1790.01 c flowcover : 0.00 0 0 0 0 0
1789.70/1790.01 c clique : 0.11 5 0 0 34 0
1789.70/1790.01 c zerohalf : 0.00 0 0 0 0 0
1789.70/1790.01 c mcf : 0.16 3 0 0 33 0
1789.70/1790.01 c rapidlearning : 0.27 1 0 0 0 0
1789.70/1790.01 c Pricers : Time Calls Vars
1789.70/1790.01 c problem variables: 0.00 0 0
1789.70/1790.01 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.70/1790.01 c relpscost : 566.41 3846 14 1447 0 0 6130
1789.70/1790.01 c pscost : 0.00 0 0 0 0 0 0
1789.70/1790.01 c inference : 0.00 1 0 0 0 0 2
1789.70/1790.01 c mostinf : 0.00 0 0 0 0 0 0
1789.70/1790.01 c leastinf : 0.00 0 0 0 0 0 0
1789.70/1790.01 c fullstrong : 0.00 0 0 0 0 0 0
1789.70/1790.01 c allfullstrong : 0.00 0 0 0 0 0 0
1789.70/1790.01 c random : 0.00 0 0 0 0 0 0
1789.70/1790.01 c Primal Heuristics : Time Calls Found
1789.70/1790.01 c LP solutions : 0.00 - 0
1789.70/1790.01 c pseudo solutions : 0.00 - 0
1789.70/1790.01 c trivial : 0.00 1 0
1789.70/1790.01 c simplerounding : 0.00 0 0
1789.70/1790.01 c zirounding : 0.00 0 0
1789.70/1790.01 c rounding : 0.00 0 0
1789.70/1790.01 c shifting : 0.00 0 0
1789.70/1790.01 c intshifting : 0.00 0 0
1789.70/1790.01 c oneopt : 0.00 0 0
1789.70/1790.01 c twoopt : 0.00 0 0
1789.70/1790.01 c fixandinfer : 0.00 0 0
1789.70/1790.01 c feaspump : 0.00 0 0
1789.70/1790.01 c coefdiving : 0.00 0 0
1789.70/1790.01 c pscostdiving : 0.00 0 0
1789.70/1790.01 c fracdiving : 0.00 0 0
1789.70/1790.01 c veclendiving : 0.00 0 0
1789.70/1790.01 c intdiving : 0.00 0 0
1789.70/1790.01 c actconsdiving : 0.00 0 0
1789.70/1790.01 c objpscostdiving : 0.00 0 0
1789.70/1790.01 c rootsoldiving : 0.00 0 0
1789.70/1790.01 c linesearchdiving : 0.00 0 0
1789.70/1790.01 c guideddiving : 0.00 0 0
1789.70/1790.01 c octane : 0.00 0 0
1789.70/1790.01 c rens : 0.00 0 0
1789.70/1790.01 c rins : 0.00 0 0
1789.70/1790.01 c localbranching : 0.00 0 0
1789.70/1790.01 c mutation : 0.00 0 0
1789.70/1790.01 c crossover : 0.00 0 0
1789.70/1790.01 c dins : 0.00 0 0
1789.70/1790.01 c undercover : 0.00 0 0
1789.70/1790.01 c nlp : 0.00 0 0
1789.70/1790.01 c trysol : 0.00 0 0
1789.70/1790.01 c LP : Time Calls Iterations Iter/call Iter/sec
1789.70/1790.01 c primal LP : 6.55 0 0 0.00 0.00
1789.70/1790.01 c dual LP : 1146.65 10570 3226499 305.25 2813.85
1789.70/1790.01 c lex dual LP : 0.00 0 0 0.00 -
1789.70/1790.01 c barrier LP : 0.00 0 0 0.00 -
1789.70/1790.01 c diving/probing LP: 0.00 0 0 0.00 -
1789.70/1790.01 c strong branching : 565.92 10040 1517134 151.11 2680.82
1789.70/1790.01 c (at root node) : - 22 17754 807.00 -
1789.70/1790.01 c conflict analysis: 0.00 0 0 0.00 -
1789.70/1790.01 c B&B Tree :
1789.70/1790.01 c number of runs : 1
1789.70/1790.01 c nodes : 5177
1789.70/1790.01 c nodes (total) : 5177
1789.70/1790.01 c nodes left : 625
1789.70/1790.01 c max depth : 24
1789.70/1790.01 c max depth (total): 24
1789.70/1790.01 c backtracks : 1002 (19.4%)
1789.70/1790.01 c delayed cutoffs : 331
1789.70/1790.01 c repropagations : 4620 (65572 domain reductions, 7 cutoffs)
1789.70/1790.01 c avg switch length: 5.88
1789.70/1790.01 c switching time : 12.70
1789.70/1790.01 c Solution :
1789.70/1790.01 c Solutions found : 0 (0 improvements)
1789.70/1790.01 c Primal Bound : -
1789.70/1790.01 c Dual Bound : +0.00000000000000e+00
1789.70/1790.01 c Gap : infinite
1789.70/1790.01 c Root Dual Bound : +0.00000000000000e+00
1789.70/1790.01 c Root Iterations : 2059
1789.70/1790.08 c Time complete: 1789.78.
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-3737925-1338719409/watcher-3737925-1338719409 -o /tmp/evaluation-result-3737925-1338719409/solver-3737925-1338719409 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737925-1338719409.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17185
/proc/meminfo: memFree=28001044/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 1746 0 0 0 0 0 0 0 20 0 1 0 338067724 10211328 1693 33554432000 4194304 8395647 140733760584864 140734777650328 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 2493 1704 374 1026 0 1463 0
[startup+0.040851 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17185
/proc/meminfo: memFree=28001044/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=19756 CPUtime=0.03 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 4475 0 0 0 3 0 0 0 20 0 1 0 338067724 20230144 4067 33554432000 4194304 8395647 140733760584864 140734777650328 6347101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 4939 4078 407 1026 0 3909 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19756
[startup+0.100303 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17185
/proc/meminfo: memFree=28001044/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=34244 CPUtime=0.09 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 7930 0 0 0 9 0 0 0 20 0 1 0 338067724 35065856 7522 33554432000 4194304 8395647 140733760584864 140734777650328 4745193 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 8561 7522 466 1026 0 7531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34244
[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17185
/proc/meminfo: memFree=28001044/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=65272 CPUtime=0.29 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 15564 0 0 0 28 1 0 0 20 0 1 0 338067724 66838528 14774 33554432000 4194304 8395647 140733760584864 140734777650328 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 16318 14774 564 1026 0 15288 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65272
[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17185
/proc/meminfo: memFree=28001044/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=65644 CPUtime=0.69 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 15933 0 0 0 68 1 0 0 20 0 1 0 338067724 67219456 15126 33554432000 4194304 8395647 140733760584864 140733760580072 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 16411 15126 568 1026 0 15381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65644
[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17186
/proc/meminfo: memFree=27942128/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=66380 CPUtime=1.49 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 16120 0 0 0 148 1 0 0 20 0 1 0 338067724 67973120 15308 33554432000 4194304 8395647 140733760584864 140733760580056 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 16595 15308 584 1026 0 15565 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66380
[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17186
/proc/meminfo: memFree=27941508/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=66380 CPUtime=3.08 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 16128 0 0 0 307 1 0 0 20 0 1 0 338067724 67973120 15316 33554432000 4194304 8395647 140733760584864 140733760580104 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 16595 15316 589 1026 0 15565 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 66380
[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17186
/proc/meminfo: memFree=27941460/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=67564 CPUtime=6.29 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 16563 0 0 0 627 2 0 0 20 0 1 0 338067724 69185536 15751 33554432000 4194304 8395647 140733760584864 140733760580152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 16891 15751 589 1026 0 15861 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67564
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17186
/proc/meminfo: memFree=27914340/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=92644 CPUtime=12.69 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 25631 0 0 0 1259 10 0 0 20 0 1 0 338067724 94867456 22056 33554432000 4194304 8395647 140733760584864 140733760580152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 23161 22056 623 1026 0 22131 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92644
[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17186
/proc/meminfo: memFree=27914908/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=92644 CPUtime=25.48 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 25709 0 0 0 2536 12 0 0 20 0 1 0 338067724 94867456 22134 33554432000 4194304 8395647 140733760584864 140733760580152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 23161 22134 623 1026 0 22131 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92644
[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17186
/proc/meminfo: memFree=27909240/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=95536 CPUtime=51.08 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 26827 0 0 0 5091 17 0 0 20 0 1 0 338067724 97828864 23254 33554432000 4194304 8395647 140733760584864 140733760580168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 23884 23254 624 1026 0 22854 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95536
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17187
/proc/meminfo: memFree=27908512/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=95536 CPUtime=102.27 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 26850 0 0 0 10192 35 0 0 20 0 1 0 338067724 97828864 23423 33554432000 4194304 8395647 140733760584864 140733760580168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 23884 23423 629 1026 0 22854 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 95536
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17187
/proc/meminfo: memFree=27907596/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=95536 CPUtime=162.26 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 26856 0 0 0 16167 59 0 0 20 0 1 0 338067724 97828864 23429 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 23884 23429 629 1026 0 22854 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 95536
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17187
/proc/meminfo: memFree=27906356/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=96732 CPUtime=222.25 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 27077 0 0 0 22141 84 0 0 20 0 1 0 338067724 99053568 23650 33554432000 4194304 8395647 140733760584864 140733760580072 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 24183 23650 629 1026 0 23153 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 96732
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17187
/proc/meminfo: memFree=27903532/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=99156 CPUtime=282.23 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 27665 0 0 0 28117 106 0 0 20 0 1 0 338067724 101535744 24237 33554432000 4194304 8395647 140733760584864 140733760580328 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 24789 24237 629 1026 0 23759 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 99156
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 17187
/proc/meminfo: memFree=27898728/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=103612 CPUtime=342.22 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 28796 0 0 0 34093 129 0 0 20 0 1 0 338067724 106098688 25367 33554432000 4194304 8395647 140733760584864 140733760580168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 25903 25367 629 1026 0 24873 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 103612
[startup+402.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 17188
/proc/meminfo: memFree=27895932/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=105940 CPUtime=402.21 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 29411 0 0 0 40068 153 0 0 20 0 1 0 338067724 108482560 25979 33554432000 4194304 8395647 140733760584864 140733760580328 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 26485 25979 629 1026 0 25455 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 105940
[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 17188
/proc/meminfo: memFree=27893580/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=108236 CPUtime=462.21 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 29942 0 0 0 46045 176 0 0 20 0 1 0 338067724 110833664 26510 33554432000 4194304 8395647 140733760584864 140733760580072 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 27059 26510 629 1026 0 26029 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 108236
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 17188
/proc/meminfo: memFree=27890592/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=110776 CPUtime=522.2 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 30600 0 0 0 52018 202 0 0 20 0 1 0 338067724 113434624 27166 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 27694 27166 629 1026 0 26664 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 110776
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 17189
/proc/meminfo: memFree=27888244/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=113976 CPUtime=582.19 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 31375 0 0 0 57994 225 0 0 20 0 1 0 338067724 116711424 27941 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 28494 27941 629 1026 0 27464 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 113976
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=27867312/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=132992 CPUtime=1062.12 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 36161 0 0 0 105800 412 0 0 20 0 1 0 338067724 136183808 32719 33554432000 4194304 8395647 140733760584864 140733760579736 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 33248 32719 629 1026 0 32218 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 132992
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 17193
/proc/meminfo: memFree=27863964/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=136308 CPUtime=1122.1 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 36997 0 0 0 111772 438 0 0 20 0 1 0 338067724 139579392 33552 33554432000 4194304 8395647 140733760584864 140733760580328 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 34077 33552 630 1026 0 33047 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 136308
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 17193
/proc/meminfo: memFree=27860180/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=139776 CPUtime=1182.1 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 37923 0 0 0 117749 461 0 0 20 0 1 0 338067724 143130624 34478 33554432000 4194304 8395647 140733760584864 140733760580328 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 34944 34478 630 1026 0 33914 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 139776
[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 17196
/proc/meminfo: memFree=27854620/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=143572 CPUtime=1242.08 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 38805 0 0 0 123725 483 0 0 20 0 1 0 338067724 147017728 35357 33554432000 4194304 8395647 140733760584864 140733760580424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 35893 35357 630 1026 0 34863 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 143572
[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 17273
/proc/meminfo: memFree=27799900/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=144712 CPUtime=1302.08 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 39083 0 0 0 129700 508 0 0 20 0 1 0 338067724 148185088 35635 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 36178 35635 630 1026 0 35148 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 144712
[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/177 17273
/proc/meminfo: memFree=27796292/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=148140 CPUtime=1362.06 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 40004 0 0 0 135675 531 0 0 20 0 1 0 338067724 151695360 36554 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 37035 36554 630 1026 0 36005 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 148140
[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 17273
/proc/meminfo: memFree=27775744/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=150180 CPUtime=1422.07 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 40537 0 0 0 141648 559 0 0 20 0 1 0 338067724 153784320 37087 33554432000 4194304 8395647 140733760584864 140733760580472 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 37545 37087 630 1026 0 36515 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 150180
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 17273
/proc/meminfo: memFree=27765136/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=153476 CPUtime=1482.05 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 41352 0 0 0 147620 585 0 0 20 0 1 0 338067724 157159424 37902 33554432000 4194304 8395647 140733760584864 140733760580472 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 38369 37902 630 1026 0 37339 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 153476
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 17273
/proc/meminfo: memFree=27735752/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=155904 CPUtime=1542.04 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 41901 0 0 0 153592 612 0 0 20 0 1 0 338067724 159645696 38459 33554432000 4194304 8395647 140733760584864 140733760580168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 38976 38459 630 1026 0 37946 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 155904
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 17274
/proc/meminfo: memFree=27727692/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=159012 CPUtime=1602.03 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 42676 0 0 0 159565 638 0 0 20 0 1 0 338067724 162828288 39234 33554432000 4194304 8395647 140733760584864 140733760580424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 39753 39234 630 1026 0 38723 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 159012
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 17274
/proc/meminfo: memFree=27714092/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=161688 CPUtime=1662.02 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 43307 0 0 0 165538 664 0 0 20 0 1 0 338067724 165568512 39865 33554432000 4194304 8395647 140733760584864 140733760580008 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 40422 39865 630 1026 0 39392 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 161688
[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/177 17274
/proc/meminfo: memFree=27709496/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=163232 CPUtime=1722 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 43758 0 0 0 171510 690 0 0 20 0 1 0 338067724 167149568 40313 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 40808 40313 630 1026 0 39778 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 163232
[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 17274
/proc/meminfo: memFree=27698032/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=164124 CPUtime=1781.99 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 44025 0 0 0 177481 718 0 0 20 0 1 0 338067724 168062976 40580 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 41031 40580 630 1026 0 40001 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 164124
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 17274
/proc/meminfo: memFree=27698032/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=164124 CPUtime=1785.2 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 44025 0 0 0 177800 720 0 0 20 0 1 0 338067724 168062976 40580 33554432000 4194304 8395647 140733760584864 140733760580376 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 41031 40580 630 1026 0 40001 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 164124
[startup+1787.1 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 17274
/proc/meminfo: memFree=27698032/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=164620 CPUtime=1786.8 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 44033 0 0 0 177959 721 0 0 20 0 1 0 338067724 168570880 40588 33554432000 4194304 8395647 140733760584864 140733760580376 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 41155 40588 630 1026 0 40125 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 164620
[startup+1788.7 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 17274
/proc/meminfo: memFree=27698156/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=164620 CPUtime=1788.4 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 44033 0 0 0 178119 721 0 0 20 0 1 0 338067724 168570880 40588 33554432000 4194304 8395647 140733760584864 140733760580168 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 41155 40588 630 1026 0 40125 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 164620
[startup+1789.5 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 17274
/proc/meminfo: memFree=27698156/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=164620 CPUtime=1789.19 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 44033 0 0 0 178198 721 0 0 20 0 1 0 338067724 168570880 40588 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 41155 40588 630 1026 0 40125 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 164620
[startup+1789.9 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 17274
/proc/meminfo: memFree=27698156/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=164620 CPUtime=1789.6 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 44033 0 0 0 178238 722 0 0 20 0 1 0 338067724 168570880 40588 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 41155 40588 630 1026 0 40125 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 164620
[startup+1790 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 17274
/proc/meminfo: memFree=27698156/32873648 swapFree=6864/6864
[pid=17185] ppid=17183 vsize=164620 CPUtime=1789.7 cores=0,2,4,6
/proc/17185/stat : 17185 (pbscip.linux.x8) R 17183 17185 16401 0 -1 4202496 44033 0 0 0 178248 722 0 0 20 0 1 0 338067724 168570880 40588 33554432000 4194304 8395647 140733760584864 140733760579992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17185/statm: 41155 40588 630 1026 0 40125 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 164620
Child status: 0
Real time (s): 1790.09
CPU time (s): 1789.8
CPU user time (s): 1782.57
CPU system time (s): 7.2289
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 164620
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.57
system time used= 7.2289
maximum resident set size= 162364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44039
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= 51
involuntary context switches= 1838
runsolver used 3.2755 second user time and 7.76382 second system time
The end