Trace number 2664728

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.19 1802.65

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
MD5SUMa69e1395b1a03cfd48605e1acc7227e4
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.028994
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664728-1276574828.opb>
0.00/0.01	c original problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 45 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25 upgd conss, 0 impls, 20 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 45 upgd conss, 0 impls, 20 clqs
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 20 cliques
0.00/0.03	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 45 constraints
0.00/0.03	c      20 constraints of type <setppc>
0.00/0.03	c      25 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.00
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 1620
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/nlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c   0.0s|     1 |     2 |     0 |     - | 968k|   0 |   - | 500 |  45 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.28	c   1.1s| 10000 |  9826 |     0 |   0.0 |4289k| 319 |   - | 500 |  89 |   0 |   0 |   0 | 158 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.44	c   2.2s| 20000 | 19592 |     0 |   0.0 |7402k| 319 |   - | 500 | 141 |   0 |   0 |   0 | 364 |   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.63	c   3.3s| 30000 | 28920 |     0 |   0.0 |  11M| 319 |   - | 500 | 980 |   0 |   0 |   0 |1763 |   0 | 0.000000e+00 |      --      |    Inf 
4.89/4.92	c   4.4s| 40000 | 38736 |     0 |   0.0 |  13M| 319 |   - | 500 | 151 |   0 |   0 |   0 |2000 |   0 | 0.000000e+00 |      --      |    Inf 
6.09/6.19	c   5.6s| 50000 | 48567 |     0 |   0.0 |  17M| 319 |   - | 500 | 201 |   0 |   0 |   0 |2275 |   0 | 0.000000e+00 |      --      |    Inf 
7.39/7.48	c   6.7s| 60000 | 58399 |     0 |   0.0 |  20M| 319 |   - | 500 | 243 |   0 |   0 |   0 |2622 |   0 | 0.000000e+00 |      --      |    Inf 
8.69/8.76	c   7.9s| 70000 | 68227 |     0 |   0.0 |  23M| 319 |   - | 500 | 169 |   0 |   0 |   0 |2898 |   0 | 0.000000e+00 |      --      |    Inf 
9.99/10.04	c   9.1s| 80000 | 78037 |     0 |   0.0 |  26M| 319 |   - | 500 | 209 |   0 |   0 |   0 |3177 |   0 | 0.000000e+00 |      --      |    Inf 
11.29/11.35	c  10.3s| 90000 | 87831 |     0 |   0.0 |  29M| 319 |   - | 500 | 113 |   0 |   0 |   0 |3375 |   0 | 0.000000e+00 |      --      |    Inf 
12.59/12.62	c  11.4s|100000 | 97667 |     0 |   0.0 |  32M| 319 |   - | 500 | 220 |   0 |   0 |   0 |3652 |   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.90	c  12.6s|110000 |107465 |     0 |   0.0 |  35M| 319 |   - | 500 | 146 |   0 |   0 |   0 |3902 |   0 | 0.000000e+00 |      --      |    Inf 
15.09/15.18	c  13.8s|120000 |117271 |     0 |   0.0 |  38M| 319 |   - | 500 | 143 |   0 |   0 |   0 |4099 |   0 | 0.000000e+00 |      --      |    Inf 
16.39/16.46	c  14.9s|130000 |127066 |     0 |   0.0 |  41M| 319 |   - | 500 | 175 |   0 |   0 |   0 |4330 |   0 | 0.000000e+00 |      --      |    Inf 
17.68/17.74	c  16.1s|140000 |136862 |     0 |   0.0 |  44M| 319 |   - | 500 | 190 |   0 |   0 |   0 |4612 |   0 | 0.000000e+00 |      --      |    Inf 
18.98/19.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.98/19.01	c  17.3s|150000 |146673 |     0 |   0.0 |  47M| 319 |   - | 500 | 167 |   0 |   0 |   0 |4828 |   0 | 0.000000e+00 |      --      |    Inf 
20.19/20.28	c  18.4s|160000 |156479 |     0 |   0.0 |  50M| 319 |   - | 500 | 197 |   0 |   0 |   0 |5105 |   0 | 0.000000e+00 |      --      |    Inf 
21.48/21.54	c  19.6s|170000 |166292 |     0 |   0.0 |  53M| 319 |   - | 500 | 175 |   0 |   0 |   0 |5350 |   0 | 0.000000e+00 |      --      |    Inf 
22.79/22.82	c  20.7s|180000 |176082 |     0 |   0.0 |  56M| 319 |   - | 500 | 154 |   0 |   0 |   0 |5591 |   0 | 0.000000e+00 |      --      |    Inf 
24.08/24.11	c  21.9s|190000 |185873 |     0 |   0.0 |  59M| 319 |   - | 500 | 146 |   0 |   0 |   0 |5821 |   0 | 0.000000e+00 |      --      |    Inf 
25.29/25.38	c  23.0s|200000 |195680 |     0 |   0.0 |  62M| 319 |   - | 500 | 204 |   0 |   0 |   0 |6094 |   0 | 0.000000e+00 |      --      |    Inf 
26.59/26.63	c  24.2s|210000 |205474 |     0 |   0.0 |  65M| 319 |   - | 500 | 207 |   0 |   0 |   0 |6335 |   0 | 0.000000e+00 |      --      |    Inf 
27.78/27.88	c  25.3s|220000 |215272 |     0 |   0.0 |  68M| 319 |   - | 500 | 128 |   0 |   0 |   0 |6579 |   0 | 0.000000e+00 |      --      |    Inf 
29.08/29.14	c  26.4s|230000 |225065 |     0 |   0.0 |  72M| 319 |   - | 500 | 221 |   0 |   0 |   0 |6872 |   0 | 0.000000e+00 |      --      |    Inf 
30.29/30.39	c  27.6s|240000 |234859 |     0 |   0.0 |  75M| 319 |   - | 500 | 133 |   0 |   0 |   0 |7113 |   0 | 0.000000e+00 |      --      |    Inf 
31.58/31.63	c  28.7s|250000 |244646 |     0 |   0.0 |  78M| 319 |   - | 500 | 204 |   0 |   0 |   0 |7441 |   0 | 0.000000e+00 |      --      |    Inf 
32.79/32.89	c  29.8s|260000 |254416 |     0 |   0.0 |  81M| 319 |   - | 500 | 172 |   0 |   0 |   0 |7682 |   0 | 0.000000e+00 |      --      |    Inf 
34.10/34.17	c  31.0s|270000 |264185 |     0 |   0.0 |  84M| 319 |   - | 500 | 161 |   0 |   0 |   0 |7923 |   0 | 0.000000e+00 |      --      |    Inf 
35.38/35.41	c  32.1s|280000 |273978 |     0 |   0.0 |  87M| 319 |   - | 500 | 162 |   0 |   0 |   0 |8151 |   0 | 0.000000e+00 |      --      |    Inf 
36.58/36.67	c  33.3s|290000 |283746 |     0 |   0.0 |  90M| 319 |   - | 500 | 213 |   0 |   0 |   0 |8423 |   0 | 0.000000e+00 |      --      |    Inf 
37.88/37.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.88/37.92	c  34.4s|300000 |293547 |     0 |   0.0 |  93M| 319 |   - | 500 | 248 |   0 |   0 |   0 |8695 |   0 | 0.000000e+00 |      --      |    Inf 
39.08/39.18	c  35.5s|310000 |303334 |     0 |   0.0 |  96M| 319 |   - | 500 | 185 |   0 |   0 |   0 |8959 |   0 | 0.000000e+00 |      --      |    Inf 
40.38/40.46	c  36.7s|320000 |313116 |     0 |   0.0 |  99M| 319 |   - | 500 | 169 |   0 |   0 |   0 |9176 |   0 | 0.000000e+00 |      --      |    Inf 
41.68/41.73	c  37.8s|330000 |322884 |     0 |   0.0 | 102M| 319 |   - | 500 | 145 |   0 |   0 |   0 |9401 |   0 | 0.000000e+00 |      --      |    Inf 
42.88/42.97	c  38.9s|340000 |332669 |     0 |   0.0 | 105M| 319 |   - | 500 | 179 |   0 |   0 |   0 |9641 |   0 | 0.000000e+00 |      --      |    Inf 
44.18/44.22	c  40.1s|350000 |342453 |     0 |   0.0 | 109M| 319 |   - | 500 | 200 |   0 |   0 |   0 |9921 |   0 | 0.000000e+00 |      --      |    Inf 
45.38/45.47	c  41.2s|360000 |352236 |     0 |   0.0 | 112M| 319 |   - | 500 | 161 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
46.68/46.72	c  42.4s|370000 |362012 |     0 |   0.0 | 115M| 319 |   - | 500 | 199 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
47.88/47.97	c  43.5s|380000 |371780 |     0 |   0.0 | 118M| 319 |   - | 500 | 202 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
49.18/49.22	c  44.6s|390000 |381555 |     0 |   0.0 | 121M| 319 |   - | 500 | 232 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
50.38/50.49	c  45.8s|400000 |391314 |     0 |   0.0 | 124M| 319 |   - | 500 | 272 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
51.68/51.76	c  46.9s|410000 |401090 |     0 |   0.0 | 127M| 319 |   - | 500 | 205 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
52.88/52.99	c  48.0s|420000 |410877 |     0 |   0.0 | 130M| 319 |   - | 500 | 188 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
54.18/54.24	c  49.1s|430000 |420649 |     0 |   0.0 | 133M| 319 |   - | 500 | 185 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
55.38/55.50	c  50.3s|440000 |430400 |     0 |   0.0 | 136M| 319 |   - | 500 | 200 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
56.67/56.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.67/56.71	c  51.4s|450000 |440205 |     0 |   0.0 | 139M| 319 |   - | 500 | 203 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
57.88/57.95	c  52.5s|460000 |449987 |     0 |   0.0 | 142M| 319 |   - | 500 | 132 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
59.08/59.18	c  53.6s|470000 |459765 |     0 |   0.0 | 145M| 319 |   - | 500 | 157 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
60.38/60.44	c  54.7s|480000 |469507 |     0 |   0.0 | 148M| 319 |   - | 500 | 167 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
61.58/61.64	c  55.8s|490000 |479265 |     0 |   0.0 | 152M| 319 |   - | 500 | 222 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
62.77/62.88	c  56.9s|500000 |489024 |     0 |   0.0 | 155M| 319 |   - | 500 | 202 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
64.07/64.12	c  58.0s|510000 |498785 |     0 |   0.0 | 158M| 319 |   - | 500 | 236 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
65.27/65.35	c  59.1s|520000 |508562 |     0 |   0.0 | 161M| 319 |   - | 500 | 226 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
66.48/66.58	c  60.2s|530000 |518331 |     0 |   0.0 | 164M| 319 |   - | 500 | 153 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
67.67/67.80	c  61.3s|540000 |528098 |     0 |   0.0 | 167M| 319 |   - | 500 | 166 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
68.97/69.05	c  62.4s|550000 |537838 |     0 |   0.0 | 170M| 319 |   - | 500 | 182 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
70.18/70.28	c  63.5s|560000 |547590 |     0 |   0.0 | 173M| 319 |   - | 500 | 178 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
71.48/71.51	c  64.6s|570000 |557333 |     0 |   0.0 | 176M| 319 |   - | 500 | 229 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
72.68/72.73	c  65.7s|580000 |567094 |     0 |   0.0 | 179M| 319 |   - | 500 | 235 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
73.87/73.96	c  66.8s|590000 |576842 |     0 |   0.0 | 182M| 319 |   - | 500 | 203 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
75.17/75.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.17/75.21	c  68.0s|600000 |586576 |     0 |   0.0 | 185M| 319 |   - | 500 | 191 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
76.37/76.45	c  69.1s|610000 |596305 |     0 |   0.0 | 189M| 319 |   - | 500 | 230 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
77.57/77.66	c  70.2s|620000 |606061 |     0 |   0.0 | 192M| 319 |   - | 500 | 172 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
78.77/78.88	c  71.3s|630000 |615815 |     0 |   0.0 | 195M| 319 |   - | 500 | 184 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
80.07/80.12	c  72.4s|640000 |625569 |     0 |   0.0 | 198M| 319 |   - | 500 | 204 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
81.27/81.35	c  73.5s|650000 |635312 |     0 |   0.0 | 201M| 319 |   - | 500 | 221 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
82.48/82.56	c  74.6s|660000 |645057 |     0 |   0.0 | 204M| 319 |   - | 500 | 241 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
83.67/83.79	c  75.7s|670000 |654804 |     0 |   0.0 | 207M| 319 |   - | 500 | 219 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
84.97/85.03	c  76.8s|680000 |664532 |     0 |   0.0 | 210M| 319 |   - | 500 | 215 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
86.17/86.27	c  77.9s|690000 |674261 |     0 |   0.0 | 213M| 319 |   - | 500 | 231 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
87.47/87.53	c  79.0s|700000 |684000 |     0 |   0.0 | 216M| 319 |   - | 500 | 224 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
88.67/88.74	c  80.1s|710000 |693746 |     0 |   0.0 | 219M| 319 |   - | 500 | 138 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
89.87/89.94	c  81.2s|720000 |703495 |     0 |   0.0 | 222M| 319 |   - | 500 | 246 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
91.07/91.14	c  82.3s|730000 |713240 |     0 |   0.0 | 226M| 319 |   - | 500 | 238 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
92.27/92.38	c  83.4s|740000 |722971 |     0 |   0.0 | 229M| 319 |   - | 500 | 199 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
93.57/93.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.57/93.63	c  84.5s|750000 |732678 |     0 |   0.0 | 232M| 319 |   - | 500 | 194 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
94.77/94.83	c  85.6s|760000 |742395 |     0 |   0.0 | 235M| 319 |   - | 500 | 217 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
95.97/96.04	c  86.7s|770000 |752120 |     0 |   0.0 | 238M| 319 |   - | 500 | 225 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
97.17/97.27	c  87.8s|780000 |761834 |     0 |   0.0 | 241M| 319 |   - | 500 | 238 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
98.37/98.50	c  88.9s|790000 |771550 |     0 |   0.0 | 244M| 319 |   - | 500 | 250 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
99.67/99.73	c  90.0s|800000 |781264 |     0 |   0.0 | 247M| 319 |   - | 500 | 196 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
100.86/100.96	c  91.1s|810000 |790968 |     0 |   0.0 | 250M| 319 |   - | 500 | 209 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
102.06/102.15	c  92.2s|820000 |800695 |     0 |   0.0 | 253M| 319 |   - | 500 | 178 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
103.27/103.35	c  93.3s|830000 |810408 |     0 |   0.0 | 257M| 319 |   - | 500 | 263 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
104.47/104.57	c  94.4s|840000 |820131 |     0 |   0.0 | 260M| 319 |   - | 500 | 231 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
105.67/105.78	c  95.5s|850000 |829844 |     0 |   0.0 | 263M| 319 |   - | 500 | 317 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
106.96/107.01	c  96.6s|860000 |839547 |     0 |   0.0 | 266M| 319 |   - | 500 | 241 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
108.17/108.23	c  97.7s|870000 |849279 |     0 |   0.0 | 269M| 319 |   - | 500 | 243 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
109.36/109.46	c  98.8s|880000 |858980 |     0 |   0.0 | 272M| 319 |   - | 500 | 218 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
110.57/110.69	c  99.9s|890000 |868667 |     0 |   0.0 | 275M| 319 |   - | 500 | 248 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
111.86/111.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.86/111.93	c   101s|900000 |878365 |     0 |   0.0 | 278M| 319 |   - | 500 | 272 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
113.07/113.17	c   102s|910000 |888066 |     0 |   0.0 | 281M| 319 |   - | 500 | 211 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
114.37/114.44	c   103s|920000 |897713 |     0 |   0.0 | 285M| 319 |   - | 500 | 284 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
115.66/115.70	c   104s|930000 |907392 |     0 |   0.0 | 288M| 319 |   - | 500 | 231 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
116.86/116.90	c   106s|940000 |917113 |     0 |   0.0 | 291M| 319 |   - | 500 | 226 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
117.96/118.09	c   107s|950000 |926840 |     0 |   0.0 | 294M| 319 |   - | 500 | 321 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
119.16/119.28	c   108s|960000 |936550 |     0 |   0.0 | 297M| 319 |   - | 500 | 247 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
120.36/120.49	c   109s|970000 |946271 |     0 |   0.0 | 300M| 319 |   - | 500 | 266 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
121.66/121.72	c   110s|980000 |955968 |     0 |   0.0 | 303M| 319 |   - | 500 | 297 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
122.86/122.93	c   111s|990000 |965651 |     0 |   0.0 | 306M| 319 |   - | 500 | 313 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
124.06/124.15	c   112s|  1000k|975356 |     0 |   0.0 | 310M| 319 |   - | 500 | 264 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
125.26/125.34	c   113s|  1010k|985056 |     0 |   0.0 | 313M| 319 |   - | 500 | 316 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
126.46/126.51	c   114s|  1020k|994766 |     0 |   0.0 | 316M| 319 |   - | 500 | 238 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
127.66/127.73	c   115s|  1030k|  1004k|     0 |   0.0 | 319M| 319 |   - | 500 | 265 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
128.75/128.90	c   116s|  1040k|  1014k|     0 |   0.0 | 322M| 319 |   - | 500 | 245 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
130.06/130.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.06/130.10	c   117s|  1050k|  1023k|     0 |   0.0 | 325M| 319 |   - | 500 | 353 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
131.26/131.34	c   118s|  1060k|  1033k|     0 |   0.0 | 329M| 319 |   - | 500 | 296 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
132.46/132.56	c   120s|  1070k|  1043k|     0 |   0.0 | 332M| 319 |   - | 500 | 305 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
133.66/133.73	c   121s|  1080k|  1052k|     0 |   0.0 | 335M| 319 |   - | 500 | 348 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
134.86/134.95	c   122s|  1090k|  1062k|     0 |   0.0 | 338M| 319 |   - | 500 | 297 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
136.06/136.19	c   123s|  1100k|  1072k|     0 |   0.0 | 341M| 319 |   - | 500 | 285 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
137.36/137.41	c   124s|  1110k|  1081k|     0 |   0.0 | 344M| 319 |   - | 500 | 322 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
138.57/138.60	c   125s|  1120k|  1091k|     0 |   0.0 | 347M| 319 |   - | 500 | 267 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
139.76/139.81	c   126s|  1130k|  1101k|     0 |   0.0 | 350M| 319 |   - | 500 | 295 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
140.96/141.04	c   127s|  1140k|  1111k|     0 |   0.0 | 354M| 319 |   - | 500 | 294 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
142.15/142.28	c   128s|  1150k|  1120k|     0 |   0.0 | 357M| 319 |   - | 500 | 252 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
143.36/143.47	c   129s|  1160k|  1130k|     0 |   0.0 | 360M| 319 |   - | 500 | 360 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
144.56/144.66	c   130s|  1170k|  1140k|     0 |   0.0 | 363M| 319 |   - | 500 | 314 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
145.75/145.87	c   131s|  1180k|  1149k|     0 |   0.0 | 366M| 319 |   - | 500 | 352 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
146.95/147.07	c   132s|  1190k|  1159k|     0 |   0.0 | 370M| 319 |   - | 500 | 380 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
148.16/148.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.16/148.25	c   134s|  1200k|  1169k|     0 |   0.0 | 373M| 319 |   - | 500 | 375 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
149.35/149.47	c   135s|  1210k|  1178k|     0 |   0.0 | 376M| 319 |   - | 500 | 258 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
150.55/150.70	c   136s|  1220k|  1188k|     0 |   0.0 | 379M| 319 |   - | 500 | 275 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
151.76/151.87	c   137s|  1230k|  1198k|     0 |   0.0 | 382M| 319 |   - | 500 | 307 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
153.05/153.14	c   138s|  1240k|  1207k|     0 |   0.0 | 385M| 319 |   - | 500 | 255 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
154.35/154.43	c   139s|  1250k|  1217k|     0 |   0.0 | 389M| 319 |   - | 500 | 277 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
155.56/155.69	c   140s|  1260k|  1226k|     0 |   0.0 | 392M| 319 |   - | 500 | 384 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
156.85/156.95	c   141s|  1270k|  1236k|     0 |   0.0 | 395M| 319 |   - | 500 | 386 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
158.15/158.20	c   142s|  1280k|  1246k|     0 |   0.0 | 398M| 319 |   - | 500 | 359 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
159.36/159.40	c   144s|  1290k|  1255k|     0 |   0.0 | 401M| 319 |   - | 500 | 425 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
160.65/160.74	c   145s|  1300k|  1265k|     0 |   0.0 | 405M| 319 |   - | 500 | 331 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
161.84/161.98	c   146s|  1310k|  1275k|     0 |   0.0 | 408M| 319 |   - | 500 | 413 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
163.05/163.18	c   147s|  1320k|  1284k|     0 |   0.0 | 411M| 319 |   - | 500 | 361 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
164.34/164.40	c   148s|  1330k|  1294k|     0 |   0.0 | 414M| 319 |   - | 500 | 317 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
165.55/165.67	c   149s|  1340k|  1303k|     0 |   0.0 | 417M| 319 |   - | 500 | 318 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
166.75/166.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.75/166.88	c   150s|  1350k|  1313k|     0 |   0.0 | 421M| 319 |   - | 500 | 427 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
168.15/168.20	c   151s|  1360k|  1323k|     0 |   0.0 | 424M| 319 |   - | 500 | 336 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
169.35/169.42	c   153s|  1370k|  1332k|     0 |   0.0 | 427M| 319 |   - | 500 | 321 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
170.55/170.66	c   154s|  1380k|  1342k|     0 |   0.0 | 430M| 319 |   - | 500 | 426 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
171.75/171.89	c   155s|  1390k|  1351k|     0 |   0.0 | 434M| 319 |   - | 500 | 334 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
173.05/173.16	c   156s|  1400k|  1361k|     0 |   0.0 | 437M| 319 |   - | 500 | 304 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
174.35/174.41	c   157s|  1410k|  1371k|     0 |   0.0 | 440M| 319 |   - | 500 | 395 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
175.55/175.64	c   158s|  1420k|  1380k|     0 |   0.0 | 443M| 319 |   - | 500 | 418 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
176.74/176.88	c   159s|  1430k|  1390k|     0 |   0.0 | 447M| 319 |   - | 500 | 277 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
177.95/178.09	c   160s|  1440k|  1399k|     0 |   0.0 | 450M| 319 |   - | 500 | 441 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
179.25/179.35	c   161s|  1450k|  1409k|     0 |   0.0 | 453M| 319 |   - | 500 | 504 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
180.45/180.59	c   163s|  1460k|  1419k|     0 |   0.0 | 456M| 319 |   - | 500 | 329 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
181.75/181.84	c   164s|  1470k|  1428k|     0 |   0.0 | 460M| 319 |   - | 500 | 476 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
182.94/183.08	c   165s|  1480k|  1438k|     0 |   0.0 | 463M| 319 |   - | 500 | 482 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
184.25/184.36	c   166s|  1490k|  1447k|     0 |   0.0 | 466M| 319 |   - | 500 | 367 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
185.54/185.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.54/185.60	c   167s|  1500k|  1457k|     0 |   0.0 | 470M| 319 |   - | 500 | 423 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
186.74/186.86	c   168s|  1510k|  1467k|     0 |   0.0 | 473M| 319 |   - | 500 | 444 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
188.05/188.12	c   169s|  1520k|  1476k|     0 |   0.0 | 476M| 319 |   - | 500 | 488 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
189.25/189.38	c   170s|  1530k|  1486k|     0 |   0.0 | 480M| 319 |   - | 500 | 397 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
190.54/190.67	c   172s|  1540k|  1495k|     0 |   0.0 | 483M| 319 |   - | 500 | 394 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
191.84/191.97	c   173s|  1550k|  1505k|     0 |   0.0 | 486M| 319 |   - | 500 | 420 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
193.15/193.23	c   174s|  1560k|  1514k|     0 |   0.0 | 490M| 319 |   - | 500 | 472 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
194.34/194.48	c   175s|  1570k|  1524k|     0 |   0.0 | 493M| 319 |   - | 500 | 435 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
195.64/195.78	c   176s|  1580k|  1533k|     0 |   0.0 | 496M| 319 |   - | 500 | 422 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
196.94/197.05	c   177s|  1590k|  1543k|     0 |   0.0 | 499M| 319 |   - | 500 | 477 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
198.24/198.37	c   178s|  1600k|  1553k|     0 |   0.0 | 503M| 319 |   - | 500 | 418 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
199.54/199.63	c   180s|  1610k|  1562k|     0 |   0.0 | 506M| 319 |   - | 500 | 424 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
200.74/200.89	c   181s|  1620k|  1572k|     0 |   0.0 | 510M| 319 |   - | 500 | 507 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
202.04/202.19	c   182s|  1630k|  1581k|     0 |   0.0 | 513M| 319 |   - | 500 | 598 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
203.34/203.49	c   183s|  1640k|  1591k|     0 |   0.0 | 516M| 319 |   - | 500 | 444 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
204.74/204.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.74/204.83	c   184s|  1650k|  1600k|     0 |   0.0 | 520M| 319 |   - | 500 | 462 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
206.04/206.17	c   185s|  1660k|  1610k|     0 |   0.0 | 523M| 319 |   - | 500 | 539 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
207.34/207.46	c   187s|  1670k|  1619k|     0 |   0.0 | 526M| 319 |   - | 500 | 550 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
208.74/208.83	c   188s|  1680k|  1629k|     0 |   0.0 | 530M| 319 |   - | 500 | 505 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
210.04/210.15	c   189s|  1690k|  1638k|     0 |   0.0 | 533M| 319 |   - | 500 | 474 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
211.34/211.43	c   190s|  1700k|  1648k|     0 |   0.0 | 536M| 319 |   - | 500 | 484 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
212.73/212.81	c   191s|  1710k|  1657k|     0 |   0.0 | 540M| 319 |   - | 500 | 538 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
214.03/214.11	c   193s|  1720k|  1667k|     0 |   0.0 | 543M| 319 |   - | 500 | 455 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
215.33/215.46	c   194s|  1730k|  1676k|     0 |   0.0 | 547M| 319 |   - | 500 | 497 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
216.73/216.80	c   195s|  1740k|  1686k|     0 |   0.0 | 550M| 319 |   - | 500 | 644 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
218.04/218.12	c   196s|  1750k|  1695k|     0 |   0.0 | 554M| 319 |   - | 500 | 616 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
219.24/219.39	c   197s|  1760k|  1704k|     0 |   0.0 | 557M| 319 |   - | 500 | 598 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
220.63/220.78	c   199s|  1770k|  1714k|     0 |   0.0 | 560M| 319 |   - | 500 | 621 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
222.03/222.17	c   200s|  1780k|  1723k|     0 |   0.0 | 564M| 319 |   - | 500 | 604 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
223.44/223.58	c   201s|  1790k|  1733k|     0 |   0.0 | 567M| 319 |   - | 500 | 625 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
224.83/224.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.83/224.99	c   202s|  1800k|  1742k|     0 |   0.0 | 571M| 319 |   - | 500 | 704 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
226.24/226.38	c   204s|  1810k|  1752k|     0 |   0.0 | 574M| 319 |   - | 500 | 758 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
227.64/227.73	c   205s|  1820k|  1761k|     0 |   0.0 | 578M| 319 |   - | 500 | 556 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
228.93/229.08	c   206s|  1830k|  1770k|     0 |   0.0 | 581M| 319 |   - | 500 | 530 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
230.33/230.40	c   207s|  1840k|  1780k|     0 |   0.0 | 584M| 319 |   - | 500 | 612 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
231.73/231.81	c   208s|  1850k|  1789k|     0 |   0.0 | 588M| 319 |   - | 500 | 604 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
233.04/233.16	c   210s|  1860k|  1799k|     0 |   0.0 | 591M| 319 |   - | 500 | 725 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
234.43/234.50	c   211s|  1870k|  1808k|     0 |   0.0 | 595M| 319 |   - | 500 | 705 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
235.73/235.84	c   212s|  1880k|  1817k|     0 |   0.0 | 598M| 319 |   - | 500 | 536 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
237.13/237.27	c   213s|  1890k|  1827k|     0 |   0.0 | 602M| 319 |   - | 500 | 666 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
238.53/238.66	c   215s|  1900k|  1836k|     0 |   0.0 | 605M| 319 |   - | 500 | 608 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
239.93/240.10	c   216s|  1910k|  1846k|     0 |   0.0 | 609M| 319 |   - | 500 | 749 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
241.33/241.47	c   217s|  1920k|  1855k|     0 |   0.0 | 613M| 319 |   - | 500 | 845 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
242.73/242.88	c   218s|  1930k|  1864k|     0 |   0.0 | 616M| 319 |   - | 500 |1039 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
244.23/244.32	c   220s|  1940k|  1874k|     0 |   0.0 | 620M| 319 |   - | 500 | 888 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
245.73/245.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.73/245.81	c   221s|  1950k|  1883k|     0 |   0.0 | 623M| 319 |   - | 500 | 965 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
247.13/247.28	c   222s|  1960k|  1892k|     0 |   0.0 | 627M| 319 |   - | 500 | 876 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
248.63/248.76	c   224s|  1970k|  1902k|     0 |   0.0 | 631M| 319 |   - | 500 | 877 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
250.13/250.23	c   225s|  1980k|  1911k|     0 |   0.0 | 634M| 319 |   - | 500 | 861 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
251.74/251.80	c   227s|  1990k|  1920k|     0 |   0.0 | 638M| 319 |   - | 500 | 858 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
253.13/253.28	c   228s|  2000k|  1929k|     0 |   0.0 | 642M| 319 |   - | 500 | 761 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
254.62/254.79	c   229s|  2010k|  1939k|     0 |   0.0 | 645M| 319 |   - | 500 | 719 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
256.13/256.25	c   231s|  2020k|  1948k|     0 |   0.0 | 649M| 319 |   - | 500 | 646 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
257.62/257.71	c   232s|  2030k|  1957k|     0 |   0.0 | 653M| 319 |   - | 500 | 770 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
259.02/259.19	c   233s|  2040k|  1966k|     0 |   0.0 | 656M| 319 |   - | 500 | 673 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
260.63/260.74	c   235s|  2050k|  1976k|     0 |   0.0 | 660M| 319 |   - | 500 | 776 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
262.23/262.37	c   236s|  2060k|  1985k|     0 |   0.0 | 664M| 319 |   - | 500 | 849 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
263.93/264.02	c   238s|  2070k|  1994k|     0 |   0.0 | 667M| 319 |   - | 500 | 888 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
265.42/265.51	c   239s|  2080k|  2003k|     0 |   0.0 | 671M| 319 |   - | 500 | 845 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
267.02/267.13	c   240s|  2090k|  2012k|     0 |   0.0 | 675M| 319 |   - | 500 | 914 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
268.62/268.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.62/268.77	c   242s|  2100k|  2021k|     0 |   0.0 | 679M| 319 |   - | 500 | 933 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
270.13/270.29	c   243s|  2110k|  2030k|     0 |   0.0 | 683M| 319 |   - | 500 |1067 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
271.82/271.99	c   245s|  2120k|  2040k|     0 |   0.0 | 686M| 319 |   - | 500 |1189 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
273.62/273.71	c   246s|  2130k|  2049k|     0 |   0.0 | 690M| 319 |   - | 500 |1107 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
275.22/275.32	c   248s|  2140k|  2058k|     0 |   0.0 | 694M| 319 |   - | 500 | 996 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
276.93/277.06	c   249s|  2150k|  2067k|     0 |   0.0 | 698M| 319 |   - | 500 |1085 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
278.62/278.70	c   251s|  2160k|  2076k|     0 |   0.0 | 702M| 319 |   - | 500 |1145 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
280.21/280.35	c   252s|  2170k|  2085k|     0 |   0.0 | 706M| 319 |   - | 500 |1461 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
281.92/282.03	c   254s|  2180k|  2094k|     0 |   0.0 | 709M| 319 |   - | 500 |1366 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
283.82/283.91	c   256s|  2190k|  2103k|     0 |   0.0 | 713M| 319 |   - | 500 |1438 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
285.62/285.75	c   257s|  2200k|  2112k|     0 |   0.0 | 717M| 319 |   - | 500 |1407 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
287.61/287.72	c   259s|  2210k|  2120k|     0 |   0.0 | 721M| 319 |   - | 500 |1620 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
289.61/289.77	c   261s|  2220k|  2129k|     0 |   0.0 | 725M| 319 |   - | 500 |1685 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
291.72/291.82	c   263s|  2230k|  2138k|     0 |   0.0 | 729M| 319 |   - | 500 |1737 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
293.92/294.01	c   265s|  2240k|  2147k|     0 |   0.0 | 733M| 319 |   - | 500 |2023 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
296.02/296.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.02/296.10	c   267s|  2250k|  2155k|     0 |   0.0 | 737M| 319 |   - | 500 |2109 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
297.92/298.10	c   269s|  2260k|  2164k|     0 |   0.0 | 741M| 319 |   - | 500 |2078 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
300.22/300.36	c   271s|  2270k|  2173k|     0 |   0.0 | 745M| 319 |   - | 500 |2295 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
302.51/302.64	c   273s|  2280k|  2181k|     0 |   0.0 | 750M| 319 |   - | 500 |2513 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
304.91/305.02	c   275s|  2290k|  2190k|     0 |   0.0 | 754M| 319 |   - | 500 |2217 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
307.21/307.37	c   277s|  2300k|  2198k|     0 |   0.0 | 758M| 319 |   - | 500 |2546 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
309.61/309.74	c   280s|  2310k|  2207k|     0 |   0.0 | 762M| 319 |   - | 500 |2494 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
312.01/312.13	c   282s|  2320k|  2215k|     0 |   0.0 | 766M| 319 |   - | 500 |2331 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
314.31/314.45	c   284s|  2330k|  2223k|     0 |   0.0 | 770M| 319 |   - | 500 |2121 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
316.81/316.92	c   286s|  2340k|  2232k|     0 |   0.0 | 774M| 319 |   - | 500 |1845 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
319.11/319.29	c   288s|  2350k|  2240k|     0 |   0.0 | 778M| 319 |   - | 500 |1530 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
321.51/321.65	c   291s|  2360k|  2249k|     0 |   0.0 | 783M| 322 |   - | 500 |1400 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
323.71/323.89	c   293s|  2370k|  2257k|     0 |   0.0 | 787M| 322 |   - | 500 |1367 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
325.91/326.04	c   295s|  2380k|  2266k|     0 |   0.0 | 791M| 322 |   - | 500 |1266 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
328.20/328.30	c   297s|  2390k|  2274k|     0 |   0.0 | 796M| 327 |   - | 500 |1307 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
330.61/330.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.61/330.72	c   299s|  2400k|  2283k|     0 |   0.0 | 800M| 328 |   - | 500 |1438 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
333.51/333.62	c   302s|  2410k|  2291k|     0 |   0.0 | 805M| 328 |   - | 500 |1471 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
336.10/336.24	c   304s|  2420k|  2299k|     0 |   0.0 | 809M| 333 |   - | 500 |1056 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
337.41/337.51	c   305s|  2430k|  2309k|     0 |   0.0 | 812M| 333 |   - | 500 | 234 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
338.71/338.84	c   307s|  2440k|  2318k|     0 |   0.0 | 815M| 333 |   - | 500 | 298 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
340.00/340.17	c   308s|  2450k|  2328k|     0 |   0.0 | 818M| 333 |   - | 500 | 272 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
341.30/341.49	c   309s|  2460k|  2338k|     0 |   0.0 | 821M| 333 |   - | 500 | 363 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
342.70/342.84	c   310s|  2470k|  2348k|     0 |   0.0 | 825M| 333 |   - | 500 | 278 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
344.00/344.17	c   311s|  2480k|  2358k|     0 |   0.0 | 828M| 333 |   - | 500 | 361 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
345.40/345.52	c   313s|  2490k|  2367k|     0 |   0.0 | 831M| 333 |   - | 500 | 289 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
346.60/346.80	c   314s|  2500k|  2377k|     0 |   0.0 | 834M| 333 |   - | 500 | 375 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
348.00/348.14	c   315s|  2510k|  2387k|     0 |   0.0 | 837M| 333 |   - | 500 | 313 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
349.30/349.47	c   316s|  2520k|  2397k|     0 |   0.0 | 840M| 333 |   - | 500 | 387 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
350.71/350.85	c   317s|  2530k|  2406k|     0 |   0.0 | 843M| 333 |   - | 500 | 266 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
352.01/352.14	c   319s|  2540k|  2416k|     0 |   0.0 | 847M| 333 |   - | 500 | 308 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
353.31/353.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.31/353.46	c   320s|  2550k|  2426k|     0 |   0.0 | 850M| 333 |   - | 500 | 224 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
354.60/354.79	c   321s|  2560k|  2436k|     0 |   0.0 | 853M| 333 |   - | 500 | 310 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
356.00/356.14	c   322s|  2570k|  2446k|     0 |   0.0 | 856M| 333 |   - | 500 | 201 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
357.31/357.49	c   324s|  2580k|  2455k|     0 |   0.0 | 859M| 333 |   - | 500 | 298 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
358.70/358.81	c   325s|  2590k|  2465k|     0 |   0.0 | 862M| 333 |   - | 500 | 264 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
360.00/360.10	c   326s|  2600k|  2475k|     0 |   0.0 | 865M| 333 |   - | 500 | 340 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
361.30/361.44	c   327s|  2610k|  2485k|     0 |   0.0 | 868M| 333 |   - | 500 | 224 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
362.60/362.77	c   328s|  2620k|  2495k|     0 |   0.0 | 871M| 333 |   - | 500 | 332 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
363.90/364.04	c   329s|  2630k|  2504k|     0 |   0.0 | 874M| 333 |   - | 500 | 279 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
365.20/365.31	c   331s|  2640k|  2514k|     0 |   0.0 | 878M| 333 |   - | 500 | 265 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
366.50/366.62	c   332s|  2650k|  2524k|     0 |   0.0 | 881M| 333 |   - | 500 | 313 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
367.80/367.96	c   333s|  2660k|  2534k|     0 |   0.0 | 884M| 333 |   - | 500 | 320 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
369.09/369.28	c   334s|  2670k|  2544k|     0 |   0.0 | 887M| 333 |   - | 500 | 241 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
370.40/370.56	c   335s|  2680k|  2553k|     0 |   0.0 | 890M| 333 |   - | 500 | 277 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
371.70/371.87	c   336s|  2690k|  2563k|     0 |   0.0 | 893M| 333 |   - | 500 | 307 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
373.00/373.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
373.00/373.18	c   338s|  2700k|  2573k|     0 |   0.0 | 896M| 333 |   - | 500 | 289 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
374.30/374.43	c   339s|  2710k|  2583k|     0 |   0.0 | 899M| 333 |   - | 500 | 233 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
375.60/375.74	c   340s|  2720k|  2593k|     0 |   0.0 | 903M| 333 |   - | 500 | 347 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
376.89/377.05	c   341s|  2730k|  2602k|     0 |   0.0 | 906M| 333 |   - | 500 | 295 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
378.20/378.37	c   342s|  2740k|  2612k|     0 |   0.0 | 909M| 333 |   - | 500 | 271 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
379.49/379.66	c   344s|  2750k|  2622k|     0 |   0.0 | 912M| 333 |   - | 500 | 320 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
380.80/380.97	c   345s|  2760k|  2632k|     0 |   0.0 | 915M| 333 |   - | 500 | 222 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
382.09/382.28	c   346s|  2770k|  2641k|     0 |   0.0 | 918M| 333 |   - | 500 | 267 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
383.49/383.64	c   347s|  2780k|  2651k|     0 |   0.0 | 921M| 333 |   - | 500 | 277 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
384.79/385.00	c   348s|  2790k|  2661k|     0 |   0.0 | 924M| 333 |   - | 500 | 291 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
386.10/386.26	c   350s|  2800k|  2671k|     0 |   0.0 | 927M| 333 |   - | 500 | 280 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
387.39/387.55	c   351s|  2810k|  2681k|     0 |   0.0 | 931M| 333 |   - | 500 | 349 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
388.79/388.93	c   352s|  2820k|  2690k|     0 |   0.0 | 934M| 333 |   - | 500 | 337 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
390.09/390.22	c   353s|  2830k|  2700k|     0 |   0.0 | 937M| 333 |   - | 500 | 340 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
391.40/391.56	c   354s|  2840k|  2710k|     0 |   0.0 | 940M| 333 |   - | 500 | 330 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
392.70/392.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.70/392.88	c   356s|  2850k|  2720k|     0 |   0.0 | 943M| 333 |   - | 500 | 277 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
393.99/394.16	c   357s|  2860k|  2730k|     0 |   0.0 | 946M| 333 |   - | 500 | 347 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
395.29/395.45	c   358s|  2870k|  2739k|     0 |   0.0 | 949M| 333 |   - | 500 | 297 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
396.69/396.82	c   359s|  2880k|  2749k|     0 |   0.0 | 952M| 333 |   - | 500 | 294 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
397.99/398.10	c   360s|  2890k|  2759k|     0 |   0.0 | 955M| 333 |   - | 500 | 294 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
399.29/399.42	c   361s|  2900k|  2769k|     0 |   0.0 | 958M| 333 |   - | 500 | 266 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
400.59/400.70	c   363s|  2910k|  2779k|     0 |   0.0 | 961M| 333 |   - | 500 | 324 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
401.99/402.13	c   364s|  2920k|  2788k|     0 |   0.0 | 965M| 333 |   - | 500 | 257 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
403.28/403.47	c   365s|  2930k|  2798k|     0 |   0.0 | 968M| 333 |   - | 500 | 345 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
404.70/404.83	c   366s|  2940k|  2808k|     0 |   0.0 | 971M| 333 |   - | 500 | 296 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
405.99/406.16	c   368s|  2950k|  2818k|     0 |   0.0 | 974M| 333 |   - | 500 | 392 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
407.38/407.50	c   369s|  2960k|  2827k|     0 |   0.0 | 977M| 333 |   - | 500 | 310 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
408.59/408.76	c   370s|  2970k|  2837k|     0 |   0.0 | 980M| 333 |   - | 500 | 346 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
409.89/410.08	c   371s|  2980k|  2847k|     0 |   0.0 | 983M| 333 |   - | 500 | 279 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
411.30/411.42	c   372s|  2990k|  2857k|     0 |   0.0 | 986M| 333 |   - | 500 | 260 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
412.69/412.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
412.69/412.80	c   374s|  3000k|  2867k|     0 |   0.0 | 989M| 333 |   - | 500 | 335 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
413.99/414.14	c   375s|  3010k|  2876k|     0 |   0.0 | 992M| 333 |   - | 500 | 259 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
415.29/415.49	c   376s|  3020k|  2886k|     0 |   0.0 | 996M| 333 |   - | 500 | 379 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
416.69/416.80	c   377s|  3030k|  2896k|     0 |   0.0 | 999M| 333 |   - | 500 | 304 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
417.98/418.14	c   378s|  3040k|  2906k|     0 |   0.0 |1002M| 333 |   - | 500 | 415 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
419.28/419.49	c   380s|  3050k|  2915k|     0 |   0.0 |1005M| 333 |   - | 500 | 292 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
420.59/420.77	c   381s|  3060k|  2925k|     0 |   0.0 |1008M| 333 |   - | 500 | 277 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
421.88/422.06	c   382s|  3070k|  2935k|     0 |   0.0 |1011M| 333 |   - | 500 | 316 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
423.18/423.36	c   383s|  3080k|  2945k|     0 |   0.0 |1014M| 333 |   - | 500 | 414 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
424.49/424.64	c   384s|  3090k|  2955k|     0 |   0.0 |1017M| 333 |   - | 500 | 429 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
425.78/425.96	c   385s|  3100k|  2964k|     0 |   0.0 |1020M| 333 |   - | 500 | 303 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
427.18/427.33	c   387s|  3110k|  2974k|     0 |   0.0 |1024M| 333 |   - | 500 | 446 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
428.48/428.64	c   388s|  3120k|  2984k|     0 |   0.0 |1027M| 333 |   - | 500 | 294 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
429.79/429.96	c   389s|  3130k|  2994k|     0 |   0.0 |1030M| 333 |   - | 500 | 283 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
431.09/431.25	c   390s|  3140k|  3004k|     0 |   0.0 |1033M| 333 |   - | 500 | 339 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
432.38/432.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.38/432.51	c   391s|  3150k|  3013k|     0 |   0.0 |1036M| 333 |   - | 500 | 430 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
433.68/433.81	c   392s|  3160k|  3023k|     0 |   0.0 |1039M| 333 |   - | 500 | 318 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
434.88/435.08	c   394s|  3170k|  3033k|     0 |   0.0 |1042M| 333 |   - | 500 | 327 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
436.28/436.41	c   395s|  3180k|  3043k|     0 |   0.0 |1045M| 333 |   - | 500 | 421 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
437.58/437.75	c   396s|  3190k|  3053k|     0 |   0.0 |1048M| 333 |   - | 500 | 315 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
438.98/439.17	c   397s|  3200k|  3062k|     0 |   0.0 |1052M| 333 |   - | 500 | 320 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
440.38/440.50	c   399s|  3210k|  3072k|     0 |   0.0 |1055M| 333 |   - | 500 | 322 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
441.68/441.84	c   400s|  3220k|  3082k|     0 |   0.0 |1058M| 333 |   - | 500 | 386 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
443.08/443.22	c   401s|  3230k|  3092k|     0 |   0.0 |1061M| 333 |   - | 500 | 356 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
444.37/444.53	c   402s|  3240k|  3101k|     0 |   0.0 |1064M| 333 |   - | 500 | 414 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
445.78/445.90	c   404s|  3250k|  3111k|     0 |   0.0 |1067M| 333 |   - | 500 | 362 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
447.07/447.25	c   405s|  3260k|  3121k|     0 |   0.0 |1070M| 333 |   - | 500 | 399 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
448.38/448.51	c   406s|  3270k|  3131k|     0 |   0.0 |1073M| 333 |   - | 500 | 367 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
449.79/449.96	c   407s|  3280k|  3141k|     0 |   0.0 |1076M| 333 |   - | 500 | 329 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
451.18/451.38	c   409s|  3290k|  3150k|     0 |   0.0 |1080M| 333 |   - | 500 | 403 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
452.57/452.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
452.57/452.72	c   410s|  3300k|  3160k|     0 |   0.0 |1083M| 333 |   - | 500 | 330 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
453.88/454.01	c   411s|  3310k|  3170k|     0 |   0.0 |1086M| 333 |   - | 500 | 266 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
455.18/455.33	c   412s|  3320k|  3180k|     0 |   0.0 |1089M| 333 |   - | 500 | 357 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
456.47/456.64	c   413s|  3330k|  3190k|     0 |   0.0 |1092M| 333 |   - | 500 | 363 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
457.77/457.92	c   414s|  3340k|  3199k|     0 |   0.0 |1095M| 333 |   - | 500 | 310 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
459.07/459.24	c   416s|  3350k|  3209k|     0 |   0.0 |1098M| 333 |   - | 500 | 359 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
460.37/460.59	c   417s|  3360k|  3219k|     0 |   0.0 |1101M| 333 |   - | 500 | 361 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
461.77/461.97	c   418s|  3370k|  3229k|     0 |   0.0 |1104M| 333 |   - | 500 | 460 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
463.08/463.26	c   419s|  3380k|  3238k|     0 |   0.0 |1107M| 333 |   - | 500 | 343 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
464.47/464.68	c   421s|  3390k|  3248k|     0 |   0.0 |1111M| 333 |   - | 500 | 433 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
465.77/465.93	c   422s|  3400k|  3258k|     0 |   0.0 |1114M| 333 |   - | 500 | 383 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
467.17/467.31	c   423s|  3410k|  3268k|     0 |   0.0 |1117M| 333 |   - | 500 | 317 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
468.38/468.58	c   424s|  3420k|  3278k|     0 |   0.0 |1120M| 333 |   - | 500 | 344 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
469.67/469.87	c   425s|  3430k|  3287k|     0 |   0.0 |1123M| 333 |   - | 500 | 357 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
470.97/471.12	c   426s|  3440k|  3297k|     0 |   0.0 |1126M| 333 |   - | 500 | 319 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
472.27/472.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
472.27/472.40	c   428s|  3450k|  3307k|     0 |   0.0 |1129M| 333 |   - | 500 | 330 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
473.67/473.80	c   429s|  3460k|  3317k|     0 |   0.0 |1132M| 333 |   - | 500 | 286 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
474.87/475.08	c   430s|  3470k|  3326k|     0 |   0.0 |1135M| 333 |   - | 500 | 365 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
476.27/476.48	c   431s|  3480k|  3336k|     0 |   0.0 |1138M| 333 |   - | 500 | 332 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
477.67/477.80	c   432s|  3490k|  3346k|     0 |   0.0 |1142M| 333 |   - | 500 | 279 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
478.97/479.18	c   434s|  3500k|  3356k|     0 |   0.0 |1145M| 333 |   - | 500 | 303 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
480.27/480.48	c   435s|  3510k|  3366k|     0 |   0.0 |1148M| 333 |   - | 500 | 359 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
481.57/481.77	c   436s|  3520k|  3375k|     0 |   0.0 |1151M| 333 |   - | 500 | 324 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
482.97/483.12	c   437s|  3530k|  3385k|     0 |   0.0 |1154M| 333 |   - | 500 | 374 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
484.27/484.47	c   438s|  3540k|  3395k|     0 |   0.0 |1157M| 333 |   - | 500 | 408 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
485.67/485.82	c   440s|  3550k|  3405k|     0 |   0.0 |1160M| 333 |   - | 500 | 384 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
486.97/487.17	c   441s|  3560k|  3414k|     0 |   0.0 |1163M| 333 |   - | 500 | 362 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
488.37/488.59	c   442s|  3570k|  3424k|     0 |   0.0 |1166M| 333 |   - | 500 | 366 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
489.67/489.84	c   443s|  3580k|  3434k|     0 |   0.0 |1169M| 333 |   - | 500 | 394 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
490.97/491.19	c   445s|  3590k|  3444k|     0 |   0.0 |1173M| 333 |   - | 500 | 330 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
492.46/492.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.46/492.62	c   446s|  3600k|  3454k|     0 |   0.0 |1176M| 333 |   - | 500 | 297 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
493.67/493.90	c   447s|  3610k|  3463k|     0 |   0.0 |1179M| 333 |   - | 500 | 330 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
495.16/495.31	c   448s|  3620k|  3473k|     0 |   0.0 |1182M| 333 |   - | 500 | 310 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
496.46/496.63	c   450s|  3630k|  3483k|     0 |   0.0 |1185M| 333 |   - | 500 | 285 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
497.76/497.94	c   451s|  3640k|  3493k|     0 |   0.0 |1188M| 333 |   - | 500 | 342 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
499.07/499.29	c   452s|  3650k|  3502k|     0 |   0.0 |1191M| 333 |   - | 500 | 344 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
500.46/500.63	c   453s|  3660k|  3512k|     0 |   0.0 |1194M| 333 |   - | 500 | 368 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
501.86/502.05	c   455s|  3670k|  3522k|     0 |   0.0 |1197M| 333 |   - | 500 | 336 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
503.16/503.40	c   456s|  3680k|  3532k|     0 |   0.0 |1200M| 333 |   - | 500 | 384 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
504.56/504.76	c   457s|  3690k|  3542k|     0 |   0.0 |1203M| 333 |   - | 500 | 348 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
505.96/506.15	c   458s|  3700k|  3551k|     0 |   0.0 |1207M| 333 |   - | 500 | 414 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
507.26/507.43	c   459s|  3710k|  3561k|     0 |   0.0 |1210M| 333 |   - | 500 | 288 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
508.56/508.71	c   461s|  3720k|  3571k|     0 |   0.0 |1213M| 333 |   - | 500 | 345 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
509.86/510.09	c   462s|  3730k|  3581k|     0 |   0.0 |1216M| 333 |   - | 500 | 345 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
511.26/511.43	c   463s|  3740k|  3590k|     0 |   0.0 |1219M| 333 |   - | 500 | 364 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
512.47/512.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.47/512.69	c   464s|  3750k|  3600k|     0 |   0.0 |1222M| 333 |   - | 500 | 372 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
513.76/513.99	c   465s|  3760k|  3610k|     0 |   0.0 |1225M| 333 |   - | 500 | 380 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
515.16/515.39	c   467s|  3770k|  3620k|     0 |   0.0 |1228M| 333 |   - | 500 | 346 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
516.56/516.76	c   468s|  3780k|  3630k|     0 |   0.0 |1231M| 333 |   - | 500 | 384 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
517.97/518.11	c   469s|  3790k|  3639k|     0 |   0.0 |1234M| 333 |   - | 500 | 414 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
519.16/519.36	c   470s|  3800k|  3649k|     0 |   0.0 |1238M| 333 |   - | 500 | 355 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
520.46/520.66	c   471s|  3810k|  3659k|     0 |   0.0 |1241M| 333 |   - | 500 | 360 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
521.75/521.91	c   472s|  3820k|  3669k|     0 |   0.0 |1244M| 333 |   - | 500 | 353 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
523.06/523.24	c   474s|  3830k|  3678k|     0 |   0.0 |1247M| 333 |   - | 500 | 447 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
524.46/524.61	c   475s|  3840k|  3688k|     0 |   0.0 |1250M| 333 |   - | 500 | 382 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
525.67/525.87	c   476s|  3850k|  3698k|     0 |   0.0 |1253M| 333 |   - | 500 | 368 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
526.96/527.19	c   477s|  3860k|  3708k|     0 |   0.0 |1256M| 333 |   - | 500 | 344 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
528.35/528.55	c   478s|  3870k|  3718k|     0 |   0.0 |1259M| 333 |   - | 500 | 380 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
529.65/529.86	c   480s|  3880k|  3727k|     0 |   0.0 |1262M| 333 |   - | 500 | 347 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
530.95/531.14	c   481s|  3890k|  3737k|     0 |   0.0 |1266M| 333 |   - | 500 | 345 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
532.26/532.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.26/532.49	c   482s|  3900k|  3747k|     0 |   0.0 |1269M| 333 |   - | 500 | 370 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
533.66/533.80	c   483s|  3910k|  3757k|     0 |   0.0 |1272M| 333 |   - | 500 | 396 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
534.96/535.17	c   485s|  3920k|  3766k|     0 |   0.0 |1275M| 333 |   - | 500 | 357 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
536.35/536.59	c   486s|  3930k|  3776k|     0 |   0.0 |1278M| 333 |   - | 500 | 344 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
537.65/537.90	c   487s|  3940k|  3786k|     0 |   0.0 |1281M| 333 |   - | 500 | 402 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
539.05/539.24	c   488s|  3950k|  3796k|     0 |   0.0 |1284M| 333 |   - | 500 | 328 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
540.35/540.52	c   489s|  3960k|  3806k|     0 |   0.0 |1287M| 333 |   - | 500 | 317 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
541.65/541.86	c   491s|  3970k|  3815k|     0 |   0.0 |1290M| 333 |   - | 500 | 337 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
542.95/543.17	c   492s|  3980k|  3825k|     0 |   0.0 |1294M| 333 |   - | 500 | 426 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
544.36/544.58	c   493s|  3990k|  3835k|     0 |   0.0 |1297M| 333 |   - | 500 | 333 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
545.66/545.88	c   494s|  4000k|  3845k|     0 |   0.0 |1300M| 333 |   - | 500 | 317 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
547.05/547.25	c   495s|  4010k|  3854k|     0 |   0.0 |1303M| 333 |   - | 500 | 407 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
548.45/548.66	c   497s|  4020k|  3864k|     0 |   0.0 |1306M| 333 |   - | 500 | 378 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
549.76/549.98	c   498s|  4030k|  3874k|     0 |   0.0 |1309M| 333 |   - | 500 | 356 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
551.06/551.24	c   499s|  4040k|  3884k|     0 |   0.0 |1312M| 333 |   - | 500 | 358 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
552.35/552.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
552.35/552.53	c   500s|  4050k|  3894k|     0 |   0.0 |1315M| 333 |   - | 500 | 376 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
553.75/553.92	c   501s|  4060k|  3903k|     0 |   0.0 |1318M| 333 |   - | 500 | 352 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
555.15/555.32	c   503s|  4070k|  3913k|     0 |   0.0 |1321M| 333 |   - | 500 | 319 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
556.46/556.62	c   504s|  4080k|  3923k|     0 |   0.0 |1324M| 333 |   - | 500 | 316 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
557.65/557.89	c   505s|  4090k|  3933k|     0 |   0.0 |1328M| 333 |   - | 500 | 353 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
559.05/559.22	c   506s|  4100k|  3943k|     0 |   0.0 |1331M| 333 |   - | 500 | 363 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
560.35/560.52	c   508s|  4110k|  3952k|     0 |   0.0 |1334M| 333 |   - | 500 | 329 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
561.65/561.82	c   509s|  4120k|  3962k|     0 |   0.0 |1337M| 333 |   - | 500 | 326 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
562.95/563.16	c   510s|  4130k|  3972k|     0 |   0.0 |1340M| 333 |   - | 500 | 378 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
564.25/564.49	c   511s|  4140k|  3982k|     0 |   0.0 |1343M| 333 |   - | 500 | 305 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
565.55/565.76	c   512s|  4150k|  3991k|     0 |   0.0 |1346M| 333 |   - | 500 | 265 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
566.84/567.07	c   513s|  4160k|  4001k|     0 |   0.0 |1349M| 333 |   - | 500 | 342 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
568.15/568.32	c   515s|  4170k|  4011k|     0 |   0.0 |1352M| 333 |   - | 500 | 350 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
569.55/569.71	c   516s|  4180k|  4021k|     0 |   0.0 |1355M| 333 |   - | 500 | 347 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
570.84/571.00	c (node 4189696) switching to memory saving mode (mem: 1296.0M/1620.0M)
571.74/571.95	c   518s|  4190k|  4030k|     0 |   0.0 |1359M| 336 |   - | 500 | 402 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
579.55/579.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
579.55/579.77	c   525s|  4200k|  4030k|     0 |   0.0 |1358M| 336 |   - | 500 | 550 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
587.34/587.56	c   533s|  4210k|  4029k|     0 |   0.0 |1358M| 336 |   - | 500 | 582 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
594.95/595.14	c   540s|  4220k|  4029k|     0 |   0.0 |1358M| 336 |   - | 500 | 598 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
602.44/602.66	c   547s|  4230k|  4029k|     0 |   0.0 |1358M| 336 |   - | 500 | 653 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
609.93/610.18	c   554s|  4240k|  4029k|     0 |   0.0 |1357M| 336 |   - | 500 | 644 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
617.63/617.88	c   562s|  4250k|  4029k|     0 |   0.0 |1357M| 336 |   - | 500 | 647 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
624.83/625.05	c   568s|  4260k|  4029k|     0 |   0.0 |1357M| 336 |   - | 500 | 642 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
632.53/632.73	c   576s|  4270k|  4028k|     0 |   0.0 |1357M| 336 |   - | 500 | 625 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
640.32/640.50	c   583s|  4280k|  4028k|     0 |   0.0 |1357M| 337 |   - | 500 | 636 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
647.83/648.01	c   590s|  4290k|  4028k|     0 |   0.0 |1357M| 337 |   - | 500 | 716 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
655.32/655.54	c   597s|  4300k|  4028k|     0 |   0.0 |1357M| 337 |   - | 500 | 649 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
662.53/662.78	c   604s|  4310k|  4028k|     0 |   0.0 |1357M| 337 |   - | 500 | 631 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
670.02/670.21	c   611s|  4320k|  4028k|     0 |   0.0 |1357M| 337 |   - | 500 | 633 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
677.22/677.44	c   618s|  4330k|  4028k|     0 |   0.0 |1357M| 339 |   - | 500 | 639 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
684.91/685.15	c   626s|  4340k|  4028k|     0 |   0.0 |1357M| 339 |   - | 500 | 620 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
692.01/692.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
692.01/692.26	c   632s|  4350k|  4028k|     0 |   0.0 |1357M| 339 |   - | 500 | 626 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
699.61/699.83	c   639s|  4360k|  4027k|     0 |   0.0 |1356M| 339 |   - | 500 | 655 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
707.01/707.27	c   646s|  4370k|  4027k|     0 |   0.0 |1356M| 339 |   - | 500 | 678 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
714.61/714.85	c   654s|  4380k|  4027k|     0 |   0.0 |1356M| 339 |   - | 500 | 623 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
721.91/722.10	c   661s|  4390k|  4027k|     0 |   0.0 |1356M| 339 |   - | 500 | 664 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
729.01/729.24	c   667s|  4400k|  4027k|     0 |   0.0 |1356M| 339 |   - | 500 | 718 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
736.40/736.64	c   674s|  4410k|  4027k|     0 |   0.0 |1356M| 339 |   - | 500 | 742 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
744.00/744.23	c   682s|  4420k|  4027k|     0 |   0.0 |1356M| 339 |   - | 500 | 727 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
751.89/752.14	c   689s|  4430k|  4027k|     0 |   0.0 |1356M| 339 |   - | 500 | 684 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
759.10/759.35	c   696s|  4440k|  4027k|     0 |   0.0 |1356M| 340 |   - | 500 | 717 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
766.40/766.62	c   703s|  4450k|  4027k|     0 |   0.0 |1356M| 340 |   - | 500 | 736 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
773.89/774.18	c   710s|  4460k|  4027k|     0 |   0.0 |1356M| 340 |   - | 500 | 692 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
781.19/781.45	c   717s|  4470k|  4027k|     0 |   0.0 |1356M| 340 |   - | 500 | 678 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
788.69/788.98	c   724s|  4480k|  4027k|     0 |   0.0 |1356M| 341 |   - | 500 | 695 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
796.09/796.33	c   731s|  4490k|  4027k|     0 |   0.0 |1356M| 341 |   - | 500 | 727 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
803.58/803.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
803.58/803.87	c   738s|  4500k|  4026k|     0 |   0.0 |1356M| 346 |   - | 500 | 706 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
810.88/811.15	c   745s|  4510k|  4026k|     0 |   0.0 |1356M| 346 |   - | 500 | 760 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
818.88/819.12	c   753s|  4520k|  4026k|     0 |   0.0 |1356M| 346 |   - | 500 | 786 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
825.89/826.13	c   760s|  4530k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 741 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
833.38/833.63	c   767s|  4540k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 692 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
840.28/840.50	c   773s|  4550k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 681 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
847.57/847.84	c   780s|  4560k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 686 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
854.87/855.13	c   787s|  4570k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 655 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
862.27/862.51	c   794s|  4580k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 668 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
869.47/869.72	c   801s|  4590k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 702 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
877.67/877.91	c   809s|  4600k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 739 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
885.36/885.65	c   816s|  4610k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 707 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
892.87/893.12	c   823s|  4620k|  4026k|     0 |   0.0 |1356M| 350 |   - | 500 | 698 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
900.86/901.18	c   831s|  4630k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 723 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 |      --      |    Inf 
908.55/908.80	c   838s|  4640k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 701 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
915.86/916.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
915.86/916.19	c   845s|  4650k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 691 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
923.45/923.78	c   852s|  4660k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 706 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
930.55/930.87	c   859s|  4670k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 735 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
938.25/938.53	c   866s|  4680k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 693 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 |      --      |    Inf 
945.45/945.73	c   873s|  4690k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 697 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
952.35/952.69	c   880s|  4700k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 704 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
959.65/959.98	c   887s|  4710k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 698 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 |      --      |    Inf 
966.74/967.08	c   894s|  4720k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 761 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 |      --      |    Inf 
974.44/974.73	c   901s|  4730k|  4026k|     0 |   0.0 |1355M| 350 |   - | 500 | 826 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
981.94/982.30	c   908s|  4740k|  4025k|     0 |   0.0 |1355M| 350 |   - | 500 | 816 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 |      --      |    Inf 
989.43/989.74	c   915s|  4750k|  4025k|     0 |   0.0 |1355M| 350 |   - | 500 | 827 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 |      --      |    Inf 
997.03/997.37	c   922s|  4760k|  4025k|     0 |   0.0 |1355M| 350 |   - | 500 | 816 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 |      --      |    Inf 
1004.64/1004.96	c   930s|  4770k|  4025k|     0 |   0.0 |1355M| 350 |   - | 500 | 795 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 |      --      |    Inf 
1012.53/1012.88	c   937s|  4780k|  4025k|     0 |   0.0 |1355M| 350 |   - | 500 | 838 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 |      --      |    Inf 
1020.23/1020.56	c   944s|  4790k|  4025k|     0 |   0.0 |1355M| 350 |   - | 500 | 836 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 |      --      |    Inf 
1027.32/1027.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1027.32/1027.64	c   951s|  4800k|  4025k|     0 |   0.0 |1355M| 350 |   - | 500 | 783 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 |      --      |    Inf 
1034.73/1035.00	c   958s|  4810k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 753 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 |      --      |    Inf 
1042.03/1042.32	c   965s|  4820k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 746 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 |      --      |    Inf 
1049.13/1049.44	c   972s|  4830k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 818 |   0 |   0 |   0 | 627k|   0 | 0.000000e+00 |      --      |    Inf 
1056.72/1057.03	c   979s|  4840k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 781 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 |      --      |    Inf 
1063.62/1063.99	c   986s|  4850k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 762 |   0 |   0 |   0 | 639k|   0 | 0.000000e+00 |      --      |    Inf 
1071.02/1071.30	c   993s|  4860k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 755 |   0 |   0 |   0 | 646k|   0 | 0.000000e+00 |      --      |    Inf 
1078.11/1078.41	c   999s|  4870k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 781 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 |      --      |    Inf 
1085.31/1085.70	c  1006s|  4880k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 842 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 |      --      |    Inf 
1092.61/1092.94	c  1013s|  4890k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 853 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 |      --      |    Inf 
1100.31/1100.63	c  1021s|  4900k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 838 |   0 |   0 |   0 | 671k|   0 | 0.000000e+00 |      --      |    Inf 
1108.51/1108.88	c  1028s|  4910k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 819 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 |      --      |    Inf 
1116.11/1116.40	c  1036s|  4920k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 813 |   0 |   0 |   0 | 684k|   0 | 0.000000e+00 |      --      |    Inf 
1123.30/1123.70	c  1043s|  4930k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 850 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 |      --      |    Inf 
1130.80/1131.16	c  1050s|  4940k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 794 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 |      --      |    Inf 
1138.50/1138.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.50/1138.88	c  1057s|  4950k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 774 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 |      --      |    Inf 
1146.00/1146.33	c  1064s|  4960k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 794 |   0 |   0 |   0 | 709k|   0 | 0.000000e+00 |      --      |    Inf 
1154.00/1154.38	c  1072s|  4970k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 753 |   0 |   0 |   0 | 716k|   0 | 0.000000e+00 |      --      |    Inf 
1161.50/1161.89	c  1079s|  4980k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 754 |   0 |   0 |   0 | 722k|   0 | 0.000000e+00 |      --      |    Inf 
1169.09/1169.46	c  1086s|  4990k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 803 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 |      --      |    Inf 
1177.09/1177.42	c  1094s|  5000k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 784 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 |      --      |    Inf 
1184.58/1184.95	c  1101s|  5010k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 766 |   0 |   0 |   0 | 741k|   0 | 0.000000e+00 |      --      |    Inf 
1191.78/1192.10	c  1108s|  5020k|  4025k|     0 |   0.0 |1355M| 361 |   - | 500 | 855 |   0 |   0 |   0 | 748k|   0 | 0.000000e+00 |      --      |    Inf 
1199.08/1199.43	c  1115s|  5030k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 803 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 |      --      |    Inf 
1205.98/1206.37	c  1121s|  5040k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 813 |   0 |   0 |   0 | 761k|   0 | 0.000000e+00 |      --      |    Inf 
1213.78/1214.19	c  1129s|  5050k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 823 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 |      --      |    Inf 
1221.58/1221.93	c  1136s|  5060k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 750 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 |      --      |    Inf 
1229.07/1229.40	c  1143s|  5070k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 814 |   0 |   0 |   0 | 780k|   0 | 0.000000e+00 |      --      |    Inf 
1236.17/1236.56	c  1150s|  5080k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 833 |   0 |   0 |   0 | 786k|   0 | 0.000000e+00 |      --      |    Inf 
1243.68/1244.05	c  1157s|  5090k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 816 |   0 |   0 |   0 | 793k|   0 | 0.000000e+00 |      --      |    Inf 
1251.07/1251.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1251.07/1251.45	c  1164s|  5100k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 800 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 |      --      |    Inf 
1258.77/1259.18	c  1171s|  5110k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 795 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 |      --      |    Inf 
1266.06/1266.48	c  1178s|  5120k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 815 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 |      --      |    Inf 
1273.67/1274.00	c  1186s|  5130k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 817 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 |      --      |    Inf 
1280.76/1281.16	c  1192s|  5140k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 806 |   0 |   0 |   0 | 824k|   0 | 0.000000e+00 |      --      |    Inf 
1288.46/1288.81	c  1200s|  5150k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 849 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 |      --      |    Inf 
1295.96/1296.34	c  1207s|  5160k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 899 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 |      --      |    Inf 
1303.46/1303.87	c  1214s|  5170k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 820 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 |      --      |    Inf 
1311.36/1311.77	c  1221s|  5180k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 848 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 |      --      |    Inf 
1318.65/1319.04	c  1228s|  5190k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 889 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 |      --      |    Inf 
1326.85/1327.24	c  1236s|  5200k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 891 |   0 |   0 |   0 | 862k|   0 | 0.000000e+00 |      --      |    Inf 
1334.74/1335.15	c  1244s|  5210k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 848 |   0 |   0 |   0 | 869k|   0 | 0.000000e+00 |      --      |    Inf 
1342.55/1342.90	c  1251s|  5220k|  4024k|     0 |   0.0 |1355M| 361 |   - | 500 | 832 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 |      --      |    Inf 
1349.65/1350.06	c  1258s|  5230k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 856 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 |      --      |    Inf 
1357.54/1357.92	c  1265s|  5240k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 829 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 |      --      |    Inf 
1364.65/1365.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1364.65/1365.04	c  1272s|  5250k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 756 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 |      --      |    Inf 
1371.94/1372.33	c  1279s|  5260k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 787 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 |      --      |    Inf 
1378.84/1379.23	c  1286s|  5270k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 803 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 |      --      |    Inf 
1385.94/1386.32	c  1292s|  5280k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 845 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 |      --      |    Inf 
1393.24/1393.60	c  1299s|  5290k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 921 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 |      --      |    Inf 
1400.83/1401.20	c  1307s|  5300k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 933 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 |      --      |    Inf 
1408.23/1408.68	c  1314s|  5310k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 928 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 |      --      |    Inf 
1415.52/1415.92	c  1320s|  5320k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 832 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 |      --      |    Inf 
1422.93/1423.38	c  1328s|  5330k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 886 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 |      --      |    Inf 
1430.33/1430.71	c  1335s|  5340k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 878 |   0 |   0 |   0 | 952k|   0 | 0.000000e+00 |      --      |    Inf 
1437.62/1438.09	c  1342s|  5350k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 839 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 |      --      |    Inf 
1444.93/1445.31	c  1348s|  5360k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 838 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 |      --      |    Inf 
1452.51/1452.92	c  1356s|  5370k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 797 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 |      --      |    Inf 
1459.82/1460.29	c  1363s|  5380k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 797 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 |      --      |    Inf 
1467.42/1467.81	c  1370s|  5390k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 884 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 |      --      |    Inf 
1475.01/1475.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1475.01/1475.45	c  1377s|  5400k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 885 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 |      --      |    Inf 
1482.11/1482.60	c  1384s|  5410k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 878 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 |      --      |    Inf 
1489.41/1489.80	c  1391s|  5420k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 875 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 |      --      |    Inf 
1497.41/1497.87	c  1398s|  5430k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 930 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 |      --      |    Inf 
1504.81/1505.24	c  1405s|  5440k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 913 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 |      --      |    Inf 
1512.30/1512.74	c  1413s|  5450k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 852 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 |      --      |    Inf 
1520.10/1520.57	c  1420s|  5460k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 848 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 |      --      |    Inf 
1527.60/1528.06	c  1427s|  5470k|  4024k|     0 |   0.0 |1354M| 361 |   - | 500 | 878 |   0 |   0 |   0 |1035k|   0 | 0.000000e+00 |      --      |    Inf 
1535.20/1535.66	c  1434s|  5480k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 838 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 |      --      |    Inf 
1542.70/1543.11	c  1441s|  5490k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 866 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 |      --      |    Inf 
1550.39/1550.84	c  1449s|  5500k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 830 |   0 |   0 |   0 |1054k|   0 | 0.000000e+00 |      --      |    Inf 
1557.69/1558.13	c  1456s|  5510k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 800 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 |      --      |    Inf 
1564.90/1565.36	c  1463s|  5520k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 813 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 |      --      |    Inf 
1572.19/1572.64	c  1469s|  5530k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 820 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 |      --      |    Inf 
1579.19/1579.62	c  1476s|  5540k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 853 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 |      --      |    Inf 
1586.79/1587.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1586.79/1587.23	c  1483s|  5550k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 825 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 |      --      |    Inf 
1593.79/1594.26	c  1490s|  5560k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 828 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 |      --      |    Inf 
1600.88/1601.34	c  1497s|  5570k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 841 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 |      --      |    Inf 
1608.18/1608.60	c  1504s|  5580k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 773 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 |      --      |    Inf 
1615.67/1616.16	c  1511s|  5590k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 794 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 |      --      |    Inf 
1623.28/1623.79	c  1518s|  5600k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 819 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 |      --      |    Inf 
1629.98/1630.40	c  1524s|  5610k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 810 |   0 |   0 |   0 |1124k|   0 | 0.000000e+00 |      --      |    Inf 
1636.87/1637.36	c  1531s|  5620k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 808 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 |      --      |    Inf 
1644.77/1645.29	c  1538s|  5630k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 795 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 |      --      |    Inf 
1652.06/1652.50	c  1545s|  5640k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 791 |   0 |   0 |   0 |1143k|   0 | 0.000000e+00 |      --      |    Inf 
1659.56/1660.03	c  1552s|  5650k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 840 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 |      --      |    Inf 
1666.37/1666.87	c  1559s|  5660k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 770 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 |      --      |    Inf 
1674.06/1674.56	c  1566s|  5670k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 767 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 |      --      |    Inf 
1681.76/1682.29	c  1574s|  5680k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 767 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 |      --      |    Inf 
1689.66/1690.15	c  1581s|  5690k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 777 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 |      --      |    Inf 
1696.76/1697.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1696.76/1697.21	c  1588s|  5700k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 842 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 |      --      |    Inf 
1704.25/1704.71	c  1595s|  5710k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 836 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 |      --      |    Inf 
1711.85/1712.35	c  1602s|  5720k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 845 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 |      --      |    Inf 
1719.25/1719.77	c  1609s|  5730k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 867 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 |      --      |    Inf 
1726.74/1727.20	c  1616s|  5740k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 830 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 |      --      |    Inf 
1734.05/1734.55	c  1623s|  5750k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 805 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 |      --      |    Inf 
1741.54/1742.08	c  1630s|  5760k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 798 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 |      --      |    Inf 
1748.64/1749.11	c  1637s|  5770k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 837 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 |      --      |    Inf 
1755.94/1756.41	c  1644s|  5780k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 887 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 |      --      |    Inf 
1763.04/1763.51	c  1651s|  5790k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 852 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 |      --      |    Inf 
1770.55/1771.04	c  1658s|  5800k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 851 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 |      --      |    Inf 
1778.43/1778.92	c  1666s|  5810k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 860 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 |      --      |    Inf 
1786.03/1786.56	c  1673s|  5820k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 893 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 |      --      |    Inf 
1793.93/1794.46	c  1680s|  5830k|  4023k|     0 |   0.0 |1354M| 361 |   - | 500 | 832 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.50	c 
1800.03/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.50	c Solving Time (sec) : 1686.16
1800.03/1800.50	c Solving Nodes      : 5837597
1800.03/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.50	c Gap                : infinite
1800.03/1800.50	s UNKNOWN
1800.03/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.50	c Solving Time       :    1686.16
1800.03/1800.50	c Original Problem   :
1800.03/1800.50	c   Problem name     : HOME/instance-2664728-1276574828.opb
1800.03/1800.50	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.50	c   Constraints      : 45 initial, 45 maximal
1800.03/1800.50	c Presolved Problem  :
1800.03/1800.50	c   Problem name     : t_HOME/instance-2664728-1276574828.opb
1800.03/1800.50	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.50	c   Constraints      : 45 initial, 2612 maximal
1800.03/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.50	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.50	c   setppc           :         20          0   14155697          0    5279407     711797   45571586          0          0          0
1800.03/1800.50	c   logicor          :         25+         0    8271015          0    5279407     411495   10451133          0          0          0
1800.03/1800.50	c   countsols        :          0          0          0          0    5279407          0          0          0          0          0
1800.03/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.50	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.50	c   setppc           :     680.65       0.00     628.19       0.00      52.46
1800.03/1800.50	c   logicor          :     445.40       0.00     395.04       0.00      50.36
1800.03/1800.50	c   countsols        :       1.86       0.00       0.00       0.00       1.86
1800.03/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.50	c   vbounds          :       6.97          1          0          0
1800.03/1800.50	c   rootredcost      :       7.10          0          0          0
1800.03/1800.50	c   pseudoobj        :       5.66          0          0          0
1800.03/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.50	c   propagation      :     875.88    1123288    1123288   10231450      180.8      18997      123.2          -
1800.03/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.50	c   applied globally :          -          -          -     262943       38.8          -          -          -
1800.03/1800.50	c   applied locally  :          -          -          -    1006450      116.3          -          -          -
1800.03/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.50	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.50	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.50	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.50	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.50	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.50	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.50	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.50	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.50	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.50	c Pricers            :       Time      Calls       Vars
1800.03/1800.50	c   problem variables:       0.00          0          0
1800.03/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.50	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   inference        :     205.30    5279407          0          0          0          0   10558814
1800.03/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.50	c   LP solutions     :       0.00          -          0
1800.03/1800.50	c   pseudo solutions :       0.00          -          0
1800.03/1800.50	c   trivial          :       0.00          1          0
1800.03/1800.50	c   simplerounding   :       0.00          0          0
1800.03/1800.50	c   zirounding       :       0.00          0          0
1800.03/1800.50	c   rounding         :       0.00          0          0
1800.03/1800.50	c   shifting         :       0.00          0          0
1800.03/1800.50	c   intshifting      :       0.00          0          0
1800.03/1800.50	c   oneopt           :       0.00          0          0
1800.03/1800.50	c   twoopt           :       0.00          0          0
1800.03/1800.50	c   fixandinfer      :       0.00          0          0
1800.03/1800.50	c   feaspump         :       0.00          0          0
1800.03/1800.50	c   coefdiving       :       0.00          0          0
1800.03/1800.50	c   pscostdiving     :       0.00          0          0
1800.03/1800.50	c   fracdiving       :       0.00          0          0
1800.03/1800.50	c   veclendiving     :       0.00          0          0
1800.03/1800.50	c   intdiving        :       0.00          0          0
1800.03/1800.50	c   actconsdiving    :       0.00          0          0
1800.03/1800.50	c   objpscostdiving  :       0.00          0          0
1800.03/1800.50	c   rootsoldiving    :       0.00          0          0
1800.03/1800.50	c   linesearchdiving :       0.00          0          0
1800.03/1800.50	c   guideddiving     :       0.00          0          0
1800.03/1800.50	c   octane           :       0.00          0          0
1800.03/1800.50	c   rens             :       0.00          0          0
1800.03/1800.50	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   crossover        :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.00          0          0
1800.03/1800.51	c   trysol           :       0.00          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :    5837597
1800.03/1800.51	c   nodes (total)    :    5837597
1800.03/1800.51	c   nodes left       :    4023377
1800.03/1800.51	c   max depth        :        365
1800.03/1800.51	c   max depth (total):        365
1800.03/1800.51	c   backtracks       :     598253 (10.2%)
1800.03/1800.51	c   delayed cutoffs  :     697841
1800.03/1800.51	c   repropagations   :    1477550 (26270291 domain reductions, 565102 cutoffs)
1800.03/1800.51	c   avg switch length:       4.16
1800.03/1800.51	c   switching time   :     165.45
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :          0 (0 improvements)
1800.03/1800.51	c   Primal Bound     :          -
1800.03/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.51	c   Gap              :   infinite
1800.03/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.51	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664728-1276574828/watcher-2664728-1276574828 -o /tmp/evaluation-result-2664728-1276574828/solver-2664728-1276574828 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664728-1276574828.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.72 1.94 1.62 3/106 1144
/proc/meminfo: memFree=1815832/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=3652 CPUtime=0
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 446 0 0 0 0 0 0 0 18 0 1 0 33069260 3739648 368 1992294400 4194304 7136930 140734265834928 18446744073709551615 6328580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1144/statm: 913 369 224 719 0 192 0

