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-3739605-1338730455.opb>
0.69/0.78 c original problem has 37752 variables (37752 bin, 0 int, 0 impl, 0 cont) and 120373 constraints
0.69/0.78 c problem read
0.69/0.78 c No objective function, only one solution is needed.
0.69/0.78 c presolving settings loaded
1.00/1.09 c presolving:
3.79/3.85 c (round 1) 4708 del vars, 13436 del conss, 3141 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 7289840 impls, 0 clqs
5.19/5.23 c (round 2) 10608 del vars, 34264 del conss, 8621 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 7320888 impls, 0 clqs
5.49/5.56 c (round 3) 12618 del vars, 43289 del conss, 9776 chg bounds, 11 chg sides, 10 chg coeffs, 0 upgd conss, 7336928 impls, 0 clqs
5.69/5.72 c (round 4) 13400 del vars, 46571 del conss, 10268 chg bounds, 14 chg sides, 14 chg coeffs, 0 upgd conss, 7344600 impls, 0 clqs
5.79/5.84 c (round 5) 13805 del vars, 48218 del conss, 10549 chg bounds, 14 chg sides, 14 chg coeffs, 0 upgd conss, 7348773 impls, 0 clqs
5.89/5.97 c (round 6) 14111 del vars, 49176 del conss, 10748 chg bounds, 14 chg sides, 14 chg coeffs, 0 upgd conss, 7353737 impls, 0 clqs
5.99/6.02 c (round 7) 14232 del vars, 49892 del conss, 10815 chg bounds, 14 chg sides, 14 chg coeffs, 0 upgd conss, 7355132 impls, 0 clqs
5.99/6.06 c (round 8) 14255 del vars, 50046 del conss, 10820 chg bounds, 14 chg sides, 14 chg coeffs, 0 upgd conss, 7355422 impls, 0 clqs
5.99/6.09 c (round 9) 14255 del vars, 50057 del conss, 10820 chg bounds, 14 chg sides, 14 chg coeffs, 0 upgd conss, 7355422 impls, 0 clqs
6.39/6.41 c (round 10) 14255 del vars, 50057 del conss, 10820 chg bounds, 14 chg sides, 14 chg coeffs, 70316 upgd conss, 7355422 impls, 0 clqs
6.69/6.70 c presolving (11 rounds):
6.69/6.70 c 14255 deleted vars, 50057 deleted constraints, 10820 tightened bounds, 0 added holes, 20 changed sides, 134 changed coefficients
6.69/6.70 c 7355826 implications, 1371 cliques
6.69/6.70 c presolved problem has 23497 variables (23497 bin, 0 int, 0 impl, 0 cont) and 70316 constraints
6.69/6.70 c 603 constraints of type <knapsack>
6.69/6.70 c 58312 constraints of type <setppc>
6.69/6.70 c 11401 constraints of type <logicor>
6.69/6.70 c transformed objective value is always integral (scale: 1)
6.69/6.70 c Presolving Time: 5.71
6.69/6.70 c - non default parameters ----------------------------------------------------------------------
6.69/6.70 c # SCIP version 1.2.1.3
6.69/6.70 c
6.69/6.70 c # frequency for displaying node information lines
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 100]
6.69/6.70 c display/freq = 10000
6.69/6.70 c
6.69/6.70 c # maximal time in seconds to run
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.69/6.70 c limits/time = 1789.23
6.69/6.70 c
6.69/6.70 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.69/6.70 c limits/memory = 13950
6.69/6.70 c
6.69/6.70 c # solving stops, if the given number of solutions were found (-1: no limit)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.70 c limits/solutions = 1
6.69/6.70 c
6.69/6.70 c # maximal number of separation rounds per node (-1: unlimited)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 5]
6.69/6.70 c separating/maxrounds = 1
6.69/6.70 c
6.69/6.70 c # maximal number of separation rounds in the root node (-1: unlimited)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.70 c separating/maxroundsroot = 5
6.69/6.70 c
6.69/6.70 c # default clock type (1: CPU user seconds, 2: wall clock time)
6.69/6.70 c # [type: int, range: [1,2], default: 1]
6.69/6.70 c timing/clocktype = 2
6.69/6.70 c
6.69/6.70 c # should presolving try to simplify inequalities
6.69/6.70 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.70 c constraints/linear/simplifyinequalities = TRUE
6.69/6.70 c
6.69/6.70 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
6.69/6.70 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.70 c constraints/indicator/addCouplingCons = TRUE
6.69/6.70 c
6.69/6.70 c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.69/6.70 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.69/6.70 c constraints/knapsack/disaggregation = FALSE
6.69/6.70 c
6.69/6.70 c # should presolving try to simplify knapsacks
6.69/6.70 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.70 c constraints/knapsack/simplifyinequalities = TRUE
6.69/6.70 c
6.69/6.70 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.70 c presolving/probing/maxrounds = 0
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.70 c heuristics/coefdiving/freq = -1
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.70 c heuristics/coefdiving/maxlpiterquot = 0.075
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/coefdiving/maxlpiterofs = 1500
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 30]
6.69/6.70 c heuristics/crossover/freq = -1
6.69/6.70 c
6.69/6.70 c # number of nodes added to the contingent of the total nodes
6.69/6.70 c # [type: longint, range: [0,9223372036854775807], default: 500]
6.69/6.70 c heuristics/crossover/nodesofs = 750
6.69/6.70 c
6.69/6.70 c # number of nodes without incumbent change that heuristic should wait
6.69/6.70 c # [type: longint, range: [0,9223372036854775807], default: 200]
6.69/6.70 c heuristics/crossover/nwaitingnodes = 100
6.69/6.70 c
6.69/6.70 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.69/6.70 c # [type: real, range: [0,1], default: 0.1]
6.69/6.70 c heuristics/crossover/nodesquot = 0.15
6.69/6.70 c
6.69/6.70 c # minimum percentage of integer variables that have to be fixed
6.69/6.70 c # [type: real, range: [0,1], default: 0.666]
6.69/6.70 c heuristics/crossover/minfixingrate = 0.5
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 20]
6.69/6.70 c heuristics/feaspump/freq = -1
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/feaspump/maxlpiterofs = 2000
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.70 c heuristics/fracdiving/freq = -1
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.70 c heuristics/fracdiving/maxlpiterquot = 0.075
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/fracdiving/maxlpiterofs = 1500
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.70 c heuristics/guideddiving/freq = -1
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.70 c heuristics/guideddiving/maxlpiterquot = 0.075
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/guideddiving/maxlpiterofs = 1500
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.70 c heuristics/intdiving/maxlpiterquot = 0.075
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.70 c heuristics/intshifting/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.70 c heuristics/linesearchdiving/freq = -1
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.70 c heuristics/linesearchdiving/maxlpiterquot = 0.075
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/linesearchdiving/maxlpiterofs = 1500
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.70 c heuristics/nlp/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 20]
6.69/6.70 c heuristics/objpscostdiving/freq = -1
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to total iteration number
6.69/6.70 c # [type: real, range: [0,1], default: 0.01]
6.69/6.70 c heuristics/objpscostdiving/maxlpiterquot = 0.015
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/objpscostdiving/maxlpiterofs = 1500
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.70 c heuristics/oneopt/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.70 c heuristics/pscostdiving/freq = -1
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.70 c heuristics/pscostdiving/maxlpiterquot = 0.075
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/pscostdiving/maxlpiterofs = 1500
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 0]
6.69/6.70 c heuristics/rens/freq = -1
6.69/6.70 c
6.69/6.70 c # minimum percentage of integer variables that have to be fixable
6.69/6.70 c # [type: real, range: [0,1], default: 0.5]
6.69/6.70 c heuristics/rens/minfixingrate = 0.3
6.69/6.70 c
6.69/6.70 c # number of nodes added to the contingent of the total nodes
6.69/6.70 c # [type: longint, range: [0,9223372036854775807], default: 500]
6.69/6.70 c heuristics/rens/nodesofs = 2000
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 20]
6.69/6.70 c heuristics/rootsoldiving/freq = -1
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.69/6.70 c heuristics/rootsoldiving/maxlpiterquot = 0.015
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/rootsoldiving/maxlpiterofs = 1500
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.70 c heuristics/rounding/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.70 c heuristics/shifting/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.70 c heuristics/simplerounding/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 0]
6.69/6.70 c heuristics/trivial/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.70 c heuristics/trysol/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.70 c heuristics/veclendiving/freq = -1
6.69/6.70 c
6.69/6.70 c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.70 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.70 c heuristics/veclendiving/maxlpiterquot = 0.075
6.69/6.70 c
6.69/6.70 c # additional number of allowed LP iterations
6.69/6.70 c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.70 c heuristics/veclendiving/maxlpiterofs = 1500
6.69/6.70 c
6.69/6.70 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.70 c heuristics/zirounding/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 0]
6.69/6.70 c separating/cmir/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: 0]
6.69/6.70 c separating/flowcover/freq = -1
6.69/6.70 c
6.69/6.70 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.69/6.70 c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.70 c separating/rapidlearning/freq = 0
6.69/6.70 c
6.69/6.70 c -----------------------------------------------------------------------------------------------
6.69/6.70 c start solving
6.69/6.71 c
353.23/353.32 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
353.23/353.32 c 353s| 1 | 0 | 44008 | - | 301M| 0 | 12k| 23k| 70k| 23k| 70k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
954.94/955.12 c 954s| 1 | 0 | 82678 | - | 301M| 0 | 14k| 23k| 70k| 23k| 70k| 110 | 0 | 0 | 0.000000e+00 | -- | Inf
1481.37/1481.66 c 1481s| 1 | 0 |117399 | - | 301M| 0 | 14k| 23k| 70k| 23k| 70k| 287 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.91/1790.26 c 1789s| 1 | 0 |140551 | - | 301M| 0 | - | 23k| 70k| 23k| 70k| 416 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.91/1790.28 c 1789s| 1 | 2 |140551 | - | 301M| 0 | - | 23k| 70k| 23k| 70k| 416 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.91/1790.28 c
1789.91/1790.28 c SCIP Status : solving was interrupted [time limit reached]
1789.91/1790.28 c Solving Time (sec) : 1789.50
1789.91/1790.28 c Solving Nodes : 1
1789.91/1790.28 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.91/1790.28 c Dual Bound : +0.00000000000000e+00
1789.91/1790.28 c Gap : infinite
1789.91/1790.28 s UNKNOWN
1789.91/1790.28 c SCIP Status : solving was interrupted [time limit reached]
1789.91/1790.28 c Solving Time : 1789.50
1789.91/1790.28 c Original Problem :
1789.91/1790.28 c Problem name : HOME/instance-3739605-1338730455.opb
1789.91/1790.28 c Variables : 37752 (37752 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.91/1790.28 c Constraints : 120373 initial, 120373 maximal
1789.91/1790.28 c Presolved Problem :
1789.91/1790.28 c Problem name : t_HOME/instance-3739605-1338730455.opb
1789.91/1790.28 c Variables : 23497 (23497 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.91/1790.28 c Constraints : 70316 initial, 70316 maximal
1789.91/1790.28 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.91/1790.28 c trivial : 0.02 823 0 0 0 0 0 0 0
1789.91/1790.28 c dualfix : 0.05 110 0 0 0 0 0 0 0
1789.91/1790.28 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.28 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.28 c implics : 0.18 0 0 0 0 0 0 0 0
1789.91/1790.28 c probing : 0.00 0 0 0 0 0 0 0 0
1789.91/1790.28 c knapsack : 0.16 0 0 0 0 0 0 6 120
1789.91/1790.28 c setppc : 0.10 0 0 0 0 0 0 0 0
1789.91/1790.28 c linear : 4.95 9998 3324 0 10820 0 50057 14 14
1789.91/1790.28 c logicor : 0.03 0 0 0 0 0 0 0 0
1789.91/1790.28 c root node : - 0 - - 0 - - - -
1789.91/1790.28 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.91/1790.28 c integral : 0 0 0 0 0 0 0 0 0 0
1789.91/1790.28 c knapsack : 603 3 1 0 1 0 0 601 0 0
1789.91/1790.28 c setppc : 58312 3 1 0 1 0 0 0 0 0
1789.91/1790.28 c logicor : 11401 3 1 0 1 0 0 0 0 0
1789.91/1790.28 c countsols : 0 0 0 0 1 0 0 0 0 0
1789.91/1790.28 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.91/1790.28 c integral : 0.00 0.00 0.00 0.00 0.00
1789.91/1790.28 c knapsack : 0.02 0.02 0.01 0.00 0.00
1789.91/1790.28 c setppc : 0.02 0.01 0.00 0.00 0.01
1789.91/1790.28 c logicor : 0.02 0.00 0.01 0.00 0.00
1789.91/1790.28 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.91/1790.28 c Propagators : Time Calls Cutoffs DomReds
1789.91/1790.28 c vbounds : 0.00 1 0 0
1789.91/1790.28 c rootredcost : 0.00 0 0 0
1789.91/1790.28 c pseudoobj : 0.00 0 0 0
1789.91/1790.28 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.91/1790.28 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1789.91/1790.28 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1789.91/1790.28 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.91/1790.28 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.91/1790.28 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.91/1790.28 c applied globally : - - - 0 0.0 - - -
1789.91/1790.28 c applied locally : - - - 0 0.0 - - -
1789.91/1790.28 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.91/1790.28 c cut pool : 0.00 2 - - 11 - (maximal pool size: 96)
1789.91/1790.28 c redcost : 0.00 3 0 0 0 0
1789.91/1790.28 c impliedbounds : 0.13 3 0 0 124 0
1789.91/1790.28 c intobj : 0.00 0 0 0 0 0
1789.91/1790.28 c cgmip : 0.00 0 0 0 0 0
1789.91/1790.28 c gomory : 124.18 3 0 0 1357 0
1789.91/1790.28 c strongcg : 116.16 3 0 0 1357 0
1789.91/1790.28 c cmir : 0.00 0 0 0 0 0
1789.91/1790.28 c flowcover : 0.00 0 0 0 0 0
1789.91/1790.28 c clique : 19.81 3 0 0 20 0
1789.91/1790.28 c zerohalf : 0.00 0 0 0 0 0
1789.91/1790.28 c mcf : 8.23 1 0 0 0 0
1789.91/1790.28 c rapidlearning : 0.00 0 0 0 0 0
1789.91/1790.28 c Pricers : Time Calls Vars
1789.91/1790.28 c problem variables: 0.00 0 0
1789.91/1790.28 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.91/1790.28 c relpscost : 0.00 0 0 0 0 0 0
1789.91/1790.28 c pscost : 0.00 0 0 0 0 0 0
1789.91/1790.28 c inference : 0.00 1 0 0 0 0 2
1789.91/1790.28 c mostinf : 0.00 0 0 0 0 0 0
1789.91/1790.28 c leastinf : 0.00 0 0 0 0 0 0
1789.91/1790.28 c fullstrong : 0.00 0 0 0 0 0 0
1789.91/1790.28 c allfullstrong : 0.00 0 0 0 0 0 0
1789.91/1790.28 c random : 0.00 0 0 0 0 0 0
1789.91/1790.28 c Primal Heuristics : Time Calls Found
1789.91/1790.28 c LP solutions : 0.00 - 0
1789.91/1790.28 c pseudo solutions : 0.00 - 0
1789.91/1790.28 c trivial : 0.03 1 0
1789.91/1790.28 c simplerounding : 0.00 0 0
1789.91/1790.28 c zirounding : 0.00 0 0
1789.91/1790.28 c rounding : 0.00 0 0
1789.91/1790.28 c shifting : 0.00 0 0
1789.91/1790.28 c intshifting : 0.00 0 0
1789.91/1790.28 c oneopt : 0.00 0 0
1789.91/1790.28 c twoopt : 0.00 0 0
1789.91/1790.28 c fixandinfer : 0.00 0 0
1789.91/1790.28 c feaspump : 0.00 0 0
1789.91/1790.28 c coefdiving : 0.00 0 0
1789.91/1790.28 c pscostdiving : 0.00 0 0
1789.91/1790.28 c fracdiving : 0.00 0 0
1789.91/1790.28 c veclendiving : 0.00 0 0
1789.91/1790.28 c intdiving : 0.00 0 0
1789.91/1790.28 c actconsdiving : 0.00 0 0
1789.91/1790.28 c objpscostdiving : 0.00 0 0
1789.91/1790.28 c rootsoldiving : 0.00 0 0
1789.91/1790.28 c linesearchdiving : 0.00 0 0
1789.91/1790.28 c guideddiving : 0.00 0 0
1789.91/1790.28 c octane : 0.00 0 0
1789.91/1790.28 c rens : 0.00 0 0
1789.91/1790.28 c rins : 0.00 0 0
1789.91/1790.28 c localbranching : 0.00 0 0
1789.91/1790.28 c mutation : 0.00 0 0
1789.91/1790.28 c crossover : 0.00 0 0
1789.91/1790.28 c dins : 0.00 0 0
1789.91/1790.28 c undercover : 0.00 0 0
1789.91/1790.28 c nlp : 0.00 0 0
1789.91/1790.28 c trysol : 0.00 0 0
1789.91/1790.28 c LP : Time Calls Iterations Iter/call Iter/sec
1789.91/1790.28 c primal LP : 0.00 0 0 0.00 -
1789.91/1790.28 c dual LP : 1514.73 4 140551 35137.75 92.79
1789.91/1790.28 c lex dual LP : 0.00 0 0 0.00 -
1789.91/1790.28 c barrier LP : 0.00 0 0 0.00 -
1789.91/1790.28 c diving/probing LP: 0.00 0 0 0.00 -
1789.91/1790.28 c strong branching : 0.00 0 0 0.00 -
1789.91/1790.28 c (at root node) : - 0 0 0.00 -
1789.91/1790.28 c conflict analysis: 0.00 0 0 0.00 -
1789.91/1790.28 c B&B Tree :
1789.91/1790.28 c number of runs : 1
1789.91/1790.28 c nodes : 1
1789.91/1790.28 c nodes (total) : 1
1789.91/1790.28 c nodes left : 2
1789.91/1790.28 c max depth : 0
1789.91/1790.28 c max depth (total): 0
1789.91/1790.28 c backtracks : 0 (0.0%)
1789.91/1790.28 c delayed cutoffs : 0
1789.91/1790.28 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1789.91/1790.28 c avg switch length: 1.00
1789.91/1790.28 c switching time : 0.00
1789.91/1790.28 c Solution :
1789.91/1790.28 c Solutions found : 0 (0 improvements)
1789.91/1790.28 c Primal Bound : -
1789.91/1790.28 c Dual Bound : +0.00000000000000e+00
1789.91/1790.28 c Gap : infinite
1789.91/1790.28 c Root Dual Bound : +0.00000000000000e+00
1789.91/1790.28 c Root Iterations : 140551
1790.21/1790.59 c Time complete: 1790.31.
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-3739605-1338730455/watcher-3739605-1338730455 -o /tmp/evaluation-result-3739605-1338730455/solver-3739605-1338730455 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3739605-1338730455.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4561
/proc/meminfo: memFree=28207860/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 1459 0 0 0 0 0 0 0 20 0 1 0 339171155 9158656 1405 33554432000 4194304 8395647 140735729229632 140735798419608 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 2236 1412 374 1026 0 1206 0
[startup+0.027822 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4561
/proc/meminfo: memFree=28207860/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=14624 CPUtime=0.02 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 2899 0 0 0 2 0 0 0 20 0 1 0 339171155 14974976 2845 33554432000 4194304 8395647 140735729229632 140735798419608 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 3656 2845 390 1026 0 2626 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14624
[startup+0.100347 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4561
/proc/meminfo: memFree=28207860/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=27256 CPUtime=0.09 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 6051 0 0 0 8 1 0 0 20 0 1 0 339171155 27910144 5997 33554432000 4194304 8395647 140735729229632 140735798419608 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 6814 5997 390 1026 0 5784 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27256
[startup+0.300324 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4561
/proc/meminfo: memFree=28207860/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=42584 CPUtime=0.29 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 9866 0 0 0 27 2 0 0 20 0 1 0 339171155 43606016 9812 33554432000 4194304 8395647 140735729229632 140735729094840 4472761 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 10646 9812 390 1026 0 9616 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42584
[startup+0.700297 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4561
/proc/meminfo: memFree=28207860/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=74656 CPUtime=0.69 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 17856 0 0 0 66 3 0 0 20 0 1 0 339171155 76447744 17802 33554432000 4194304 8395647 140735729229632 140735729094840 7385073 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 18664 17802 390 1026 0 17634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74656
[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=28031252/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=244028 CPUtime=1.49 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 59767 0 0 0 139 10 0 0 20 0 1 0 339171155 249884672 59359 33554432000 4194304 8395647 140735729229632 140735729225384 4247631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 61007 59359 469 1026 0 59977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244028
[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27915932/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=366556 CPUtime=3.09 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 89012 0 0 0 294 15 0 0 20 0 1 0 339171155 375353344 88604 33554432000 4194304 8395647 140735729229632 140735729225384 4707271 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 91639 88604 469 1026 0 90609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 366556
[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27820204/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=423368 CPUtime=6.29 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 102947 0 0 0 612 17 0 0 20 0 1 0 339171155 433528832 101948 33554432000 4194304 8395647 140735729229632 140735729226648 7386059 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 105842 101948 484 1026 0 104812 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 423368
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27714924/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=517456 CPUtime=12.69 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 122871 0 0 0 1247 22 0 0 20 0 1 0 339171155 529874944 123471 33554432000 4194304 8395647 140735729229632 140735729225192 6723925 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 129364 123471 580 1026 0 128334 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 517456
[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27707288/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=525560 CPUtime=25.49 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 125201 0 0 0 2526 23 0 0 20 0 1 0 339171155 538173440 125772 33554432000 4194304 8395647 140735729229632 140735729225192 6669607 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 131390 125772 580 1026 0 130360 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 525560
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27704952/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=525560 CPUtime=51.08 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 125454 0 0 0 5083 25 0 0 20 0 1 0 339171155 538173440 126024 33554432000 4194304 8395647 140735729229632 140735729224760 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 131390 126024 580 1026 0 130360 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 525560
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27694536/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=534908 CPUtime=102.29 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 127988 0 0 0 10199 30 0 0 20 0 1 0 339171155 547745792 128559 33554432000 4194304 8395647 140735729229632 140735729224760 6697293 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 133727 128559 580 1026 0 132697 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 534908
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27687248/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=537360 CPUtime=162.26 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 129196 0 0 0 16191 35 0 0 20 0 1 0 339171155 550256640 130397 33554432000 4194304 8395647 140735729229632 140735729225144 6698034 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 134340 130397 580 1026 0 133310 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 537360
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27687772/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=537360 CPUtime=222.26 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 129204 0 0 0 22186 40 0 0 20 0 1 0 339171155 550256640 130405 33554432000 4194304 8395647 140735729229632 140735729224760 6696896 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 134340 130405 580 1026 0 133310 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 537360
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4562
/proc/meminfo: memFree=27678192/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=537360 CPUtime=282.25 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 129208 0 0 0 28180 45 0 0 20 0 1 0 339171155 550256640 132783 33554432000 4194304 8395647 140735729229632 140735729224760 6697351 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 134340 132783 580 1026 0 133310 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 537360
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4563
/proc/meminfo: memFree=27674572/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=537360 CPUtime=342.24 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 129215 0 0 0 34174 50 0 0 20 0 1 0 339171155 550256640 133684 33554432000 4194304 8395647 140735729229632 140735729224760 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 134340 133684 580 1026 0 133310 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 537360
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4566
/proc/meminfo: memFree=27674640/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=537360 CPUtime=402.23 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 129234 0 0 0 40166 57 0 0 20 0 1 0 339171155 550256640 133706 33554432000 4194304 8395647 140735729229632 140735729224824 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 134340 133706 599 1026 0 133310 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 537360
[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4566
/proc/meminfo: memFree=27674648/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=537360 CPUtime=462.22 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 129235 0 0 0 46156 66 0 0 20 0 1 0 339171155 550256640 133707 33554432000 4194304 8395647 140735729229632 140735729224872 6440962 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 134340 133707 600 1026 0 133310 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 537360
[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4566
/proc/meminfo: memFree=27653428/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=560216 CPUtime=522.21 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 130487 0 0 0 52149 72 0 0 20 0 1 0 339171155 573661184 139034 33554432000 4194304 8395647 140735729229632 140735729224760 6635667 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140054 139034 616 1026 0 139024 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 560216
[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 4566
/proc/meminfo: memFree=27650948/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=561880 CPUtime=582.2 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 131114 0 0 0 58143 77 0 0 20 0 1 0 339171155 575365120 139661 33554432000 4194304 8395647 140735729229632 140735729224760 6670339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140470 139661 616 1026 0 139440 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 561880
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=27650984/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=561880 CPUtime=1002.13 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 131116 0 0 0 100100 113 0 0 20 0 1 0 339171155 575365120 139661 33554432000 4194304 8395647 140735729229632 140735729224824 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140470 139661 616 1026 0 139440 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 561880
[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4571
/proc/meminfo: memFree=27657328/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=556484 CPUtime=1062.12 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 132460 0 0 0 106092 120 0 0 20 0 1 0 339171155 569839616 137658 33554432000 4194304 8395647 140735729229632 140735729225096 6698034 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 139121 137658 616 1026 0 138091 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 556484
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4571
/proc/meminfo: memFree=27649700/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=560668 CPUtime=1122.12 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 134310 0 0 0 112086 126 0 0 20 0 1 0 339171155 574124032 139462 33554432000 4194304 8395647 140735729229632 140735729224760 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140167 139462 616 1026 0 139137 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 560668
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4571
/proc/meminfo: memFree=27649512/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=560668 CPUtime=1182.1 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 134314 0 0 0 118080 130 0 0 20 0 1 0 339171155 574124032 139466 33554432000 4194304 8395647 140735729229632 140735729225144 6670339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140167 139466 616 1026 0 139137 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 560668
[startup+1242.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 4572
/proc/meminfo: memFree=27647776/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=562452 CPUtime=1242.09 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 134759 0 0 0 124074 135 0 0 20 0 1 0 339171155 575950848 139911 33554432000 4194304 8395647 140735729229632 140735729224760 6702059 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140613 139911 616 1026 0 139583 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 562452
[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 4572
/proc/meminfo: memFree=27647708/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=562284 CPUtime=1302.09 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 136776 0 0 0 130069 140 0 0 20 0 1 0 339171155 575778816 139874 33554432000 4194304 8395647 140735729229632 140735729224760 6390481 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140571 139874 616 1026 0 139541 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 562284
[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 4572
/proc/meminfo: memFree=27647956/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=562284 CPUtime=1362.08 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 136787 0 0 0 136063 145 0 0 20 0 1 0 339171155 575778816 139885 33554432000 4194304 8395647 140735729229632 140735729224760 6697246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140571 139885 616 1026 0 139541 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 562284
[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4572
/proc/meminfo: memFree=27647832/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=562284 CPUtime=1422.07 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 136790 0 0 0 142058 149 0 0 20 0 1 0 339171155 575778816 139888 33554432000 4194304 8395647 140735729229632 140735729225144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140571 139888 616 1026 0 139541 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 562284
[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4572
/proc/meminfo: memFree=27647884/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=562284 CPUtime=1482.06 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 136801 0 0 0 148051 155 0 0 20 0 1 0 339171155 575778816 139896 33554432000 4194304 8395647 140735729229632 140735729224872 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140571 139896 616 1026 0 139541 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 562284
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4573
/proc/meminfo: memFree=27650932/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=561696 CPUtime=1542.05 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 139153 0 0 0 154044 161 0 0 20 0 1 0 339171155 575176704 139177 33554432000 4194304 8395647 140735729229632 140735729224040 6702080 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140424 139177 616 1026 0 139394 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 561696
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4576
/proc/meminfo: memFree=27650304/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=562520 CPUtime=1602.04 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 139423 0 0 0 160039 165 0 0 20 0 1 0 339171155 576020480 139447 33554432000 4194304 8395647 140735729229632 140735729224040 6697262 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140630 139447 616 1026 0 139600 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 562520
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4637
/proc/meminfo: memFree=27608920/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=563620 CPUtime=1662.03 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 139706 0 0 0 166034 169 0 0 20 0 1 0 339171155 577146880 139730 33554432000 4194304 8395647 140735729229632 140735729224760 6697342 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140905 139730 616 1026 0 139875 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 563620
[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 4637
/proc/meminfo: memFree=27599316/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=563620 CPUtime=1722.02 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 139760 0 0 0 172030 172 0 0 20 0 1 0 339171155 577146880 139784 33554432000 4194304 8395647 140735729229632 140735729225096 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 140905 139784 616 1026 0 139875 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 563620
[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 4637
/proc/meminfo: memFree=27587100/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=567588 CPUtime=1782.01 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 141161 0 0 0 178025 176 0 0 20 0 1 0 339171155 581210112 141185 33554432000 4194304 8395647 140735729229632 140735729224760 6693761 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 141897 141185 616 1026 0 140867 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 567588
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4637
/proc/meminfo: memFree=27587472/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=567588 CPUtime=1785.21 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 141161 0 0 0 178345 176 0 0 20 0 1 0 339171155 581210112 141185 33554432000 4194304 8395647 140735729229632 140735729224760 6697390 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 141897 141185 616 1026 0 140867 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 567588
[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4637
/proc/meminfo: memFree=27587348/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=567588 CPUtime=1788.42 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 141162 0 0 0 178665 177 0 0 20 0 1 0 339171155 581210112 141186 33554432000 4194304 8395647 140735729229632 140735729224760 6752385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 141897 141186 616 1026 0 140867 0
Current children cumulated CPU time (s) 1788.42
Current children cumulated vsize (KiB) 567588
[startup+1789.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4637
/proc/meminfo: memFree=27587348/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=567588 CPUtime=1789.21 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 141162 0 0 0 178744 177 0 0 20 0 1 0 339171155 581210112 141186 33554432000 4194304 8395647 140735729229632 140735729224760 6697229 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 141897 141186 616 1026 0 140867 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 567588
[startup+1790.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4637
/proc/meminfo: memFree=27587348/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=553532 CPUtime=1790.01 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 141168 0 0 0 178824 177 0 0 20 0 1 0 339171155 566816768 137860 33554432000 4194304 8395647 140735729229632 140735729225144 6171738 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 138383 137860 622 1026 0 137353 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 553532
[startup+1790.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4637
/proc/meminfo: memFree=27587348/32873844 swapFree=7112/7112
[pid=4561] ppid=4559 vsize=553532 CPUtime=1790.21 cores=1,3,5,7
/proc/4561/stat : 4561 (pbscip.linux.x8) R 4559 4561 2459 0 -1 4202496 141170 0 0 0 178844 177 0 0 20 0 1 0 339171155 566816768 137862 33554432000 4194304 8395647 140735729229632 140735729225144 6345173 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4561/statm: 138383 137862 624 1026 0 137353 0
Current children cumulated CPU time (s) 1790.21
Current children cumulated vsize (KiB) 553532
Child status: 0
Real time (s): 1790.59
CPU time (s): 1790.31
CPU user time (s): 1788.53
CPU system time (s): 1.78273
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 570728
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.53
system time used= 1.78273
maximum resident set size= 564764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141177
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= 16
involuntary context switches= 1866
runsolver used 2.72458 second user time and 7.19491 second system time
The end