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-3690407-1338016938.opb>
0.19/0.23 c original problem has 1440 variables (1440 bin, 0 int, 0 impl, 0 cont) and 86040 constraints
0.19/0.23 c problem read in 0.23
0.19/0.23 c No objective function, only one solution is needed.
0.19/0.23 c presolving settings loaded
0.39/0.49 c presolving:
1.00/1.06 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.19/1.29 c presolving (2 rounds):
1.19/1.29 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.19/1.29 c 0 implications, 360 cliques
1.19/1.29 c presolved problem has 1440 variables (1440 bin, 0 int, 0 impl, 0 cont) and 86040 constraints
1.19/1.29 c 360 constraints of type <setppc>
1.19/1.29 c 85680 constraints of type <logicor>
1.19/1.29 c transformed objective value is always integral (scale: 1)
1.19/1.29 c Presolving Time: 1.00
1.19/1.29 c - non default parameters ----------------------------------------------------------------------
1.19/1.29 c # SCIP version 2.1.1.4
1.19/1.29 c
1.19/1.29 c # maximal time in seconds to run
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.29 c limits/time = 1797
1.19/1.29 c
1.19/1.29 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.29 c limits/memory = 13950
1.19/1.29 c
1.19/1.29 c # solving stops, if the given number of solutions were found (-1: no limit)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: -1]
1.19/1.29 c limits/solutions = 1
1.19/1.29 c
1.19/1.29 c # maximal number of separation rounds per node (-1: unlimited)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 5]
1.19/1.29 c separating/maxrounds = 1
1.19/1.29 c
1.19/1.29 c # maximal number of separation rounds in the root node (-1: unlimited)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: -1]
1.19/1.29 c separating/maxroundsroot = 5
1.19/1.29 c
1.19/1.29 c # default clock type (1: CPU user seconds, 2: wall clock time)
1.19/1.29 c # [type: int, range: [1,2], default: 1]
1.19/1.29 c timing/clocktype = 2
1.19/1.29 c
1.19/1.29 c # belongs reading time to solving time?
1.19/1.29 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.29 c timing/reading = TRUE
1.19/1.29 c
1.19/1.29 c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.19/1.29 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.19/1.29 c constraints/knapsack/disaggregation = FALSE
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 10]
1.19/1.29 c heuristics/coefdiving/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to node LP iterations
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.19/1.29 c heuristics/coefdiving/maxlpiterquot = 0.075
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/coefdiving/maxlpiterofs = 1500
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 30]
1.19/1.29 c heuristics/crossover/freq = -1
1.19/1.29 c
1.19/1.29 c # number of nodes added to the contingent of the total nodes
1.19/1.29 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.19/1.29 c heuristics/crossover/nodesofs = 750
1.19/1.29 c
1.19/1.29 c # number of nodes without incumbent change that heuristic should wait
1.19/1.29 c # [type: longint, range: [0,9223372036854775807], default: 200]
1.19/1.29 c heuristics/crossover/nwaitingnodes = 100
1.19/1.29 c
1.19/1.29 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.19/1.29 c # [type: real, range: [0,1], default: 0.1]
1.19/1.29 c heuristics/crossover/nodesquot = 0.15
1.19/1.29 c
1.19/1.29 c # minimum percentage of integer variables that have to be fixed
1.19/1.29 c # [type: real, range: [0,1], default: 0.666]
1.19/1.29 c heuristics/crossover/minfixingrate = 0.5
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 20]
1.19/1.29 c heuristics/feaspump/freq = -1
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/feaspump/maxlpiterofs = 2000
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 10]
1.19/1.29 c heuristics/fracdiving/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to node LP iterations
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.19/1.29 c heuristics/fracdiving/maxlpiterquot = 0.075
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/fracdiving/maxlpiterofs = 1500
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 10]
1.19/1.29 c heuristics/guideddiving/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to node LP iterations
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.19/1.29 c heuristics/guideddiving/maxlpiterquot = 0.075
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/guideddiving/maxlpiterofs = 1500
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to node LP iterations
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.19/1.29 c heuristics/intdiving/maxlpiterquot = 0.075
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 10]
1.19/1.29 c heuristics/intshifting/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 10]
1.19/1.29 c heuristics/linesearchdiving/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to node LP iterations
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.19/1.29 c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/linesearchdiving/maxlpiterofs = 1500
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 20]
1.19/1.29 c heuristics/objpscostdiving/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to total iteration number
1.19/1.29 c # [type: real, range: [0,1], default: 0.01]
1.19/1.29 c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/objpscostdiving/maxlpiterofs = 1500
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 1]
1.19/1.29 c heuristics/oneopt/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 10]
1.19/1.29 c heuristics/pscostdiving/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to node LP iterations
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.19/1.29 c heuristics/pscostdiving/maxlpiterquot = 0.075
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/pscostdiving/maxlpiterofs = 1500
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 0]
1.19/1.29 c heuristics/rens/freq = -1
1.19/1.29 c
1.19/1.29 c # minimum percentage of integer variables that have to be fixable
1.19/1.29 c # [type: real, range: [0,1], default: 0.5]
1.19/1.29 c heuristics/rens/minfixingrate = 0.3
1.19/1.29 c
1.19/1.29 c # number of nodes added to the contingent of the total nodes
1.19/1.29 c # [type: longint, range: [0,9223372036854775807], default: 500]
1.19/1.29 c heuristics/rens/nodesofs = 2000
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 20]
1.19/1.29 c heuristics/rootsoldiving/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to node LP iterations
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.19/1.29 c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/rootsoldiving/maxlpiterofs = 1500
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 1]
1.19/1.29 c heuristics/rounding/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 0]
1.19/1.29 c heuristics/shiftandpropagate/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 10]
1.19/1.29 c heuristics/shifting/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 1]
1.19/1.29 c heuristics/simplerounding/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 1]
1.19/1.29 c heuristics/subnlp/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 0]
1.19/1.29 c heuristics/trivial/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 1]
1.19/1.29 c heuristics/trysol/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 0]
1.19/1.29 c heuristics/undercover/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 10]
1.19/1.29 c heuristics/veclendiving/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal fraction of diving LP iterations compared to node LP iterations
1.19/1.29 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.19/1.29 c heuristics/veclendiving/maxlpiterquot = 0.075
1.19/1.29 c
1.19/1.29 c # additional number of allowed LP iterations
1.19/1.29 c # [type: int, range: [0,2147483647], default: 1000]
1.19/1.29 c heuristics/veclendiving/maxlpiterofs = 1500
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 1]
1.19/1.29 c heuristics/zirounding/freq = -1
1.19/1.29 c
1.19/1.29 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: -1]
1.19/1.29 c propagating/probing/maxprerounds = 0
1.19/1.29 c
1.19/1.29 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 0]
1.19/1.29 c separating/cmir/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 0]
1.19/1.29 c separating/flowcover/freq = -1
1.19/1.29 c
1.19/1.29 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: -1]
1.19/1.29 c separating/rapidlearning/freq = 0
1.19/1.29 c
1.19/1.29 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
1.19/1.29 c # [type: int, range: [-1,2147483647], default: 1]
1.19/1.29 c heuristics/indoneopt/freq = -1
1.19/1.29 c
1.19/1.29 c -----------------------------------------------------------------------------------------------
1.19/1.29 c start solving
1.19/1.29 c
12.68/12.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
12.68/12.75 c 12.7s| 1 | 0 | 4903 | - | 114M| 0 | 660 |1440 | 86k|1440 | 86k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
36.87/36.98 c 37.0s| 1 | 0 | 5070 | - | 117M| 0 | 660 |1440 | 86k|1440 | 86k| 1 | 0 | 0 | 0.000000e+00 | -- | Inf
60.76/60.84 c 60.8s| 1 | 0 | 5089 | - | 120M| 0 | 660 |1440 | 86k|1440 | 86k| 2 | 0 | 0 | 0.000000e+00 | -- | Inf
84.56/84.68 c 84.7s| 1 | 0 | 5131 | - | 123M| 0 | 660 |1440 | 86k|1440 | 86k| 3 | 0 | 0 | 0.000000e+00 | -- | Inf
108.95/109.01 c 109s| 1 | 0 | 5298 | - | 126M| 0 | 660 |1440 | 86k|1440 | 86k| 4 | 0 | 0 | 0.000000e+00 | -- | Inf
134.64/134.72 c 135s| 1 | 0 | 5532 | - | 129M| 0 | 660 |1440 | 86k|1440 | 86k| 5 | 0 | 0 | 0.000000e+00 | -- | Inf
215.13/215.26 c 215s| 1 | 2 | 5532 | - | 129M| 0 | 660 |1440 | 86k|1440 | 86k| 5 | 0 | 33 | 0.000000e+00 | -- | Inf
831.24/831.43 c 831s| 100 | 101 | 78269 | 734.7 | 132M| 99 | 567 |1440 | 86k|1440 | 86k| 5 | 0 | 340 | 0.000000e+00 | -- | Inf
965.12/965.38 c 965s| 200 | 201 |105986 | 504.8 | 134M| 146 | 426 |1440 | 86k|1440 | 86k| 5 | 0 | 385 | 0.000000e+00 | -- | Inf
1020.91/1021.11 c 1021s| 300 | 295 |121862 | 389.1 | 136M| 166 | 434 |1440 | 86k|1440 | 86k| 5 | 37 | 400 | 0.000000e+00 | -- | Inf
1165.69/1165.94 c 1166s| 400 | 346 |157448 | 380.7 | 138M| 168 | 449 |1440 | 86k|1440 | 86k| 5 | 244 | 440 | 0.000000e+00 | -- | Inf
1245.37/1245.65 c 1246s| 500 | 385 |178789 | 347.2 | 139M| 168 | 444 |1440 | 86k|1440 | 86k| 5 | 471 | 466 | 0.000000e+00 | -- | Inf
1317.36/1317.60 c 1318s| 600 | 438 |200038 | 324.7 | 140M| 168 | 503 |1440 | 86k|1440 | 86k| 5 | 625 | 480 | 0.000000e+00 | -- | Inf
1414.65/1414.95 c 1415s| 700 | 489 |222427 | 310.3 | 141M| 168 | 465 |1440 | 86k|1440 | 86k| 5 | 821 | 508 | 0.000000e+00 | -- | Inf
1489.14/1489.45 c 1489s| 800 | 561 |246697 | 301.8 | 142M| 168 | 388 |1440 | 86k|1440 | 86k| 5 | 933 | 522 | 0.000000e+00 | -- | Inf
1567.43/1567.77 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1567.43/1567.77 c 1568s| 900 | 612 |266022 | 289.8 | 144M| 168 | 405 |1440 | 86k|1440 | 86k| 5 |1112 | 550 | 0.000000e+00 | -- | Inf
1651.71/1652.03 c 1652s| 1000 | 654 |288123 | 282.9 | 145M| 168 | 507 |1440 | 86k|1440 | 86k| 5 |1309 | 578 | 0.000000e+00 | -- | Inf
1764.20/1764.51 c 1765s| 1100 | 729 |319619 | 285.8 | 146M| 168 | 495 |1440 | 86k|1440 | 86k| 5 |1405 | 608 | 0.000000e+00 | -- | Inf
1796.69/1797.01 c
1796.69/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.69/1797.01 c Solving Time (sec) : 1797.01
1796.69/1797.01 c Solving Nodes : 1138
1796.69/1797.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.69/1797.01 c Dual Bound : +0.00000000000000e+00
1796.69/1797.01 c Gap : infinite
1796.69/1797.01 s UNKNOWN
1796.69/1797.01 c SCIP Status : solving was interrupted [time limit reached]
1796.69/1797.01 c Total Time : 1797.01
1796.69/1797.01 c solving : 1797.01
1796.69/1797.01 c presolving : 1.00 (included in solving)
1796.69/1797.01 c reading : 0.23 (included in solving)
1796.69/1797.01 c copying : 0.00 (0 times copied the problem)
1796.69/1797.01 c Original Problem :
1796.69/1797.01 c Problem name : HOME/instance-3690407-1338016938.opb
1796.69/1797.01 c Variables : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01 c Constraints : 86040 initial, 86040 maximal
1796.69/1797.01 c Objective sense : minimize
1796.69/1797.01 c Presolved Problem :
1796.69/1797.01 c Problem name : t_HOME/instance-3690407-1338016938.opb
1796.69/1797.01 c Variables : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01 c Constraints : 86040 initial, 86365 maximal
1796.69/1797.01 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.69/1797.01 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c components : 0.03 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c linear : 0.39 0.00 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c logicor : 0.24 0.07 0 0 0 0 0 0 0 0 0
1796.69/1797.01 c root node : - - 0 - - 0 - - - - -
1796.69/1797.01 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.69/1797.01 c integral : 0 0 0 0 982 0 1 0 1 16 0 0 1954
1796.69/1797.01 c setppc : 360 360 5 4897 0 1 0 6713 104 8806 0 0 0
1796.69/1797.01 c logicor : 85680+ 86005 5 3873 0 1 0 22423 127 27864 0 0 0
1796.69/1797.01 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.69/1797.01 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.69/1797.01 c integral : 830.75 0.00 0.00 0.00 830.75 0.00 0.00 0.00
1796.69/1797.01 c setppc : 0.19 0.00 0.00 0.19 0.00 0.00 0.00 0.01
1796.69/1797.01 c logicor : 1.29 0.07 0.02 1.17 0.00 0.01 0.00 0.02
1796.69/1797.01 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.69/1797.01 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.69/1797.01 c rootredcost : 0 0 0 0
1796.69/1797.01 c pseudoobj : 0 0 0 0
1796.69/1797.01 c vbounds : 0 0 0 0
1796.69/1797.01 c redcost : 987 0 0 0
1796.69/1797.01 c probing : 0 0 0 0
1796.69/1797.01 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.69/1797.01 c rootredcost : 0.00 0.00 0.00 0.00 0.00
1796.69/1797.01 c pseudoobj : 0.00 0.00 0.00 0.00 0.00
1796.69/1797.01 c vbounds : 0.00 0.00 0.00 0.00 0.00
1796.69/1797.01 c redcost : 0.03 0.00 0.00 0.03 0.00
1796.69/1797.01 c probing : 0.00 0.00 0.00 0.00 0.00
1796.69/1797.01 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.69/1797.01 c propagation : 0.18 231 231 8068 140.3 27 33.4 -
1796.69/1797.01 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1796.69/1797.01 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.69/1797.01 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.69/1797.01 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.69/1797.01 c applied globally : - - - 1525 98.4 - - -
1796.69/1797.01 c applied locally : - - - 9 147.1 - - -
1796.69/1797.01 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.69/1797.01 c cut pool : 0.01 4 - - 234 - (maximal pool size: 1834)
1796.69/1797.01 c closecuts : 0.00 0.00 0 0 0 0 0
1796.69/1797.01 c impliedbounds : 0.00 0.00 5 0 0 0 0
1796.69/1797.01 c intobj : 0.00 0.00 0 0 0 0 0
1796.69/1797.01 c gomory : 117.35 0.00 5 0 0 0 0
1796.69/1797.01 c cgmip : 0.00 0.00 0 0 0 0 0
1796.69/1797.01 c strongcg : 1.79 0.00 5 0 0 2500 0
1796.69/1797.01 c cmir : 0.00 0.00 0 0 0 0 0
1796.69/1797.01 c flowcover : 0.00 0.00 0 0 0 0 0
1796.69/1797.01 c clique : 0.03 0.00 5 0 0 0 0
1796.69/1797.01 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.69/1797.01 c mcf : 0.06 0.00 1 0 0 0 0
1796.69/1797.01 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.69/1797.01 c rapidlearning : 0.00 0.00 0 0 0 0 0
1796.69/1797.01 c Pricers : ExecTime SetupTime Calls Vars
1796.69/1797.01 c problem variables: 0.00 - 0 0
1796.69/1797.01 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.69/1797.01 c relpscost : 830.75 0.00 982 1 16 0 0 1954
1796.69/1797.01 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.69/1797.01 c inference : 0.00 0.00 1 0 0 0 0 2
1796.69/1797.01 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.69/1797.01 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.69/1797.01 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.69/1797.01 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.69/1797.01 c random : 0.00 0.00 0 0 0 0 0 0
1796.69/1797.01 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.69/1797.01 c LP solutions : 0.00 - - 0
1796.69/1797.01 c pseudo solutions : 0.00 - - 0
1796.69/1797.01 c smallcard : 0.00 0.00 0 0
1796.69/1797.01 c trivial : 0.00 0.00 1 0
1796.69/1797.01 c shiftandpropagate: 0.00 0.00 0 0
1796.69/1797.01 c simplerounding : 0.00 0.00 0 0
1796.69/1797.01 c zirounding : 0.00 0.00 0 0
1796.69/1797.01 c rounding : 0.00 0.00 0 0
1796.69/1797.01 c shifting : 0.00 0.00 0 0
1796.69/1797.01 c intshifting : 0.00 0.00 0 0
1796.69/1797.01 c oneopt : 0.00 0.00 0 0
1796.69/1797.01 c twoopt : 0.00 0.00 0 0
1796.69/1797.01 c indtwoopt : 0.00 0.00 0 0
1796.69/1797.01 c indoneopt : 0.00 0.00 0 0
1796.69/1797.01 c fixandinfer : 0.00 0.00 0 0
1796.69/1797.01 c feaspump : 0.00 0.00 0 0
1796.69/1797.01 c clique : 0.00 0.00 0 0
1796.69/1797.01 c indrounding : 0.00 0.00 0 0
1796.69/1797.01 c indcoefdiving : 0.00 0.00 0 0
1796.69/1797.01 c coefdiving : 0.00 0.00 0 0
1796.69/1797.01 c pscostdiving : 0.00 0.00 0 0
1796.69/1797.01 c nlpdiving : 0.00 0.00 0 0
1796.69/1797.01 c fracdiving : 0.00 0.00 0 0
1796.69/1797.01 c veclendiving : 0.00 0.00 0 0
1796.69/1797.01 c intdiving : 0.00 0.00 0 0
1796.69/1797.01 c actconsdiving : 0.00 0.00 0 0
1796.69/1797.01 c objpscostdiving : 0.00 0.00 0 0
1796.69/1797.01 c rootsoldiving : 0.00 0.00 0 0
1796.69/1797.01 c linesearchdiving : 0.00 0.00 0 0
1796.69/1797.01 c guideddiving : 0.00 0.00 0 0
1796.69/1797.01 c octane : 0.00 0.00 0 0
1796.69/1797.01 c rens : 0.00 0.00 0 0
1796.69/1797.01 c rins : 0.00 0.00 0 0
1796.69/1797.01 c localbranching : 0.00 0.00 0 0
1796.69/1797.01 c mutation : 0.00 0.00 0 0
1796.69/1797.01 c crossover : 0.00 0.00 0 0
1796.69/1797.01 c dins : 0.00 0.00 0 0
1796.69/1797.01 c vbounds : 0.00 0.00 0 0
1796.69/1797.01 c undercover : 0.00 0.00 0 0
1796.69/1797.01 c subnlp : 0.00 0.00 0 0
1796.69/1797.01 c trysol : 0.00 0.00 0 0
1796.69/1797.01 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.69/1797.01 c primal LP : 0.09 1 0 0.00 0.00 0.09 1
1796.69/1797.01 c dual LP : 832.98 988 325823 329.78 391.15 0.00 0
1796.69/1797.01 c lex dual LP : 0.00 0 0 0.00 -
1796.69/1797.01 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.69/1797.01 c diving/probing LP: 0.00 0 0 0.00 -
1796.69/1797.01 c strong branching : 830.52 621 288857 465.15 347.80
1796.69/1797.01 c (at root node) : - 33 22706 688.06 -
1796.69/1797.01 c conflict analysis: 0.00 0 0 0.00 -
1796.69/1797.01 c B&B Tree :
1796.69/1797.01 c number of runs : 1
1796.69/1797.01 c nodes : 1138
1796.69/1797.01 c nodes (total) : 1138
1796.69/1797.01 c nodes left : 740
1796.69/1797.01 c max depth : 168
1796.69/1797.01 c max depth (total): 168
1796.69/1797.01 c backtracks : 102 (9.0%)
1796.69/1797.01 c delayed cutoffs : 79
1796.69/1797.01 c repropagations : 370 (8829 domain reductions, 72 cutoffs)
1796.69/1797.01 c avg switch length: 3.30
1796.69/1797.01 c switching time : 1.58
1796.69/1797.01 c Solution :
1796.69/1797.01 c Solutions found : 0 (0 improvements)
1796.69/1797.01 c Primal Bound : -
1796.69/1797.01 c Dual Bound : +0.00000000000000e+00
1796.69/1797.01 c Gap : infinite
1796.69/1797.01 c Root Dual Bound : +0.00000000000000e+00
1796.69/1797.01 c Root Iterations : 5532
1796.89/1797.21 c Time complete: 1796.91.
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-3690407-1338016938/watcher-3690407-1338016938 -o /tmp/evaluation-result-3690407-1338016938/solver-3690407-1338016938 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690407-1338016938.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: 0.01 0.02 0.00 2/171 32327
/proc/meminfo: memFree=28961968/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=11332 CPUtime=0 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 1579 0 0 0 0 0 0 0 20 0 1 0 267821174 11603968 1533 33554432000 4194304 10173063 140735048553904 140735048417448 8886411 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 2833 1533 413 1460 0 1364 0
[startup+0.054331 s]
/proc/loadavg: 0.01 0.02 0.00 2/171 32327
/proc/meminfo: memFree=28961968/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=18708 CPUtime=0.04 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 3432 0 0 0 4 0 0 0 20 0 1 0 267821174 19156992 3386 33554432000 4194304 10173063 140735048553904 140735048417448 8726823 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 4677 3386 413 1460 0 3208 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18708
[startup+0.100324 s]
/proc/loadavg: 0.01 0.02 0.00 2/171 32327
/proc/meminfo: memFree=28961968/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=23808 CPUtime=0.09 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 4713 0 0 0 9 0 0 0 20 0 1 0 267821174 24379392 4667 33554432000 4194304 10173063 140735048553904 140735048417448 9050306 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 5952 4667 413 1460 0 4483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23808
[startup+0.300232 s]
/proc/loadavg: 0.01 0.02 0.00 2/171 32327
/proc/meminfo: memFree=28961968/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=76200 CPUtime=0.29 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 17498 0 0 0 27 2 0 0 20 0 1 0 267821174 78028800 17379 33554432000 4194304 10173063 140735048553904 140735048417448 7545739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 19083 17388 509 1460 0 17614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76200
[startup+0.700247 s]
/proc/loadavg: 0.01 0.02 0.00 2/171 32327
/proc/meminfo: memFree=28961968/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=156640 CPUtime=0.69 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 41747 0 0 0 62 7 0 0 20 0 1 0 267821174 160399360 37404 33554432000 4194304 10173063 140735048553904 140735048417448 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 39160 37404 546 1460 0 37691 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 156640
[startup+1.50025 s]
/proc/loadavg: 0.01 0.02 0.00 3/177 32342
/proc/meminfo: memFree=28748304/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=254552 CPUtime=1.49 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 64145 0 0 0 134 15 0 0 20 0 1 0 267821174 260661248 60913 33554432000 4194304 10173063 140735048553904 140735048549960 8887115 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 63638 60913 663 1460 0 62169 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 254552
[startup+3.1003 s]
/proc/loadavg: 0.01 0.02 0.00 3/177 32342
/proc/meminfo: memFree=28496916/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=324356 CPUtime=3.09 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 71444 0 0 0 293 16 0 0 20 0 1 0 267821174 332140544 76891 33554432000 4194304 10173063 140735048553904 140735048547208 8012623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 81089 76891 721 1460 0 79620 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 324356
[startup+6.30025 s]
/proc/loadavg: 0.25 0.06 0.02 3/177 32342
/proc/meminfo: memFree=27938424/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=324356 CPUtime=6.29 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 71535 0 0 0 612 17 0 0 20 0 1 0 267821174 332140544 76982 33554432000 4194304 10173063 140735048553904 140735048547208 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 81089 76982 721 1460 0 79620 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 324356
[startup+12.7003 s]
/proc/loadavg: 0.39 0.10 0.03 3/177 32342
/proc/meminfo: memFree=27314408/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=318364 CPUtime=12.68 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 72053 0 0 0 1251 17 0 0 20 0 1 0 267821174 326004736 76109 33554432000 4194304 10173063 140735048553904 140735048546424 8047250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 79591 76109 727 1460 0 78122 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 318364
[startup+25.5002 s]
/proc/loadavg: 0.74 0.19 0.06 3/177 32342
/proc/meminfo: memFree=27214304/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=318364 CPUtime=25.48 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 72098 0 0 0 2528 20 0 0 20 0 1 0 267821174 326004736 76130 33554432000 4194304 10173063 140735048553904 140735048548824 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 79591 76130 741 1460 0 78122 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 318364
[startup+51.1002 s]
/proc/loadavg: 1.17 0.33 0.11 3/177 32342
/proc/meminfo: memFree=27204464/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=318364 CPUtime=51.06 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 72859 0 0 0 5081 25 0 0 20 0 1 0 267821174 326004736 76933 33554432000 4194304 10173063 140735048553904 140735048548824 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 79591 76933 756 1460 0 78122 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 318364
[startup+102.306 s]
/proc/loadavg: 1.64 0.59 0.20 3/176 32342
/proc/meminfo: memFree=27173400/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=334504 CPUtime=102.25 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 73187 0 0 0 10189 36 0 0 20 0 1 0 267821174 342532096 80881 33554432000 4194304 10173063 140735048553904 140735048548776 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 83626 80881 756 1460 0 82157 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 334504
[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.31 3/177 32343
/proc/meminfo: memFree=27182960/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=335060 CPUtime=162.23 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 73197 0 0 0 16176 47 0 0 20 0 1 0 267821174 343101440 81850 33554432000 4194304 10173063 140735048553904 140735048547352 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 83765 81850 762 1460 0 82296 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 335060
[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.42 3/177 32343
/proc/meminfo: memFree=27141512/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=335060 CPUtime=222.23 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 73206 0 0 0 22168 55 0 0 20 0 1 0 267821174 343101440 81859 33554432000 4194304 10173063 140735048553904 140735048546424 8012656 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 83765 81859 771 1460 0 82296 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 335060
[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.51 3/178 32344
/proc/meminfo: memFree=27141036/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=335060 CPUtime=282.22 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 73216 0 0 0 28159 63 0 0 20 0 1 0 267821174 343101440 81869 33554432000 4194304 10173063 140735048553904 140735048547160 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 83765 81869 771 1460 0 82296 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 335060
[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.60 3/177 32344
/proc/meminfo: memFree=27135800/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=341460 CPUtime=342.21 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 74189 0 0 0 34151 70 0 0 20 0 1 0 267821174 349655040 82842 33554432000 4194304 10173063 140735048553904 140735048547080 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 85365 82842 771 1460 0 83896 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 341460
[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 3/177 32344
/proc/meminfo: memFree=27100580/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=341460 CPUtime=402.2 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 74213 0 0 0 40142 78 0 0 20 0 1 0 267821174 349655040 82866 33554432000 4194304 10173063 140735048553904 140735048547352 8047326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 85365 82866 771 1460 0 83896 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 341460
[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/177 32345
/proc/meminfo: memFree=27093596/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=341632 CPUtime=462.19 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 74359 0 0 0 46133 86 0 0 20 0 1 0 267821174 349831168 84034 33554432000 4194304 10173063 140735048553904 140735048547352 8012272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 85408 84034 771 1460 0 83939 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 341632
[startup+522.3 s]
/proc/loadavg: 1.99 1.64 0.84 3/178 32348
/proc/meminfo: memFree=27084516/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=348232 CPUtime=522.18 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 74986 0 0 0 52122 96 0 0 20 0 1 0 267821174 356589568 85683 33554432000 4194304 10173063 140735048553904 140735048547352 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 87058 85683 771 1460 0 85589 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 348232
[startup+582.3 s]
/proc/loadavg: 2.04 1.72 0.92 3/177 32348
/proc/meminfo: memFree=27082204/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=349232 CPUtime=582.17 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 75242 0 0 0 58113 104 0 0 20 0 1 0 267821174 357613568 85939 33554432000 4194304 10173063 140735048553904 140735048547352 8012584 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 87308 85939 771 1460 0 85839 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 349232
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=27044896/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=351936 CPUtime=1122.09 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 75994 0 0 0 112028 181 0 0 20 0 1 0 267821174 360382464 86624 33554432000 4194304 10173063 140735048553904 140735048547160 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 87984 86624 775 1460 0 86515 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 351936
[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.42 3/177 32353
/proc/meminfo: memFree=27045028/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=351936 CPUtime=1182.08 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76018 0 0 0 118017 191 0 0 20 0 1 0 267821174 360382464 86648 33554432000 4194304 10173063 140735048553904 140735048547160 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 87984 86648 775 1460 0 86515 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 351936
[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 32353
/proc/meminfo: memFree=27045948/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=351936 CPUtime=1242.07 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76019 0 0 0 124007 200 0 0 20 0 1 0 267821174 360382464 86663 33554432000 4194304 10173063 140735048553904 140735048547160 7722931 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 87984 86663 775 1460 0 86515 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 351936
[startup+1302.3 s]
/proc/loadavg: 2.07 1.99 1.49 3/177 32353
/proc/meminfo: memFree=27046644/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=351936 CPUtime=1302.07 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76019 0 0 0 129999 208 0 0 20 0 1 0 267821174 360382464 86663 33554432000 4194304 10173063 140735048553904 140735048547160 8012341 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 87984 86663 775 1460 0 86515 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 351936
[startup+1362.3 s]
/proc/loadavg: 2.02 1.99 1.52 3/177 32354
/proc/meminfo: memFree=27046768/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=351936 CPUtime=1362.06 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76019 0 0 0 135988 218 0 0 20 0 1 0 267821174 360382464 86663 33554432000 4194304 10173063 140735048553904 140735048547160 8012567 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 87984 86663 775 1460 0 86515 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 351936
[startup+1422.31 s]
/proc/loadavg: 2.01 1.99 1.55 3/177 32354
/proc/meminfo: memFree=27044844/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=351936 CPUtime=1422.05 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76019 0 0 0 141979 226 0 0 20 0 1 0 267821174 360382464 86663 33554432000 4194304 10173063 140735048553904 140735048547208 8012255 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 87984 86663 775 1460 0 86515 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 351936
[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.57 3/177 32354
/proc/meminfo: memFree=27044476/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=352084 CPUtime=1482.04 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76062 0 0 0 147969 235 0 0 20 0 1 0 267821174 360534016 86706 33554432000 4194304 10173063 140735048553904 140735048547160 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 88021 86706 775 1460 0 86552 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 352084
[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.60 3/177 32354
/proc/meminfo: memFree=27044848/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=352084 CPUtime=1542.03 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76062 0 0 0 153959 244 0 0 20 0 1 0 267821174 360534016 86706 33554432000 4194304 10173063 140735048553904 140735048547160 7971268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 88021 86706 775 1460 0 86552 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 352084
[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.62 3/177 32354
/proc/meminfo: memFree=27044724/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=352084 CPUtime=1602.02 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76062 0 0 0 159950 252 0 0 20 0 1 0 267821174 360534016 86706 33554432000 4194304 10173063 140735048553904 140735048547160 8012395 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 88021 86706 775 1460 0 86552 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 352084
[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.64 3/177 32355
/proc/meminfo: memFree=27040568/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=356372 CPUtime=1662.01 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76622 0 0 0 165940 261 0 0 20 0 1 0 267821174 364924928 87777 33554432000 4194304 10173063 140735048553904 140735048547160 8012272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 89093 87777 775 1460 0 87624 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 356372
[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/178 32358
/proc/meminfo: memFree=27039816/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=357068 CPUtime=1722 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76790 0 0 0 171930 270 0 0 20 0 1 0 267821174 365637632 87945 33554432000 4194304 10173063 140735048553904 140735048547352 8047303 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 89267 87945 775 1460 0 87798 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 357068
[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039328/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=357756 CPUtime=1781.99 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76792 0 0 0 177921 278 0 0 20 0 1 0 267821174 366342144 87947 33554432000 4194304 10173063 140735048553904 140735048547352 8012405 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 89439 87947 775 1460 0 87970 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 357756
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039328/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=357756 CPUtime=1785.19 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76792 0 0 0 178241 278 0 0 20 0 1 0 267821174 366342144 87947 33554432000 4194304 10173063 140735048553904 140735048547160 8039584 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 89439 87947 775 1460 0 87970 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 357756
[startup+1791.91 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039328/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=357756 CPUtime=1791.6 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76792 0 0 0 178881 279 0 0 20 0 1 0 267821174 366342144 87947 33554432000 4194304 10173063 140735048553904 140735048547160 8012673 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 89439 87947 775 1460 0 87970 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 357756
[startup+1795.1 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039328/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=357756 CPUtime=1794.79 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76792 0 0 0 179200 279 0 0 20 0 1 0 267821174 366342144 87947 33554432000 4194304 10173063 140735048553904 140735048547160 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 89439 87947 775 1460 0 87970 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 357756
[startup+1795.9 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039328/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=357756 CPUtime=1795.59 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76792 0 0 0 179279 280 0 0 20 0 1 0 267821174 366342144 87947 33554432000 4194304 10173063 140735048553904 140735048547160 7594589 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 89439 87947 775 1460 0 87970 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 357756
[startup+1796.7 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039452/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=362404 CPUtime=1796.39 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76931 0 0 0 179359 280 0 0 20 0 1 0 267821174 371101696 88086 33554432000 4194304 10173063 140735048553904 140735048547256 8047326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 90601 88086 775 1460 0 89132 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 362404
[startup+1797.1 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039452/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=361768 CPUtime=1796.79 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76953 0 0 0 179399 280 0 0 20 0 1 0 267821174 370450432 87949 33554432000 4194304 10173063 140735048553904 140735048547160 5061537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 90442 87949 787 1460 0 88973 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 361768
[startup+1797.2 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039452/32873648 swapFree=7108/7108
[pid=32327] ppid=32325 vsize=320352 CPUtime=1796.89 cores=1,3,5,7
/proc/32327/stat : 32327 (scip-2.1.1.4fix) R 32325 32327 32297 0 -1 4202496 76957 0 0 0 179409 280 0 0 20 0 1 0 267821174 328040448 77870 33554432000 4194304 10173063 140735048553904 140735048547160 7550179 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32327/statm: 80088 77870 791 1460 0 78619 0
Current children cumulated CPU time (s) 1796.89
Current children cumulated vsize (KiB) 320352
Child status: 0
Real time (s): 1797.22
CPU time (s): 1796.92
CPU user time (s): 1794.1
CPU system time (s): 2.81857
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 362404
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.1
system time used= 2.81857
maximum resident set size= 352432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76969
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= 44
involuntary context switches= 1846
runsolver used 3.17452 second user time and 7.96079 second system time
The end