[startup+0.0592699 s]
/proc/loadavg: 1.72 1.94 1.62 3/106 1144
/proc/meminfo: memFree=1815832/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=12176 CPUtime=0.05
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 4026 0 0 0 4 1 0 0 20 0 1 0 33069260 12468224 2310 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 3044 2310 375 719 0 2323 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12176

[startup+0.101273 s]
/proc/loadavg: 1.72 1.94 1.62 3/106 1144
/proc/meminfo: memFree=1815832/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=12668 CPUtime=0.09
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 4152 0 0 0 8 1 0 0 20 0 1 0 33069260 12972032 2436 1992294400 4194304 7136930 140734265834928 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 3167 2436 379 719 0 2446 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12668

[startup+0.301293 s]
/proc/loadavg: 1.72 1.94 1.62 3/106 1144
/proc/meminfo: memFree=1815832/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=13512 CPUtime=0.3
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 4363 0 0 0 26 4 0 0 20 0 1 0 33069260 13836288 2647 1992294400 4194304 7136930 140734265834928 18446744073709551615 4642126 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 3378 2647 379 719 0 2657 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13512

[startup+0.701333 s]
/proc/loadavg: 1.72 1.94 1.62 3/106 1144
/proc/meminfo: memFree=1815832/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=14812 CPUtime=0.69
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 4695 0 0 0 62 7 0 0 21 0 1 0 33069260 15167488 2979 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 3703 2979 379 719 0 2982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14812

