Trace number 2664529

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.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr.opb
MD5SUM40f14c006496c25f6960a32528cf1e51
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.007997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints50
Number of constraints which are clauses30
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 constraint10
Maximum length of a constraint15
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 16
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-2664529-1276328572.opb>
0.00/0.01	c original problem has 300 variables (300 bin, 0 int, 0 impl, 0 cont) and 50 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.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30 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, 50 upgd conss, 0 impls, 20 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 20 cliques
0.00/0.02	c presolved problem has 300 variables (300 bin, 0 int, 0 impl, 0 cont) and 50 constraints
0.00/0.02	c      20 constraints of type <setppc>
0.00/0.02	c      30 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.00
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = 1
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.02	c separating/maxrounds = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/maxroundsroot = 5
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c constraints/knapsack/disaggregation = FALSE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c presolving/probing/maxrounds = 0
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/coefdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.02	c heuristics/crossover/freq = -1
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/crossover/nodesofs = 750
0.00/0.02	c 
0.00/0.02	c # number of nodes without incumbent change that heuristic should wait
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.02	c heuristics/crossover/nwaitingnodes = 100
0.00/0.02	c 
0.00/0.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.02	c # [type: real, range: [0,1], default: 0.1]
0.00/0.02	c heuristics/crossover/nodesquot = 0.15
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixed 
0.00/0.02	c # [type: real, range: [0,1], default: 0.666]
0.00/0.02	c heuristics/crossover/minfixingrate = 0.5
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/feaspump/freq = -1
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/fracdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/guideddiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/intshifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/linesearchdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/nlp/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/objpscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.02	c # [type: real, range: [0,1], default: 0.01]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/oneopt/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/pscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/rens/freq = -1
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixable 
0.00/0.02	c # [type: real, range: [0,1], default: 0.5]
0.00/0.02	c heuristics/rens/minfixingrate = 0.3
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/rens/nodesofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/rootsoldiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/rounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/shifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/simplerounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/trivial/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/trysol/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/veclendiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/zirounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/cmir/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/flowcover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	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 |     - | 631k|   0 |   - | 300 |  50 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.27	c   1.1s| 10000 |  8881 |     0 |   0.0 |4482k| 125 |   - | 300 | 969 |   0 |   0 |   0 |2782 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.64	c   2.3s| 20000 | 17573 |     0 |   0.0 |7906k| 125 |   - | 300 |1150 |   0 |   0 |   0 |5918 |   0 | 0.000000e+00 |      --      |    Inf 
4.09/4.13	c   3.7s| 30000 | 25957 |     0 |   0.0 |  11M| 125 |   - | 300 |1264 |   0 |   0 |   0 |9571 |   0 | 0.000000e+00 |      --      |    Inf 
5.79/5.85	c   5.2s| 40000 | 33773 |     0 |   0.0 |  15M| 125 |   - | 300 |1761 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
8.09/8.13	c   7.3s| 50000 | 40377 |     0 |   0.0 |  19M| 125 |   - | 300 |2830 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
10.09/10.12	c   9.1s| 60000 | 48082 |     0 |   0.0 |  22M| 125 |   - | 300 |1219 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
11.59/11.67	c  10.5s| 70000 | 56644 |     0 |   0.0 |  26M| 125 |   - | 300 |1216 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
13.20/13.24	c  11.9s| 80000 | 65123 |     0 |   0.0 |  29M| 125 |   - | 300 |1189 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
14.79/14.81	c  13.3s| 90000 | 73617 |     0 |   0.0 |  33M| 125 |   - | 300 |1259 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
16.40/16.40	c  14.8s|100000 | 82057 |     0 |   0.0 |  36M| 125 |   - | 300 |1208 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
17.98/18.02	c  16.2s|110000 | 90438 |     0 |   0.0 |  40M| 125 |   - | 300 |1279 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
19.58/19.65	c  17.7s|120000 | 98713 |     0 |   0.0 |  43M| 125 |   - | 300 |1326 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
21.18/21.29	c  19.2s|130000 |107062 |     0 |   0.0 |  47M| 125 |   - | 300 |1288 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
22.89/22.97	c  20.7s|140000 |115295 |     0 |   0.0 |  50M| 125 |   - | 300 |1335 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
24.59/24.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.59/24.63	c  22.2s|150000 |123534 |     0 |   0.0 |  54M| 125 |   - | 300 |1304 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
26.19/26.30	c  23.7s|160000 |131753 |     0 |   0.0 |  57M| 125 |   - | 300 |1329 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
27.99/28.01	c  25.3s|170000 |139899 |     0 |   0.0 |  61M| 125 |   - | 300 |1437 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
29.69/29.76	c  26.9s|180000 |147989 |     0 |   0.0 |  64M| 125 |   - | 300 |1323 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
31.48/31.51	c  28.4s|190000 |156021 |     0 |   0.0 |  68M| 125 |   - | 300 |1539 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
33.29/33.32	c  30.1s|200000 |164042 |     0 |   0.0 |  71M| 125 |   - | 300 |1630 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
35.19/35.21	c  31.8s|210000 |171951 |     0 |   0.0 |  75M| 125 |   - | 300 |1755 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
37.18/37.21	c  33.7s|220000 |179762 |     0 |   0.0 |  79M| 125 |   - | 300 |1760 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
39.07/39.19	c  35.5s|230000 |187605 |     0 |   0.0 |  82M| 125 |   - | 300 |1799 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
41.17/41.23	c  37.3s|240000 |195359 |     0 |   0.0 |  86M| 125 |   - | 300 |1963 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
43.28/43.30	c  39.2s|250000 |203098 |     0 |   0.0 |  89M| 125 |   - | 300 |1820 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
45.37/45.42	c  41.2s|260000 |210722 |     0 |   0.0 |  93M| 125 |   - | 300 |2133 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
47.57/47.69	c  43.3s|270000 |218278 |     0 |   0.0 |  96M| 125 |   - | 300 |2300 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
49.87/49.97	c  45.4s|280000 |225783 |     0 |   0.0 | 100M| 125 |   - | 300 |2221 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
52.27/52.38	c  47.6s|290000 |233196 |     0 |   0.0 | 104M| 125 |   - | 300 |2207 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
54.77/54.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.77/54.86	c  49.9s|300000 |240577 |     0 |   0.0 | 107M| 125 |   - | 300 |2685 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
57.37/57.46	c  52.3s|310000 |247804 |     0 |   0.0 | 111M| 125 |   - | 300 |2680 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
59.87/59.98	c  54.6s|320000 |255153 |     0 |   0.0 | 115M| 125 |   - | 300 |2603 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
62.48/62.60	c  57.1s|330000 |262440 |     0 |   0.0 | 118M| 125 |   - | 300 |2441 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
65.37/65.48	c  59.8s|340000 |269342 |     0 |   0.0 | 122M| 125 |   - | 300 |2700 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
68.18/68.26	c  62.4s|350000 |276353 |     0 |   0.0 | 126M| 125 |   - | 300 |3083 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
70.97/71.02	c  65.0s|360000 |283476 |     0 |   0.0 | 130M| 125 |   - | 300 |2980 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
73.77/73.84	c  67.6s|370000 |290520 |     0 |   0.0 | 133M| 125 |   - | 300 |2499 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
76.88/76.95	c  70.5s|380000 |297240 |     0 |   0.0 | 137M| 125 |   - | 300 |2692 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
79.96/80.02	c  73.4s|390000 |303914 |     0 |   0.0 | 141M| 125 |   - | 300 |2988 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
82.96/83.08	c  76.2s|400000 |310591 |     0 |   0.0 | 145M| 125 |   - | 300 |3276 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
86.16/86.26	c  79.2s|410000 |317222 |     0 |   0.0 | 149M| 125 |   - | 300 |3399 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
89.36/89.41	c  82.2s|420000 |323992 |     0 |   0.0 | 153M| 125 |   - | 300 |3166 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
92.66/92.73	c  85.3s|430000 |330574 |     0 |   0.0 | 156M| 125 |   - | 300 |3083 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
96.16/96.26	c  88.7s|440000 |337034 |     0 |   0.0 | 160M| 125 |   - | 300 |3405 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
99.76/99.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
99.76/99.82	c  92.0s|450000 |343458 |     0 |   0.0 | 164M| 125 |   - | 300 |3616 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
103.36/103.45	c  95.5s|460000 |349675 |     0 |   0.0 | 168M| 125 |   - | 300 |3836 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
107.06/107.16	c  99.0s|470000 |355924 |     0 |   0.0 | 171M| 125 |   - | 300 |4070 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
111.06/111.16	c   103s|480000 |361998 |     0 |   0.0 | 175M| 125 |   - | 300 |4223 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
115.16/115.27	c   107s|490000 |367977 |     0 |   0.0 | 179M| 125 |   - | 300 |4225 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
119.56/119.66	c   111s|500000 |373846 |     0 |   0.0 | 183M| 125 |   - | 300 |4468 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
124.26/124.33	c   115s|510000 |379513 |     0 |   0.0 | 186M| 125 |   - | 300 |4580 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
129.16/129.29	c   120s|520000 |385024 |     0 |   0.0 | 190M| 125 |   - | 300 |4977 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
134.75/134.80	c   125s|530000 |390178 |     0 |   0.0 | 194M| 125 |   - | 300 |4989 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
140.25/140.34	c   131s|540000 |395233 |     0 |   0.0 | 198M| 125 |   - | 300 |4955 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
146.25/146.33	c   136s|550000 |399848 |     0 |   0.0 | 201M| 125 |   - | 300 |5320 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
152.85/152.98	c   143s|560000 |404086 |     0 |   0.0 | 205M| 125 |   - | 300 |5228 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
160.44/160.60	c   150s|570000 |407407 |     0 |   0.0 | 209M| 125 |   - | 300 |5930 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
168.93/169.02	c   158s|580000 |409808 |     0 |   0.0 | 212M| 125 |   - | 300 |4842 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
172.23/172.39	c   162s|590000 |417050 |     0 |   0.0 | 215M| 125 |   - | 300 |1606 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
174.33/174.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.33/174.49	c   164s|600000 |425288 |     0 |   0.0 | 218M| 125 |   - | 300 |1608 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
176.53/176.63	c   166s|610000 |433450 |     0 |   0.0 | 222M| 125 |   - | 300 |1647 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
178.63/178.72	c   168s|620000 |441647 |     0 |   0.0 | 226M| 125 |   - | 300 |1600 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
180.73/180.81	c   169s|630000 |449773 |     0 |   0.0 | 229M| 125 |   - | 300 |1769 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
182.83/182.90	c   171s|640000 |457949 |     0 |   0.0 | 233M| 125 |   - | 300 |1845 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
185.03/185.10	c   173s|650000 |466115 |     0 |   0.0 | 237M| 125 |   - | 300 |1801 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
187.23/187.34	c   176s|660000 |474125 |     0 |   0.0 | 240M| 125 |   - | 300 |1749 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
189.33/189.45	c   177s|670000 |482230 |     0 |   0.0 | 244M| 125 |   - | 300 |1831 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
191.43/191.58	c   179s|680000 |490318 |     0 |   0.0 | 247M| 125 |   - | 300 |1692 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
193.63/193.70	c   181s|690000 |498439 |     0 |   0.0 | 251M| 125 |   - | 300 |1711 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
195.83/195.91	c   183s|700000 |506367 |     0 |   0.0 | 255M| 125 |   - | 300 |2018 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
197.93/198.08	c   185s|710000 |514507 |     0 |   0.0 | 258M| 125 |   - | 300 |1564 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
200.22/200.30	c   187s|720000 |522471 |     0 |   0.0 | 262M| 125 |   - | 300 |1784 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
202.33/202.49	c   190s|730000 |530491 |     0 |   0.0 | 266M| 125 |   - | 300 |1981 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
204.62/204.72	c   192s|740000 |538520 |     0 |   0.0 | 269M| 125 |   - | 300 |1614 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
206.82/206.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.82/206.98	c   194s|750000 |546444 |     0 |   0.0 | 273M| 125 |   - | 300 |1819 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
209.32/209.43	c   196s|760000 |554252 |     0 |   0.0 | 276M| 125 |   - | 300 |2028 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
211.62/211.75	c   198s|770000 |562240 |     0 |   0.0 | 280M| 125 |   - | 300 |1729 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
213.82/213.96	c   200s|780000 |570212 |     0 |   0.0 | 284M| 125 |   - | 300 |1815 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
216.32/216.42	c   202s|790000 |577885 |     0 |   0.0 | 287M| 125 |   - | 300 |2391 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
218.72/218.85	c   205s|800000 |585775 |     0 |   0.0 | 291M| 125 |   - | 300 |1800 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
220.92/221.03	c   207s|810000 |593753 |     0 |   0.0 | 294M| 125 |   - | 300 |1721 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
223.23/223.37	c   209s|820000 |601666 |     0 |   0.0 | 298M| 125 |   - | 300 |1839 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 |      --      |    Inf 
225.82/225.93	c   211s|830000 |609285 |     0 |   0.0 | 302M| 125 |   - | 300 |2366 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
228.22/228.31	c   213s|840000 |617207 |     0 |   0.0 | 305M| 125 |   - | 300 |1806 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
230.62/230.70	c   216s|850000 |625051 |     0 |   0.0 | 309M| 125 |   - | 300 |1652 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
232.92/233.09	c   218s|860000 |632906 |     0 |   0.0 | 312M| 125 |   - | 300 |1752 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 |      --      |    Inf 
235.42/235.52	c   220s|870000 |640554 |     0 |   0.0 | 316M| 125 |   - | 300 |2288 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
238.01/238.19	c   223s|880000 |648257 |     0 |   0.0 | 320M| 125 |   - | 300 |1970 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
240.51/240.61	c   225s|890000 |656043 |     0 |   0.0 | 323M| 125 |   - | 300 |1837 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 |      --      |    Inf 
242.81/242.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.81/242.93	c   227s|900000 |663837 |     0 |   0.0 | 327M| 125 |   - | 300 |1728 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 |      --      |    Inf 
245.22/245.35	c   229s|910000 |671554 |     0 |   0.0 | 331M| 125 |   - | 300 |1769 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
247.71/247.87	c   232s|920000 |679174 |     0 |   0.0 | 334M| 125 |   - | 300 |2425 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
250.31/250.49	c   234s|930000 |686836 |     0 |   0.0 | 338M| 125 |   - | 300 |1979 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 |      --      |    Inf 
252.81/252.92	c   236s|940000 |694579 |     0 |   0.0 | 342M| 125 |   - | 300 |1826 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 |      --      |    Inf 
255.21/255.39	c   239s|950000 |702272 |     0 |   0.0 | 345M| 125 |   - | 300 |1806 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 |      --      |    Inf 
257.71/257.89	c   241s|960000 |709942 |     0 |   0.0 | 349M| 125 |   - | 300 |1806 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 |      --      |    Inf 
260.11/260.27	c   243s|970000 |717699 |     0 |   0.0 | 352M| 125 |   - | 300 |1736 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 |      --      |    Inf 
262.71/262.88	c   246s|980000 |725247 |     0 |   0.0 | 356M| 125 |   - | 300 |2193 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
265.20/265.36	c   248s|990000 |732966 |     0 |   0.0 | 360M| 125 |   - | 300 |1891 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 |      --      |    Inf 
267.81/267.92	c   250s|  1000k|740610 |     0 |   0.0 | 363M| 125 |   - | 300 |1944 |   0 |   0 |   0 | 590k|   0 | 0.000000e+00 |      --      |    Inf 
270.41/270.51	c   253s|  1010k|748223 |     0 |   0.0 | 367M| 125 |   - | 300 |1963 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 |      --      |    Inf 
272.90/273.01	c   255s|  1020k|755882 |     0 |   0.0 | 370M| 125 |   - | 300 |1742 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 |      --      |    Inf 
275.30/275.44	c   257s|  1030k|763498 |     0 |   0.0 | 374M| 125 |   - | 300 |2098 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 |      --      |    Inf 
278.00/278.19	c   260s|  1040k|771031 |     0 |   0.0 | 378M| 125 |   - | 300 |2208 |   0 |   0 |   0 | 613k|   0 | 0.000000e+00 |      --      |    Inf 
280.70/280.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.70/280.87	c   263s|  1050k|778616 |     0 |   0.0 | 381M| 125 |   - | 300 |1990 |   0 |   0 |   0 | 619k|   0 | 0.000000e+00 |      --      |    Inf 
283.40/283.56	c   265s|  1060k|786100 |     0 |   0.0 | 385M| 125 |   - | 300 |1938 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 |      --      |    Inf 
286.09/286.26	c   268s|  1070k|793644 |     0 |   0.0 | 388M| 125 |   - | 300 |1958 |   0 |   0 |   0 | 631k|   0 | 0.000000e+00 |      --      |    Inf 
288.69/288.86	c   270s|  1080k|801211 |     0 |   0.0 | 392M| 125 |   - | 300 |1882 |   0 |   0 |   0 | 637k|   0 | 0.000000e+00 |      --      |    Inf 
291.10/291.29	c   272s|  1090k|808861 |     0 |   0.0 | 396M| 125 |   - | 300 |1853 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 |      --      |    Inf 
293.90/294.06	c   275s|  1100k|816292 |     0 |   0.0 | 400M| 125 |   - | 300 |2418 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 |      --      |    Inf 
296.70/296.83	c   277s|  1110k|823781 |     0 |   0.0 | 403M| 125 |   - | 300 |2187 |   0 |   0 |   0 | 655k|   0 | 0.000000e+00 |      --      |    Inf 
299.60/299.73	c   280s|  1120k|831187 |     0 |   0.0 | 407M| 125 |   - | 300 |2162 |   0 |   0 |   0 | 661k|   0 | 0.000000e+00 |      --      |    Inf 
302.30/302.49	c   283s|  1130k|838674 |     0 |   0.0 | 410M| 125 |   - | 300 |1931 |   0 |   0 |   0 | 667k|   0 | 0.000000e+00 |      --      |    Inf 
305.00/305.11	c   285s|  1140k|846193 |     0 |   0.0 | 414M| 125 |   - | 300 |1975 |   0 |   0 |   0 | 673k|   0 | 0.000000e+00 |      --      |    Inf 
307.59/307.71	c   288s|  1150k|853736 |     0 |   0.0 | 417M| 125 |   - | 300 |1747 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 |      --      |    Inf 
310.20/310.37	c   290s|  1160k|861273 |     0 |   0.0 | 421M| 125 |   - | 300 |1985 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 |      --      |    Inf 
312.89/313.01	c   293s|  1170k|868750 |     0 |   0.0 | 425M| 125 |   - | 300 |2247 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 |      --      |    Inf 
315.79/315.97	c   295s|  1180k|876124 |     0 |   0.0 | 428M| 125 |   - | 300 |2362 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 |      --      |    Inf 
318.89/319.06	c   298s|  1190k|883415 |     0 |   0.0 | 432M| 125 |   - | 300 |2469 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 |      --      |    Inf 
321.79/321.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
321.79/321.96	c   301s|  1200k|890751 |     0 |   0.0 | 435M| 125 |   - | 300 |2236 |   0 |   0 |   0 | 709k|   0 | 0.000000e+00 |      --      |    Inf 
324.58/324.77	c   304s|  1210k|898200 |     0 |   0.0 | 439M| 125 |   - | 300 |1980 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 |      --      |    Inf 
327.28/327.45	c   306s|  1220k|905736 |     0 |   0.0 | 442M| 125 |   - | 300 |1863 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 |      --      |    Inf 
329.98/330.10	c   309s|  1230k|913247 |     0 |   0.0 | 446M| 125 |   - | 300 |1734 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 |      --      |    Inf 
332.68/332.82	c   311s|  1240k|920703 |     0 |   0.0 | 449M| 125 |   - | 300 |1735 |   0 |   0 |   0 | 733k|   0 | 0.000000e+00 |      --      |    Inf 
335.39/335.53	c   314s|  1250k|928122 |     0 |   0.0 | 453M| 125 |   - | 300 |2406 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 |      --      |    Inf 
338.48/338.64	c   317s|  1260k|935424 |     0 |   0.0 | 457M| 125 |   - | 300 |2648 |   0 |   0 |   0 | 745k|   0 | 0.000000e+00 |      --      |    Inf 
341.58/341.72	c   320s|  1270k|942664 |     0 |   0.0 | 460M| 125 |   - | 300 |2339 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 |      --      |    Inf 
344.58/344.74	c   322s|  1280k|949925 |     0 |   0.0 | 464M| 125 |   - | 300 |2214 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 |      --      |    Inf 
347.38/347.57	c   325s|  1290k|957301 |     0 |   0.0 | 467M| 125 |   - | 300 |1974 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 |      --      |    Inf 
350.18/350.30	c   328s|  1300k|964722 |     0 |   0.0 | 471M| 125 |   - | 300 |1833 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 |      --      |    Inf 
352.88/353.10	c   330s|  1310k|972093 |     0 |   0.0 | 474M| 125 |   - | 300 |1975 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 |      --      |    Inf 
355.58/355.74	c   333s|  1320k|979524 |     0 |   0.0 | 478M| 125 |   - | 300 |1830 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
358.28/358.42	c   335s|  1330k|986899 |     0 |   0.0 | 481M| 125 |   - | 300 |1928 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 |      --      |    Inf 
361.37/361.58	c   338s|  1340k|993951 |     0 |   0.0 | 485M| 125 |   - | 300 |2779 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 |      --      |    Inf 
364.88/365.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.88/365.00	c   341s|  1350k|  1000k|     0 |   0.0 | 489M| 125 |   - | 300 |2534 |   0 |   0 |   0 | 802k|   0 | 0.000000e+00 |      --      |    Inf 
368.17/368.30	c   345s|  1360k|  1008k|     0 |   0.0 | 492M| 125 |   - | 300 |2393 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 |      --      |    Inf 
371.07/371.20	c   347s|  1370k|  1015k|     0 |   0.0 | 496M| 125 |   - | 300 |2240 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 |      --      |    Inf 
373.97/374.18	c   350s|  1380k|  1022k|     0 |   0.0 | 499M| 125 |   - | 300 |2151 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
376.97/377.12	c   353s|  1390k|  1030k|     0 |   0.0 | 503M| 125 |   - | 300 |2136 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 |      --      |    Inf 
379.67/379.85	c   355s|  1400k|  1037k|     0 |   0.0 | 506M| 125 |   - | 300 |2074 |   0 |   0 |   0 | 834k|   0 | 0.000000e+00 |      --      |    Inf 
382.67/382.82	c   358s|  1410k|  1044k|     0 |   0.0 | 510M| 125 |   - | 300 |1980 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 |      --      |    Inf 
385.47/385.67	c   361s|  1420k|  1051k|     0 |   0.0 | 513M| 125 |   - | 300 |2019 |   0 |   0 |   0 | 847k|   0 | 0.000000e+00 |      --      |    Inf 
388.87/389.07	c   364s|  1430k|  1058k|     0 |   0.0 | 517M| 125 |   - | 300 |3024 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 |      --      |    Inf 
392.26/392.46	c   367s|  1440k|  1065k|     0 |   0.0 | 521M| 125 |   - | 300 |2723 |   0 |   0 |   0 | 862k|   0 | 0.000000e+00 |      --      |    Inf 
395.67/395.84	c   371s|  1450k|  1072k|     0 |   0.0 | 524M| 125 |   - | 300 |2531 |   0 |   0 |   0 | 868k|   0 | 0.000000e+00 |      --      |    Inf 
398.76/398.90	c   373s|  1460k|  1079k|     0 |   0.0 | 528M| 125 |   - | 300 |2190 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 |      --      |    Inf 
401.66/401.84	c   376s|  1470k|  1087k|     0 |   0.0 | 531M| 125 |   - | 300 |2224 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 |      --      |    Inf 
404.67/404.86	c   379s|  1480k|  1094k|     0 |   0.0 | 535M| 125 |   - | 300 |1953 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 |      --      |    Inf 
407.66/407.85	c   382s|  1490k|  1101k|     0 |   0.0 | 538M| 125 |   - | 300 |2069 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 |      --      |    Inf 
410.76/410.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.76/410.90	c   385s|  1500k|  1108k|     0 |   0.0 | 542M| 125 |   - | 300 |2039 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 |      --      |    Inf 
413.76/413.96	c   388s|  1510k|  1115k|     0 |   0.0 | 545M| 125 |   - | 300 |2017 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 |      --      |    Inf 
417.16/417.30	c   391s|  1520k|  1122k|     0 |   0.0 | 549M| 125 |   - | 300 |3005 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 |      --      |    Inf 
420.76/420.93	c   394s|  1530k|  1129k|     0 |   0.0 | 553M| 125 |   - | 300 |3273 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
424.25/424.42	c   397s|  1540k|  1136k|     0 |   0.0 | 556M| 125 |   - | 300 |2921 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 |      --      |    Inf 
427.56/427.79	c   401s|  1550k|  1143k|     0 |   0.0 | 560M| 125 |   - | 300 |2721 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 |      --      |    Inf 
430.86/431.08	c   404s|  1560k|  1150k|     0 |   0.0 | 563M| 125 |   - | 300 |2806 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 |      --      |    Inf 
434.26/434.49	c   407s|  1570k|  1157k|     0 |   0.0 | 567M| 125 |   - | 300 |2529 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 |      --      |    Inf 
437.56/437.78	c   410s|  1580k|  1165k|     0 |   0.0 | 570M| 125 |   - | 300 |2497 |   0 |   0 |   0 | 954k|   0 | 0.000000e+00 |      --      |    Inf 
440.86/441.02	c   413s|  1590k|  1172k|     0 |   0.0 | 574M| 125 |   - | 300 |2450 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 |      --      |    Inf 
444.05/444.26	c   416s|  1600k|  1179k|     0 |   0.0 | 577M| 125 |   - | 300 |2516 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 |      --      |    Inf 
447.35/447.59	c   419s|  1610k|  1186k|     0 |   0.0 | 581M| 125 |   - | 300 |2555 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 |      --      |    Inf 
450.95/451.10	c   423s|  1620k|  1193k|     0 |   0.0 | 585M| 125 |   - | 300 |3549 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 |      --      |    Inf 
454.95/455.12	c   427s|  1630k|  1199k|     0 |   0.0 | 589M| 125 |   - | 300 |3802 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 |      --      |    Inf 
458.64/458.86	c   430s|  1640k|  1206k|     0 |   0.0 | 592M| 125 |   - | 300 |3000 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 |      --      |    Inf 
462.14/462.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
462.14/462.35	c   433s|  1650k|  1213k|     0 |   0.0 | 595M| 125 |   - | 300 |2794 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 |      --      |    Inf 
465.44/465.64	c   437s|  1660k|  1220k|     0 |   0.0 | 599M| 125 |   - | 300 |2603 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 |      --      |    Inf 
468.95/469.15	c   440s|  1670k|  1227k|     0 |   0.0 | 602M| 125 |   - | 300 |2528 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 |      --      |    Inf 
472.35/472.58	c   443s|  1680k|  1234k|     0 |   0.0 | 606M| 125 |   - | 300 |2291 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 |      --      |    Inf 
475.64/475.86	c   446s|  1690k|  1241k|     0 |   0.0 | 610M| 125 |   - | 300 |2618 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 |      --      |    Inf 
479.14/479.35	c   450s|  1700k|  1248k|     0 |   0.0 | 613M| 125 |   - | 300 |2567 |   0 |   0 |   0 |1035k|   0 | 0.000000e+00 |      --      |    Inf 
482.34/482.52	c   453s|  1710k|  1255k|     0 |   0.0 | 617M| 125 |   - | 300 |2352 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 |      --      |    Inf 
485.74/485.99	c   456s|  1720k|  1262k|     0 |   0.0 | 621M| 125 |   - | 300 |3511 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 |      --      |    Inf 
490.24/490.41	c   460s|  1730k|  1269k|     0 |   0.0 | 624M| 125 |   - | 300 |3961 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 |      --      |    Inf 
494.04/494.26	c   464s|  1740k|  1276k|     0 |   0.0 | 628M| 125 |   - | 300 |3147 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 |      --      |    Inf 
497.54/497.79	c   467s|  1750k|  1282k|     0 |   0.0 | 631M| 125 |   - | 300 |3054 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 |      --      |    Inf 
501.45/501.65	c   471s|  1760k|  1289k|     0 |   0.0 | 635M| 125 |   - | 300 |2970 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 |      --      |    Inf 
505.03/505.27	c   474s|  1770k|  1296k|     0 |   0.0 | 638M| 125 |   - | 300 |2825 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 |      --      |    Inf 
508.54/508.75	c   478s|  1780k|  1303k|     0 |   0.0 | 642M| 125 |   - | 300 |2722 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 |      --      |    Inf 
511.93/512.15	c   481s|  1790k|  1310k|     0 |   0.0 | 645M| 125 |   - | 300 |2650 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 |      --      |    Inf 
515.33/515.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.33/515.58	c   484s|  1800k|  1317k|     0 |   0.0 | 649M| 125 |   - | 300 |2732 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 |      --      |    Inf 
518.83/519.09	c   487s|  1810k|  1324k|     0 |   0.0 | 653M| 125 |   - | 300 |2800 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 |      --      |    Inf 
522.42/522.68	c   491s|  1820k|  1331k|     0 |   0.0 | 656M| 125 |   - | 300 |2904 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 |      --      |    Inf 
526.83/527.04	c   495s|  1830k|  1337k|     0 |   0.0 | 660M| 125 |   - | 300 |4161 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 |      --      |    Inf 
531.04/531.30	c   499s|  1840k|  1344k|     0 |   0.0 | 664M| 125 |   - | 300 |3583 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 |      --      |    Inf 
535.03/535.27	c   503s|  1850k|  1350k|     0 |   0.0 | 667M| 125 |   - | 300 |3243 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 |      --      |    Inf 
539.03/539.26	c   507s|  1860k|  1357k|     0 |   0.0 | 671M| 125 |   - | 300 |2855 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 |      --      |    Inf 
542.72/542.94	c   510s|  1870k|  1364k|     0 |   0.0 | 674M| 125 |   - | 300 |2714 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 |      --      |    Inf 
546.43/546.66	c   514s|  1880k|  1370k|     0 |   0.0 | 678M| 125 |   - | 300 |2907 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 |      --      |    Inf 
550.42/550.69	c   517s|  1890k|  1377k|     0 |   0.0 | 682M| 125 |   - | 300 |2789 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 |      --      |    Inf 
554.02/554.25	c   521s|  1900k|  1384k|     0 |   0.0 | 685M| 125 |   - | 300 |2599 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 |      --      |    Inf 
557.92/558.18	c   525s|  1910k|  1391k|     0 |   0.0 | 688M| 125 |   - | 300 |2431 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 |      --      |    Inf 
561.71/561.92	c   528s|  1920k|  1397k|     0 |   0.0 | 692M| 125 |   - | 300 |2743 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 |      --      |    Inf 
565.52/565.70	c   532s|  1930k|  1404k|     0 |   0.0 | 696M| 125 |   - | 300 |3718 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 |      --      |    Inf 
569.91/570.13	c   536s|  1940k|  1410k|     0 |   0.0 | 700M| 125 |   - | 300 |4065 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 |      --      |    Inf 
574.31/574.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.31/574.51	c   540s|  1950k|  1417k|     0 |   0.0 | 703M| 125 |   - | 300 |3221 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 |      --      |    Inf 
578.42/578.66	c   544s|  1960k|  1423k|     0 |   0.0 | 707M| 125 |   - | 300 |2932 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 |      --      |    Inf 
582.41/582.68	c   548s|  1970k|  1430k|     0 |   0.0 | 710M| 125 |   - | 300 |2729 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 |      --      |    Inf 
586.31/586.59	c   552s|  1980k|  1437k|     0 |   0.0 | 714M| 125 |   - | 300 |2972 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 |      --      |    Inf 
590.21/590.45	c   555s|  1990k|  1443k|     0 |   0.0 | 717M| 125 |   - | 300 |2894 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 |      --      |    Inf 
594.20/594.43	c   559s|  2000k|  1450k|     0 |   0.0 | 721M| 125 |   - | 300 |2903 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 |      --      |    Inf 
598.00/598.22	c   563s|  2010k|  1456k|     0 |   0.0 | 724M| 125 |   - | 300 |2681 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 |      --      |    Inf 
601.51/601.74	c   566s|  2020k|  1463k|     0 |   0.0 | 728M| 125 |   - | 300 |2687 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 |      --      |    Inf 
605.11/605.30	c   569s|  2030k|  1470k|     0 |   0.0 | 731M| 125 |   - | 300 |2637 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 |      --      |    Inf 
609.60/609.83	c   574s|  2040k|  1476k|     0 |   0.0 | 736M| 125 |   - | 300 |4690 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 |      --      |    Inf 
614.61/614.82	c   579s|  2050k|  1482k|     0 |   0.0 | 739M| 125 |   - | 300 |3895 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 |      --      |    Inf 
619.11/619.39	c   583s|  2060k|  1489k|     0 |   0.0 | 743M| 125 |   - | 300 |3239 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 |      --      |    Inf 
623.51/623.70	c   587s|  2070k|  1495k|     0 |   0.0 | 746M| 125 |   - | 300 |3200 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 |      --      |    Inf 
627.70/627.92	c   591s|  2080k|  1502k|     0 |   0.0 | 750M| 125 |   - | 300 |3098 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 |      --      |    Inf 
631.89/632.14	c   595s|  2090k|  1508k|     0 |   0.0 | 753M| 125 |   - | 300 |3075 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 |      --      |    Inf 
635.90/636.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.90/636.18	c   599s|  2100k|  1515k|     0 |   0.0 | 757M| 125 |   - | 300 |2760 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 |      --      |    Inf 
640.00/640.24	c   603s|  2110k|  1521k|     0 |   0.0 | 760M| 125 |   - | 300 |2772 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 |      --      |    Inf 
643.79/644.06	c   606s|  2120k|  1528k|     0 |   0.0 | 764M| 125 |   - | 300 |2742 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 |      --      |    Inf 
647.60/647.81	c   610s|  2130k|  1534k|     0 |   0.0 | 767M| 125 |   - | 300 |2833 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 |      --      |    Inf 
651.69/651.91	c   614s|  2140k|  1541k|     0 |   0.0 | 771M| 125 |   - | 300 |3725 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 |      --      |    Inf 
656.59/656.87	c   619s|  2150k|  1547k|     0 |   0.0 | 775M| 125 |   - | 300 |4645 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 |      --      |    Inf 
661.79/662.06	c   624s|  2160k|  1553k|     0 |   0.0 | 778M| 125 |   - | 300 |3591 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 |      --      |    Inf 
666.49/666.75	c   628s|  2170k|  1559k|     0 |   0.0 | 782M| 125 |   - | 300 |3677 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 |      --      |    Inf 
671.19/671.46	c   633s|  2180k|  1565k|     0 |   0.0 | 786M| 125 |   - | 300 |3354 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 |      --      |    Inf 
675.69/675.94	c   637s|  2190k|  1572k|     0 |   0.0 | 789M| 125 |   - | 300 |2923 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 |      --      |    Inf 
680.08/680.34	c   641s|  2200k|  1578k|     0 |   0.0 | 793M| 125 |   - | 300 |2903 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 |      --      |    Inf 
684.39/684.64	c   645s|  2210k|  1584k|     0 |   0.0 | 796M| 125 |   - | 300 |2863 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 |      --      |    Inf 
688.78/689.06	c   649s|  2220k|  1591k|     0 |   0.0 | 800M| 125 |   - | 300 |2795 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 |      --      |    Inf 
692.88/693.18	c   653s|  2230k|  1597k|     0 |   0.0 | 803M| 125 |   - | 300 |2561 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 |      --      |    Inf 
696.68/696.99	c   657s|  2240k|  1604k|     0 |   0.0 | 807M| 125 |   - | 300 |2660 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 |      --      |    Inf 
701.48/701.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
701.48/701.71	c   662s|  2250k|  1610k|     0 |   0.0 | 811M| 125 |   - | 300 |4759 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 |      --      |    Inf 
707.38/707.61	c   667s|  2260k|  1616k|     0 |   0.0 | 814M| 125 |   - | 300 |4588 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 |      --      |    Inf 
712.68/712.99	c   672s|  2270k|  1621k|     0 |   0.0 | 818M| 125 |   - | 300 |3794 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 |      --      |    Inf 
717.87/718.14	c   677s|  2280k|  1628k|     0 |   0.0 | 821M| 125 |   - | 300 |3537 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 |      --      |    Inf 
722.48/722.73	c   682s|  2290k|  1634k|     0 |   0.0 | 825M| 125 |   - | 300 |3176 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 |      --      |    Inf 
726.87/727.15	c   686s|  2300k|  1640k|     0 |   0.0 | 828M| 125 |   - | 300 |3023 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 |      --      |    Inf 
731.07/731.34	c   690s|  2310k|  1646k|     0 |   0.0 | 832M| 125 |   - | 300 |3104 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 |      --      |    Inf 
735.27/735.52	c   694s|  2320k|  1653k|     0 |   0.0 | 836M| 125 |   - | 300 |2993 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 |      --      |    Inf 
739.66/739.99	c   698s|  2330k|  1659k|     0 |   0.0 | 839M| 125 |   - | 300 |2858 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 |      --      |    Inf 
744.06/744.33	c   702s|  2340k|  1666k|     0 |   0.0 | 843M| 125 |   - | 300 |3036 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 |      --      |    Inf 
748.47/748.78	c   707s|  2350k|  1672k|     0 |   0.0 | 847M| 125 |   - | 300 |3404 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 |      --      |    Inf 
754.46/754.72	c   712s|  2360k|  1677k|     0 |   0.0 | 851M| 125 |   - | 300 |5081 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 |      --      |    Inf 
760.26/760.50	c   718s|  2370k|  1683k|     0 |   0.0 | 854M| 125 |   - | 300 |4506 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 |      --      |    Inf 
765.56/765.84	c   723s|  2380k|  1689k|     0 |   0.0 | 857M| 125 |   - | 300 |4027 |   0 |   0 |   0 |1552k|   0 | 0.000000e+00 |      --      |    Inf 
770.35/770.69	c   728s|  2390k|  1695k|     0 |   0.0 | 861M| 125 |   - | 300 |3199 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 |      --      |    Inf 
774.95/775.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
774.95/775.22	c   732s|  2400k|  1701k|     0 |   0.0 | 864M| 125 |   - | 300 |2946 |   0 |   0 |   0 |1568k|   0 | 0.000000e+00 |      --      |    Inf 
779.35/779.67	c   736s|  2410k|  1707k|     0 |   0.0 | 868M| 125 |   - | 300 |2917 |   0 |   0 |   0 |1577k|   0 | 0.000000e+00 |      --      |    Inf 
783.86/784.18	c   741s|  2420k|  1713k|     0 |   0.0 | 872M| 125 |   - | 300 |2853 |   0 |   0 |   0 |1585k|   0 | 0.000000e+00 |      --      |    Inf 
788.36/788.60	c   745s|  2430k|  1720k|     0 |   0.0 | 875M| 125 |   - | 300 |2969 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 |      --      |    Inf 
792.35/792.65	c   749s|  2440k|  1726k|     0 |   0.0 | 879M| 125 |   - | 300 |2924 |   0 |   0 |   0 |1600k|   0 | 0.000000e+00 |      --      |    Inf 
796.65/796.95	c   753s|  2450k|  1733k|     0 |   0.0 | 882M| 125 |   - | 300 |2635 |   0 |   0 |   0 |1607k|   0 | 0.000000e+00 |      --      |    Inf 
801.65/801.99	c   758s|  2460k|  1738k|     0 |   0.0 | 886M| 125 |   - | 300 |4369 |   0 |   0 |   0 |1617k|   0 | 0.000000e+00 |      --      |    Inf 
807.94/808.22	c   764s|  2470k|  1744k|     0 |   0.0 | 890M| 125 |   - | 300 |4784 |   0 |   0 |   0 |1627k|   0 | 0.000000e+00 |      --      |    Inf 
814.14/814.45	c   770s|  2480k|  1749k|     0 |   0.0 | 894M| 125 |   - | 300 |4552 |   0 |   0 |   0 |1636k|   0 | 0.000000e+00 |      --      |    Inf 
819.25/819.56	c   775s|  2490k|  1755k|     0 |   0.0 | 897M| 125 |   - | 300 |3466 |   0 |   0 |   0 |1644k|   0 | 0.000000e+00 |      --      |    Inf 
824.34/824.61	c   780s|  2500k|  1761k|     0 |   0.0 | 900M| 125 |   - | 300 |3181 |   0 |   0 |   0 |1652k|   0 | 0.000000e+00 |      --      |    Inf 
829.24/829.57	c   784s|  2510k|  1767k|     0 |   0.0 | 904M| 125 |   - | 300 |3195 |   0 |   0 |   0 |1661k|   0 | 0.000000e+00 |      --      |    Inf 
834.04/834.39	c   789s|  2520k|  1773k|     0 |   0.0 | 908M| 125 |   - | 300 |3342 |   0 |   0 |   0 |1669k|   0 | 0.000000e+00 |      --      |    Inf 
838.53/838.88	c   793s|  2530k|  1780k|     0 |   0.0 | 912M| 125 |   - | 300 |3329 |   0 |   0 |   0 |1677k|   0 | 0.000000e+00 |      --      |    Inf 
843.34/843.65	c   798s|  2540k|  1786k|     0 |   0.0 | 915M| 125 |   - | 300 |3109 |   0 |   0 |   0 |1685k|   0 | 0.000000e+00 |      --      |    Inf 
847.64/847.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
847.64/847.91	c   802s|  2550k|  1792k|     0 |   0.0 | 919M| 125 |   - | 300 |3363 |   0 |   0 |   0 |1693k|   0 | 0.000000e+00 |      --      |    Inf 
852.03/852.40	c   806s|  2560k|  1799k|     0 |   0.0 | 922M| 125 |   - | 300 |3072 |   0 |   0 |   0 |1701k|   0 | 0.000000e+00 |      --      |    Inf 
856.93/857.22	c   811s|  2570k|  1804k|     0 |   0.0 | 926M| 125 |   - | 300 |3934 |   0 |   0 |   0 |1710k|   0 | 0.000000e+00 |      --      |    Inf 
863.43/863.73	c   817s|  2580k|  1810k|     0 |   0.0 | 930M| 125 |   - | 300 |5273 |   0 |   0 |   0 |1720k|   0 | 0.000000e+00 |      --      |    Inf 
870.23/870.55	c   824s|  2590k|  1815k|     0 |   0.0 | 934M| 125 |   - | 300 |4027 |   0 |   0 |   0 |1729k|   0 | 0.000000e+00 |      --      |    Inf 
875.43/875.74	c   829s|  2600k|  1821k|     0 |   0.0 | 937M| 125 |   - | 300 |3686 |   0 |   0 |   0 |1738k|   0 | 0.000000e+00 |      --      |    Inf 
880.63/880.99	c   834s|  2610k|  1827k|     0 |   0.0 | 941M| 125 |   - | 300 |3460 |   0 |   0 |   0 |1747k|   0 | 0.000000e+00 |      --      |    Inf 
885.92/886.27	c   839s|  2620k|  1833k|     0 |   0.0 | 944M| 125 |   - | 300 |3364 |   0 |   0 |   0 |1756k|   0 | 0.000000e+00 |      --      |    Inf 
891.13/891.40	c   844s|  2630k|  1839k|     0 |   0.0 | 948M| 125 |   - | 300 |3346 |   0 |   0 |   0 |1764k|   0 | 0.000000e+00 |      --      |    Inf 
896.12/896.40	c   849s|  2640k|  1845k|     0 |   0.0 | 952M| 125 |   - | 300 |3404 |   0 |   0 |   0 |1773k|   0 | 0.000000e+00 |      --      |    Inf 
900.93/901.24	c   853s|  2650k|  1851k|     0 |   0.0 | 955M| 125 |   - | 300 |3385 |   0 |   0 |   0 |1781k|   0 | 0.000000e+00 |      --      |    Inf 
905.82/906.17	c   858s|  2660k|  1857k|     0 |   0.0 | 959M| 125 |   - | 300 |3487 |   0 |   0 |   0 |1790k|   0 | 0.000000e+00 |      --      |    Inf 
910.62/910.95	c   863s|  2670k|  1863k|     0 |   0.0 | 962M| 125 |   - | 300 |3285 |   0 |   0 |   0 |1798k|   0 | 0.000000e+00 |      --      |    Inf 
915.81/916.19	c   868s|  2680k|  1869k|     0 |   0.0 | 966M| 125 |   - | 300 |4403 |   0 |   0 |   0 |1807k|   0 | 0.000000e+00 |      --      |    Inf 
922.82/923.16	c   874s|  2690k|  1873k|     0 |   0.0 | 970M| 125 |   - | 300 |5739 |   0 |   0 |   0 |1818k|   0 | 0.000000e+00 |      --      |    Inf 
929.41/929.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
929.41/929.78	c   881s|  2700k|  1879k|     0 |   0.0 | 973M| 125 |   - | 300 |3784 |   0 |   0 |   0 |1827k|   0 | 0.000000e+00 |      --      |    Inf 
935.11/935.47	c   886s|  2710k|  1884k|     0 |   0.0 | 977M| 125 |   - | 300 |3216 |   0 |   0 |   0 |1836k|   0 | 0.000000e+00 |      --      |    Inf 
940.61/940.96	c   892s|  2720k|  1890k|     0 |   0.0 | 981M| 125 |   - | 300 |3584 |   0 |   0 |   0 |1845k|   0 | 0.000000e+00 |      --      |    Inf 
946.21/946.57	c   897s|  2730k|  1896k|     0 |   0.0 | 984M| 125 |   - | 300 |3876 |   0 |   0 |   0 |1854k|   0 | 0.000000e+00 |      --      |    Inf 
951.41/951.75	c   902s|  2740k|  1902k|     0 |   0.0 | 988M| 125 |   - | 300 |3414 |   0 |   0 |   0 |1862k|   0 | 0.000000e+00 |      --      |    Inf 
956.51/956.84	c   907s|  2750k|  1908k|     0 |   0.0 | 991M| 125 |   - | 300 |3281 |   0 |   0 |   0 |1871k|   0 | 0.000000e+00 |      --      |    Inf 
961.60/961.92	c   912s|  2760k|  1914k|     0 |   0.0 | 995M| 125 |   - | 300 |3110 |   0 |   0 |   0 |1880k|   0 | 0.000000e+00 |      --      |    Inf 
966.70/967.02	c   917s|  2770k|  1920k|     0 |   0.0 | 999M| 125 |   - | 300 |3088 |   0 |   0 |   0 |1888k|   0 | 0.000000e+00 |      --      |    Inf 
971.50/971.84	c   921s|  2780k|  1926k|     0 |   0.0 |1002M| 125 |   - | 300 |2909 |   0 |   0 |   0 |1897k|   0 | 0.000000e+00 |      --      |    Inf 
977.80/978.15	c   927s|  2790k|  1931k|     0 |   0.0 |1007M| 125 |   - | 300 |5805 |   0 |   0 |   0 |1908k|   0 | 0.000000e+00 |      --      |    Inf 
984.69/985.06	c   934s|  2800k|  1936k|     0 |   0.0 |1010M| 125 |   - | 300 |4535 |   0 |   0 |   0 |1918k|   0 | 0.000000e+00 |      --      |    Inf 
990.90/991.24	c   940s|  2810k|  1941k|     0 |   0.0 |1013M| 125 |   - | 300 |3533 |   0 |   0 |   0 |1927k|   0 | 0.000000e+00 |      --      |    Inf 
996.79/997.11	c   946s|  2820k|  1947k|     0 |   0.0 |1017M| 125 |   - | 300 |3923 |   0 |   0 |   0 |1937k|   0 | 0.000000e+00 |      --      |    Inf 
1002.49/1002.85	c   951s|  2830k|  1952k|     0 |   0.0 |1021M| 125 |   - | 300 |3704 |   0 |   0 |   0 |1946k|   0 | 0.000000e+00 |      --      |    Inf 
1007.89/1008.26	c   956s|  2840k|  1958k|     0 |   0.0 |1024M| 125 |   - | 300 |3539 |   0 |   0 |   0 |1955k|   0 | 0.000000e+00 |      --      |    Inf 
1013.39/1013.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1013.39/1013.72	c   962s|  2850k|  1964k|     0 |   0.0 |1028M| 125 |   - | 300 |3452 |   0 |   0 |   0 |1964k|   0 | 0.000000e+00 |      --      |    Inf 
1018.59/1018.94	c   967s|  2860k|  1970k|     0 |   0.0 |1032M| 125 |   - | 300 |3515 |   0 |   0 |   0 |1973k|   0 | 0.000000e+00 |      --      |    Inf 
1023.58/1023.99	c   971s|  2870k|  1976k|     0 |   0.0 |1035M| 125 |   - | 300 |3292 |   0 |   0 |   0 |1981k|   0 | 0.000000e+00 |      --      |    Inf 
1028.49/1028.80	c   976s|  2880k|  1981k|     0 |   0.0 |1039M| 125 |   - | 300 |3071 |   0 |   0 |   0 |1990k|   0 | 0.000000e+00 |      --      |    Inf 
1034.48/1034.89	c   982s|  2890k|  1986k|     0 |   0.0 |1043M| 125 |   - | 300 |5769 |   0 |   0 |   0 |2001k|   0 | 0.000000e+00 |      --      |    Inf 
1042.27/1042.62	c   989s|  2900k|  1991k|     0 |   0.0 |1047M| 125 |   - | 300 |5129 |   0 |   0 |   0 |2011k|   0 | 0.000000e+00 |      --      |    Inf 
1048.87/1049.23	c   996s|  2910k|  1996k|     0 |   0.0 |1050M| 125 |   - | 300 |4097 |   0 |   0 |   0 |2021k|   0 | 0.000000e+00 |      --      |    Inf 
1054.98/1055.37	c  1002s|  2920k|  2002k|     0 |   0.0 |1054M| 125 |   - | 300 |3952 |   0 |   0 |   0 |2031k|   0 | 0.000000e+00 |      --      |    Inf 
1060.87/1061.22	c  1007s|  2930k|  2007k|     0 |   0.0 |1058M| 125 |   - | 300 |3897 |   0 |   0 |   0 |2040k|   0 | 0.000000e+00 |      --      |    Inf 
1066.77/1067.13	c  1013s|  2940k|  2013k|     0 |   0.0 |1061M| 125 |   - | 300 |3445 |   0 |   0 |   0 |2049k|   0 | 0.000000e+00 |      --      |    Inf 
1072.18/1072.60	c  1018s|  2950k|  2018k|     0 |   0.0 |1065M| 125 |   - | 300 |3655 |   0 |   0 |   0 |2059k|   0 | 0.000000e+00 |      --      |    Inf 
1077.87/1078.29	c  1024s|  2960k|  2024k|     0 |   0.0 |1069M| 125 |   - | 300 |3688 |   0 |   0 |   0 |2068k|   0 | 0.000000e+00 |      --      |    Inf 
1083.37/1083.79	c  1029s|  2970k|  2030k|     0 |   0.0 |1072M| 125 |   - | 300 |3281 |   0 |   0 |   0 |2077k|   0 | 0.000000e+00 |      --      |    Inf 
1088.37/1088.71	c  1034s|  2980k|  2036k|     0 |   0.0 |1076M| 125 |   - | 300 |3586 |   0 |   0 |   0 |2085k|   0 | 0.000000e+00 |      --      |    Inf 
1096.16/1096.52	c  1041s|  2990k|  2040k|     0 |   0.0 |1080M| 125 |   - | 300 |5949 |   0 |   0 |   0 |2097k|   0 | 0.000000e+00 |      --      |    Inf 
1104.06/1104.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1104.06/1104.48	c  1049s|  3000k|  2045k|     0 |   0.0 |1083M| 125 |   - | 300 |3746 |   0 |   0 |   0 |2107k|   0 | 0.000000e+00 |      --      |    Inf 
1110.86/1111.21	c  1056s|  3010k|  2050k|     0 |   0.0 |1087M| 125 |   - | 300 |4190 |   0 |   0 |   0 |2118k|   0 | 0.000000e+00 |      --      |    Inf 
1117.35/1117.74	c  1062s|  3020k|  2055k|     0 |   0.0 |1090M| 125 |   - | 300 |4237 |   0 |   0 |   0 |2128k|   0 | 0.000000e+00 |      --      |    Inf 
1123.45/1123.81	c  1068s|  3030k|  2061k|     0 |   0.0 |1094M| 125 |   - | 300 |3847 |   0 |   0 |   0 |2138k|   0 | 0.000000e+00 |      --      |    Inf 
1129.45/1129.81	c  1074s|  3040k|  2066k|     0 |   0.0 |1098M| 125 |   - | 300 |3689 |   0 |   0 |   0 |2147k|   0 | 0.000000e+00 |      --      |    Inf 
1134.95/1135.34	c  1079s|  3050k|  2072k|     0 |   0.0 |1101M| 125 |   - | 300 |3478 |   0 |   0 |   0 |2156k|   0 | 0.000000e+00 |      --      |    Inf 
1140.45/1140.84	c  1084s|  3060k|  2077k|     0 |   0.0 |1105M| 125 |   - | 300 |3694 |   0 |   0 |   0 |2166k|   0 | 0.000000e+00 |      --      |    Inf 
1146.24/1146.65	c  1090s|  3070k|  2083k|     0 |   0.0 |1109M| 125 |   - | 300 |3853 |   0 |   0 |   0 |2175k|   0 | 0.000000e+00 |      --      |    Inf 
1153.24/1153.64	c  1097s|  3080k|  2088k|     0 |   0.0 |1113M| 125 |   - | 300 |5360 |   0 |   0 |   0 |2185k|   0 | 0.000000e+00 |      --      |    Inf 
1161.54/1161.93	c  1105s|  3090k|  2093k|     0 |   0.0 |1116M| 125 |   - | 300 |4819 |   0 |   0 |   0 |2196k|   0 | 0.000000e+00 |      --      |    Inf 
1168.64/1169.00	c  1112s|  3100k|  2097k|     0 |   0.0 |1120M| 125 |   - | 300 |4278 |   0 |   0 |   0 |2207k|   0 | 0.000000e+00 |      --      |    Inf 
1175.23/1175.69	c  1118s|  3110k|  2103k|     0 |   0.0 |1124M| 125 |   - | 300 |4068 |   0 |   0 |   0 |2217k|   0 | 0.000000e+00 |      --      |    Inf 
1181.63/1182.02	c  1124s|  3120k|  2108k|     0 |   0.0 |1127M| 125 |   - | 300 |4046 |   0 |   0 |   0 |2227k|   0 | 0.000000e+00 |      --      |    Inf 
1187.64/1188.09	c  1130s|  3130k|  2113k|     0 |   0.0 |1131M| 125 |   - | 300 |4208 |   0 |   0 |   0 |2237k|   0 | 0.000000e+00 |      --      |    Inf 
1193.83/1194.28	c  1136s|  3140k|  2119k|     0 |   0.0 |1135M| 125 |   - | 300 |3935 |   0 |   0 |   0 |2247k|   0 | 0.000000e+00 |      --      |    Inf 
1199.93/1200.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.93/1200.38	c  1142s|  3150k|  2124k|     0 |   0.0 |1139M| 125 |   - | 300 |3743 |   0 |   0 |   0 |2256k|   0 | 0.000000e+00 |      --      |    Inf 
1206.23/1206.66	c  1148s|  3160k|  2130k|     0 |   0.0 |1142M| 125 |   - | 300 |4217 |   0 |   0 |   0 |2266k|   0 | 0.000000e+00 |      --      |    Inf 
1213.02/1213.43	c  1155s|  3170k|  2135k|     0 |   0.0 |1146M| 125 |   - | 300 |5448 |   0 |   0 |   0 |2276k|   0 | 0.000000e+00 |      --      |    Inf 
1221.73/1222.17	c  1163s|  3180k|  2139k|     0 |   0.0 |1149M| 125 |   - | 300 |4322 |   0 |   0 |   0 |2288k|   0 | 0.000000e+00 |      --      |    Inf 
1229.02/1229.48	c  1170s|  3190k|  2144k|     0 |   0.0 |1153M| 125 |   - | 300 |4717 |   0 |   0 |   0 |2299k|   0 | 0.000000e+00 |      --      |    Inf 
1235.62/1236.04	c  1177s|  3200k|  2149k|     0 |   0.0 |1157M| 125 |   - | 300 |4203 |   0 |   0 |   0 |2309k|   0 | 0.000000e+00 |      --      |    Inf 
1242.02/1242.40	c  1183s|  3210k|  2154k|     0 |   0.0 |1160M| 125 |   - | 300 |4024 |   0 |   0 |   0 |2319k|   0 | 0.000000e+00 |      --      |    Inf 
1248.82/1249.22	c  1189s|  3220k|  2159k|     0 |   0.0 |1164M| 125 |   - | 300 |4272 |   0 |   0 |   0 |2329k|   0 | 0.000000e+00 |      --      |    Inf 
1255.61/1256.04	c  1196s|  3230k|  2165k|     0 |   0.0 |1168M| 125 |   - | 300 |3776 |   0 |   0 |   0 |2339k|   0 | 0.000000e+00 |      --      |    Inf 
1261.81/1262.24	c  1202s|  3240k|  2170k|     0 |   0.0 |1172M| 125 |   - | 300 |3701 |   0 |   0 |   0 |2349k|   0 | 0.000000e+00 |      --      |    Inf 
1267.91/1268.34	c  1208s|  3250k|  2175k|     0 |   0.0 |1176M| 125 |   - | 300 |4263 |   0 |   0 |   0 |2358k|   0 | 0.000000e+00 |      --      |    Inf 
1275.62/1276.08	c  1215s|  3260k|  2180k|     0 |   0.0 |1180M| 125 |   - | 300 |6203 |   0 |   0 |   0 |2370k|   0 | 0.000000e+00 |      --      |    Inf 
1283.70/1284.15	c  1223s|  3270k|  2184k|     0 |   0.0 |1183M| 125 |   - | 300 |4726 |   0 |   0 |   0 |2382k|   0 | 0.000000e+00 |      --      |    Inf 
1291.30/1291.79	c  1231s|  3280k|  2189k|     0 |   0.0 |1186M| 125 |   - | 300 |4751 |   0 |   0 |   0 |2393k|   0 | 0.000000e+00 |      --      |    Inf 
1298.40/1298.83	c  1237s|  3290k|  2194k|     0 |   0.0 |1190M| 125 |   - | 300 |4173 |   0 |   0 |   0 |2403k|   0 | 0.000000e+00 |      --      |    Inf 
1305.59/1306.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1305.59/1306.06	c  1244s|  3300k|  2199k|     0 |   0.0 |1194M| 125 |   - | 300 |4096 |   0 |   0 |   0 |2413k|   0 | 0.000000e+00 |      --      |    Inf 
1311.80/1312.23	c  1250s|  3310k|  2204k|     0 |   0.0 |1198M| 125 |   - | 300 |4372 |   0 |   0 |   0 |2423k|   0 | 0.000000e+00 |      --      |    Inf 
1318.69/1319.14	c  1257s|  3320k|  2210k|     0 |   0.0 |1201M| 125 |   - | 300 |3943 |   0 |   0 |   0 |2433k|   0 | 0.000000e+00 |      --      |    Inf 
1325.39/1325.89	c  1264s|  3330k|  2215k|     0 |   0.0 |1205M| 125 |   - | 300 |4121 |   0 |   0 |   0 |2443k|   0 | 0.000000e+00 |      --      |    Inf 
1333.18/1333.66	c  1271s|  3340k|  2219k|     0 |   0.0 |1209M| 125 |   - | 300 |5706 |   0 |   0 |   0 |2454k|   0 | 0.000000e+00 |      --      |    Inf 
1342.69/1343.16	c  1280s|  3350k|  2223k|     0 |   0.0 |1212M| 125 |   - | 300 |5464 |   0 |   0 |   0 |2467k|   0 | 0.000000e+00 |      --      |    Inf 
1350.88/1351.31	c  1288s|  3360k|  2228k|     0 |   0.0 |1216M| 125 |   - | 300 |4974 |   0 |   0 |   0 |2478k|   0 | 0.000000e+00 |      --      |    Inf 
1357.98/1358.47	c  1295s|  3370k|  2233k|     0 |   0.0 |1220M| 125 |   - | 300 |4598 |   0 |   0 |   0 |2489k|   0 | 0.000000e+00 |      --      |    Inf 
1365.17/1365.69	c  1302s|  3380k|  2238k|     0 |   0.0 |1223M| 125 |   - | 300 |4094 |   0 |   0 |   0 |2499k|   0 | 0.000000e+00 |      --      |    Inf 
1372.18/1372.66	c  1309s|  3390k|  2243k|     0 |   0.0 |1227M| 125 |   - | 300 |4571 |   0 |   0 |   0 |2510k|   0 | 0.000000e+00 |      --      |    Inf 
1379.37/1379.83	c  1316s|  3400k|  2248k|     0 |   0.0 |1231M| 125 |   - | 300 |4371 |   0 |   0 |   0 |2520k|   0 | 0.000000e+00 |      --      |    Inf 
1385.87/1386.38	c  1322s|  3410k|  2253k|     0 |   0.0 |1234M| 125 |   - | 300 |4133 |   0 |   0 |   0 |2530k|   0 | 0.000000e+00 |      --      |    Inf 
1394.17/1394.68	c  1330s|  3420k|  2257k|     0 |   0.0 |1238M| 125 |   - | 300 |5317 |   0 |   0 |   0 |2542k|   0 | 0.000000e+00 |      --      |    Inf 
1403.56/1404.05	c  1340s|  3430k|  2261k|     0 |   0.0 |1241M| 125 |   - | 300 |4987 |   0 |   0 |   0 |2554k|   0 | 0.000000e+00 |      --      |    Inf 
1411.15/1411.60	c  1347s|  3440k|  2266k|     0 |   0.0 |1245M| 125 |   - | 300 |4354 |   0 |   0 |   0 |2565k|   0 | 0.000000e+00 |      --      |    Inf 
1418.66/1419.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.66/1419.18	c  1354s|  3450k|  2271k|     0 |   0.0 |1249M| 125 |   - | 300 |4398 |   0 |   0 |   0 |2576k|   0 | 0.000000e+00 |      --      |    Inf 
1425.56/1426.06	c  1361s|  3460k|  2276k|     0 |   0.0 |1253M| 125 |   - | 300 |4696 |   0 |   0 |   0 |2586k|   0 | 0.000000e+00 |      --      |    Inf 
1432.46/1432.96	c  1368s|  3470k|  2281k|     0 |   0.0 |1256M| 125 |   - | 300 |4505 |   0 |   0 |   0 |2596k|   0 | 0.000000e+00 |      --      |    Inf 
1439.36/1439.84	c  1374s|  3480k|  2286k|     0 |   0.0 |1260M| 125 |   - | 300 |4324 |   0 |   0 |   0 |2606k|   0 | 0.000000e+00 |      --      |    Inf 
1446.75/1447.27	c  1381s|  3490k|  2291k|     0 |   0.0 |1264M| 125 |   - | 300 |5104 |   0 |   0 |   0 |2617k|   0 | 0.000000e+00 |      --      |    Inf 
1456.64/1457.12	c  1391s|  3500k|  2294k|     0 |   0.0 |1267M| 125 |   - | 300 |5505 |   0 |   0 |   0 |2631k|   0 | 0.000000e+00 |      --      |    Inf 
1465.04/1465.59	c  1399s|  3510k|  2299k|     0 |   0.0 |1271M| 125 |   - | 300 |4684 |   0 |   0 |   0 |2642k|   0 | 0.000000e+00 |      --      |    Inf 
1472.94/1473.49	c  1407s|  3520k|  2303k|     0 |   0.0 |1275M| 125 |   - | 300 |4641 |   0 |   0 |   0 |2653k|   0 | 0.000000e+00 |      --      |    Inf 
1480.94/1481.41	c  1415s|  3530k|  2308k|     0 |   0.0 |1278M| 125 |   - | 300 |4786 |   0 |   0 |   0 |2664k|   0 | 0.000000e+00 |      --      |    Inf 
1488.54/1489.04	c  1422s|  3540k|  2313k|     0 |   0.0 |1282M| 125 |   - | 300 |4420 |   0 |   0 |   0 |2674k|   0 | 0.000000e+00 |      --      |    Inf 
1495.13/1495.68	c  1429s|  3550k|  2318k|     0 |   0.0 |1286M| 125 |   - | 300 |4732 |   0 |   0 |   0 |2684k|   0 | 0.000000e+00 |      --      |    Inf 
1502.53/1503.03	c  1436s|  3560k|  2323k|     0 |   0.0 |1290M| 125 |   - | 300 |5256 |   0 |   0 |   0 |2696k|   0 | 0.000000e+00 |      --      |    Inf 
1512.43/1512.93	c  1445s|  3570k|  2326k|     0 |   0.0 |1293M| 125 |   - | 300 |5526 |   0 |   0 |   0 |2709k|   0 | 0.000000e+00 |      --      |    Inf 
1520.52/1521.08	c  1453s|  3580k|  2331k|     0 |   0.0 |1297M| 125 |   - | 300 |5381 |   0 |   0 |   0 |2720k|   0 | 0.000000e+00 |      --      |    Inf 
1528.72/1529.29	c  1461s|  3590k|  2335k|     0 |   0.0 |1300M| 125 |   - | 300 |5263 |   0 |   0 |   0 |2732k|   0 | 0.000000e+00 |      --      |    Inf 
1536.62/1537.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1536.62/1537.16	c  1469s|  3600k|  2340k|     0 |   0.0 |1304M| 125 |   - | 300 |4852 |   0 |   0 |   0 |2743k|   0 | 0.000000e+00 |      --      |    Inf 
1544.02/1544.59	c  1476s|  3610k|  2345k|     0 |   0.0 |1308M| 125 |   - | 300 |4713 |   0 |   0 |   0 |2753k|   0 | 0.000000e+00 |      --      |    Inf 
1551.32/1551.86	c  1483s|  3620k|  2350k|     0 |   0.0 |1312M| 125 |   - | 300 |4653 |   0 |   0 |   0 |2764k|   0 | 0.000000e+00 |      --      |    Inf 
1560.61/1561.15	c  1492s|  3630k|  2354k|     0 |   0.0 |1315M| 125 |   - | 300 |5653 |   0 |   0 |   0 |2777k|   0 | 0.000000e+00 |      --      |    Inf 
1569.90/1570.43	c  1501s|  3640k|  2357k|     0 |   0.0 |1318M| 125 |   - | 300 |5351 |   0 |   0 |   0 |2789k|   0 | 0.000000e+00 |      --      |    Inf 
1578.01/1578.51	c  1509s|  3650k|  2362k|     0 |   0.0 |1322M| 125 |   - | 300 |5225 |   0 |   0 |   0 |2800k|   0 | 0.000000e+00 |      --      |    Inf 
1586.21/1586.77	c  1517s|  3660k|  2366k|     0 |   0.0 |1326M| 125 |   - | 300 |4887 |   0 |   0 |   0 |2811k|   0 | 0.000000e+00 |      --      |    Inf 
1594.41/1594.92	c  1525s|  3670k|  2371k|     0 |   0.0 |1330M| 125 |   - | 300 |5065 |   0 |   0 |   0 |2823k|   0 | 0.000000e+00 |      --      |    Inf 
1602.00/1602.58	c  1533s|  3680k|  2376k|     0 |   0.0 |1334M| 125 |   - | 300 |4905 |   0 |   0 |   0 |2834k|   0 | 0.000000e+00 |      --      |    Inf 
1611.70/1612.22	c  1542s|  3690k|  2379k|     0 |   0.0 |1337M| 125 |   - | 300 |6057 |   0 |   0 |   0 |2847k|   0 | 0.000000e+00 |      --      |    Inf 
1622.00/1622.55	c  1552s|  3700k|  2383k|     0 |   0.0 |1340M| 125 |   - | 300 |5827 |   0 |   0 |   0 |2860k|   0 | 0.000000e+00 |      --      |    Inf 
1630.79/1631.33	c  1561s|  3710k|  2387k|     0 |   0.0 |1344M| 125 |   - | 300 |5462 |   0 |   0 |   0 |2872k|   0 | 0.000000e+00 |      --      |    Inf 
1639.19/1639.72	c  1569s|  3720k|  2392k|     0 |   0.0 |1347M| 125 |   - | 300 |4986 |   0 |   0 |   0 |2883k|   0 | 0.000000e+00 |      --      |    Inf 
1647.68/1648.27	c  1577s|  3730k|  2396k|     0 |   0.0 |1351M| 125 |   - | 300 |4973 |   0 |   0 |   0 |2895k|   0 | 0.000000e+00 |      --      |    Inf 
1655.68/1656.23	c  1585s|  3740k|  2401k|     0 |   0.0 |1355M| 125 |   - | 300 |5159 |   0 |   0 |   0 |2906k|   0 | 0.000000e+00 |      --      |    Inf 
1666.38/1666.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.38/1666.94	c  1595s|  3750k|  2404k|     0 |   0.0 |1358M| 125 |   - | 300 |6308 |   0 |   0 |   0 |2920k|   0 | 0.000000e+00 |      --      |    Inf 
1667.28/1667.84	c (node 3750771) switching to memory saving mode (mem: 1296.0M/1620.0M)
1676.98/1677.59	c  1606s|  3760k|  2401k|     0 |   0.0 |1356M| 125 |   - | 300 |5461 |   0 |   0 |   0 |2930k|   0 | 0.000000e+00 |      --      |    Inf 
1688.07/1688.62	c  1616s|  3770k|  2399k|     0 |   0.0 |1354M| 125 |   - | 300 |7186 |   0 |   0 |   0 |2942k|   0 | 0.000000e+00 |      --      |    Inf 
1701.66/1702.29	c  1630s|  3780k|  2396k|     0 |   0.0 |1353M| 125 |   - | 300 |8211 |   0 |   0 |   0 |2957k|   0 | 0.000000e+00 |      --      |    Inf 
1715.36/1715.92	c  1643s|  3790k|  2394k|     0 |   0.0 |1351M| 125 |   - | 300 |8182 |   0 |   0 |   0 |2970k|   0 | 0.000000e+00 |      --      |    Inf 
1729.96/1730.51	c  1657s|  3800k|  2391k|     0 |   0.0 |1349M| 125 |   - | 300 |8373 |   0 |   0 |   0 |2984k|   0 | 0.000000e+00 |      --      |    Inf 
1744.85/1745.42	c  1672s|  3810k|  2388k|     0 |   0.0 |1347M| 125 |   - | 300 |8563 |   0 |   0 |   0 |2999k|   0 | 0.000000e+00 |      --      |    Inf 
1757.16/1757.72	c  1684s|  3820k|  2387k|     0 |   0.0 |1346M| 125 |   - | 300 |7647 |   0 |   0 |   0 |3012k|   0 | 0.000000e+00 |      --      |    Inf 
1773.44/1774.09	c  1700s|  3830k|  2384k|     0 |   0.0 |1344M| 125 |   - | 300 |8881 |   0 |   0 |   0 |3029k|   0 | 0.000000e+00 |      --      |    Inf 
1785.84/1786.40	c  1712s|  3840k|  2382k|     0 |   0.0 |1343M| 125 |   - | 300 |7506 |   0 |   0 |   0 |3042k|   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.61	c 
1800.04/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.61	c Solving Time (sec) : 1725.76
1800.04/1800.61	c Solving Nodes      : 3849164
1800.04/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.61	c Gap                : infinite
1800.04/1800.61	s UNKNOWN
1800.04/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.61	c Solving Time       :    1725.76
1800.04/1800.61	c Original Problem   :
1800.04/1800.61	c   Problem name     : HOME/instance-2664529-1276328572.opb
1800.04/1800.61	c   Variables        : 300 (300 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.61	c   Constraints      : 50 initial, 50 maximal
1800.04/1800.61	c Presolved Problem  :
1800.04/1800.61	c   Problem name     : t_HOME/instance-2664529-1276328572.opb
1800.04/1800.61	c   Variables        : 300 (300 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.61	c   Constraints      : 50 initial, 8932 maximal
1800.04/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.61	c   setppc           :         20          0    8665956          0    3342561     394188   24829731          0          0          0
1800.04/1800.61	c   logicor          :         30+         0    5970801          0    3342557     509888    6401028          0          0          0
1800.04/1800.61	c   countsols        :          0          0          0          0    3342553          0          0          0          0          0
1800.04/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.61	c   setppc           :     120.44       0.00      93.09       0.00      27.35
1800.04/1800.61	c   logicor          :     573.42       0.00     548.60       0.00      24.82
1800.04/1800.61	c   countsols        :       1.33       0.00       0.00       0.00       1.33
1800.04/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.61	c   vbounds          :       4.15          1          0          0
1800.04/1800.61	c   rootredcost      :       4.70          0          0          0
1800.04/1800.61	c   pseudoobj        :       3.81          0          0          0
1800.04/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.61	c   propagation      :      65.62     904076     904030    5776145       26.8       4168       27.5          -
1800.04/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.61	c   applied globally :          -          -          -    3014481       20.4          -          -          -
1800.04/1800.61	c   applied locally  :          -          -          -      42783       35.4          -          -          -
1800.04/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.61	c Pricers            :       Time      Calls       Vars
1800.04/1800.61	c   problem variables:       0.00          0          0
1800.04/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   inference        :     126.57    3342553          0          0          0          0    6685106
1800.04/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.61	c   LP solutions     :       0.00          -          0
1800.04/1800.61	c   pseudo solutions :       0.00          -          0
1800.04/1800.61	c   trivial          :       0.00          1          0
1800.04/1800.61	c   simplerounding   :       0.00          0          0
1800.04/1800.61	c   zirounding       :       0.00          0          0
1800.04/1800.61	c   rounding         :       0.00          0          0
1800.04/1800.61	c   shifting         :       0.00          0          0
1800.04/1800.61	c   intshifting      :       0.00          0          0
1800.04/1800.61	c   oneopt           :       0.00          0          0
1800.04/1800.61	c   twoopt           :       0.00          0          0
1800.04/1800.61	c   fixandinfer      :       0.00          0          0
1800.04/1800.61	c   feaspump         :       0.00          0          0
1800.04/1800.61	c   coefdiving       :       0.00          0          0
1800.04/1800.61	c   pscostdiving     :       0.00          0          0
1800.04/1800.61	c   fracdiving       :       0.00          0          0
1800.04/1800.61	c   veclendiving     :       0.00          0          0
1800.04/1800.61	c   intdiving        :       0.00          0          0
1800.04/1800.61	c   actconsdiving    :       0.00          0          0
1800.04/1800.61	c   objpscostdiving  :       0.00          0          0
1800.04/1800.61	c   rootsoldiving    :       0.00          0          0
1800.04/1800.61	c   linesearchdiving :       0.00          0          0
1800.04/1800.61	c   guideddiving     :       0.00          0          0
1800.04/1800.61	c   octane           :       0.00          0          0
1800.04/1800.61	c   rens             :       0.00          0          0
1800.04/1800.61	c   rins             :       0.00          0          0
1800.04/1800.61	c   localbranching   :       0.00          0          0
1800.04/1800.61	c   mutation         :       0.00          0          0
1800.04/1800.61	c   crossover        :       0.00          0          0
1800.04/1800.61	c   dins             :       0.00          0          0
1800.04/1800.61	c   undercover       :       0.00          0          0
1800.04/1800.61	c   nlp              :       0.00          0          0
1800.04/1800.61	c   trysol           :       0.00          0          0
1800.04/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.61	c B&B Tree           :
1800.04/1800.61	c   number of runs   :          1
1800.04/1800.61	c   nodes            :    3849164
1800.04/1800.61	c   nodes (total)    :    3849164
1800.04/1800.61	c   nodes left       :    2380018
1800.04/1800.61	c   max depth        :        125
1800.04/1800.61	c   max depth (total):        125
1800.04/1800.61	c   backtracks       :     442574 (11.5%)
1800.04/1800.61	c   delayed cutoffs  :     455925
1800.04/1800.61	c   repropagations   :     887659 (10181129 domain reductions, 397465 cutoffs)
1800.04/1800.61	c   avg switch length:       9.53
1800.04/1800.61	c   switching time   :     668.91
1800.04/1800.61	c Solution           :
1800.04/1800.61	c   Solutions found  :          0 (0 improvements)
1800.04/1800.61	c   Primal Bound     :          -
1800.04/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.61	c   Gap              :   infinite
1800.04/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.61	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-2664529-1276328572/watcher-2664529-1276328572 -o /tmp/evaluation-result-2664529-1276328572/solver-2664529-1276328572 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664529-1276328572.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: 0.97 1.01 1.00 3/106 10328
/proc/meminfo: memFree=1868056/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=6584 CPUtime=0
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 8443594 6742016 911 1992294400 4194304 7136930 140736403494656 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10328/statm: 1646 921 254 719 0 925 0

[startup+0.0986109 s]
/proc/loadavg: 0.97 1.01 1.00 3/106 10328
/proc/meminfo: memFree=1868056/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=12044 CPUtime=0.09
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 3981 0 0 0 8 1 0 0 20 0 1 0 8443594 12333056 2265 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 3011 2265 379 719 0 2290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12044

[startup+0.101612 s]
/proc/loadavg: 0.97 1.01 1.00 3/106 10328
/proc/meminfo: memFree=1868056/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=12044 CPUtime=0.09
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 3981 0 0 0 8 1 0 0 20 0 1 0 8443594 12333056 2265 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 3011 2265 379 719 0 2290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12044

[startup+0.301633 s]
/proc/loadavg: 0.97 1.01 1.00 3/106 10328
/proc/meminfo: memFree=1868056/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=13064 CPUtime=0.29
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 4251 0 0 0 26 3 0 0 20 0 1 0 8443594 13377536 2535 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 3266 2535 379 719 0 2545 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13064

[startup+0.701671 s]
/proc/loadavg: 0.97 1.01 1.00 3/106 10328
/proc/meminfo: memFree=1868056/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=14848 CPUtime=0.69
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 4696 0 0 0 61 8 0 0 20 0 1 0 8443594 15204352 2980 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 3712 2980 379 719 0 2991 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14848

[startup+1.50175 s]
/proc/loadavg: 0.97 1.01 1.00 2/107 10329
/proc/meminfo: memFree=1856392/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=17412 CPUtime=1.49
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 5375 0 0 0 132 17 0 0 23 0 1 0 8443594 17829888 3659 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 4353 3659 379 719 0 3632 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17412

[startup+3.10203 s]
/proc/loadavg: 0.97 1.01 1.00 2/107 10329
/proc/meminfo: memFree=1852672/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=22188 CPUtime=3.09
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 6613 0 0 0 273 36 0 0 25 0 1 0 8443594 22720512 4897 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 5547 4897 379 719 0 4826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22188

[startup+6.30123 s]
/proc/loadavg: 0.97 1.01 1.00 2/107 10329
/proc/meminfo: memFree=1842876/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=30668 CPUtime=6.29
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 8778 0 0 0 561 68 0 0 25 0 1 0 8443594 31404032 7062 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 7667 7062 379 719 0 6946 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30668

[startup+12.7009 s]
/proc/loadavg: 0.97 1.01 1.00 2/107 10329
/proc/meminfo: memFree=1828616/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=43680 CPUtime=12.69
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 12147 0 0 0 1143 126 0 0 25 0 1 0 8443594 44728320 10431 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 10920 10431 379 719 0 10199 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43680

[startup+25.5012 s]
/proc/loadavg: 0.98 1.01 1.00 2/107 10331
/proc/meminfo: memFree=1797864/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=75216 CPUtime=25.48
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 19757 0 0 0 2301 247 0 0 25 0 1 0 8443594 77021184 18041 1992294400 4194304 7136930 140736403494656 18446744073709551615 4676171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 18804 18041 379 719 0 18083 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75216

[startup+51.1007 s]
/proc/loadavg: 0.98 1.01 1.00 2/107 10331
/proc/meminfo: memFree=1747396/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=128552 CPUtime=51.07
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 32468 0 0 0 4641 466 0 0 25 0 1 0 8443594 131637248 30752 1992294400 4194304 7136930 140736403494656 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 32138 30752 379 719 0 31417 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128552

[startup+102.309 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10333
/proc/meminfo: memFree=1672252/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=200148 CPUtime=102.27
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 50779 0 0 0 9439 788 0 0 25 0 1 0 8443594 204951552 49063 1992294400 4194304 7136930 140736403494656 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 50037 49063 379 719 0 49316 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 200148

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10333
/proc/meminfo: memFree=1624512/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=247484 CPUtime=162.24
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 62843 0 0 0 15195 1029 0 0 25 0 1 0 8443594 253423616 61127 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 61871 61127 379 719 0 61150 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 247484

[startup+222.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 10335
/proc/meminfo: memFree=1534488/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=342260 CPUtime=222.22
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 85246 0 0 0 20788 1434 0 0 25 0 1 0 8443594 350474240 83530 1992294400 4194304 7136930 140736403494656 18446744073709551615 4677228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 85565 83530 379 719 0 84844 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 342260

[startup+282.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 10337
/proc/meminfo: memFree=1440496/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=434320 CPUtime=282.19
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 108964 0 0 0 26388 1831 0 0 25 0 1 0 8443594 444743680 107248 1992294400 4194304 7136930 140736403494656 18446744073709551615 4999921 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 108580 107248 379 719 0 107859 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 434320

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10339
/proc/meminfo: memFree=1358408/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=511860 CPUtime=342.18
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 128996 0 0 0 32014 2204 0 0 25 0 1 0 8443594 524144640 127280 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 127965 127280 379 719 0 127244 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 511860

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10341
/proc/meminfo: memFree=1284256/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=601880 CPUtime=402.16
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 147938 0 0 0 37658 2558 0 0 25 0 1 0 8443594 616325120 146222 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 150470 146222 379 719 0 149749 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 601880

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10341
/proc/meminfo: memFree=1222008/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=660180 CPUtime=462.14
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 163022 0 0 0 43342 2872 0 0 25 0 1 0 8443594 676024320 161306 1992294400 4194304 7136930 140736403494656 18446744073709551615 6123179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 165045 161306 379 719 0 164324 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 660180

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10343
/proc/meminfo: memFree=1162736/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=719204 CPUtime=522.13
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 178250 0 0 0 49039 3174 0 0 25 0 1 0 8443594 736464896 176534 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 179801 176534 379 719 0 179080 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 719204

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10345
/proc/meminfo: memFree=1100116/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=778104 CPUtime=582.12
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 193335 0 0 0 54759 3453 0 0 25 0 1 0 8443594 796778496 191619 1992294400 4194304 7136930 140736403494656 18446744073709551615 6123181 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 194526 191619 379 719 0 193805 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 778104

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10347
/proc/meminfo: memFree=1046300/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=830060 CPUtime=642.1
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 206721 0 0 0 60481 3729 0 0 25 0 1 0 8443594 849981440 205005 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 207515 205005 379 719 0 206794 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 830060

[startup+702.301 s]

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

/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 281628 0 0 0 100844 5354 0 0 25 0 1 0 8443594 1149120512 279912 1992294400 4194304 7136930 140736403494656 18446744073709551615 6123179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 280547 279912 379 719 0 279826 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1122188

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10368
/proc/meminfo: memFree=711748/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1187100 CPUtime=1121.95
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 289824 0 0 0 106648 5547 0 0 25 0 1 0 8443594 1215590400 288108 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 296775 288108 379 719 0 296054 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1187100

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10370
/proc/meminfo: memFree=672564/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1226624 CPUtime=1181.93
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 299895 0 0 0 112456 5737 0 0 25 0 1 0 8443594 1256062976 298179 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 306656 298179 379 719 0 305935 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1226624

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10372
/proc/meminfo: memFree=635984/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1263576 CPUtime=1241.92
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 309350 0 0 0 118263 5929 0 0 25 0 1 0 8443594 1293901824 307634 1992294400 4194304 7136930 140736403494656 18446744073709551615 6123187 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 315894 307634 379 719 0 315173 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 1263576

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10374
/proc/meminfo: memFree=604116/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1292232 CPUtime=1301.9
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 316699 0 0 0 124081 6109 0 0 25 0 1 0 8443594 1323245568 314983 1992294400 4194304 7136930 140736403494656 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 323058 314983 379 719 0 322337 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1292232

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10374
/proc/meminfo: memFree=582788/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1313884 CPUtime=1361.88
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 322151 0 0 0 129902 6286 0 0 25 0 1 0 8443594 1345417216 320435 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 328471 320435 379 719 0 327750 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1313884

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10376
/proc/meminfo: memFree=545836/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1349476 CPUtime=1421.86
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 331252 0 0 0 135725 6461 0 0 25 0 1 0 8443594 1381863424 329536 1992294400 4194304 7136930 140736403494656 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 337369 329536 379 719 0 336648 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1349476

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10378
/proc/meminfo: memFree=517440/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1377132 CPUtime=1481.84
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 338323 0 0 0 141555 6629 0 0 25 0 1 0 8443594 1410183168 336607 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 344283 336607 379 719 0 343562 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 1377132

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10380
/proc/meminfo: memFree=488052/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1405724 CPUtime=1541.81
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 345627 0 0 0 147388 6793 0 0 25 0 1 0 8443594 1439461376 343911 1992294400 4194304 7136930 140736403494656 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 351431 343911 379 719 0 350710 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 1405724

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10382
/proc/meminfo: memFree=460524/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1432760 CPUtime=1601.8
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 352533 0 0 0 153227 6953 0 0 25 0 1 0 8443594 1467146240 350817 1992294400 4194304 7136930 140736403494656 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 358190 350817 379 719 0 357469 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 1432760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10382
/proc/meminfo: memFree=432004/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1461052 CPUtime=1661.77
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 359600 0 0 0 159073 7104 0 0 25 0 1 0 8443594 1496117248 357884 1992294400 4194304 7136930 140736403494656 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 365263 357884 379 719 0 364542 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 1461052

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10384
/proc/meminfo: memFree=428780/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1464240 CPUtime=1721.76
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 369784 0 0 0 164915 7261 0 0 25 0 1 0 8443594 1499381760 358673 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 366060 358673 379 719 0 365339 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 1464240

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10386
/proc/meminfo: memFree=428284/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1464408 CPUtime=1781.74
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 369801 0 0 0 170782 7392 0 0 25 0 1 0 8443594 1499553792 358690 1992294400 4194304 7136930 140736403494656 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 366102 358690 379 719 0 365381 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 1464408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10386
/proc/meminfo: memFree=428284/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1464408 CPUtime=1800.04
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 369801 0 0 0 172576 7428 0 0 25 0 1 0 8443594 1499553792 358690 1992294400 4194304 7136930 140736403494656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10328/statm: 366102 358690 379 719 0 365381 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1464408

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10328

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10386
/proc/meminfo: memFree=428284/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1464544 CPUtime=1800.83
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 369839 0 0 0 172655 7428 0 0 25 0 1 0 8443594 1499693056 358728 1992294400 4194304 7136930 140736403494656 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10328/statm: 366136 358728 384 719 0 365415 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (KiB) 1464544

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10387
/proc/meminfo: memFree=428152/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1464544 CPUtime=1801.63
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 369839 0 0 0 172735 7428 0 0 25 0 1 0 8443594 1499693056 358728 1992294400 4194304 7136930 140736403494656 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10328/statm: 366136 358728 384 719 0 365415 0
Current children cumulated CPU time (s) 1801.63
Current children cumulated vsize (KiB) 1464544

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10387
/proc/meminfo: memFree=428152/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=1464544 CPUtime=1802.03
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4202496 369839 0 0 0 172775 7428 0 0 25 0 1 0 8443594 1499693056 358728 1992294400 4194304 7136930 140736403494656 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10328/statm: 366136 358728 384 719 0 365415 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 1464544

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10387
/proc/meminfo: memFree=428152/2059040 swapFree=4134456/4192956
[pid=10328] ppid=10326 vsize=0 CPUtime=1802.13
/proc/10328/stat : 10328 (pbscip.linux.x8) R 10326 10328 9641 0 -1 4203524 369839 0 0 0 172776 7437 0 0 25 0 1 0 8443594 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/10328/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.75
CPU time (s): 1802.19
CPU user time (s): 1727.77
CPU system time (s): 74.4207
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 1527252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1727.77
system time used= 74.4207
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369839
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= 6
involuntary context switches= 5029

runsolver used 3.10853 second user time and 8.41972 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-12 09:42:52
IDJOB=2664529
IDBENCH=1435
IDSOLVER=1167
FILE ID=node017/2664529-1276328572
PBS_JOBID= 11173171
Free space on /tmp= 62368 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr.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-2664529-1276328572/watcher-2664529-1276328572 -o /tmp/evaluation-result-2664529-1276328572/solver-2664529-1276328572 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664529-1276328572.opb -t 1800 -m 1800

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

MD5SUM BENCH= 40f14c006496c25f6960a32528cf1e51
RANDOM SEED=1175211549

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:       1868460 kB
Buffers:         11680 kB
Cached:         106248 kB
SwapCached:      18704 kB
Active:         102492 kB
Inactive:        36356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1868460 kB
SwapTotal:     4192956 kB
SwapFree:      4134456 kB
Dirty:            3288 kB
Writeback:           4 kB
AnonPages:       12184 kB
Mapped:           9116 kB
Slab:            30036 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182496 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= 62364 MiB
End job on node017 at 2010-06-12 10:12:55