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: 947bdb7-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-3691573-1338022861.opb>
0.19/0.25 c original problem has 1440 variables (1440 bin, 0 int, 0 impl, 0 cont) and 86040 constraints
0.19/0.25 c problem read in 0.25
0.19/0.26 c No objective function, only one solution is needed.
0.19/0.26 c presolving settings loaded
0.39/0.42 c presolving:
0.99/1.03 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 86040 upgd conss, 0 impls, 360 clqs
1.18/1.26 c presolving (2 rounds):
1.18/1.26 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.18/1.26 c 0 implications, 360 cliques
1.18/1.26 c presolved problem has 1440 variables (1440 bin, 0 int, 0 impl, 0 cont) and 86040 constraints
1.18/1.26 c 360 constraints of type <setppc>
1.18/1.26 c 85680 constraints of type <logicor>
1.18/1.26 c transformed objective value is always integral (scale: 1)
1.18/1.26 c Presolving Time: 0.84
1.18/1.26 c - non default parameters ----------------------------------------------------------------------
1.18/1.26 c # SCIP version 2.1.1.4
1.18/1.26 c
1.18/1.26 c # maximal time in seconds to run
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.18/1.26 c limits/time = 1797
1.18/1.26 c
1.18/1.26 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.18/1.26 c limits/memory = 13950
1.18/1.26 c
1.18/1.26 c # solving stops, if the given number of solutions were found (-1: no limit)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.26 c limits/solutions = 1
1.18/1.26 c
1.18/1.26 c # maximal number of separation rounds per node (-1: unlimited)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 5]
1.18/1.26 c separating/maxrounds = 1
1.18/1.26 c
1.18/1.26 c # maximal number of separation rounds in the root node (-1: unlimited)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.26 c separating/maxroundsroot = 5
1.18/1.26 c
1.18/1.26 c # default clock type (1: CPU user seconds, 2: wall clock time)
1.18/1.26 c # [type: int, range: [1,2], default: 1]
1.18/1.26 c timing/clocktype = 2
1.18/1.26 c
1.18/1.26 c # belongs reading time to solving time?
1.18/1.26 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.18/1.26 c timing/reading = TRUE
1.18/1.26 c
1.18/1.26 c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.18/1.26 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.18/1.26 c constraints/knapsack/disaggregation = FALSE
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.26 c heuristics/coefdiving/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.26 c heuristics/coefdiving/maxlpiterquot = 0.075
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/coefdiving/maxlpiterofs = 1500
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 30]
1.18/1.26 c heuristics/crossover/freq = -1
1.18/1.26 c
1.18/1.26 c # number of nodes added to the contingent of the total nodes
1.18/1.26 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.18/1.26 c heuristics/crossover/nodesofs = 750
1.18/1.26 c
1.18/1.26 c # number of nodes without incumbent change that heuristic should wait
1.18/1.26 c # [type: longint, range: [0,9223372036854775807], default: 200]
1.18/1.26 c heuristics/crossover/nwaitingnodes = 100
1.18/1.26 c
1.18/1.26 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.18/1.26 c # [type: real, range: [0,1], default: 0.1]
1.18/1.26 c heuristics/crossover/nodesquot = 0.15
1.18/1.26 c
1.18/1.26 c # minimum percentage of integer variables that have to be fixed
1.18/1.26 c # [type: real, range: [0,1], default: 0.666]
1.18/1.26 c heuristics/crossover/minfixingrate = 0.5
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 20]
1.18/1.26 c heuristics/feaspump/freq = -1
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/feaspump/maxlpiterofs = 2000
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.26 c heuristics/fracdiving/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.26 c heuristics/fracdiving/maxlpiterquot = 0.075
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/fracdiving/maxlpiterofs = 1500
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.26 c heuristics/guideddiving/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.26 c heuristics/guideddiving/maxlpiterquot = 0.075
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/guideddiving/maxlpiterofs = 1500
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.26 c heuristics/intdiving/maxlpiterquot = 0.075
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.26 c heuristics/intshifting/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.26 c heuristics/linesearchdiving/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.26 c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/linesearchdiving/maxlpiterofs = 1500
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 20]
1.18/1.26 c heuristics/objpscostdiving/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to total iteration number
1.18/1.26 c # [type: real, range: [0,1], default: 0.01]
1.18/1.26 c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/objpscostdiving/maxlpiterofs = 1500
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.26 c heuristics/oneopt/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.26 c heuristics/pscostdiving/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.26 c heuristics/pscostdiving/maxlpiterquot = 0.075
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/pscostdiving/maxlpiterofs = 1500
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.26 c heuristics/rens/freq = -1
1.18/1.26 c
1.18/1.26 c # minimum percentage of integer variables that have to be fixable
1.18/1.26 c # [type: real, range: [0,1], default: 0.5]
1.18/1.26 c heuristics/rens/minfixingrate = 0.3
1.18/1.26 c
1.18/1.26 c # number of nodes added to the contingent of the total nodes
1.18/1.26 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.18/1.26 c heuristics/rens/nodesofs = 2000
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 20]
1.18/1.26 c heuristics/rootsoldiving/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.18/1.26 c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/rootsoldiving/maxlpiterofs = 1500
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.26 c heuristics/rounding/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.26 c heuristics/shiftandpropagate/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.26 c heuristics/shifting/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.26 c heuristics/simplerounding/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.26 c heuristics/subnlp/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.26 c heuristics/trivial/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.26 c heuristics/trysol/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.26 c heuristics/undercover/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.26 c heuristics/veclendiving/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.26 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.26 c heuristics/veclendiving/maxlpiterquot = 0.075
1.18/1.26 c
1.18/1.26 c # additional number of allowed LP iterations
1.18/1.26 c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.26 c heuristics/veclendiving/maxlpiterofs = 1500
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.26 c heuristics/zirounding/freq = -1
1.18/1.26 c
1.18/1.26 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.26 c propagating/probing/maxprerounds = 0
1.18/1.26 c
1.18/1.26 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.26 c separating/cmir/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.26 c separating/flowcover/freq = -1
1.18/1.26 c
1.18/1.26 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.26 c separating/rapidlearning/freq = 0
1.18/1.26 c
1.18/1.26 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
1.18/1.26 c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.26 c heuristics/indoneopt/freq = -1
1.18/1.26 c
1.18/1.26 c -----------------------------------------------------------------------------------------------
1.18/1.26 c start solving
1.18/1.26 c
14.20/14.22 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
14.20/14.22 c 14.2s| 1 | 0 | 4903 | - | 125M| 0 | 660 |1440 | 86k|1440 | 86k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
39.88/39.90 c 39.9s| 1 | 0 | 5070 | - | 128M| 0 | 660 |1440 | 86k|1440 | 86k| 1 | 0 | 0 | 0.000000e+00 | -- | Inf
65.28/65.31 c 65.3s| 1 | 0 | 5089 | - | 131M| 0 | 660 |1440 | 86k|1440 | 86k| 2 | 0 | 0 | 0.000000e+00 | -- | Inf
90.98/91.02 c 91.0s| 1 | 0 | 5131 | - | 134M| 0 | 660 |1440 | 86k|1440 | 86k| 3 | 0 | 0 | 0.000000e+00 | -- | Inf
117.27/117.39 c 117s| 1 | 0 | 5298 | - | 137M| 0 | 660 |1440 | 86k|1440 | 86k| 4 | 0 | 0 | 0.000000e+00 | -- | Inf
143.97/144.06 c 144s| 1 | 0 | 5532 | - | 140M| 0 | 660 |1440 | 86k|1440 | 86k| 5 | 0 | 0 | 0.000000e+00 | -- | Inf
232.06/232.15 c 232s| 1 | 2 | 5532 | - | 140M| 0 | 660 |1440 | 86k|1440 | 86k| 5 | 0 | 33 | 0.000000e+00 | -- | Inf
924.04/924.24 c 924s| 100 | 101 | 78269 | 734.7 | 143M| 99 | 567 |1440 | 86k|1440 | 86k| 5 | 0 | 340 | 0.000000e+00 | -- | Inf
1075.62/1075.89 c 1076s| 200 | 201 |105986 | 504.8 | 145M| 146 | 426 |1440 | 86k|1440 | 86k| 5 | 0 | 385 | 0.000000e+00 | -- | Inf
1138.51/1138.72 c 1139s| 300 | 295 |121862 | 389.1 | 147M| 166 | 434 |1440 | 86k|1440 | 86k| 5 | 37 | 400 | 0.000000e+00 | -- | Inf
1302.39/1302.68 c 1303s| 400 | 346 |157448 | 380.7 | 149M| 168 | 449 |1440 | 86k|1440 | 86k| 5 | 244 | 440 | 0.000000e+00 | -- | Inf
1392.48/1392.73 c 1393s| 500 | 385 |178789 | 347.2 | 150M| 168 | 444 |1440 | 86k|1440 | 86k| 5 | 471 | 466 | 0.000000e+00 | -- | Inf
1472.86/1473.16 c 1473s| 600 | 438 |200038 | 324.7 | 151M| 168 | 503 |1440 | 86k|1440 | 86k| 5 | 625 | 480 | 0.000000e+00 | -- | Inf
1586.04/1586.39 c 1586s| 700 | 489 |222427 | 310.3 | 152M| 168 | 465 |1440 | 86k|1440 | 86k| 5 | 821 | 508 | 0.000000e+00 | -- | Inf
1673.43/1673.78 c 1674s| 800 | 561 |246697 | 301.8 | 153M| 168 | 388 |1440 | 86k|1440 | 86k| 5 | 933 | 522 | 0.000000e+00 | -- | Inf
1766.81/1767.13 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1766.81/1767.13 c 1767s| 900 | 612 |266022 | 289.8 | 155M| 168 | 405 |1440 | 86k|1440 | 86k| 5 |1112 | 550 | 0.000000e+00 | -- | Inf
1796.81/1797.16 c
1796.81/1797.16 c SCIP Status : solving was interrupted [time limit reached]
1796.81/1797.16 c Solving Time (sec) : 1797.16
1796.81/1797.16 c Solving Nodes : 925
1796.81/1797.16 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.81/1797.16 c Dual Bound : +0.00000000000000e+00
1796.81/1797.16 c Gap : infinite
1796.81/1797.16 s UNKNOWN
1796.81/1797.16 c SCIP Status : solving was interrupted [time limit reached]
1796.81/1797.16 c Total Time : 1797.16
1796.81/1797.16 c solving : 1797.16
1796.81/1797.16 c presolving : 0.84 (included in solving)
1796.81/1797.16 c reading : 0.25 (included in solving)
1796.81/1797.16 c copying : 0.00 (0 times copied the problem)
1796.81/1797.16 c Original Problem :
1796.81/1797.16 c Problem name : HOME/instance-3691573-1338022861.opb
1796.81/1797.16 c Variables : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.16 c Constraints : 86040 initial, 86040 maximal
1796.81/1797.16 c Objective sense : minimize
1796.81/1797.16 c Presolved Problem :
1796.81/1797.16 c Problem name : t_HOME/instance-3691573-1338022861.opb
1796.81/1797.16 c Variables : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.16 c Constraints : 86040 initial, 86341 maximal
1796.81/1797.16 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.81/1797.16 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c components : 0.04 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c linear : 0.41 0.08 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c logicor : 0.24 0.08 0 0 0 0 0 0 0 0 0
1796.81/1797.16 c root node : - - 0 - - 0 - - - - -
1796.81/1797.16 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.81/1797.16 c integral : 0 0 0 0 809 0 1 0 0 15 0 0 1610
1796.81/1797.16 c setppc : 360 360 5 3915 0 22 0 5231 82 7045 0 0 0
1796.81/1797.16 c logicor : 85680+ 85981 5 3063 0 19 0 17038 97 21908 0 0 0
1796.81/1797.16 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.81/1797.16 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.81/1797.16 c integral : 859.98 0.00 0.00 0.00 859.98 0.00 0.00 0.00
1796.81/1797.16 c setppc : 0.17 0.00 0.00 0.16 0.00 0.00 0.00 0.01
1796.81/1797.16 c logicor : 1.20 0.08 0.02 1.01 0.00 0.08 0.00 0.02
1796.81/1797.16 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.81/1797.16 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.81/1797.16 c rootredcost : 0 0 0 0
1796.81/1797.16 c pseudoobj : 0 0 0 0
1796.81/1797.16 c vbounds : 0 0 0 0
1796.81/1797.16 c redcost : 814 0 0 0
1796.81/1797.16 c probing : 0 0 0 0
1796.81/1797.16 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.81/1797.16 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.16 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.16 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.16 c redcost : 0.02 0.00 0.00 0.02 0.00
1796.81/1797.16 c probing : 0.00 0.00 0.00 0.00 0.00
1796.81/1797.16 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.81/1797.16 c propagation : 0.14 179 179 6137 140.7 23 29.7 -
1796.81/1797.16 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.16 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.16 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.81/1797.16 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.81/1797.16 c applied globally : - - - 1132 94.3 - - -
1796.81/1797.16 c applied locally : - - - 8 147.4 - - -
1796.81/1797.16 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.81/1797.16 c cut pool : 0.01 4 - - 234 - (maximal pool size: 1834)
1796.81/1797.16 c closecuts : 0.00 0.00 0 0 0 0 0
1796.81/1797.16 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.81/1797.16 c intobj : 0.00 0.00 0 0 0 0 0
1796.81/1797.16 c gomory : 124.62 0.00 5 0 0 0 0
1796.81/1797.16 c cgmip : 0.00 0.00 0 0 0 0 0
1796.81/1797.16 c strongcg : 1.91 0.00 5 0 0 2500 0
1796.81/1797.16 c cmir : 0.00 0.00 0 0 0 0 0
1796.81/1797.16 c flowcover : 0.00 0.00 0 0 0 0 0
1796.81/1797.16 c clique : 0.03 0.00 5 0 0 0 0
1796.81/1797.16 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.81/1797.16 c mcf : 0.07 0.00 1 0 0 0 0
1796.81/1797.16 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.81/1797.16 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.81/1797.16 c Pricers : ExecTime SetupTime Calls Vars
1796.81/1797.16 c problem variables: 0.00 - 0 0
1796.81/1797.16 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.81/1797.16 c relpscost : 859.98 0.00 809 0 15 0 0 1610
1796.81/1797.16 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.16 c inference : 0.00 0.00 1 0 0 0 0 2
1796.81/1797.16 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.16 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.16 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.16 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.16 c random : 0.00 0.00 0 0 0 0 0 0
1796.81/1797.16 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.81/1797.16 c LP solutions : 0.00 - - 0
1796.81/1797.16 c pseudo solutions : 0.00 - - 0
1796.81/1797.16 c smallcard : 0.00 0.00 0 0
1796.81/1797.16 c trivial : 0.00 0.00 1 0
1796.81/1797.16 c shiftandpropagate: 0.00 0.00 0 0
1796.81/1797.16 c simplerounding : 0.00 0.00 0 0
1796.81/1797.16 c zirounding : 0.00 0.00 0 0
1796.81/1797.16 c rounding : 0.00 0.00 0 0
1796.81/1797.16 c shifting : 0.00 0.00 0 0
1796.81/1797.16 c intshifting : 0.00 0.00 0 0
1796.81/1797.16 c oneopt : 0.00 0.00 0 0
1796.81/1797.16 c twoopt : 0.00 0.00 0 0
1796.81/1797.16 c indtwoopt : 0.00 0.00 0 0
1796.81/1797.16 c indoneopt : 0.00 0.00 0 0
1796.81/1797.16 c fixandinfer : 0.00 0.00 0 0
1796.81/1797.16 c feaspump : 0.00 0.00 0 0
1796.81/1797.16 c clique : 0.00 0.00 0 0
1796.81/1797.16 c indrounding : 0.00 0.00 0 0
1796.81/1797.16 c indcoefdiving : 0.00 0.00 0 0
1796.81/1797.16 c coefdiving : 0.00 0.00 0 0
1796.81/1797.16 c pscostdiving : 0.00 0.00 0 0
1796.81/1797.16 c nlpdiving : 0.00 0.00 0 0
1796.81/1797.16 c fracdiving : 0.00 0.00 0 0
1796.81/1797.16 c veclendiving : 0.00 0.00 0 0
1796.81/1797.16 c intdiving : 0.00 0.00 0 0
1796.81/1797.16 c actconsdiving : 0.00 0.00 0 0
1796.81/1797.16 c objpscostdiving : 0.00 0.00 0 0
1796.81/1797.16 c rootsoldiving : 0.00 0.00 0 0
1796.81/1797.16 c linesearchdiving : 0.00 0.00 0 0
1796.81/1797.16 c guideddiving : 0.00 0.00 0 0
1796.81/1797.16 c octane : 0.00 0.00 0 0
1796.81/1797.16 c rens : 0.00 0.00 0 0
1796.81/1797.16 c rins : 0.00 0.00 0 0
1796.81/1797.16 c localbranching : 0.00 0.00 0 0
1796.81/1797.16 c mutation : 0.00 0.00 0 0
1796.81/1797.16 c crossover : 0.00 0.00 0 0
1796.81/1797.16 c dins : 0.00 0.00 0 0
1796.81/1797.16 c vbounds : 0.00 0.00 0 0
1796.81/1797.16 c undercover : 0.00 0.00 0 0
1796.81/1797.16 c subnlp : 0.00 0.00 0 0
1796.81/1797.16 c trysol : 0.00 0.00 0 0
1796.81/1797.16 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.81/1797.16 c primal LP : 0.10 1 0 0.00 0.00 0.10 1
1796.81/1797.16 c dual LP : 796.89 814 271916 334.05 341.22 0.00 0
1796.81/1797.16 c lex dual LP : 0.00 0 0 0.00 -
1796.81/1797.16 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.81/1797.16 c diving/probing LP: 0.00 0 0 0.00 -
1796.81/1797.16 c strong branching : 859.75 559 263542 471.45 306.53
1796.81/1797.16 c (at root node) : - 33 22706 688.06 -
1796.81/1797.16 c conflict analysis: 0.00 0 0 0.00 -
1796.81/1797.16 c B&B Tree :
1796.81/1797.16 c number of runs : 1
1796.81/1797.16 c nodes : 925
1796.81/1797.16 c nodes (total) : 925
1796.81/1797.16 c nodes left : 625
1796.81/1797.16 c max depth : 168
1796.81/1797.16 c max depth (total): 168
1796.81/1797.16 c backtracks : 82 (8.9%)
1796.81/1797.16 c delayed cutoffs : 63
1796.81/1797.16 c repropagations : 296 (7249 domain reductions, 60 cutoffs)
1796.81/1797.16 c avg switch length: 3.18
1796.81/1797.16 c switching time : 1.41
1796.81/1797.16 c Solution :
1796.81/1797.16 c Solutions found : 0 (0 improvements)
1796.81/1797.16 c Primal Bound : -
1796.81/1797.16 c Dual Bound : +0.00000000000000e+00
1796.81/1797.16 c Gap : infinite
1796.81/1797.16 c Root Dual Bound : +0.00000000000000e+00
1796.81/1797.16 c Root Iterations : 5532
1797.12/1797.42 c Time complete: 1797.13.
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-3691573-1338022861/watcher-3691573-1338022861 -o /tmp/evaluation-result-3691573-1338022861/solver-3691573-1338022861 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691573-1338022861.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.11 2.04 2.01 3/175 3240
/proc/meminfo: memFree=29051644/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=12560 CPUtime=0 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 1885 0 0 0 0 0 0 0 20 0 1 0 268411612 12861440 1841 33554432000 4194304 10219143 140734165579008 140734165577880 8844210 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 3141 1848 419 1471 0 1661 0
[startup+0.018907 s]
/proc/loadavg: 2.11 2.04 2.01 3/175 3240
/proc/meminfo: memFree=29051644/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=15992 CPUtime=0.01 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 2750 0 0 0 1 0 0 0 20 0 1 0 268411612 16375808 2705 33554432000 4194304 10219143 140734165579008 140734165577880 8868232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 3998 2705 419 1471 0 2518 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15992
[startup+0.100275 s]
/proc/loadavg: 2.11 2.04 2.01 3/175 3240
/proc/meminfo: memFree=29051644/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=29172 CPUtime=0.09 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 6060 0 0 0 9 0 0 0 20 0 1 0 268411612 29872128 5996 33554432000 4194304 10219143 140734165579008 140734165577880 5345804 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 7293 5996 419 1471 0 5813 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29172
[startup+0.300276 s]
/proc/loadavg: 2.11 2.04 2.01 3/175 3240
/proc/meminfo: memFree=29051644/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=77720 CPUtime=0.29 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 18100 0 0 0 27 2 0 0 20 0 1 0 268411612 79585280 18006 33554432000 4194304 10219143 140734165579008 140734165577880 4962128 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 19430 18006 472 1471 0 17950 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77720
[startup+0.700306 s]
/proc/loadavg: 2.11 2.04 2.01 3/175 3240
/proc/meminfo: memFree=29051644/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=164412 CPUtime=0.69 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 40714 0 0 0 59 10 0 0 20 0 1 0 268411612 168357888 39452 33554432000 4194304 10219143 140734165579008 140734165576008 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 41103 39452 555 1471 0 39623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164412
[startup+1.50034 s]
/proc/loadavg: 2.10 2.04 2.01 3/176 3263
/proc/meminfo: memFree=28882920/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=272920 CPUtime=1.48 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 58999 0 0 0 130 18 0 0 20 0 1 0 268411612 279470080 65741 33554432000 4194304 10219143 140734165579008 140734165576008 8931317 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 68230 65741 649 1471 0 66750 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 272920
[startup+3.10031 s]
/proc/loadavg: 2.10 2.04 2.01 3/176 3263
/proc/meminfo: memFree=28756644/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=325460 CPUtime=3.08 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 69281 0 0 0 288 20 0 0 20 0 1 0 268411612 333271040 77133 33554432000 4194304 10219143 140734165579008 140734165572264 8056416 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 81365 77133 715 1471 0 79885 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 325460
[startup+6.30031 s]
/proc/loadavg: 2.10 2.04 2.01 3/176 3263
/proc/meminfo: memFree=28745540/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=325460 CPUtime=6.29 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 69349 0 0 0 608 21 0 0 20 0 1 0 268411612 333271040 77201 33554432000 4194304 10219143 140734165579008 140734165572264 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 81365 77201 715 1471 0 79885 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 325460
[startup+12.7003 s]
/proc/loadavg: 2.16 2.06 2.01 3/176 3263
/proc/meminfo: memFree=28745124/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=325460 CPUtime=12.68 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 69416 0 0 0 1246 22 0 0 20 0 1 0 268411612 333271040 77268 33554432000 4194304 10219143 140734165579008 140734165572648 8091534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 81365 77268 715 1471 0 79885 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 325460
[startup+25.5002 s]
/proc/loadavg: 2.14 2.06 2.01 3/176 3263
/proc/meminfo: memFree=28749668/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=320076 CPUtime=25.49 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 70548 0 0 0 2523 26 0 0 20 0 1 0 268411612 327757824 76204 33554432000 4194304 10219143 140734165579008 140734165573928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 80019 76204 736 1471 0 78539 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 320076
[startup+51.1002 s]
/proc/loadavg: 2.17 2.07 2.01 3/176 3263
/proc/meminfo: memFree=28745388/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=320076 CPUtime=51.08 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 71363 0 0 0 5077 31 0 0 20 0 1 0 268411612 327757824 76679 33554432000 4194304 10219143 140734165579008 140734165573928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 80019 76679 750 1471 0 78539 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 320076
[startup+102.306 s]
/proc/loadavg: 2.11 2.07 2.01 3/175 3263
/proc/meminfo: memFree=28728952/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=336216 CPUtime=102.27 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 71951 0 0 0 10183 44 0 0 20 0 1 0 268411612 344285184 80822 33554432000 4194304 10219143 140734165579008 140734165573928 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84054 80822 750 1471 0 82574 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 336216
[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/175 3263
/proc/meminfo: memFree=28707424/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=338820 CPUtime=162.26 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 73139 0 0 0 16170 56 0 0 20 0 1 0 268411612 346951680 82010 33554432000 4194304 10219143 140734165579008 140734165572456 8083875 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84705 82010 755 1471 0 83225 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 338820
[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/175 3264
/proc/meminfo: memFree=28707484/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=338820 CPUtime=222.26 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 73149 0 0 0 22162 64 0 0 20 0 1 0 268411612 346951680 82020 33554432000 4194304 10219143 140734165579008 140734165572184 8056492 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84705 82020 755 1471 0 83225 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 338820
[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 3264
/proc/meminfo: memFree=28706940/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=338820 CPUtime=282.24 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 73164 0 0 0 28154 70 0 0 20 0 1 0 268411612 346951680 82160 33554432000 4194304 10219143 140734165579008 140734165572456 7639964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84705 82160 762 1471 0 83225 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 338820
[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 3264
/proc/meminfo: memFree=28700124/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=338820 CPUtime=342.24 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 73173 0 0 0 34147 77 0 0 20 0 1 0 268411612 346951680 82325 33554432000 4194304 10219143 140734165579008 140734165572456 8091501 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84705 82325 762 1471 0 83225 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 338820
[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 3264
/proc/meminfo: memFree=28697096/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=338820 CPUtime=402.22 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 73180 0 0 0 40138 84 0 0 20 0 1 0 268411612 346951680 83087 33554432000 4194304 10219143 140734165579008 140734165572456 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84705 83087 762 1471 0 83225 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 338820
[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 3264
/proc/meminfo: memFree=28697176/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=338820 CPUtime=462.21 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 73182 0 0 0 46127 94 0 0 20 0 1 0 268411612 346951680 83090 33554432000 4194304 10219143 140734165579008 140734165572136 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84705 83090 762 1471 0 83225 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 338820
[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 3265
/proc/meminfo: memFree=28697300/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=338820 CPUtime=522.2 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 73194 0 0 0 52118 102 0 0 20 0 1 0 268411612 346951680 83102 33554432000 4194304 10219143 140734165579008 140734165572136 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84705 83102 762 1471 0 83225 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 338820
[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 3268
/proc/meminfo: memFree=28689100/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=338820 CPUtime=582.19 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 73210 0 0 0 58111 108 0 0 20 0 1 0 268411612 346951680 83118 33554432000 4194304 10219143 140734165579008 140734165572872 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 84705 83118 762 1471 0 83225 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 338820
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28679676/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=349392 CPUtime=1122.11 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 75071 0 0 0 112042 169 0 0 20 0 1 0 268411612 357777408 85490 33554432000 4194304 10219143 140734165579008 140734165572264 8056746 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 87348 85490 763 1471 0 85868 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 349392
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3273
/proc/meminfo: memFree=28675820/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=349392 CPUtime=1182.1 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 75407 0 0 0 118034 176 0 0 20 0 1 0 268411612 357777408 86337 33554432000 4194304 10219143 140734165579008 140734165572264 8056877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 87348 86337 766 1471 0 85868 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 349392
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3273
/proc/meminfo: memFree=28675952/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=349392 CPUtime=1242.1 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 75414 0 0 0 124027 183 0 0 20 0 1 0 268411612 357777408 86344 33554432000 4194304 10219143 140734165579008 140734165572456 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 87348 86344 766 1471 0 85868 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 349392
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3273
/proc/meminfo: memFree=28675888/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=349392 CPUtime=1302.09 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 75438 0 0 0 130018 191 0 0 20 0 1 0 268411612 357777408 86368 33554432000 4194304 10219143 140734165579008 140734165572312 7638819 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 87348 86368 767 1471 0 85868 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 349392
[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 3273
/proc/meminfo: memFree=28675884/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=349392 CPUtime=1362.08 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 75438 0 0 0 136011 197 0 0 20 0 1 0 268411612 357777408 86368 33554432000 4194304 10219143 140734165579008 140734165572456 8056852 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 87348 86368 767 1471 0 85868 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 349392
[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 3273
/proc/meminfo: memFree=28670300/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=354956 CPUtime=1422.07 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 75835 0 0 0 142002 205 0 0 20 0 1 0 268411612 363474944 87787 33554432000 4194304 10219143 140734165579008 140734165572456 8056857 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 88739 87787 767 1471 0 87259 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 354956
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3312
/proc/meminfo: memFree=29053016/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361548 CPUtime=1482.06 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 76472 0 0 0 147993 213 0 0 20 0 1 0 268411612 370225152 89446 33554432000 4194304 10219143 140734165579008 140734165572840 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90387 89446 767 1471 0 88907 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 361548
[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 3313
/proc/meminfo: memFree=28296888/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361548 CPUtime=1542.04 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 76472 0 0 0 153983 221 0 0 20 0 1 0 268411612 370225152 89446 33554432000 4194304 10219143 140734165579008 140734165572632 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90387 89446 767 1471 0 88907 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 361548
[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 3313
/proc/meminfo: memFree=28289884/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=368212 CPUtime=1602.04 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 76625 0 0 0 159975 229 0 0 20 0 1 0 268411612 377049088 91132 33554432000 4194304 10219143 140734165579008 140734165572680 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 92053 91132 767 1471 0 90573 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 368212
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3313
/proc/meminfo: memFree=28286100/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361848 CPUtime=1662.03 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 79856 0 0 0 165964 239 0 0 20 0 1 0 268411612 370532352 89322 33554432000 4194304 10219143 140734165579008 140734165572264 8056480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90462 89322 767 1471 0 88982 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 361848
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3313
/proc/meminfo: memFree=28274416/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361848 CPUtime=1722.02 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 79869 0 0 0 171955 247 0 0 20 0 1 0 268411612 370532352 89335 33554432000 4194304 10219143 140734165579008 140734165572264 7639944 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90462 89335 767 1471 0 88982 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 361848
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3317
/proc/meminfo: memFree=28268728/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361848 CPUtime=1782.01 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 80058 0 0 0 177947 254 0 0 20 0 1 0 268411612 370532352 89524 33554432000 4194304 10219143 140734165579008 140734165572648 7955929 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90462 89524 767 1471 0 88982 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 361848
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3317
/proc/meminfo: memFree=28268728/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361848 CPUtime=1785.21 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 80058 0 0 0 178266 255 0 0 20 0 1 0 268411612 370532352 89524 33554432000 4194304 10219143 140734165579008 140734165572264 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90462 89524 767 1471 0 88982 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 361848
[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3317
/proc/meminfo: memFree=28268404/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361848 CPUtime=1791.62 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 80058 0 0 0 178906 256 0 0 20 0 1 0 268411612 370532352 89524 33554432000 4194304 10219143 140734165579008 140734165572840 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90462 89524 767 1471 0 88982 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 361848
[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3317
/proc/meminfo: memFree=28268404/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361848 CPUtime=1794.82 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 80058 0 0 0 179226 256 0 0 20 0 1 0 268411612 370532352 89524 33554432000 4194304 10219143 140734165579008 140734165572456 7954738 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90462 89524 767 1471 0 88982 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 361848
[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3317
/proc/meminfo: memFree=28268404/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361848 CPUtime=1796.41 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 80058 0 0 0 179385 256 0 0 20 0 1 0 268411612 370532352 89524 33554432000 4194304 10219143 140734165579008 140734165572456 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90462 89524 767 1471 0 88982 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 361848
[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3317
/proc/meminfo: memFree=28268404/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=361848 CPUtime=1796.81 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 80059 0 0 0 179425 256 0 0 20 0 1 0 268411612 370532352 89525 33554432000 4194304 10219143 140734165579008 140734165572456 4533661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90462 89525 768 1471 0 88982 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 361848
[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3317
/proc/meminfo: memFree=28269148/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=360164 CPUtime=1797.01 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 80070 0 0 0 179445 256 0 0 20 0 1 0 268411612 368807936 89115 33554432000 4194304 10219143 140734165579008 140734165572456 9036791 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 90041 89115 779 1471 0 88561 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 360164
[startup+1797.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3317
/proc/meminfo: memFree=28269148/32873852 swapFree=7616/7616
[pid=3240] ppid=3238 vsize=299892 CPUtime=1797.12 cores=1,3,5,7
/proc/3240/stat : 3240 (scip-2.1.1.4exp) R 3238 3240 403 0 -1 4202496 80071 0 0 0 179455 257 0 0 20 0 1 0 268411612 307089408 74063 33554432000 4194304 10219143 140734165579008 140734165572456 7589177 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3240/statm: 74973 74063 780 1471 0 73493 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 299892
Child status: 0
Real time (s): 1797.42
CPU time (s): 1797.14
CPU user time (s): 1794.57
CPU system time (s): 2.57661
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 368212
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 2.57661
maximum resident set size= 364528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80084
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= 13
involuntary context switches= 1849
runsolver used 3.11453 second user time and 8.43172 second system time
The end