[startup+1.50141 s]
/proc/loadavg: 1.72 1.94 1.62 2/107 1145
/proc/meminfo: memFree=1804416/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=16776 CPUtime=1.49
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 5217 0 0 0 135 14 0 0 23 0 1 0 33069260 17178624 3501 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 4194 3501 379 719 0 3473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16776

[startup+3.10158 s]
/proc/loadavg: 1.66 1.93 1.62 2/107 1145
/proc/meminfo: memFree=1800820/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=21808 CPUtime=3.09
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 6522 0 0 0 278 31 0 0 25 0 1 0 33069260 22331392 4806 1992294400 4194304 7136930 140734265834928 18446744073709551615 5923179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 5452 4806 379 719 0 4731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21808

[startup+6.3009 s]
/proc/loadavg: 1.66 1.93 1.62 2/107 1145
/proc/meminfo: memFree=1790280/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=31636 CPUtime=6.29
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 9061 0 0 0 567 62 0 0 25 0 1 0 33069260 32395264 7345 1992294400 4194304 7136930 140734265834928 18446744073709551615 5909064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 7909 7345 379 719 0 7188 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31636

[startup+12.7015 s]
/proc/loadavg: 1.56 1.89 1.61 2/107 1145
/proc/meminfo: memFree=1773540/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=49176 CPUtime=12.69
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 13128 0 0 0 1148 121 0 0 25 0 1 0 33069260 50356224 11412 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 12294 11412 379 719 0 11573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49176

