0.00/0.00 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00 c Copyright (c) 2002-2011 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-3741113-1338771468.opb>
3.49/3.57 c original problem has 26339 variables (26339 bin, 0 int, 0 impl, 0 cont) and 612374 constraints
3.49/3.57 c problem read
3.49/3.57 c No objective function, only one solution is needed.
3.49/3.57 c presolving settings loaded
4.40/4.44 c presolving:
6.29/6.39 c (round 1) 8437 del vars, 133981 del conss, 0 add conss, 8436 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 334312 impls, 698 clqs
7.09/7.14 c (round 2) 11549 del vars, 245499 del conss, 0 add conss, 8436 chg bounds, 4694 chg sides, 6048 chg coeffs, 0 upgd conss, 372714 impls, 698 clqs
7.59/7.61 c (round 3) 11869 del vars, 255313 del conss, 0 add conss, 8436 chg bounds, 6685 chg sides, 8592 chg coeffs, 0 upgd conss, 372996 impls, 698 clqs
9.89/9.99 c (round 4) 11869 del vars, 255343 del conss, 0 add conss, 8436 chg bounds, 6697 chg sides, 8592 chg coeffs, 357048 upgd conss, 372996 impls, 698 clqs
10.59/10.69 c (round 5) 11869 del vars, 255345 del conss, 0 add conss, 8436 chg bounds, 6809 chg sides, 9034 chg coeffs, 357048 upgd conss, 372996 impls, 698 clqs
11.09/11.16 c presolving (6 rounds):
11.09/11.16 c 11869 deleted vars, 255345 deleted constraints, 0 added constraints, 8436 tightened bounds, 0 added holes, 6813 changed sides, 9132 changed coefficients
11.09/11.16 c 373132 implications, 698 cliques
11.09/11.16 c presolved problem has 14470 variables (14470 bin, 0 int, 0 impl, 0 cont) and 357029 constraints
11.09/11.16 c 56861 constraints of type <knapsack>
11.09/11.16 c 35186 constraints of type <setppc>
11.09/11.16 c 1 constraints of type <linear>
11.09/11.16 c 264981 constraints of type <logicor>
11.09/11.16 c transformed objective value is always integral (scale: 1)
11.09/11.16 c Presolving Time: 6.78
11.09/11.16 c - non default parameters ----------------------------------------------------------------------
11.09/11.16 c # SCIP version 2.0.1.5
11.09/11.16 c
11.09/11.16 c # frequency for displaying node information lines
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 100]
11.09/11.16 c display/freq = 10000
11.09/11.16 c
11.09/11.16 c # maximal time in seconds to run
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.09/11.16 c limits/time = 1797
11.09/11.16 c
11.09/11.16 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.09/11.16 c limits/memory = 13950
11.09/11.16 c
11.09/11.16 c # solving stops, if the given number of solutions were found (-1: no limit)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: -1]
11.09/11.16 c limits/solutions = 1
11.09/11.16 c
11.09/11.16 c # maximal number of separation rounds per node (-1: unlimited)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 5]
11.09/11.16 c separating/maxrounds = 1
11.09/11.16 c
11.09/11.16 c # maximal number of separation rounds in the root node (-1: unlimited)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: -1]
11.09/11.16 c separating/maxroundsroot = 5
11.09/11.16 c
11.09/11.16 c # default clock type (1: CPU user seconds, 2: wall clock time)
11.09/11.16 c # [type: int, range: [1,2], default: 1]
11.09/11.16 c timing/clocktype = 2
11.09/11.16 c
11.09/11.16 c # belongs reading time to solving time?
11.09/11.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.09/11.16 c timing/reading = TRUE
11.09/11.16 c
11.09/11.16 c # should presolving try to simplify inequalities
11.09/11.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.09/11.16 c constraints/linear/simplifyinequalities = TRUE
11.09/11.16 c
11.09/11.16 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
11.09/11.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.09/11.16 c constraints/indicator/addCouplingCons = TRUE
11.09/11.16 c
11.09/11.16 c # should disaggregation of knapsack constraints be allowed in preprocessing?
11.09/11.16 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
11.09/11.16 c constraints/knapsack/disaggregation = FALSE
11.09/11.16 c
11.09/11.16 c # should presolving try to simplify knapsacks
11.09/11.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.09/11.16 c constraints/knapsack/simplifyinequalities = TRUE
11.09/11.16 c
11.09/11.16 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: -1]
11.09/11.16 c presolving/probing/maxrounds = 0
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 10]
11.09/11.16 c heuristics/coefdiving/freq = -1
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to node LP iterations
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
11.09/11.16 c heuristics/coefdiving/maxlpiterquot = 0.075
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/coefdiving/maxlpiterofs = 1500
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 30]
11.09/11.16 c heuristics/crossover/freq = -1
11.09/11.16 c
11.09/11.16 c # number of nodes added to the contingent of the total nodes
11.09/11.16 c # [type: longint, range: [0,9223372036854775807], default: 500]
11.09/11.16 c heuristics/crossover/nodesofs = 750
11.09/11.16 c
11.09/11.16 c # number of nodes without incumbent change that heuristic should wait
11.09/11.16 c # [type: longint, range: [0,9223372036854775807], default: 200]
11.09/11.16 c heuristics/crossover/nwaitingnodes = 100
11.09/11.16 c
11.09/11.16 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
11.09/11.16 c # [type: real, range: [0,1], default: 0.1]
11.09/11.16 c heuristics/crossover/nodesquot = 0.15
11.09/11.16 c
11.09/11.16 c # minimum percentage of integer variables that have to be fixed
11.09/11.16 c # [type: real, range: [0,1], default: 0.666]
11.09/11.16 c heuristics/crossover/minfixingrate = 0.5
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 20]
11.09/11.16 c heuristics/feaspump/freq = -1
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/feaspump/maxlpiterofs = 2000
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 10]
11.09/11.16 c heuristics/fracdiving/freq = -1
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to node LP iterations
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
11.09/11.16 c heuristics/fracdiving/maxlpiterquot = 0.075
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/fracdiving/maxlpiterofs = 1500
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 10]
11.09/11.16 c heuristics/guideddiving/freq = -1
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to node LP iterations
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
11.09/11.16 c heuristics/guideddiving/maxlpiterquot = 0.075
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/guideddiving/maxlpiterofs = 1500
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to node LP iterations
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
11.09/11.16 c heuristics/intdiving/maxlpiterquot = 0.075
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 10]
11.09/11.16 c heuristics/intshifting/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 10]
11.09/11.16 c heuristics/linesearchdiving/freq = -1
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to node LP iterations
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
11.09/11.16 c heuristics/linesearchdiving/maxlpiterquot = 0.075
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/linesearchdiving/maxlpiterofs = 1500
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 20]
11.09/11.16 c heuristics/objpscostdiving/freq = -1
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to total iteration number
11.09/11.16 c # [type: real, range: [0,1], default: 0.01]
11.09/11.16 c heuristics/objpscostdiving/maxlpiterquot = 0.015
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/objpscostdiving/maxlpiterofs = 1500
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 1]
11.09/11.16 c heuristics/oneopt/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 10]
11.09/11.16 c heuristics/pscostdiving/freq = -1
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to node LP iterations
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
11.09/11.16 c heuristics/pscostdiving/maxlpiterquot = 0.075
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/pscostdiving/maxlpiterofs = 1500
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 0]
11.09/11.16 c heuristics/rens/freq = -1
11.09/11.16 c
11.09/11.16 c # minimum percentage of integer variables that have to be fixable
11.09/11.16 c # [type: real, range: [0,1], default: 0.5]
11.09/11.16 c heuristics/rens/minfixingrate = 0.3
11.09/11.16 c
11.09/11.16 c # number of nodes added to the contingent of the total nodes
11.09/11.16 c # [type: longint, range: [0,9223372036854775807], default: 500]
11.09/11.16 c heuristics/rens/nodesofs = 2000
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 20]
11.09/11.16 c heuristics/rootsoldiving/freq = -1
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to node LP iterations
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
11.09/11.16 c heuristics/rootsoldiving/maxlpiterquot = 0.015
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/rootsoldiving/maxlpiterofs = 1500
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 1]
11.09/11.16 c heuristics/rounding/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 0]
11.09/11.16 c heuristics/shiftandpropagate/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 10]
11.09/11.16 c heuristics/shifting/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 1]
11.09/11.16 c heuristics/simplerounding/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 1]
11.09/11.16 c heuristics/subnlp/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 0]
11.09/11.16 c heuristics/trivial/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 1]
11.09/11.16 c heuristics/trysol/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 0]
11.09/11.16 c heuristics/undercover/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 10]
11.09/11.16 c heuristics/veclendiving/freq = -1
11.09/11.16 c
11.09/11.16 c # maximal fraction of diving LP iterations compared to node LP iterations
11.09/11.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
11.09/11.16 c heuristics/veclendiving/maxlpiterquot = 0.075
11.09/11.16 c
11.09/11.16 c # additional number of allowed LP iterations
11.09/11.16 c # [type: int, range: [0,2147483647], default: 1000]
11.09/11.16 c heuristics/veclendiving/maxlpiterofs = 1500
11.09/11.16 c
11.09/11.16 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 1]
11.09/11.16 c heuristics/zirounding/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 0]
11.09/11.16 c separating/cmir/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: 0]
11.09/11.16 c separating/flowcover/freq = -1
11.09/11.16 c
11.09/11.16 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
11.09/11.16 c # [type: int, range: [-1,2147483647], default: -1]
11.09/11.16 c separating/rapidlearning/freq = 0
11.09/11.16 c
11.09/11.16 c -----------------------------------------------------------------------------------------------
11.09/11.16 c start solving
11.09/11.18 c
27.58/27.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
27.58/27.68 c 27.7s| 1 | 0 | 5023 | - | 681M| 0 | 518 | 14k| 357k| 14k| 357k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
36.29/36.39 c 36.4s| 1 | 0 | 5126 | - | 682M| 0 | 445 | 14k| 357k| 14k| 357k| 23 | 0 | 0 | 0.000000e+00 | -- | Inf
77.78/77.85 c 77.9s| 1 | 0 | 5214 | - | 685M| 0 | 393 | 14k| 357k| 14k| 357k| 56 | 0 | 0 | 0.000000e+00 | -- | Inf
129.78/129.87 c 130s| 1 | 0 | 5410 | - | 690M| 0 | 333 | 14k| 357k| 14k| 357k| 82 | 0 | 0 | 0.000000e+00 | -- | Inf
143.97/144.09 c 144s| 1 | 0 | 5919 | - | 695M| 0 | 345 | 14k| 357k| 14k| 357k| 87 | 0 | 0 | 0.000000e+00 | -- | Inf
191.46/191.53 c 192s| 1 | 0 | 6200 | - | 698M| 0 |1133 | 14k| 357k| 14k| 357k| 100 | 0 | 0 | 0.000000e+00 | -- | Inf
349.83/349.92 c 350s| 1 | 2 | 6200 | - | 698M| 0 |1133 | 14k| 357k| 14k| 357k| 100 | 0 | 32 | 0.000000e+00 | -- | Inf
1798.40/1798.77 c
1798.40/1798.77 c SCIP Status : solving was interrupted [time limit reached]
1798.40/1798.77 c Solving Time (sec) : 1798.77
1798.40/1798.77 c Solving Nodes : 4
1798.40/1798.77 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1798.40/1798.77 c Dual Bound : +0.00000000000000e+00
1798.40/1798.77 c Gap : infinite
1798.40/1798.77 s UNKNOWN
1798.40/1798.77 c SCIP Status : solving was interrupted [time limit reached]
1798.40/1798.77 c Total Time : 1798.77
1798.40/1798.77 c solving : 1798.77
1798.40/1798.77 c presolving : 6.78 (included in solving)
1798.40/1798.77 c reading : 3.57 (included in solving)
1798.40/1798.77 c Original Problem :
1798.40/1798.77 c Problem name : HOME/instance-3741113-1338771468.opb
1798.40/1798.77 c Variables : 26339 (26339 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.40/1798.77 c Constraints : 612374 initial, 612374 maximal
1798.40/1798.77 c Presolved Problem :
1798.40/1798.77 c Problem name : t_HOME/instance-3741113-1338771468.opb
1798.40/1798.77 c Variables : 14470 (14470 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.40/1798.77 c Constraints : 357029 initial, 357029 maximal
1798.40/1798.77 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1798.40/1798.77 c trivial : 0.01 320 0 0 0 0 0 0 0 0
1798.40/1798.77 c dualfix : 0.01 0 0 0 0 0 0 0 0 0
1798.40/1798.77 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
1798.40/1798.77 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
1798.40/1798.77 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
1798.40/1798.77 c implics : 0.03 0 1920 0 0 0 0 0 0 0
1798.40/1798.77 c probing : 0.00 0 0 0 0 0 0 0 0 0
1798.40/1798.77 c knapsack : 0.39 0 0 0 0 0 0 0 116 540
1798.40/1798.77 c setppc : 0.15 0 0 0 0 0 0 0 0 0
1798.40/1798.77 c linear : 4.32 9364 265 0 8436 0 255325 0 6697 8592
1798.40/1798.77 c logicor : 1.04 0 0 0 0 0 20 0 0 0
1798.40/1798.77 c root node : - 0 - - 0 - - - - -
1798.40/1798.77 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
1798.40/1798.77 c integral : 0 0 0 19 0 1 0 0 79 0 0 6
1798.40/1798.77 c knapsack : 56861 5 22 0 1 0 0 0 0 10 0 0
1798.40/1798.77 c setppc : 35186 5 22 0 1 0 0 0 29 0 0 0
1798.40/1798.77 c linear : 1 5 22 0 1 0 0 0 0 0 0 0
1798.40/1798.77 c logicor : 264981 5 4 0 1 0 0 0 0 0 0 0
1798.40/1798.77 c countsols : 0 0 0 0 1 0 0 0 0 0 0 0
1798.40/1798.77 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
1798.40/1798.77 c integral : 1544.94 0.00 0.00 1544.94 0.00 0.00 0.00
1798.40/1798.77 c knapsack : 0.42 0.34 0.07 0.00 0.01 0.00 0.00
1798.40/1798.77 c setppc : 0.07 0.01 0.05 0.00 0.01 0.00 0.00
1798.40/1798.77 c linear : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1798.40/1798.77 c logicor : 0.19 0.07 0.09 0.00 0.03 0.00 0.00
1798.40/1798.77 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1798.40/1798.77 c Propagators : #Propagate #Resprop Cutoffs DomReds
1798.40/1798.77 c vbounds : 0 0 0 0
1798.40/1798.77 c rootredcost : 0 0 0 0
1798.40/1798.77 c pseudoobj : 0 0 0 0
1798.40/1798.77 c Propagator Timings : TotalTime Propagate Resprop
1798.40/1798.77 c vbounds : 0.00 0.00 0.00
1798.40/1798.77 c rootredcost : 0.00 0.00 0.00
1798.40/1798.77 c pseudoobj : 0.00 0.00 0.00
1798.40/1798.77 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1798.40/1798.77 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1798.40/1798.77 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1798.40/1798.77 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1798.40/1798.77 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1798.40/1798.77 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1798.40/1798.77 c applied globally : - - - 0 0.0 - - -
1798.40/1798.77 c applied locally : - - - 0 0.0 - - -
1798.40/1798.77 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1798.40/1798.77 c cut pool : 0.01 4 - - 18 - (maximal pool size: 512)
1798.40/1798.77 c redcost : 0.00 8 0 0 0 0
1798.40/1798.77 c impliedbounds : 0.01 5 0 0 0 0
1798.40/1798.77 c intobj : 0.00 0 0 0 0 0
1798.40/1798.77 c gomory : 117.37 5 0 0 2500 0
1798.40/1798.77 c cgmip : 0.00 0 0 0 0 0
1798.40/1798.77 c closecuts : 0.00 0 0 0 0 0
1798.40/1798.77 c strongcg : 18.63 5 0 0 2500 0
1798.40/1798.77 c cmir : 0.00 0 0 0 0 0
1798.40/1798.77 c flowcover : 0.00 0 0 0 0 0
1798.40/1798.77 c clique : 1.16 5 0 0 31 0
1798.40/1798.77 c zerohalf : 0.00 0 0 0 0 0
1798.40/1798.77 c mcf : 0.40 1 0 0 0 0
1798.40/1798.77 c oddcycle : 0.00 0 0 0 0 0
1798.40/1798.77 c rapidlearning : 0.00 0 0 0 0 0
1798.40/1798.77 c Pricers : Time Calls Vars
1798.40/1798.77 c problem variables: 0.00 0 0
1798.40/1798.77 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1798.40/1798.77 c relpscost : 1544.94 19 0 79 0 0 6
1798.40/1798.77 c pscost : 0.00 0 0 0 0 0 0
1798.40/1798.77 c inference : 0.00 1 0 0 0 0 2
1798.40/1798.77 c mostinf : 0.00 0 0 0 0 0 0
1798.40/1798.77 c leastinf : 0.00 0 0 0 0 0 0
1798.40/1798.77 c fullstrong : 0.00 0 0 0 0 0 0
1798.40/1798.77 c allfullstrong : 0.00 0 0 0 0 0 0
1798.40/1798.77 c random : 0.00 0 0 0 0 0 0
1798.40/1798.77 c Primal Heuristics : Time Calls Found
1798.40/1798.77 c LP solutions : 0.00 - 0
1798.40/1798.77 c pseudo solutions : 0.00 - 0
1798.40/1798.77 c trivial : 0.02 1 0
1798.40/1798.77 c shiftandpropagate: 0.00 0 0
1798.40/1798.77 c simplerounding : 0.00 0 0
1798.40/1798.77 c zirounding : 0.00 0 0
1798.40/1798.77 c rounding : 0.00 0 0
1798.40/1798.77 c shifting : 0.00 0 0
1798.40/1798.77 c intshifting : 0.00 0 0
1798.40/1798.77 c oneopt : 0.00 0 0
1798.40/1798.77 c twoopt : 0.00 0 0
1798.40/1798.77 c fixandinfer : 0.00 0 0
1798.40/1798.77 c feaspump : 0.00 0 0
1798.40/1798.77 c clique : 0.00 0 0
1798.40/1798.77 c coefdiving : 0.00 0 0
1798.40/1798.77 c pscostdiving : 0.00 0 0
1798.40/1798.77 c fracdiving : 0.00 0 0
1798.40/1798.77 c veclendiving : 0.00 0 0
1798.40/1798.77 c intdiving : 0.00 0 0
1798.40/1798.77 c actconsdiving : 0.00 0 0
1798.40/1798.77 c objpscostdiving : 0.00 0 0
1798.40/1798.77 c rootsoldiving : 0.00 0 0
1798.40/1798.77 c linesearchdiving : 0.00 0 0
1798.40/1798.77 c guideddiving : 0.00 0 0
1798.40/1798.77 c octane : 0.00 0 0
1798.40/1798.77 c rens : 0.00 0 0
1798.40/1798.77 c rins : 0.00 0 0
1798.40/1798.77 c localbranching : 0.00 0 0
1798.40/1798.77 c mutation : 0.00 0 0
1798.40/1798.77 c crossover : 0.00 0 0
1798.40/1798.77 c dins : 0.00 0 0
1798.40/1798.77 c vbounds : 0.00 0 0
1798.40/1798.77 c undercover : 0.00 0 0
1798.40/1798.77 c subnlp : 0.00 0 0
1798.40/1798.77 c trysol : 0.00 0 0
1798.40/1798.77 c LP : Time Calls Iterations Iter/call Iter/sec
1798.40/1798.77 c primal LP : 1.71 0 0 0.00 0.00
1798.40/1798.77 c dual LP : 100.27 24 7896 329.00 78.74
1798.40/1798.77 c lex dual LP : 0.00 0 0 0.00 -
1798.40/1798.77 c barrier LP : 0.00 0 0 0.00 -
1798.40/1798.77 c diving/probing LP: 0.00 0 0 0.00 -
1798.40/1798.77 c strong branching : 1544.67 244 30813 126.28 19.95
1798.40/1798.77 c (at root node) : - 32 587 18.34 -
1798.40/1798.77 c conflict analysis: 0.00 0 0 0.00 -
1798.40/1798.77 c B&B Tree :
1798.40/1798.77 c number of runs : 1
1798.40/1798.77 c nodes : 4
1798.40/1798.77 c nodes (total) : 4
1798.40/1798.77 c nodes left : 5
1798.40/1798.77 c max depth : 3
1798.40/1798.77 c max depth (total): 3
1798.40/1798.77 c backtracks : 0 (0.0%)
1798.40/1798.77 c delayed cutoffs : 0
1798.40/1798.77 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1798.40/1798.77 c avg switch length: 1.00
1798.40/1798.77 c switching time : 1.76
1798.40/1798.77 c Solution :
1798.40/1798.77 c Solutions found : 0 (0 improvements)
1798.40/1798.77 c Primal Bound : -
1798.40/1798.77 c Dual Bound : +0.00000000000000e+00
1798.40/1798.77 c Gap : infinite
1798.40/1798.77 c Root Dual Bound : +0.00000000000000e+00
1798.40/1798.77 c Root Iterations : 6200
1799.60/1799.99 c Time complete: 1799.7.
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-3741113-1338771468/watcher-3741113-1338771468 -o /tmp/evaluation-result-3741113-1338771468/solver-3741113-1338771468 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741113-1338771468.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16414
/proc/meminfo: memFree=28076204/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 1523 0 0 0 0 0 0 0 20 0 1 0 343271832 9818112 1478 33554432000 4194304 9016284 140734302256928 140734819271768 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 2397 1482 311 1178 0 1215 0
[startup+0.022989 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16414
/proc/meminfo: memFree=28076204/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=14628 CPUtime=0.01 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 2626 0 0 0 1 0 0 0 20 0 1 0 343271832 14979072 2581 33554432000 4194304 9016284 140734302256928 140734819271768 6813403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 3657 2581 357 1178 0 2475 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14628
[startup+0.100291 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16414
/proc/meminfo: memFree=28076204/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=21932 CPUtime=0.09 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 4469 0 0 0 9 0 0 0 20 0 1 0 343271832 22458368 4424 33554432000 4194304 9016284 140734302256928 140734819271768 4447111 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 5483 4424 357 1178 0 4301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21932
[startup+0.300321 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16414
/proc/meminfo: memFree=28076204/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=36852 CPUtime=0.29 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 8199 0 0 0 28 1 0 0 20 0 1 0 343271832 37736448 8154 33554432000 4194304 9016284 140734302256928 140734819271768 4445973 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 9213 8154 357 1178 0 8031 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36852
[startup+0.700299 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16414
/proc/meminfo: memFree=28076204/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=66316 CPUtime=0.69 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 15543 0 0 0 66 3 0 0 20 0 1 0 343271832 67907584 15498 33554432000 4194304 9016284 140734302256928 140734302120824 7842267 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 16579 15498 357 1178 0 15397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66316
[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16415
/proc/meminfo: memFree=27993116/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=124688 CPUtime=1.49 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 30123 0 0 0 143 6 0 0 20 0 1 0 343271832 127680512 30078 33554432000 4194304 9016284 140734302256928 140734302120376 4536486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 31172 30078 357 1178 0 29990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124688
[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16415
/proc/meminfo: memFree=27910452/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=239324 CPUtime=3.09 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 58729 0 0 0 296 13 0 0 20 0 1 0 343271832 245067776 58684 33554432000 4194304 9016284 140734302256928 140734302120824 7842257 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 59831 58684 357 1178 0 58649 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 239324
[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 16444
/proc/meminfo: memFree=30321032/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=740968 CPUtime=6.29 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 180668 0 0 0 596 33 0 0 20 0 1 0 343271832 758751232 180570 33554432000 4194304 9016284 140734302256928 140734302253624 5209694 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 185242 180570 492 1178 0 184060 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 740968
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16454
/proc/meminfo: memFree=29506848/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1306404 CPUtime=12.68 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 282972 0 0 0 1211 57 0 0 20 0 1 0 343271832 1337757696 307092 33554432000 4194304 9016284 140734302256928 140734302251448 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 326601 307092 630 1178 0 325419 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306404
[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16454
/proc/meminfo: memFree=29043928/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1419456 CPUtime=25.49 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 291874 0 0 0 2488 61 0 0 20 0 1 0 343271832 1453522944 333789 33554432000 4194304 9016284 140734302256928 140734302249848 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 354864 333789 632 1178 0 353682 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1419456
[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16454
/proc/meminfo: memFree=29009828/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1437428 CPUtime=51.08 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 299308 0 0 0 5043 65 0 0 20 0 1 0 343271832 1471926272 338837 33554432000 4194304 9016284 140734302256928 140734302252040 6924812 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 359357 338837 668 1178 0 358175 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1437428
[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 16454
/proc/meminfo: memFree=29022968/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1405244 CPUtime=102.28 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 300273 0 0 0 10158 70 0 0 20 0 1 0 343271832 1438969856 330770 33554432000 4194304 9016284 140734302256928 140734302252040 6520756 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 351311 330770 668 1178 0 350129 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1405244
[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 16458
/proc/meminfo: memFree=28894968/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1520888 CPUtime=162.26 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 305378 0 0 0 16148 78 0 0 20 0 1 0 343271832 1557389312 362788 33554432000 4194304 9016284 140734302256928 140734302251992 7876218 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 380222 362788 668 1178 0 379040 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1520888
[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 16481
/proc/meminfo: memFree=28937628/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1524684 CPUtime=222.25 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 315287 0 0 0 22136 89 0 0 20 0 1 0 343271832 1561276416 352074 33554432000 4194304 9016284 140734302256928 140734302249768 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 381171 352074 669 1178 0 379989 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1524684
[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 16481
/proc/meminfo: memFree=28914304/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1525256 CPUtime=282.24 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 330511 0 0 0 28119 105 0 0 20 0 1 0 343271832 1561862144 353175 33554432000 4194304 9016284 140734302256928 140734302250232 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 381314 353175 669 1178 0 380132 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1525256
[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 16481
/proc/meminfo: memFree=28915712/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1524684 CPUtime=342.23 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 348956 0 0 0 34103 120 0 0 20 0 1 0 343271832 1561276416 352849 33554432000 4194304 9016284 140734302256928 140734302249768 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 381171 352849 669 1178 0 379989 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1524684
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16481
/proc/meminfo: memFree=28915788/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1524948 CPUtime=402.22 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 360244 0 0 0 40090 132 0 0 20 0 1 0 343271832 1561546752 352892 33554432000 4194304 9016284 140734302256928 140734302249496 7180996 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 381237 352892 674 1178 0 380055 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1524948
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16481
/proc/meminfo: memFree=28895624/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1542804 CPUtime=462.21 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 370459 0 0 0 46078 143 0 0 20 0 1 0 343271832 1579831296 357858 33554432000 4194304 9016284 140734302256928 140734302249736 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385701 357858 674 1178 0 384519 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1542804
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16482
/proc/meminfo: memFree=28897560/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1542876 CPUtime=522.2 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 383561 0 0 0 52063 157 0 0 20 0 1 0 343271832 1579905024 357409 33554432000 4194304 9016284 140734302256928 140734302249992 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385719 357409 674 1178 0 384537 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1542876
[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 16482
/proc/meminfo: memFree=28896728/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1542916 CPUtime=582.19 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 398227 0 0 0 58047 172 0 0 20 0 1 0 343271832 1579945984 357254 33554432000 4194304 9016284 140734302256928 140734302249992 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385729 357254 674 1178 0 384547 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1542916
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28893420/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1542756 CPUtime=1062.11 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 505894 0 0 0 105935 276 0 0 20 0 1 0 343271832 1579782144 358527 33554432000 4194304 9016284 140734302256928 140734302250984 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385689 358527 674 1178 0 384507 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1542756
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16487
/proc/meminfo: memFree=28885672/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1542732 CPUtime=1122.1 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 521222 0 0 0 111919 291 0 0 20 0 1 0 343271832 1579757568 358521 33554432000 4194304 9016284 140734302256928 140734302249768 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385683 358521 674 1178 0 384501 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1542732
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16487
/proc/meminfo: memFree=28883284/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1542708 CPUtime=1182.09 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 531714 0 0 0 117906 303 0 0 20 0 1 0 343271832 1579732992 358534 33554432000 4194304 9016284 140734302256928 140734302249768 7221921 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385677 358534 674 1178 0 384495 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 1542708
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16487
/proc/meminfo: memFree=28881872/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1543964 CPUtime=1242.08 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 542605 0 0 0 123891 317 0 0 20 0 1 0 343271832 1581019136 359289 33554432000 4194304 9016284 140734302256928 140734302250984 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385991 359289 674 1178 0 384809 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1543964
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16487
/proc/meminfo: memFree=28881732/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1544240 CPUtime=1302.08 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 551415 0 0 0 129878 330 0 0 20 0 1 0 343271832 1581301760 359291 33554432000 4194304 9016284 140734302256928 140734302250680 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 386060 359291 674 1178 0 384878 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1544240
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16490
/proc/meminfo: memFree=28881940/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1543916 CPUtime=1362.07 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 560885 0 0 0 135862 345 0 0 20 0 1 0 343271832 1580969984 359291 33554432000 4194304 9016284 140734302256928 140734302249768 7080755 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385979 359291 674 1178 0 384797 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1543916
[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 16491
/proc/meminfo: memFree=28868528/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1543716 CPUtime=1422.06 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 571006 0 0 0 141850 356 0 0 20 0 1 0 343271832 1580765184 358346 33554432000 4194304 9016284 140734302256928 140734302249768 6971829 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385929 358346 674 1178 0 384747 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1543716
[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 16491
/proc/meminfo: memFree=28868512/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1543696 CPUtime=1482.05 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 584186 0 0 0 147836 369 0 0 20 0 1 0 343271832 1580744704 358341 33554432000 4194304 9016284 140734302256928 140734302249768 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385924 358341 674 1178 0 384742 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1543696
[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 16491
/proc/meminfo: memFree=28868628/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1543668 CPUtime=1542.04 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 597409 0 0 0 153822 382 0 0 20 0 1 0 343271832 1580716032 358335 33554432000 4194304 9016284 140734302256928 140734302249768 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385917 358335 674 1178 0 384735 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1543668
[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 16491
/proc/meminfo: memFree=28868480/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1543624 CPUtime=1602.03 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 610691 0 0 0 159808 395 0 0 20 0 1 0 343271832 1580670976 358324 33554432000 4194304 9016284 140734302256928 140734302249864 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385906 358324 674 1178 0 384724 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1543624
[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 16491
/proc/meminfo: memFree=28867692/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1543588 CPUtime=1662.02 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 621814 0 0 0 165795 407 0 0 20 0 1 0 343271832 1580634112 358585 33554432000 4194304 9016284 140734302256928 140734302250232 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 385897 358585 674 1178 0 384715 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1543588
[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 16492
/proc/meminfo: memFree=28866284/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1545580 CPUtime=1722.02 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 628792 0 0 0 171784 418 0 0 20 0 1 0 343271832 1582673920 359000 33554432000 4194304 9016284 140734302256928 140734302249496 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 386395 359000 674 1178 0 385213 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1545580
[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 16492
/proc/meminfo: memFree=28865508/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1545636 CPUtime=1782 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 638219 0 0 0 177770 430 0 0 20 0 1 0 343271832 1582731264 359027 33554432000 4194304 9016284 140734302256928 140734302249768 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 386409 359027 674 1178 0 385227 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1545636
Solver just ended. Dumping a history of the last processes samples
[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 16492
/proc/meminfo: memFree=28865880/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1545636 CPUtime=1791.61 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 639473 0 0 0 178729 432 0 0 20 0 1 0 343271832 1582731264 356943 33554432000 4194304 9016284 140734302256928 140734302250232 7214409 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 386409 356943 674 1178 0 385227 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 1545636
[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 16492
/proc/meminfo: memFree=28867176/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1544260 CPUtime=1794.8 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 639884 0 0 0 179048 432 0 0 20 0 1 0 343271832 1581322240 358656 33554432000 4194304 9016284 140734302256928 140734302249768 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 386065 358656 674 1178 0 384883 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 1544260
[startup+1798.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 16492
/proc/meminfo: memFree=28867176/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1544260 CPUtime=1798 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 640626 0 0 0 179367 433 0 0 20 0 1 0 343271832 1581322240 358656 33554432000 4194304 9016284 140734302256928 140734302249768 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 386065 358656 674 1178 0 384883 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 1544260
[startup+1799.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 16492
/proc/meminfo: memFree=28867176/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1508060 CPUtime=1798.8 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 640963 0 0 0 179447 433 0 0 20 0 1 0 343271832 1544253440 356468 33554432000 4194304 9016284 140734302256928 140734302249768 6511412 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 377015 356468 681 1178 0 375833 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (KiB) 1508060
[startup+1799.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 16492
/proc/meminfo: memFree=28935632/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=1446748 CPUtime=1799.21 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 640964 0 0 0 179487 434 0 0 20 0 1 0 343271832 1481469952 341141 33554432000 4194304 9016284 140734302256928 140734302256104 6812837 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 361687 341141 682 1178 0 360505 0
Current children cumulated CPU time (s) 1799.21
Current children cumulated vsize (KiB) 1446748
[startup+1799.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 16492
/proc/meminfo: memFree=28935632/32873844 swapFree=7116/7116
[pid=16414] ppid=16412 vsize=897596 CPUtime=1799.6 cores=1,3,5,7
/proc/16414/stat : 16414 (scip-2.0.1.4b_2) R 16412 16414 13088 0 -1 4202496 640964 0 0 0 179523 437 0 0 20 0 1 0 343271832 919138304 222901 33554432000 4194304 9016284 140734302256928 140734302256104 6812833 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16414/statm: 224399 222901 682 1178 0 223217 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 897596
Child status: 0
Real time (s): 1799.99
CPU time (s): 1799.7
CPU user time (s): 1795.3
CPU system time (s): 4.40233
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 1548340
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.3
system time used= 4.40233
maximum resident set size= 1467484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640972
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= 21
involuntary context switches= 1850
runsolver used 2.80457 second user time and 7.55385 second system time
The end