0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00 c Copyright (c) 2002-2012 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-3690634-1338024323.opb>
0.69/0.74 c original problem has 12552 variables (12552 bin, 0 int, 0 impl, 0 cont) and 283802 constraints
0.69/0.74 c problem read in 0.74
0.69/0.75 c No objective function, only one solution is needed.
0.69/0.75 c presolving settings loaded
1.49/1.55 c presolving:
2.20/2.24 c (round 1) 132 del vars, 3468 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 136216 impls, 457 clqs
2.29/2.30 c (round 2) 132 del vars, 4908 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 136216 impls, 457 clqs
3.59/3.65 c (round 3) 132 del vars, 4943 del conss, 0 add conss, 132 chg bounds, 15 chg sides, 0 chg coeffs, 278943 upgd conss, 136216 impls, 457 clqs
3.99/4.08 c (round 4) 132 del vars, 5010 del conss, 0 add conss, 132 chg bounds, 15 chg sides, 0 chg coeffs, 278943 upgd conss, 136216 impls, 457 clqs
5.09/5.15 c presolving (5 rounds):
5.09/5.15 c 132 deleted vars, 5010 deleted constraints, 0 added constraints, 132 tightened bounds, 0 added holes, 15 changed sides, 0 changed coefficients
5.09/5.15 c 136216 implications, 457 cliques
5.09/5.15 c presolved problem has 12420 variables (12420 bin, 0 int, 0 impl, 0 cont) and 278792 constraints
5.09/5.15 c 28351 constraints of type <knapsack>
5.09/5.15 c 58981 constraints of type <setppc>
5.09/5.15 c 3 constraints of type <linear>
5.09/5.15 c 191457 constraints of type <logicor>
5.09/5.15 c transformed objective value is always integral (scale: 1)
5.09/5.15 c Presolving Time: 4.21
5.09/5.15 c - non default parameters ----------------------------------------------------------------------
5.09/5.15 c # SCIP version 2.1.1.4
5.09/5.15 c
5.09/5.15 c # maximal time in seconds to run
5.09/5.15 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.15 c limits/time = 1797
5.09/5.15 c
5.09/5.15 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.09/5.15 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.15 c limits/memory = 13950
5.09/5.15 c
5.09/5.15 c # solving stops, if the given number of solutions were found (-1: no limit)
5.09/5.15 c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.15 c limits/solutions = 1
5.09/5.15 c
5.09/5.15 c # maximal number of separation rounds per node (-1: unlimited)
5.09/5.15 c # [type: int, range: [-1,2147483647], default: 5]
5.09/5.15 c separating/maxrounds = 1
5.09/5.15 c
5.09/5.15 c # maximal number of separation rounds in the root node (-1: unlimited)
5.09/5.15 c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.15 c separating/maxroundsroot = 5
5.09/5.15 c
5.09/5.15 c # default clock type (1: CPU user seconds, 2: wall clock time)
5.09/5.15 c # [type: int, range: [1,2], default: 1]
5.09/5.15 c timing/clocktype = 2
5.09/5.15 c
5.09/5.15 c # belongs reading time to solving time?
5.09/5.15 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.15 c timing/reading = TRUE
5.09/5.15 c
5.09/5.15 c # should disaggregation of knapsack constraints be allowed in preprocessing?
5.09/5.15 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
5.09/5.15 c constraints/knapsack/disaggregation = FALSE
5.09/5.15 c
5.09/5.15 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
5.09/5.15 c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.15 c heuristics/coefdiving/freq = -1
5.09/5.15 c
5.09/5.15 c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.15 c heuristics/coefdiving/maxlpiterquot = 0.075
5.09/5.15 c
5.09/5.15 c # additional number of allowed LP iterations
5.09/5.15 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.15 c heuristics/coefdiving/maxlpiterofs = 1500
5.09/5.15 c
5.09/5.15 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
5.09/5.15 c # [type: int, range: [-1,2147483647], default: 30]
5.09/5.15 c heuristics/crossover/freq = -1
5.09/5.15 c
5.09/5.15 c # number of nodes added to the contingent of the total nodes
5.09/5.15 c # [type: longint, range: [0,9223372036854775807], default: 500]
5.09/5.15 c heuristics/crossover/nodesofs = 750
5.09/5.15 c
5.09/5.15 c # number of nodes without incumbent change that heuristic should wait
5.09/5.15 c # [type: longint, range: [0,9223372036854775807], default: 200]
5.09/5.15 c heuristics/crossover/nwaitingnodes = 100
5.09/5.15 c
5.09/5.15 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
5.09/5.15 c # [type: real, range: [0,1], default: 0.1]
5.09/5.15 c heuristics/crossover/nodesquot = 0.15
5.09/5.15 c
5.09/5.15 c # minimum percentage of integer variables that have to be fixed
5.09/5.15 c # [type: real, range: [0,1], default: 0.666]
5.09/5.15 c heuristics/crossover/minfixingrate = 0.5
5.09/5.15 c
5.09/5.15 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
5.09/5.15 c # [type: int, range: [-1,2147483647], default: 20]
5.09/5.15 c heuristics/feaspump/freq = -1
5.09/5.15 c
5.09/5.15 c # additional number of allowed LP iterations
5.09/5.15 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.15 c heuristics/feaspump/maxlpiterofs = 2000
5.09/5.15 c
5.09/5.15 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
5.09/5.15 c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.16 c heuristics/fracdiving/freq = -1
5.09/5.16 c
5.09/5.16 c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.16 c heuristics/fracdiving/maxlpiterquot = 0.075
5.09/5.16 c
5.09/5.16 c # additional number of allowed LP iterations
5.09/5.16 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.16 c heuristics/fracdiving/maxlpiterofs = 1500
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.16 c heuristics/guideddiving/freq = -1
5.09/5.16 c
5.09/5.16 c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.16 c heuristics/guideddiving/maxlpiterquot = 0.075
5.09/5.16 c
5.09/5.16 c # additional number of allowed LP iterations
5.09/5.16 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.16 c heuristics/guideddiving/maxlpiterofs = 1500
5.09/5.16 c
5.09/5.16 c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.16 c heuristics/intdiving/maxlpiterquot = 0.075
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.16 c heuristics/intshifting/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.16 c heuristics/linesearchdiving/freq = -1
5.09/5.16 c
5.09/5.16 c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.16 c heuristics/linesearchdiving/maxlpiterquot = 0.075
5.09/5.16 c
5.09/5.16 c # additional number of allowed LP iterations
5.09/5.16 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.16 c heuristics/linesearchdiving/maxlpiterofs = 1500
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 20]
5.09/5.16 c heuristics/objpscostdiving/freq = -1
5.09/5.16 c
5.09/5.16 c # maximal fraction of diving LP iterations compared to total iteration number
5.09/5.16 c # [type: real, range: [0,1], default: 0.01]
5.09/5.16 c heuristics/objpscostdiving/maxlpiterquot = 0.015
5.09/5.16 c
5.09/5.16 c # additional number of allowed LP iterations
5.09/5.16 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.16 c heuristics/objpscostdiving/maxlpiterofs = 1500
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.16 c heuristics/oneopt/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.16 c heuristics/pscostdiving/freq = -1
5.09/5.16 c
5.09/5.16 c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.16 c heuristics/pscostdiving/maxlpiterquot = 0.075
5.09/5.16 c
5.09/5.16 c # additional number of allowed LP iterations
5.09/5.16 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.16 c heuristics/pscostdiving/maxlpiterofs = 1500
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.16 c heuristics/rens/freq = -1
5.09/5.16 c
5.09/5.16 c # minimum percentage of integer variables that have to be fixable
5.09/5.16 c # [type: real, range: [0,1], default: 0.5]
5.09/5.16 c heuristics/rens/minfixingrate = 0.3
5.09/5.16 c
5.09/5.16 c # number of nodes added to the contingent of the total nodes
5.09/5.16 c # [type: longint, range: [0,9223372036854775807], default: 500]
5.09/5.16 c heuristics/rens/nodesofs = 2000
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 20]
5.09/5.16 c heuristics/rootsoldiving/freq = -1
5.09/5.16 c
5.09/5.16 c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
5.09/5.16 c heuristics/rootsoldiving/maxlpiterquot = 0.015
5.09/5.16 c
5.09/5.16 c # additional number of allowed LP iterations
5.09/5.16 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.16 c heuristics/rootsoldiving/maxlpiterofs = 1500
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.16 c heuristics/rounding/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.16 c heuristics/shiftandpropagate/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.16 c heuristics/shifting/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.16 c heuristics/simplerounding/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.16 c heuristics/subnlp/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.16 c heuristics/trivial/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.16 c heuristics/trysol/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.16 c heuristics/undercover/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.16 c heuristics/veclendiving/freq = -1
5.09/5.16 c
5.09/5.16 c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.16 c heuristics/veclendiving/maxlpiterquot = 0.075
5.09/5.16 c
5.09/5.16 c # additional number of allowed LP iterations
5.09/5.16 c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.16 c heuristics/veclendiving/maxlpiterofs = 1500
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.16 c heuristics/zirounding/freq = -1
5.09/5.16 c
5.09/5.16 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.16 c propagating/probing/maxprerounds = 0
5.09/5.16 c
5.09/5.16 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.16 c separating/cmir/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.16 c separating/flowcover/freq = -1
5.09/5.16 c
5.09/5.16 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.16 c separating/rapidlearning/freq = 0
5.09/5.16 c
5.09/5.16 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
5.09/5.16 c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.16 c heuristics/indoneopt/freq = -1
5.09/5.16 c
5.09/5.16 c -----------------------------------------------------------------------------------------------
5.09/5.16 c start solving
5.09/5.16 c
10.59/10.63 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
10.59/10.63 c 10.6s| 1 | 0 | 3744 | - | 424M| 0 |1983 | 12k| 278k| 12k| 278k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
13.89/13.98 c 14.0s| 1 | 0 | 4211 | - | 424M| 0 |2272 | 12k| 278k| 12k| 278k| 20 | 0 | 0 | 0.000000e+00 | -- | Inf
17.29/17.38 c 17.4s| 1 | 0 | 4859 | - | 425M| 0 |2766 | 12k| 278k| 12k| 278k| 34 | 0 | 0 | 0.000000e+00 | -- | Inf
24.69/24.75 c 24.7s| 1 | 0 | 6485 | - | 425M| 0 |2795 | 12k| 278k| 12k| 278k| 54 | 0 | 0 | 0.000000e+00 | -- | Inf
30.18/30.21 c 30.2s| 1 | 0 | 7086 | - | 427M| 0 |3411 | 12k| 278k| 12k| 278k| 74 | 0 | 0 | 0.000000e+00 | -- | Inf
35.69/35.72 c 35.7s| 1 | 0 | 7440 | - | 428M| 0 |3383 | 12k| 278k| 12k| 278k| 85 | 0 | 0 | 0.000000e+00 | -- | Inf
69.48/69.53 c 69.5s| 1 | 2 | 7440 | - | 428M| 0 |3383 | 12k| 278k| 12k| 278k| 85 | 0 | 20 | 0.000000e+00 | -- | Inf
1097.22/1097.49 c 1097s| 100 | 95 | 58763 | 518.4 | 441M| 28 |2861 | 12k| 278k| 12k| 278k| 85 | 30 | 397 | 0.000000e+00 | -- | Inf
1461.97/1462.29 c 1462s| 200 | 157 |107867 | 504.7 | 446M| 42 |2500 | 12k| 278k| 12k| 278k| 85 | 113 | 496 | 0.000000e+00 | -- | Inf
1742.13/1742.49 c 1742s| 300 | 171 |148131 | 470.5 | 448M| 73 |2226 | 12k| 278k| 12k| 278k| 85 | 166 | 566 | 0.000000e+00 | -- | Inf
1797.02/1797.36 c
1797.02/1797.36 c SCIP Status : solving was interrupted [time limit reached]
1797.02/1797.36 c Solving Time (sec) : 1797.35
1797.02/1797.36 c Solving Nodes : 308
1797.02/1797.36 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1797.02/1797.36 c Dual Bound : +0.00000000000000e+00
1797.02/1797.36 c Gap : infinite
1797.02/1797.36 s UNKNOWN
1797.02/1797.36 c SCIP Status : solving was interrupted [time limit reached]
1797.02/1797.36 c Total Time : 1797.35
1797.02/1797.36 c solving : 1797.35
1797.02/1797.36 c presolving : 4.21 (included in solving)
1797.02/1797.36 c reading : 0.74 (included in solving)
1797.02/1797.36 c copying : 0.00 (0 times copied the problem)
1797.02/1797.36 c Original Problem :
1797.02/1797.36 c Problem name : HOME/instance-3690634-1338024323.opb
1797.02/1797.36 c Variables : 12552 (12552 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.36 c Constraints : 283802 initial, 283802 maximal
1797.02/1797.36 c Objective sense : minimize
1797.02/1797.36 c Presolved Problem :
1797.02/1797.36 c Problem name : t_HOME/instance-3690634-1338024323.opb
1797.02/1797.36 c Variables : 12420 (12420 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.36 c Constraints : 278792 initial, 278963 maximal
1797.02/1797.36 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1797.02/1797.36 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c gateextraction : 0.07 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c components : 0.12 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c knapsack : 0.12 0.00 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c setppc : 0.10 0.00 0 0 0 0 0 67 0 0 0
1797.02/1797.36 c linear : 1.56 0.00 132 0 0 132 0 4923 0 15 0
1797.02/1797.36 c logicor : 0.85 0.57 0 0 0 0 0 20 0 0 0
1797.02/1797.36 c root node : - - 0 - - 0 - - - - -
1797.02/1797.36 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1797.02/1797.36 c integral : 0 0 0 0 276 0 1 0 3 8 0 0 534
1797.02/1797.36 c knapsack : 28351 28351 5 873 0 0 0 20 1 576 80 0 0
1797.02/1797.36 c setppc : 58981 58981 5 872 0 0 0 3314 6 27200 0 0 0
1797.02/1797.36 c linear : 3 3 5 866 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c logicor : 191457+ 191628 5 484 0 0 0 149 6 3360 0 0 0
1797.02/1797.36 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
1797.02/1797.36 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1797.02/1797.36 c integral : 1157.15 0.00 0.00 0.00 1157.15 0.00 0.00 0.00
1797.02/1797.36 c knapsack : 0.78 0.00 0.11 0.67 0.00 0.00 0.00 0.00
1797.02/1797.36 c setppc : 0.59 0.00 0.01 0.58 0.00 0.00 0.00 0.00
1797.02/1797.36 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1797.02/1797.36 c logicor : 0.84 0.57 0.03 0.24 0.00 0.00 0.00 0.00
1797.02/1797.36 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1797.02/1797.36 c Propagators : #Propagate #ResProp Cutoffs DomReds
1797.02/1797.36 c rootredcost : 0 0 0 0
1797.02/1797.36 c pseudoobj : 0 0 0 0
1797.02/1797.36 c vbounds : 0 0 0 0
1797.02/1797.36 c redcost : 281 0 0 0
1797.02/1797.36 c probing : 0 0 0 0
1797.02/1797.36 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1797.02/1797.36 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1797.02/1797.36 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1797.02/1797.36 c vbounds : 0.00 0.00 0.00 0.00 0.00
1797.02/1797.36 c redcost : 0.07 0.00 0.00 0.07 0.00
1797.02/1797.36 c probing : 0.00 0.00 0.00 0.00 0.00
1797.02/1797.36 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1797.02/1797.36 c propagation : 0.00 13 13 165 44.1 6 52.5 -
1797.02/1797.36 c infeasible LP : 0.15 29 29 515 55.2 6 78.5 0
1797.02/1797.36 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1797.02/1797.36 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1797.02/1797.36 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1797.02/1797.36 c applied globally : - - - 176 42.2 - - -
1797.02/1797.36 c applied locally : - - - 0 0.0 - - -
1797.02/1797.36 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1797.02/1797.36 c cut pool : 0.00 4 - - 50 - (maximal pool size: 794)
1797.02/1797.36 c closecuts : 0.00 0.00 0 0 0 0 0
1797.02/1797.36 c impliedbounds : 0.01 0.00 5 0 0 0 0
1797.02/1797.36 c intobj : 0.00 0.00 0 0 0 0 0
1797.02/1797.36 c gomory : 2.35 0.00 5 0 0 250 0
1797.02/1797.36 c cgmip : 0.00 0.00 0 0 0 0 0
1797.02/1797.36 c strongcg : 9.42 0.00 5 0 0 2500 0
1797.02/1797.36 c cmir : 0.00 0.00 0 0 0 0 0
1797.02/1797.36 c flowcover : 0.00 0.00 0 0 0 0 0
1797.02/1797.36 c clique : 0.57 0.00 5 0 0 37 0
1797.02/1797.36 c zerohalf : 0.00 0.00 0 0 0 0 0
1797.02/1797.36 c mcf : 0.47 0.00 1 0 0 0 0
1797.02/1797.36 c oddcycle : 0.00 0.00 0 0 0 0 0
1797.02/1797.36 c rapidlearning : 0.00 0.00 0 0 0 0 0
1797.02/1797.36 c Pricers : ExecTime SetupTime Calls Vars
1797.02/1797.36 c problem variables: 0.00 - 0 0
1797.02/1797.36 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1797.02/1797.36 c relpscost : 1157.15 0.00 276 3 8 0 0 534
1797.02/1797.36 c pscost : 0.00 0.00 0 0 0 0 0 0
1797.02/1797.36 c inference : 0.00 0.00 0 0 0 0 0 0
1797.02/1797.36 c mostinf : 0.00 0.00 0 0 0 0 0 0
1797.02/1797.36 c leastinf : 0.00 0.00 0 0 0 0 0 0
1797.02/1797.36 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1797.02/1797.36 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1797.02/1797.36 c random : 0.00 0.00 0 0 0 0 0 0
1797.02/1797.36 c Primal Heuristics : ExecTime SetupTime Calls Found
1797.02/1797.36 c LP solutions : 0.00 - - 0
1797.02/1797.36 c pseudo solutions : 0.00 - - 0
1797.02/1797.36 c smallcard : 0.00 0.00 0 0
1797.02/1797.36 c trivial : 0.01 0.00 1 0
1797.02/1797.36 c shiftandpropagate: 0.00 0.00 0 0
1797.02/1797.36 c simplerounding : 0.00 0.00 0 0
1797.02/1797.36 c zirounding : 0.00 0.00 0 0
1797.02/1797.36 c rounding : 0.00 0.00 0 0
1797.02/1797.36 c shifting : 0.00 0.00 0 0
1797.02/1797.36 c intshifting : 0.00 0.00 0 0
1797.02/1797.36 c oneopt : 0.00 0.00 0 0
1797.02/1797.36 c twoopt : 0.00 0.00 0 0
1797.02/1797.36 c indtwoopt : 0.00 0.00 0 0
1797.02/1797.36 c indoneopt : 0.00 0.00 0 0
1797.02/1797.36 c fixandinfer : 0.00 0.00 0 0
1797.02/1797.36 c feaspump : 0.00 0.00 0 0
1797.02/1797.36 c clique : 0.00 0.00 0 0
1797.02/1797.36 c indrounding : 0.00 0.00 0 0
1797.02/1797.36 c indcoefdiving : 0.00 0.00 0 0
1797.02/1797.36 c coefdiving : 0.00 0.00 0 0
1797.02/1797.36 c pscostdiving : 0.00 0.00 0 0
1797.02/1797.36 c nlpdiving : 0.00 0.00 0 0
1797.02/1797.36 c fracdiving : 0.00 0.00 0 0
1797.02/1797.36 c veclendiving : 0.00 0.00 0 0
1797.02/1797.36 c intdiving : 0.00 0.00 0 0
1797.02/1797.36 c actconsdiving : 0.00 0.00 0 0
1797.02/1797.36 c objpscostdiving : 0.00 0.00 0 0
1797.02/1797.36 c rootsoldiving : 0.00 0.00 0 0
1797.02/1797.36 c linesearchdiving : 0.00 0.00 0 0
1797.02/1797.36 c guideddiving : 0.00 0.00 0 0
1797.02/1797.36 c octane : 0.00 0.00 0 0
1797.02/1797.36 c rens : 0.00 0.00 0 0
1797.02/1797.36 c rins : 0.00 0.00 0 0
1797.02/1797.36 c localbranching : 0.00 0.00 0 0
1797.02/1797.36 c mutation : 0.00 0.00 0 0
1797.02/1797.36 c crossover : 0.00 0.00 0 0
1797.02/1797.36 c dins : 0.00 0.00 0 0
1797.02/1797.36 c vbounds : 0.00 0.00 0 0
1797.02/1797.36 c undercover : 0.00 0.00 0 0
1797.02/1797.36 c subnlp : 0.00 0.00 0 0
1797.02/1797.36 c trysol : 0.00 0.00 0 0
1797.02/1797.36 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1797.02/1797.36 c primal LP : 0.17 1 0 0.00 0.00 0.17 1
1797.02/1797.36 c dual LP : 610.41 310 159202 513.55 260.81 0.00 0
1797.02/1797.36 c lex dual LP : 0.00 0 0 0.00 -
1797.02/1797.36 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1797.02/1797.36 c diving/probing LP: 0.00 0 0 0.00 -
1797.02/1797.36 c strong branching : 1156.64 571 187360 328.13 161.99
1797.02/1797.36 c (at root node) : - 20 4977 248.85 -
1797.02/1797.36 c conflict analysis: 0.00 0 0 0.00 -
1797.02/1797.36 c B&B Tree :
1797.02/1797.36 c number of runs : 1
1797.02/1797.36 c nodes : 308
1797.02/1797.36 c nodes (total) : 308
1797.02/1797.36 c nodes left : 177
1797.02/1797.36 c max depth : 73
1797.02/1797.36 c max depth (total): 73
1797.02/1797.36 c backtracks : 39 (12.7%)
1797.02/1797.36 c delayed cutoffs : 50
1797.02/1797.36 c repropagations : 201 (566 domain reductions, 5 cutoffs)
1797.02/1797.36 c avg switch length: 3.56
1797.02/1797.36 c switching time : 1.18
1797.02/1797.36 c Solution :
1797.02/1797.36 c Solutions found : 0 (0 improvements)
1797.02/1797.36 c Primal Bound : -
1797.02/1797.36 c Dual Bound : +0.00000000000000e+00
1797.02/1797.36 c Gap : infinite
1797.02/1797.36 c Root Dual Bound : +0.00000000000000e+00
1797.02/1797.36 c Root Iterations : 7440
1797.72/1798.03 c Time complete: 1797.75.
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-3690634-1338024323/watcher-3690634-1338024323 -o /tmp/evaluation-result-3690634-1338024323/solver-3690634-1338024323 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690634-1338024323.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.97 3/176 29414
/proc/meminfo: memFree=25676252/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=10144 CPUtime=0 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 1296 0 0 0 0 0 0 0 20 0 1 0 268556424 10387456 1251 33554432000 4194304 10173063 140733283992400 140733283991960 7545739 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 2536 1251 413 1460 0 1067 0
[startup+0.038268 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 29414
/proc/meminfo: memFree=25676252/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=16064 CPUtime=0.03 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 2775 0 0 0 3 0 0 0 20 0 1 0 268556424 16449536 2730 33554432000 4194304 10173063 140733283992400 140733283991960 8824112 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 4016 2730 413 1460 0 2547 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16064
[startup+0.100301 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 29414
/proc/meminfo: memFree=25676252/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=24712 CPUtime=0.09 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 4908 0 0 0 9 0 0 0 20 0 1 0 268556424 25305088 4863 33554432000 4194304 10173063 140733283992400 140733283991960 8985008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 6178 4863 413 1460 0 4709 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24712
[startup+0.300259 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 29414
/proc/meminfo: memFree=25676252/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=50456 CPUtime=0.29 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 11315 0 0 0 28 1 0 0 20 0 1 0 268556424 51666944 11270 33554432000 4194304 10173063 140733283992400 140733283991960 5285019 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 12614 11270 413 1460 0 11145 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50456
[startup+0.700264 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 29414
/proc/meminfo: memFree=25676252/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=102940 CPUtime=0.69 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 24474 0 0 0 66 3 0 0 20 0 1 0 268556424 105410560 24429 33554432000 4194304 10173063 140733283992400 140733283857576 7141774 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 25735 24429 413 1460 0 24266 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102940
[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29415
/proc/meminfo: memFree=25443488/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=429916 CPUtime=1.49 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 107150 0 0 0 135 14 0 0 20 0 1 0 268556424 440233984 103349 33554432000 4194304 10173063 140733283992400 140733283987992 7550179 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 107479 103349 509 1460 0 106010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 429916
[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29415
/proc/meminfo: memFree=25306236/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=505932 CPUtime=3.09 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 138539 0 0 0 269 40 0 0 20 0 1 0 268556424 518074368 122025 33554432000 4194304 10173063 140733283992400 140733283989128 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 126483 122025 576 1460 0 125014 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 505932
[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29415
/proc/meminfo: memFree=25167992/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=867396 CPUtime=6.29 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 196829 0 0 0 561 68 0 0 20 0 1 0 268556424 888213504 205942 33554432000 4194304 10173063 140733283992400 140733283988424 8051366 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 216849 205942 749 1460 0 215380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867396
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29415
/proc/meminfo: memFree=24748580/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=969764 CPUtime=12.69 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 209049 0 0 0 1196 73 0 0 20 0 1 0 268556424 993038336 231669 33554432000 4194304 10173063 140733283992400 140733283988760 8846889 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 242441 231669 792 1460 0 240972 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 969764
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29415
/proc/meminfo: memFree=24744028/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=959868 CPUtime=25.49 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 212745 0 0 0 2473 76 0 0 20 0 1 0 268556424 982904832 232977 33554432000 4194304 10173063 140733283992400 140733283987272 7654624 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 239967 232977 793 1460 0 238498 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 959868
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29415
/proc/meminfo: memFree=24724384/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=963336 CPUtime=51.08 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 218906 0 0 0 5027 81 0 0 20 0 1 0 268556424 986456064 235196 33554432000 4194304 10173063 140733283992400 140733283985112 8012592 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 240834 235196 797 1460 0 239365 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 963336
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29416
/proc/meminfo: memFree=24722296/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=956396 CPUtime=102.28 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 254630 0 0 0 10129 99 0 0 20 0 1 0 268556424 979349504 223602 33554432000 4194304 10173063 140733283992400 140733283985112 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 239099 223602 803 1460 0 237630 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 956396
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29416
/proc/meminfo: memFree=24667848/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=973384 CPUtime=162.27 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 300853 0 0 0 16107 120 0 0 20 0 1 0 268556424 996745216 235588 33554432000 4194304 10173063 140733283992400 140733283985528 8033103 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243346 235588 803 1460 0 241877 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 973384
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29416
/proc/meminfo: memFree=24666328/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=973944 CPUtime=222.26 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 300902 0 0 0 22101 125 0 0 20 0 1 0 268556424 997318656 235637 33554432000 4194304 10173063 140733283992400 140733283985848 7594574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243486 235637 803 1460 0 242017 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 973944
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29419
/proc/meminfo: memFree=24756532/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=974424 CPUtime=282.25 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 300954 0 0 0 28095 130 0 0 20 0 1 0 268556424 997810176 236200 33554432000 4194304 10173063 140733283992400 140733283985528 8039584 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243606 236200 803 1460 0 242137 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 974424
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29420
/proc/meminfo: memFree=24715836/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=974424 CPUtime=342.23 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 300963 0 0 0 34088 135 0 0 20 0 1 0 268556424 997810176 236209 33554432000 4194304 10173063 140733283992400 140733283985848 7980770 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243606 236209 803 1460 0 242137 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 974424
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29420
/proc/meminfo: memFree=24715504/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=974424 CPUtime=402.23 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 301032 0 0 0 40085 138 0 0 20 0 1 0 268556424 997810176 236278 33554432000 4194304 10173063 140733283992400 140733283986232 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243606 236278 803 1460 0 242137 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 974424
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29420
/proc/meminfo: memFree=24748104/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=956932 CPUtime=462.22 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 307706 0 0 0 46077 145 0 0 20 0 1 0 268556424 979898368 227867 33554432000 4194304 10173063 140733283992400 140733283986232 8039628 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 239233 227867 803 1460 0 237764 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 956932
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29420
/proc/meminfo: memFree=24713604/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=974760 CPUtime=522.21 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 317144 0 0 0 52066 155 0 0 20 0 1 0 268556424 998154240 236504 33554432000 4194304 10173063 140733283992400 140733283985848 8007073 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243690 236504 803 1460 0 242221 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 974760
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29420
/proc/meminfo: memFree=24756244/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=973504 CPUtime=582.2 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 343149 0 0 0 58051 169 0 0 20 0 1 0 268556424 996868096 233333 33554432000 4194304 10173063 140733283992400 140733283986264 8012208 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243376 233333 803 1460 0 241907 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 973504
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=24743900/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=933092 CPUtime=1122.12 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 482486 0 0 0 111951 261 0 0 20 0 1 0 268556424 955486208 224282 33554432000 4194304 10173063 140733283992400 140733283985848 7911672 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 233273 224282 808 1460 0 231804 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 933092
[startup+1182.3 s]
/proc/loadavg: 2.08 2.02 1.98 3/177 29425
/proc/meminfo: memFree=24692272/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=975364 CPUtime=1182.11 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 518200 0 0 0 117929 282 0 0 20 0 1 0 268556424 998772736 237010 33554432000 4194304 10173063 140733283992400 140733283986232 8039684 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243841 237010 808 1460 0 242372 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 975364
[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/177 29426
/proc/meminfo: memFree=24700572/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=975520 CPUtime=1242.11 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 533328 0 0 0 123917 294 0 0 20 0 1 0 268556424 998932480 237071 33554432000 4194304 10173063 140733283992400 140733283985096 8012669 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 243880 237071 808 1460 0 242411 0
Current children cumulated CPU time (s) 1242.11
Current children cumulated vsize (KiB) 975520
[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/177 29426
/proc/meminfo: memFree=24685752/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=977176 CPUtime=1302.1 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 575437 0 0 0 129895 315 0 0 20 0 1 0 268556424 1000628224 238120 33554432000 4194304 10173063 140733283992400 140733283986232 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 244294 238120 808 1460 0 242825 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 977176
[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 1.99 3/177 29426
/proc/meminfo: memFree=24711192/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=976824 CPUtime=1362.08 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 602557 0 0 0 135875 333 0 0 20 0 1 0 268556424 1000267776 231924 33554432000 4194304 10173063 140733283992400 140733283985384 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 244206 231924 808 1460 0 242737 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 976824
[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 29426
/proc/meminfo: memFree=24629396/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=1013880 CPUtime=1422.08 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 674579 0 0 0 141835 373 0 0 20 0 1 0 268556424 1038213120 244687 33554432000 4194304 10173063 140733283992400 140733283984920 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 253470 244687 808 1460 0 252001 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1013880
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 29429
/proc/meminfo: memFree=24717092/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=977304 CPUtime=1482.06 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 713033 0 0 0 147814 392 0 0 20 0 1 0 268556424 1000759296 230521 33554432000 4194304 10173063 140733283992400 140733283985704 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 244326 230521 808 1460 0 242857 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 977304
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29430
/proc/meminfo: memFree=24669744/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=995716 CPUtime=1542.05 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 729406 0 0 0 153801 404 0 0 20 0 1 0 268556424 1019613184 241678 33554432000 4194304 10173063 140733283992400 140733283984920 7706052 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 248929 241678 808 1460 0 247460 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 995716
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29430
/proc/meminfo: memFree=24672172/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=991780 CPUtime=1602.05 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 731447 0 0 0 159794 411 0 0 20 0 1 0 268556424 1015582720 240929 33554432000 4194304 10173063 140733283992400 140733283984920 7594585 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 247945 240929 808 1460 0 246476 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 991780
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29430
/proc/meminfo: memFree=24667292/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=998264 CPUtime=1662.04 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 755212 0 0 0 165777 427 0 0 20 0 1 0 268556424 1022222336 242556 33554432000 4194304 10173063 140733283992400 140733283985528 7705810 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 249566 242556 808 1460 0 248097 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 998264
[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 29469
/proc/meminfo: memFree=27810096/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=983108 CPUtime=1722.03 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 764286 0 0 0 171767 436 0 0 20 0 1 0 268556424 1006702592 240469 33554432000 4194304 10173063 140733283992400 140733283985848 8012588 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 245777 240469 808 1460 0 244308 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 983108
[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29469
/proc/meminfo: memFree=27804388/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=985656 CPUtime=1782.02 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 766020 0 0 0 177759 443 0 0 20 0 1 0 268556424 1009311744 239722 33554432000 4194304 10173063 140733283992400 140733283985656 7911721 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 246414 239722 808 1460 0 244945 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 985656
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29469
/proc/meminfo: memFree=27792476/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=993320 CPUtime=1785.22 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 767055 0 0 0 178078 444 0 0 20 0 1 0 268556424 1017159680 242801 33554432000 4194304 10173063 140733283992400 140733283985944 8012208 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 248330 242801 808 1460 0 246861 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 993320
[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29469
/proc/meminfo: memFree=27783460/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=997696 CPUtime=1791.62 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 769295 0 0 0 178716 446 0 0 20 0 1 0 268556424 1021640704 245105 33554432000 4194304 10173063 140733283992400 140733283985848 7910496 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 249424 245105 808 1460 0 247955 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 997696
[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29469
/proc/meminfo: memFree=27783336/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=997696 CPUtime=1794.82 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 769313 0 0 0 179036 446 0 0 20 0 1 0 268556424 1021640704 245123 33554432000 4194304 10173063 140733283992400 140733283986232 8046659 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 249424 245123 808 1460 0 247955 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 997696
[startup+1796.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29469
/proc/meminfo: memFree=27783336/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=997696 CPUtime=1796.41 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 769322 0 0 0 179195 446 0 0 20 0 1 0 268556424 1021640704 245132 33554432000 4194304 10173063 140733283992400 140733283986312 8012547 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 249424 245132 808 1460 0 247955 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 997696
[startup+1797.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29469
/proc/meminfo: memFree=27783320/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=997176 CPUtime=1797.22 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 769332 0 0 0 179275 447 0 0 20 0 1 0 268556424 1021108224 245012 33554432000 4194304 10173063 140733283992400 140733283991512 7550135 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 249294 245012 818 1460 0 247825 0
Current children cumulated CPU time (s) 1797.22
Current children cumulated vsize (KiB) 997176
[startup+1797.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29469
/proc/meminfo: memFree=27783320/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=986948 CPUtime=1797.62 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 769335 0 0 0 179315 447 0 0 20 0 1 0 268556424 1010634752 242527 33554432000 4194304 10173063 140733283992400 140733283991512 8992599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 246671 242494 821 1460 0 245202 0
Current children cumulated CPU time (s) 1797.62
Current children cumulated vsize (KiB) 986948
[startup+1798 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29469
/proc/meminfo: memFree=27783320/32873648 swapFree=7360/7360
[pid=29414] ppid=29412 vsize=750152 CPUtime=1797.72 cores=0,2,4,6
/proc/29414/stat : 29414 (scip-2.1.1.4fix) R 29412 29414 28235 0 -1 4202496 769336 0 0 0 179324 448 0 0 20 0 1 0 268556424 768155648 184488 33554432000 4194304 10173063 140733283992400 140733283991512 4911605 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29414/statm: 187538 184488 822 1460 0 186069 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (KiB) 750152
Child status: 0
Real time (s): 1798.03
CPU time (s): 1797.76
CPU user time (s): 1793.26
CPU system time (s): 4.50131
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 1046564
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.26
system time used= 4.50131
maximum resident set size= 1016424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 769348
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= 4
involuntary context switches= 2074
runsolver used 2.77458 second user time and 7.04093 second system time
The end