[startup+25.5008 s]
/proc/loadavg: 1.47 1.86 1.60 2/107 1145
/proc/meminfo: memFree=1737828/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=85556 CPUtime=25.49
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 21596 0 0 0 2315 234 0 0 25 0 1 0 33069260 87609344 19880 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 21389 19880 379 719 0 20668 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85556

[startup+51.1014 s]
/proc/loadavg: 1.31 1.79 1.59 2/107 1147
/proc/meminfo: memFree=1668140/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=152740 CPUtime=51.08
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 39143 0 0 0 4631 477 0 0 25 0 1 0 33069260 156405760 37427 1992294400 4194304 7136930 140734265834928 18446744073709551615 4431726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 38185 37427 379 719 0 37464 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 152740

[startup+102.309 s]
/proc/loadavg: 1.12 1.66 1.55 2/107 1149
/proc/meminfo: memFree=1528268/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=293160 CPUtime=102.28
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 73772 0 0 0 9234 994 0 0 25 0 1 0 33069260 300195840 72056 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 73290 72056 379 719 0 72569 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 293160

[startup+162.301 s]
/proc/loadavg: 1.05 1.55 1.52 2/107 1149
/proc/meminfo: memFree=1362852/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=467752 CPUtime=162.25
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 115179 0 0 0 14616 1609 0 0 25 0 1 0 33069260 478978048 113463 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 116938 113463 379 719 0 116217 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 467752

[startup+222.301 s]
/proc/loadavg: 1.01 1.44 1.48 2/107 1151
/proc/meminfo: memFree=1198552/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=624004 CPUtime=222.23
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 155955 0 0 0 19996 2227 0 0 25 0 1 0 33069260 638980096 154239 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 156001 154239 379 719 0 155280 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 624004

[startup+282.301 s]
/proc/loadavg: 1.00 1.36 1.45 2/107 1155
/proc/meminfo: memFree=1042808/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=807236 CPUtime=282.21
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 195028 0 0 0 25419 2802 0 0 25 0 1 0 33069260 826609664 193312 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 201809 193312 379 719 0 201088 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 807236

[startup+342.301 s]
/proc/loadavg: 1.00 1.29 1.42 2/107 1157
/proc/meminfo: memFree=921660/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=923752 CPUtime=342.2
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 225111 0 0 0 30971 3249 0 0 25 0 1 0 33069260 945922048 223395 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 230938 223395 379 719 0 230217 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 923752

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.39 2/107 1157
/proc/meminfo: memFree=774472/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1065120 CPUtime=402.19
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 262208 0 0 0 36399 3820 0 0 25 0 1 0 33069260 1090682880 260492 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 266280 260492 379 719 0 265559 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1065120

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.36 2/107 1159
/proc/meminfo: memFree=623564/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1207488 CPUtime=462.17
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 299510 0 0 0 41840 4377 0 0 25 0 1 0 33069260 1236467712 297794 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 301872 297794 379 719 0 301151 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1207488

[startup+522.301 s]
/proc/loadavg: 1.00 1.15 1.34 2/107 1161
/proc/meminfo: memFree=481088/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1343968 CPUtime=522.16
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 335353 0 0 0 47280 4936 0 0 25 0 1 0 33069260 1376223232 333637 1992294400 4194304 7136930 140734265834928 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 335992 333637 379 719 0 335271 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1343968

[startup+582.301 s]
/proc/loadavg: 1.06 1.14 1.32 2/107 1166
/proc/meminfo: memFree=360932/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1455624 CPUtime=582.14
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380386 0 0 0 52772 5442 0 0 25 0 1 0 33069260 1490558976 362923 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 363906 362923 379 719 0 363185 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1455624

[startup+642.301 s]
/proc/loadavg: 1.02 1.11 1.29 2/107 1168
/proc/meminfo: memFree=360436/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1456024 CPUtime=642.13
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380501 0 0 0 58481 5732 0 0 25 0 1 0 33069260 1490968576 363038 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364006 363038 379 719 0 363285 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1456024

[startup+702.301 s]

################
# More data... #
################

/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380676 0 0 0 92703 7501 0 0 25 0 1 0 33069260 1491693568 363213 1992294400 4194304 7136930 140734265834928 18446744073709551615 5921487 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364183 363213 379 719 0 363462 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 1456732

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 1178
/proc/meminfo: memFree=359320/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1456732 CPUtime=1062.02
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380681 0 0 0 98416 7786 0 0 25 0 1 0 33069260 1491693568 363218 1992294400 4194304 7136930 140734265834928 18446744073709551615 4704055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364183 363218 379 719 0 363462 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 1456732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 1180
/proc/meminfo: memFree=359196/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1456868 CPUtime=1122
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380696 0 0 0 104125 8075 0 0 25 0 1 0 33069260 1491832832 363233 1992294400 4194304 7136930 140734265834928 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364217 363233 379 719 0 363496 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1456868

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 1182
/proc/meminfo: memFree=358948/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1456868 CPUtime=1181.99
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380699 0 0 0 109836 8363 0 0 25 0 1 0 33069260 1491832832 363236 1992294400 4194304 7136930 140734265834928 18446744073709551615 6349830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364217 363236 379 719 0 363496 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1456868

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 1184
/proc/meminfo: memFree=358824/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1456868 CPUtime=1241.97
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380702 0 0 0 115539 8658 0 0 25 0 1 0 33069260 1491832832 363239 1992294400 4194304 7136930 140734265834928 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364217 363239 379 719 0 363496 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 1456868

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 1186
/proc/meminfo: memFree=358576/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1456868 CPUtime=1301.96
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380702 0 0 0 121249 8947 0 0 25 0 1 0 33069260 1491832832 363239 1992294400 4194304 7136930 140734265834928 18446744073709551615 5909064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364217 363239 379 719 0 363496 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1456868

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 1186
/proc/meminfo: memFree=358576/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1456868 CPUtime=1361.94
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380712 0 0 0 126965 9229 0 0 25 0 1 0 33069260 1491832832 363249 1992294400 4194304 7136930 140734265834928 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364217 363249 379 719 0 363496 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1456868

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 1188
/proc/meminfo: memFree=358452/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457000 CPUtime=1421.94
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380722 0 0 0 132657 9537 0 0 25 0 1 0 33069260 1491968000 363259 1992294400 4194304 7136930 140734265834928 18446744073709551615 5922703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364250 363259 379 719 0 363529 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1457000

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 1190
/proc/meminfo: memFree=358204/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1481.91
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380768 0 0 0 138354 9837 0 0 25 0 1 0 33069260 1492160512 363305 1992294400 4194304 7136930 140734265834928 18446744073709551615 5909064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363305 379 719 0 363576 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1457188

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 1192
/proc/meminfo: memFree=358080/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1541.9
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380768 0 0 0 144067 10123 0 0 25 0 1 0 33069260 1492160512 363305 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363305 379 719 0 363576 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1457188

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 1192
/proc/meminfo: memFree=357956/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1601.88
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380768 0 0 0 149759 10429 0 0 25 0 1 0 33069260 1492160512 363305 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363305 379 719 0 363576 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1457188

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 1194
/proc/meminfo: memFree=357956/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1661.87
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380768 0 0 0 155452 10735 0 0 25 0 1 0 33069260 1492160512 363305 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363305 379 719 0 363576 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1457188

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 1196
/proc/meminfo: memFree=357832/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1721.85
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380768 0 0 0 161164 11021 0 0 25 0 1 0 33069260 1492160512 363305 1992294400 4194304 7136930 140734265834928 18446744073709551615 5922941 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363305 379 719 0 363576 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1457188

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 1198
/proc/meminfo: memFree=357460/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1781.84
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380780 0 0 0 166875 11309 0 0 25 0 1 0 33069260 1492160512 363317 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363317 379 719 0 363576 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1457188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 1198
/proc/meminfo: memFree=357460/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1800.03
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380780 0 0 0 168615 11388 0 0 25 0 1 0 33069260 1492160512 363317 1992294400 4194304 7136930 140734265834928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363317 379 719 0 363576 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1457188

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1144

Solver just ended. Dumping a history of the last processes samples

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 1199
/proc/meminfo: memFree=357452/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1800.93
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380785 0 0 0 168705 11388 0 0 25 0 1 0 33069260 1492160512 363322 1992294400 4194304 7136930 140734265834928 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363322 384 719 0 363576 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 1457188

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 1199
/proc/meminfo: memFree=357328/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=1457188 CPUtime=1801.73
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4202496 380785 0 0 0 168785 11388 0 0 25 0 1 0 33069260 1492160512 363322 1992294400 4194304 7136930 140734265834928 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1144/statm: 364297 363322 384 719 0 363576 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 1457188

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 1199
/proc/meminfo: memFree=357328/2059040 swapFree=4134576/4192956
[pid=1144] ppid=1142 vsize=0 CPUtime=1802.13
/proc/1144/stat : 1144 (pbscip.linux.x8) R 1142 1144 1033 0 -1 4203524 380785 0 0 0 168816 11397 0 0 25 0 1 0 33069260 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/1144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.65
CPU time (s): 1802.19
CPU user time (s): 1688.16
CPU system time (s): 114.024
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 1518992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1688.16
system time used= 114.024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380785
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= 3
involuntary context switches= 26821

runsolver used 2.79957 second user time and 8.72767 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-15 06:07:09
IDJOB=2664728
IDBENCH=2569
IDSOLVER=1167
FILE ID=node017/2664728-1276574828
PBS_JOBID= 11173528
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664728-1276574828/watcher-2664728-1276574828 -o /tmp/evaluation-result-2664728-1276574828/solver-2664728-1276574828 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664728-1276574828.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=621451601

node017.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816360 kB
Buffers:         47152 kB
Cached:         115244 kB
SwapCached:      11648 kB
Active:          90148 kB
Inactive:        86188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816360 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:            3320 kB
Writeback:           0 kB
AnonPages:       12304 kB
Mapped:           9324 kB
Slab:            44768 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62536 MiB
End job on node017 at 2010-06-15 06:37:11