Trace number 2700550

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 solverMSAT (TO) 1802.15 1802.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom40-2_wcsp.wbo
MD5SUMdc0207dd780e8486ac4fdb37fec549e2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.009998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables80
Total number of constraints196
Number of soft constraints156
Number of constraints which are clauses156
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Top cost 79
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 156
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3
Number of bits of the biggest sum of numbers2
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-2700550-1278535683.wbo>
0.00/0.00	c original problem has 392 variables (236 bin, 0 int, 0 impl, 156 cont) and 353 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	c presolving:
0.00/0.01	c (round 1) 40 del vars, 40 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 236 impls, 0 clqs
0.00/0.01	c (round 2) 41 del vars, 40 del conss, 156 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 236 impls, 0 clqs
0.00/0.01	c (round 3) 41 del vars, 40 del conss, 156 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 236 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/195 (51.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (4 rounds):
0.00/0.01	c  41 deleted vars, 40 deleted constraints, 156 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  236 implications, 0 cliques
0.00/0.01	c presolved problem has 351 variables (195 bin, 0 int, 0 impl, 156 cont) and 313 constraints
0.00/0.01	c     156 constraints of type <indicator>
0.00/0.01	c       1 constraints of type <knapsack>
0.00/0.01	c     156 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c   0.0s|     1 |     2 |     0 |     - |1274k|   0 |   - | 351 | 313 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.5s| 10000 |  9877 |     0 |   0.0 |5457k| 157 |   - | 351 | 322 |   0 |   0 |   0 |   9 |   0 | 2.000000e+00 |      --      |    Inf 
1.10/1.13	c   1.0s| 20000 | 19874 |     0 |   0.0 |9349k| 157 |   - | 351 | 325 |   0 |   0 |   0 |  12 |   0 | 2.000000e+00 |      --      |    Inf 
1.59/1.68	c   1.4s| 30000 | 29874 |     0 |   0.0 |  13M| 157 |   - | 351 | 325 |   0 |   0 |   0 |  12 |   0 | 2.000000e+00 |      --      |    Inf 
2.20/2.24	c   1.9s| 40000 | 39872 |     0 |   0.0 |  17M| 157 |   - | 351 | 327 |   0 |   0 |   0 |  14 |   0 | 2.000000e+00 |      --      |    Inf 
2.79/2.81	c   2.5s| 50000 | 49872 |     0 |   0.0 |  21M| 157 |   - | 351 | 327 |   0 |   0 |   0 |  14 |   0 | 3.000000e+00 |      --      |    Inf 
3.30/3.37	c   2.9s| 60000 | 59872 |     0 |   0.0 |  24M| 157 |   - | 351 | 327 |   0 |   0 |   0 |  14 |   0 | 3.000000e+00 |      --      |    Inf 
3.89/3.94	c   3.4s| 70000 | 69871 |     0 |   0.0 |  28M| 157 |   - | 351 | 324 |   0 |   0 |   0 |  14 |   0 | 3.000000e+00 |      --      |    Inf 
4.49/4.51	c   3.9s| 80000 | 79871 |     0 |   0.0 |  32M| 157 |   - | 351 | 323 |   0 |   0 |   0 |  14 |   0 | 3.000000e+00 |      --      |    Inf 
4.99/5.07	c   4.4s| 90000 | 89871 |     0 |   0.0 |  36M| 157 |   - | 351 | 321 |   0 |   0 |   0 |  14 |   0 | 3.000000e+00 |      --      |    Inf 
5.59/5.63	c   4.9s|100000 | 99871 |     0 |   0.0 |  40M| 157 |   - | 351 | 320 |   0 |   0 |   0 |  14 |   0 | 3.000000e+00 |      --      |    Inf 
6.19/6.21	c   5.4s|110000 |109854 |     0 |   0.0 |  44M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  14 |   0 | 3.000000e+00 |      --      |    Inf 
6.79/6.80	c   5.9s|120000 |119852 |     0 |   0.0 |  48M| 157 |   - | 351 | 320 |   0 |   0 |   0 |  15 |   0 | 3.000000e+00 |      --      |    Inf 
7.39/7.42	c   6.5s|130000 |129852 |     0 |   0.0 |  52M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  15 |   0 | 3.000000e+00 |      --      |    Inf 
7.99/8.03	c   7.0s|140000 |139852 |     0 |   0.0 |  56M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 3.000000e+00 |      --      |    Inf 
8.59/8.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.59/8.64	c   7.6s|150000 |149852 |     0 |   0.0 |  60M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 3.000000e+00 |      --      |    Inf 
9.19/9.26	c   8.2s|160000 |159852 |     0 |   0.0 |  64M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 3.000000e+00 |      --      |    Inf 
9.80/9.87	c   8.7s|170000 |169852 |     0 |   0.0 |  68M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
10.39/10.47	c   9.2s|180000 |179852 |     0 |   0.0 |  72M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
10.99/11.07	c   9.8s|190000 |189852 |     0 |   0.0 |  76M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
11.59/11.68	c  10.3s|200000 |199852 |     0 |   0.0 |  80M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
12.19/12.28	c  10.9s|210000 |209852 |     0 |   0.0 |  84M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
12.79/12.89	c  11.4s|220000 |219852 |     0 |   0.0 |  89M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
13.49/13.50	c  11.9s|230000 |229851 |     0 |   0.0 |  93M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
14.09/14.10	c  12.5s|240000 |239851 |     0 |   0.0 |  97M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
14.69/14.70	c  13.0s|250000 |249845 |     0 |   0.0 | 101M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
15.29/15.31	c  13.6s|260000 |259845 |     0 |   0.0 | 105M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 4.000000e+00 |      --      |    Inf 
15.89/15.91	c  14.1s|270000 |269845 |     0 |   0.0 | 109M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
16.49/16.51	c  14.6s|280000 |279845 |     0 |   0.0 | 113M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
17.09/17.12	c  15.2s|290000 |289845 |     0 |   0.0 | 117M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
17.69/17.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.69/17.72	c  15.7s|300000 |299845 |     0 |   0.0 | 121M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
18.29/18.33	c  16.3s|310000 |309845 |     0 |   0.0 | 125M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
18.89/18.93	c  16.8s|320000 |319845 |     0 |   0.0 | 129M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
19.49/19.53	c  17.4s|330000 |329845 |     0 |   0.0 | 133M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
20.09/20.12	c  17.9s|340000 |339845 |     0 |   0.0 | 137M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
20.69/20.72	c  18.4s|350000 |349845 |     0 |   0.0 | 141M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
21.30/21.32	c  18.9s|360000 |359845 |     0 |   0.0 | 145M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
21.89/21.91	c  19.5s|370000 |369845 |     0 |   0.0 | 149M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
22.49/22.51	c  20.0s|380000 |379845 |     0 |   0.0 | 153M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
23.10/23.11	c  20.5s|390000 |389845 |     0 |   0.0 | 157M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
23.69/23.71	c  21.1s|400000 |399845 |     0 |   0.0 | 161M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
24.29/24.31	c  21.6s|410000 |409845 |     0 |   0.0 | 165M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
24.89/24.92	c  22.1s|420000 |419845 |     0 |   0.0 | 169M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
25.49/25.52	c  22.7s|430000 |429845 |     0 |   0.0 | 173M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
26.09/26.12	c  23.2s|440000 |439845 |     0 |   0.0 | 177M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
26.70/26.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.70/26.72	c  23.8s|450000 |449845 |     0 |   0.0 | 181M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
27.29/27.33	c  24.3s|460000 |459845 |     0 |   0.0 | 185M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
27.90/27.93	c  24.8s|470000 |469845 |     0 |   0.0 | 189M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
28.50/28.54	c  25.4s|480000 |479845 |     0 |   0.0 | 194M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
29.09/29.15	c  25.9s|490000 |489845 |     0 |   0.0 | 198M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
29.69/29.74	c  26.4s|500000 |499845 |     0 |   0.0 | 202M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
30.29/30.33	c  27.0s|510000 |509845 |     0 |   0.0 | 206M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 5.000000e+00 |      --      |    Inf 
30.90/30.92	c  27.5s|520000 |519845 |     0 |   0.0 | 210M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
31.49/31.52	c  28.0s|530000 |529845 |     0 |   0.0 | 214M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
32.09/32.11	c  28.6s|540000 |539845 |     0 |   0.0 | 218M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
32.70/32.71	c  29.1s|550000 |549845 |     0 |   0.0 | 222M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
33.29/33.31	c  29.6s|560000 |559845 |     0 |   0.0 | 226M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
33.89/33.91	c  30.1s|570000 |569845 |     0 |   0.0 | 230M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
34.49/34.52	c  30.7s|580000 |579845 |     0 |   0.0 | 234M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
34.99/35.09	c  31.2s|590000 |589840 |     0 |   0.0 | 238M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
35.60/35.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.60/35.66	c  31.7s|600000 |599840 |     0 |   0.0 | 241M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
36.20/36.25	c  32.2s|610000 |609840 |     0 |   0.0 | 245M| 157 |   - | 351 | 316 |   0 |   0 |   0 |  15 |   0 | 6.000000e+00 |      --      |    Inf 
36.79/36.87	c  32.8s|620000 |619837 |     0 |   0.0 | 250M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  19 |   0 | 6.000000e+00 |      --      |    Inf 
37.50/37.51	c  33.3s|630000 |629837 |     0 |   0.0 | 254M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  19 |   0 | 6.000000e+00 |      --      |    Inf 
38.10/38.15	c  33.9s|640000 |639837 |     0 |   0.0 | 258M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  19 |   0 | 6.000000e+00 |      --      |    Inf 
38.69/38.78	c  34.5s|650000 |649837 |     0 |   0.0 | 262M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  19 |   0 | 6.000000e+00 |      --      |    Inf 
39.39/39.41	c  35.0s|660000 |659837 |     0 |   0.0 | 266M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  19 |   0 | 6.000000e+00 |      --      |    Inf 
39.99/40.05	c  35.6s|670000 |669837 |     0 |   0.0 | 270M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  19 |   0 | 6.000000e+00 |      --      |    Inf 
40.60/40.66	c  36.2s|680000 |679837 |     0 |   0.0 | 275M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  19 |   0 | 6.000000e+00 |      --      |    Inf 
41.19/41.29	c  36.7s|690000 |689834 |     0 |   0.0 | 279M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
41.90/41.93	c  37.3s|700000 |699834 |     0 |   0.0 | 283M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
42.49/42.57	c  37.9s|710000 |709834 |     0 |   0.0 | 287M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
43.19/43.21	c  38.4s|720000 |719834 |     0 |   0.0 | 291M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
43.79/43.84	c  39.0s|730000 |729834 |     0 |   0.0 | 296M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
44.39/44.48	c  39.5s|740000 |739834 |     0 |   0.0 | 300M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
45.09/45.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.09/45.11	c  40.1s|750000 |749834 |     0 |   0.0 | 304M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
45.69/45.74	c  40.7s|760000 |759834 |     0 |   0.0 | 308M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
46.29/46.37	c  41.2s|770000 |769834 |     0 |   0.0 | 312M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
46.90/46.99	c  41.8s|780000 |779834 |     0 |   0.0 | 316M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
47.59/47.63	c  42.4s|790000 |789834 |     0 |   0.0 | 321M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
48.19/48.26	c  42.9s|800000 |799834 |     0 |   0.0 | 325M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
48.79/48.89	c  43.5s|810000 |809834 |     0 |   0.0 | 329M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
49.50/49.53	c  44.0s|820000 |819834 |     0 |   0.0 | 333M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
50.09/50.16	c  44.6s|830000 |829834 |     0 |   0.0 | 337M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
50.70/50.79	c  45.2s|840000 |839834 |     0 |   0.0 | 341M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
51.39/51.43	c  45.8s|850000 |849834 |     0 |   0.0 | 346M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
51.99/52.07	c  46.3s|860000 |859834 |     0 |   0.0 | 350M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
52.69/52.71	c  46.9s|870000 |869834 |     0 |   0.0 | 354M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
53.29/53.36	c  47.5s|880000 |879834 |     0 |   0.0 | 358M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
53.90/53.99	c  48.0s|890000 |889834 |     0 |   0.0 | 362M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
54.60/54.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.60/54.62	c  48.6s|900000 |899834 |     0 |   0.0 | 366M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
55.20/55.26	c  49.1s|910000 |909834 |     0 |   0.0 | 370M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
55.90/55.90	c  49.7s|920000 |919834 |     0 |   0.0 | 375M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
56.50/56.53	c  50.3s|930000 |929834 |     0 |   0.0 | 379M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
57.09/57.17	c  50.8s|940000 |939834 |     0 |   0.0 | 383M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
57.79/57.81	c  51.4s|950000 |949834 |     0 |   0.0 | 387M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
58.39/58.45	c  52.0s|960000 |959834 |     0 |   0.0 | 391M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
58.99/59.09	c  52.5s|970000 |969834 |     0 |   0.0 | 395M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
59.69/59.73	c  53.1s|980000 |979834 |     0 |   0.0 | 400M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
60.29/60.37	c  53.7s|990000 |989834 |     0 |   0.0 | 404M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
61.00/61.01	c  54.2s|  1000k|999834 |     0 |   0.0 | 408M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
61.60/61.64	c  54.8s|  1010k|  1009k|     0 |   0.0 | 412M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
62.19/62.26	c  55.4s|  1020k|  1019k|     0 |   0.0 | 416M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
62.79/62.88	c  55.9s|  1030k|  1029k|     0 |   0.0 | 420M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
63.39/63.49	c  56.5s|  1040k|  1039k|     0 |   0.0 | 424M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
64.09/64.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.09/64.10	c  57.0s|  1050k|  1049k|     0 |   0.0 | 429M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
64.69/64.71	c  57.5s|  1060k|  1059k|     0 |   0.0 | 433M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
65.29/65.32	c  58.1s|  1070k|  1069k|     0 |   0.0 | 437M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
65.90/65.91	c  58.6s|  1080k|  1079k|     0 |   0.0 | 441M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
66.49/66.51	c  59.1s|  1090k|  1089k|     0 |   0.0 | 445M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
67.10/67.12	c  59.7s|  1100k|  1099k|     0 |   0.0 | 449M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
67.70/67.74	c  60.2s|  1110k|  1109k|     0 |   0.0 | 453M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
68.29/68.35	c  60.8s|  1120k|  1119k|     0 |   0.0 | 457M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
68.89/68.96	c  61.3s|  1130k|  1129k|     0 |   0.0 | 461M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  20 |   0 | 6.000000e+00 |      --      |    Inf 
69.49/69.57	c  61.9s|  1140k|  1139k|     0 |   0.0 | 465M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  21 |   0 | 6.000000e+00 |      --      |    Inf 
70.09/70.18	c  62.4s|  1150k|  1149k|     0 |   0.0 | 469M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  22 |   0 | 6.000000e+00 |      --      |    Inf 
70.79/70.83	c  63.0s|  1160k|  1159k|     0 |   0.0 | 473M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
71.40/71.47	c  63.5s|  1170k|  1169k|     0 |   0.0 | 477M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
72.10/72.11	c  64.1s|  1180k|  1179k|     0 |   0.0 | 481M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
72.69/72.75	c  64.7s|  1190k|  1189k|     0 |   0.0 | 486M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
73.29/73.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.29/73.39	c  65.3s|  1200k|  1199k|     0 |   0.0 | 490M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
73.99/74.03	c  65.8s|  1210k|  1209k|     0 |   0.0 | 494M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
74.59/74.67	c  66.4s|  1220k|  1219k|     0 |   0.0 | 498M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
75.29/75.31	c  67.0s|  1230k|  1229k|     0 |   0.0 | 502M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
75.90/75.95	c  67.6s|  1240k|  1239k|     0 |   0.0 | 506M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
76.49/76.59	c  68.1s|  1250k|  1249k|     0 |   0.0 | 510M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
77.19/77.23	c  68.7s|  1260k|  1259k|     0 |   0.0 | 514M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
77.80/77.87	c  69.3s|  1270k|  1269k|     0 |   0.0 | 518M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
78.49/78.51	c  69.9s|  1280k|  1279k|     0 |   0.0 | 522M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
79.09/79.15	c  70.4s|  1290k|  1289k|     0 |   0.0 | 526M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
79.69/79.79	c  71.0s|  1300k|  1299k|     0 |   0.0 | 531M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
80.39/80.44	c  71.6s|  1310k|  1309k|     0 |   0.0 | 535M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
80.99/81.08	c  72.2s|  1320k|  1319k|     0 |   0.0 | 539M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
81.69/81.72	c  72.7s|  1330k|  1329k|     0 |   0.0 | 543M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
82.29/82.36	c  73.3s|  1340k|  1339k|     0 |   0.0 | 547M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
82.89/82.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.89/82.98	c  73.8s|  1350k|  1349k|     0 |   0.0 | 551M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
83.59/83.62	c  74.4s|  1360k|  1359k|     0 |   0.0 | 555M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
84.19/84.25	c  75.0s|  1370k|  1369k|     0 |   0.0 | 559M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
84.80/84.89	c  75.5s|  1380k|  1379k|     0 |   0.0 | 563M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
85.50/85.54	c  76.1s|  1390k|  1389k|     0 |   0.0 | 567M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
86.09/86.18	c  76.7s|  1400k|  1399k|     0 |   0.0 | 571M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
86.80/86.82	c  77.3s|  1410k|  1409k|     0 |   0.0 | 575M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
87.40/87.46	c  77.8s|  1420k|  1419k|     0 |   0.0 | 580M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  31 |   0 | 6.000000e+00 |      --      |    Inf 
88.09/88.10	c  78.4s|  1430k|  1429k|     0 |   0.0 | 584M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  32 |   0 | 6.000000e+00 |      --      |    Inf 
88.69/88.75	c  79.0s|  1440k|  1439k|     0 |   0.0 | 588M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  32 |   0 | 6.000000e+00 |      --      |    Inf 
89.29/89.38	c  79.6s|  1450k|  1449k|     0 |   0.0 | 592M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  32 |   0 | 6.000000e+00 |      --      |    Inf 
89.89/89.99	c  80.1s|  1460k|  1459k|     0 |   0.0 | 596M| 157 |   - | 351 | 321 |   0 |   0 |   0 |  34 |   0 | 6.000000e+00 |      --      |    Inf 
90.50/90.59	c  80.7s|  1470k|  1469k|     0 |   0.0 | 600M| 157 |   - | 351 | 322 |   0 |   0 |   0 |  35 |   0 | 6.000000e+00 |      --      |    Inf 
91.09/91.20	c  81.2s|  1480k|  1479k|     0 |   0.0 | 604M| 157 |   - | 351 | 328 |   0 |   0 |   0 |  41 |   0 | 6.000000e+00 |      --      |    Inf 
91.79/91.87	c  81.8s|  1490k|  1488k|     0 |   0.0 | 608M| 157 |   - | 351 | 337 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
92.40/92.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.40/92.42	c  82.3s|  1500k|  1498k|     0 |   0.0 | 612M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
92.90/92.96	c  82.8s|  1510k|  1508k|     0 |   0.0 | 615M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
93.50/93.51	c  83.3s|  1520k|  1518k|     0 |   0.0 | 619M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
93.99/94.07	c  83.8s|  1530k|  1528k|     0 |   0.0 | 623M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
94.60/94.61	c  84.2s|  1540k|  1538k|     0 |   0.0 | 627M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
95.09/95.15	c  84.7s|  1550k|  1548k|     0 |   0.0 | 631M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
95.70/95.70	c  85.2s|  1560k|  1558k|     0 |   0.0 | 635M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
96.20/96.25	c  85.7s|  1570k|  1568k|     0 |   0.0 | 639M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
96.80/96.80	c  86.2s|  1580k|  1578k|     0 |   0.0 | 642M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
97.29/97.35	c  86.7s|  1590k|  1588k|     0 |   0.0 | 646M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
97.80/97.90	c  87.2s|  1600k|  1598k|     0 |   0.0 | 650M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
98.39/98.45	c  87.6s|  1610k|  1608k|     0 |   0.0 | 654M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
98.90/99.00	c  88.1s|  1620k|  1618k|     0 |   0.0 | 658M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
99.49/99.55	c  88.6s|  1630k|  1628k|     0 |   0.0 | 662M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
100.00/100.10	c  89.1s|  1640k|  1638k|     0 |   0.0 | 665M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
100.60/100.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.60/100.64	c  89.6s|  1650k|  1648k|     0 |   0.0 | 669M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
101.10/101.19	c  90.0s|  1660k|  1658k|     0 |   0.0 | 673M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
101.69/101.73	c  90.5s|  1670k|  1668k|     0 |   0.0 | 677M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
102.19/102.28	c  91.0s|  1680k|  1678k|     0 |   0.0 | 681M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
102.79/102.82	c  91.5s|  1690k|  1688k|     0 |   0.0 | 684M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
103.30/103.38	c  92.0s|  1700k|  1698k|     0 |   0.0 | 688M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
103.89/103.93	c  92.5s|  1710k|  1708k|     0 |   0.0 | 692M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
104.40/104.46	c  93.0s|  1720k|  1718k|     0 |   0.0 | 696M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
104.99/105.00	c  93.4s|  1730k|  1728k|     0 |   0.0 | 700M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
105.50/105.56	c  93.9s|  1740k|  1738k|     0 |   0.0 | 704M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
106.10/106.11	c  94.4s|  1750k|  1748k|     0 |   0.0 | 708M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
106.60/106.65	c  94.9s|  1760k|  1758k|     0 |   0.0 | 711M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
107.09/107.19	c  95.4s|  1770k|  1768k|     0 |   0.0 | 715M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
107.70/107.74	c  95.8s|  1780k|  1778k|     0 |   0.0 | 719M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
108.20/108.28	c  96.3s|  1790k|  1788k|     0 |   0.0 | 723M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
108.80/108.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.80/108.82	c  96.8s|  1800k|  1798k|     0 |   0.0 | 727M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
109.30/109.35	c  97.3s|  1810k|  1808k|     0 |   0.0 | 730M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
109.80/109.90	c  97.8s|  1820k|  1818k|     0 |   0.0 | 734M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
110.39/110.45	c  98.3s|  1830k|  1828k|     0 |   0.0 | 738M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
110.89/110.99	c  98.7s|  1840k|  1838k|     0 |   0.0 | 742M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
111.50/111.54	c  99.2s|  1850k|  1848k|     0 |   0.0 | 746M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
111.99/112.08	c  99.7s|  1860k|  1858k|     0 |   0.0 | 750M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
112.59/112.62	c   100s|  1870k|  1868k|     0 |   0.0 | 754M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
113.10/113.16	c   101s|  1880k|  1878k|     0 |   0.0 | 757M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
113.59/113.69	c   101s|  1890k|  1888k|     0 |   0.0 | 761M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
114.20/114.24	c   102s|  1900k|  1898k|     0 |   0.0 | 765M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
114.70/114.79	c   102s|  1910k|  1908k|     0 |   0.0 | 769M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
115.30/115.33	c   103s|  1920k|  1918k|     0 |   0.0 | 773M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
115.80/115.87	c   103s|  1930k|  1928k|     0 |   0.0 | 777M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
116.39/116.41	c   104s|  1940k|  1938k|     0 |   0.0 | 780M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
116.90/116.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.90/116.95	c   104s|  1950k|  1948k|     0 |   0.0 | 784M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
117.39/117.48	c   105s|  1960k|  1958k|     0 |   0.0 | 788M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
118.00/118.03	c   105s|  1970k|  1968k|     0 |   0.0 | 792M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
118.49/118.59	c   105s|  1980k|  1978k|     0 |   0.0 | 796M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
119.10/119.13	c   106s|  1990k|  1988k|     0 |   0.0 | 800M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
119.59/119.66	c   106s|  2000k|  1998k|     0 |   0.0 | 803M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
120.19/120.20	c   107s|  2010k|  2008k|     0 |   0.0 | 807M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
120.69/120.74	c   107s|  2020k|  2018k|     0 |   0.0 | 811M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
121.19/121.27	c   108s|  2030k|  2028k|     0 |   0.0 | 815M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
121.79/121.81	c   108s|  2040k|  2038k|     0 |   0.0 | 819M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 6.000000e+00 |      --      |    Inf 
122.30/122.36	c   109s|  2050k|  2048k|     0 |   0.0 | 823M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
122.90/122.90	c   109s|  2060k|  2058k|     0 |   0.0 | 826M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
123.40/123.43	c   110s|  2070k|  2068k|     0 |   0.0 | 830M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
123.90/123.96	c   110s|  2080k|  2078k|     0 |   0.0 | 834M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
124.50/124.50	c   111s|  2090k|  2088k|     0 |   0.0 | 838M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
125.00/125.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.00/125.03	c   111s|  2100k|  2098k|     0 |   0.0 | 842M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
125.50/125.58	c   112s|  2110k|  2108k|     0 |   0.0 | 846M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
126.09/126.11	c   112s|  2120k|  2118k|     0 |   0.0 | 850M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
126.59/126.65	c   113s|  2130k|  2128k|     0 |   0.0 | 853M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
127.09/127.18	c   113s|  2140k|  2138k|     0 |   0.0 | 857M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
127.70/127.72	c   114s|  2150k|  2148k|     0 |   0.0 | 861M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
128.20/128.26	c   114s|  2160k|  2158k|     0 |   0.0 | 865M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
128.79/128.80	c   115s|  2170k|  2168k|     0 |   0.0 | 869M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
129.30/129.33	c   115s|  2180k|  2178k|     0 |   0.0 | 873M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
129.80/129.87	c   115s|  2190k|  2188k|     0 |   0.0 | 877M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
130.40/130.40	c   116s|  2200k|  2198k|     0 |   0.0 | 880M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
130.90/130.93	c   116s|  2210k|  2208k|     0 |   0.0 | 884M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
131.39/131.47	c   117s|  2220k|  2218k|     0 |   0.0 | 888M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
131.90/132.00	c   117s|  2230k|  2228k|     0 |   0.0 | 892M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
132.49/132.53	c   118s|  2240k|  2238k|     0 |   0.0 | 896M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
133.00/133.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.00/133.07	c   118s|  2250k|  2248k|     0 |   0.0 | 900M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
133.50/133.60	c   119s|  2260k|  2258k|     0 |   0.0 | 903M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
134.10/134.13	c   119s|  2270k|  2268k|     0 |   0.0 | 907M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
134.59/134.66	c   120s|  2280k|  2278k|     0 |   0.0 | 911M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
135.10/135.20	c   120s|  2290k|  2288k|     0 |   0.0 | 915M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
135.69/135.73	c   121s|  2300k|  2298k|     0 |   0.0 | 919M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
136.20/136.27	c   121s|  2310k|  2308k|     0 |   0.0 | 923M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  51 |   0 | 7.000000e+00 |      --      |    Inf 
136.70/136.79	c   122s|  2320k|  2318k|     0 |   0.0 | 927M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  52 |   0 | 7.000000e+00 |      --      |    Inf 
137.29/137.32	c   122s|  2330k|  2328k|     0 |   0.0 | 930M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  52 |   0 | 7.000000e+00 |      --      |    Inf 
137.79/137.85	c   122s|  2340k|  2338k|     0 |   0.0 | 934M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  53 |   0 | 7.000000e+00 |      --      |    Inf 
138.29/138.38	c   123s|  2350k|  2348k|     0 |   0.0 | 938M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  53 |   0 | 7.000000e+00 |      --      |    Inf 
138.89/138.91	c   123s|  2360k|  2358k|     0 |   0.0 | 942M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  54 |   0 | 7.000000e+00 |      --      |    Inf 
139.40/139.44	c   124s|  2370k|  2368k|     0 |   0.0 | 946M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  54 |   0 | 7.000000e+00 |      --      |    Inf 
139.89/139.98	c   124s|  2380k|  2378k|     0 |   0.0 | 950M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  54 |   0 | 7.000000e+00 |      --      |    Inf 
140.49/140.51	c   125s|  2390k|  2388k|     0 |   0.0 | 954M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  54 |   0 | 7.000000e+00 |      --      |    Inf 
140.99/141.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.99/141.05	c   125s|  2400k|  2398k|     0 |   0.0 | 957M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  54 |   0 | 7.000000e+00 |      --      |    Inf 
141.50/141.60	c   126s|  2410k|  2408k|     0 |   0.0 | 961M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  54 |   0 | 7.000000e+00 |      --      |    Inf 
142.10/142.14	c   126s|  2420k|  2418k|     0 |   0.0 | 965M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  54 |   0 | 7.000000e+00 |      --      |    Inf 
142.59/142.68	c   127s|  2430k|  2428k|     0 |   0.0 | 969M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  55 |   0 | 7.000000e+00 |      --      |    Inf 
143.20/143.22	c   127s|  2440k|  2438k|     0 |   0.0 | 973M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  55 |   0 | 7.000000e+00 |      --      |    Inf 
143.69/143.77	c   128s|  2450k|  2448k|     0 |   0.0 | 977M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  55 |   0 | 7.000000e+00 |      --      |    Inf 
144.30/144.32	c   128s|  2460k|  2458k|     0 |   0.0 | 981M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  56 |   0 | 7.000000e+00 |      --      |    Inf 
144.80/144.87	c   129s|  2470k|  2468k|     0 |   0.0 | 985M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  56 |   0 | 7.000000e+00 |      --      |    Inf 
145.40/145.41	c   129s|  2480k|  2478k|     0 |   0.0 | 988M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  56 |   0 | 7.000000e+00 |      --      |    Inf 
145.90/145.96	c   130s|  2490k|  2488k|     0 |   0.0 | 992M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  56 |   0 | 7.000000e+00 |      --      |    Inf 
146.50/146.52	c   130s|  2500k|  2498k|     0 |   0.0 | 996M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
147.09/147.10	c   131s|  2510k|  2508k|     0 |   0.0 |1000M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
147.59/147.68	c   131s|  2520k|  2518k|     0 |   0.0 |1004M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
148.19/148.26	c   132s|  2530k|  2528k|     0 |   0.0 |1008M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
148.80/148.84	c   132s|  2540k|  2538k|     0 |   0.0 |1012M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
149.29/149.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.29/149.39	c   133s|  2550k|  2548k|     0 |   0.0 |1016M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
149.89/149.95	c   133s|  2560k|  2558k|     0 |   0.0 |1020M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
150.49/150.52	c   134s|  2570k|  2568k|     0 |   0.0 |1024M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
151.09/151.10	c   134s|  2580k|  2578k|     0 |   0.0 |1028M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
151.60/151.66	c   135s|  2590k|  2588k|     0 |   0.0 |1032M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
152.20/152.22	c   135s|  2600k|  2598k|     0 |   0.0 |1035M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
152.70/152.76	c   136s|  2610k|  2608k|     0 |   0.0 |1039M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
153.29/153.31	c   136s|  2620k|  2618k|     0 |   0.0 |1043M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
153.80/153.89	c   137s|  2630k|  2628k|     0 |   0.0 |1047M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
154.39/154.46	c   137s|  2640k|  2638k|     0 |   0.0 |1051M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
155.00/155.03	c   138s|  2650k|  2648k|     0 |   0.0 |1055M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
155.49/155.59	c   138s|  2660k|  2658k|     0 |   0.0 |1059M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
156.10/156.13	c   139s|  2670k|  2668k|     0 |   0.0 |1063M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
156.59/156.68	c   139s|  2680k|  2678k|     0 |   0.0 |1066M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
157.20/157.23	c   140s|  2690k|  2688k|     0 |   0.0 |1070M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
157.69/157.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.69/157.78	c   140s|  2700k|  2698k|     0 |   0.0 |1074M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
158.30/158.32	c   141s|  2710k|  2708k|     0 |   0.0 |1078M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
158.80/158.86	c   141s|  2720k|  2718k|     0 |   0.0 |1082M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
159.40/159.43	c   142s|  2730k|  2728k|     0 |   0.0 |1086M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
159.89/159.99	c   142s|  2740k|  2738k|     0 |   0.0 |1090M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
160.50/160.55	c   143s|  2750k|  2748k|     0 |   0.0 |1093M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
161.10/161.10	c   143s|  2760k|  2758k|     0 |   0.0 |1097M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
161.60/161.65	c   144s|  2770k|  2768k|     0 |   0.0 |1101M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
162.19/162.21	c   144s|  2780k|  2778k|     0 |   0.0 |1105M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
162.70/162.74	c   145s|  2790k|  2788k|     0 |   0.0 |1109M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
163.19/163.29	c   145s|  2800k|  2798k|     0 |   0.0 |1113M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
163.80/163.83	c   146s|  2810k|  2808k|     0 |   0.0 |1117M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
164.30/164.38	c   146s|  2820k|  2818k|     0 |   0.0 |1120M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
164.90/164.92	c   146s|  2830k|  2828k|     0 |   0.0 |1124M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
165.40/165.46	c   147s|  2840k|  2838k|     0 |   0.0 |1128M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
166.00/166.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.00/166.01	c   147s|  2850k|  2848k|     0 |   0.0 |1132M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
166.50/166.56	c   148s|  2860k|  2858k|     0 |   0.0 |1136M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
167.10/167.10	c   148s|  2870k|  2868k|     0 |   0.0 |1140M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
167.60/167.67	c   149s|  2880k|  2878k|     0 |   0.0 |1144M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
168.20/168.23	c   149s|  2890k|  2888k|     0 |   0.0 |1147M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
168.70/168.78	c   150s|  2900k|  2898k|     0 |   0.0 |1151M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
169.30/169.32	c   150s|  2910k|  2908k|     0 |   0.0 |1155M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
169.80/169.88	c   151s|  2920k|  2918k|     0 |   0.0 |1159M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
170.40/170.43	c   151s|  2930k|  2928k|     0 |   0.0 |1163M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
170.90/170.98	c   152s|  2940k|  2938k|     0 |   0.0 |1167M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
171.50/171.51	c   152s|  2950k|  2948k|     0 |   0.0 |1171M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
171.99/172.06	c   153s|  2960k|  2958k|     0 |   0.0 |1174M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
172.60/172.60	c   153s|  2970k|  2968k|     0 |   0.0 |1178M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
173.09/173.15	c   154s|  2980k|  2978k|     0 |   0.0 |1182M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
173.59/173.69	c   154s|  2990k|  2988k|     0 |   0.0 |1186M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
174.20/174.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.20/174.24	c   155s|  3000k|  2998k|     0 |   0.0 |1190M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
174.69/174.78	c   155s|  3010k|  3008k|     0 |   0.0 |1194M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
175.30/175.33	c   156s|  3020k|  3018k|     0 |   0.0 |1198M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
175.80/175.87	c   156s|  3030k|  3028k|     0 |   0.0 |1201M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
176.39/176.41	c   157s|  3040k|  3038k|     0 |   0.0 |1205M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
176.90/176.95	c   157s|  3050k|  3048k|     0 |   0.0 |1209M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
177.49/177.51	c   158s|  3060k|  3058k|     0 |   0.0 |1213M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
177.99/178.05	c   158s|  3070k|  3068k|     0 |   0.0 |1217M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
178.59/178.60	c   159s|  3080k|  3078k|     0 |   0.0 |1221M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
179.10/179.14	c   159s|  3090k|  3088k|     0 |   0.0 |1224M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
179.59/179.68	c   159s|  3100k|  3098k|     0 |   0.0 |1228M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
180.19/180.24	c   160s|  3110k|  3108k|     0 |   0.0 |1232M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
180.70/180.78	c   160s|  3120k|  3118k|     0 |   0.0 |1236M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
181.30/181.32	c   161s|  3130k|  3128k|     0 |   0.0 |1240M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
181.80/181.85	c   161s|  3140k|  3138k|     0 |   0.0 |1244M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
182.30/182.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.30/182.39	c   162s|  3150k|  3148k|     0 |   0.0 |1248M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
182.90/182.94	c   162s|  3160k|  3158k|     0 |   0.0 |1251M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
183.40/183.48	c   163s|  3170k|  3168k|     0 |   0.0 |1255M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
183.99/184.02	c   163s|  3180k|  3178k|     0 |   0.0 |1259M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
184.49/184.57	c   164s|  3190k|  3188k|     0 |   0.0 |1263M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
185.09/185.11	c   164s|  3200k|  3198k|     0 |   0.0 |1267M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
185.60/185.66	c   165s|  3210k|  3208k|     0 |   0.0 |1271M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
186.20/186.21	c   165s|  3220k|  3218k|     0 |   0.0 |1275M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
186.69/186.75	c   166s|  3230k|  3228k|     0 |   0.0 |1278M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
187.20/187.28	c   166s|  3240k|  3238k|     0 |   0.0 |1282M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
187.79/187.83	c   167s|  3250k|  3248k|     0 |   0.0 |1286M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
188.30/188.37	c   167s|  3260k|  3258k|     0 |   0.0 |1290M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
188.89/188.91	c   168s|  3270k|  3268k|     0 |   0.0 |1294M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
189.40/189.47	c   168s|  3280k|  3278k|     0 |   0.0 |1298M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
189.99/190.02	c   169s|  3290k|  3288k|     0 |   0.0 |1301M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
190.50/190.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.50/190.57	c   169s|  3300k|  3298k|     0 |   0.0 |1305M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
191.10/191.10	c   170s|  3310k|  3308k|     0 |   0.0 |1309M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
191.60/191.64	c   170s|  3320k|  3318k|     0 |   0.0 |1313M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
192.09/192.18	c   171s|  3330k|  3328k|     0 |   0.0 |1317M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
192.69/192.73	c   171s|  3340k|  3338k|     0 |   0.0 |1321M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
193.19/193.27	c   172s|  3350k|  3348k|     0 |   0.0 |1325M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
193.80/193.81	c   172s|  3360k|  3358k|     0 |   0.0 |1328M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
194.29/194.34	c   172s|  3370k|  3368k|     0 |   0.0 |1332M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
194.80/194.87	c   173s|  3380k|  3378k|     0 |   0.0 |1336M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
195.40/195.41	c   173s|  3390k|  3388k|     0 |   0.0 |1340M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
195.90/195.96	c   174s|  3400k|  3398k|     0 |   0.0 |1344M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
196.50/196.51	c   174s|  3410k|  3408k|     0 |   0.0 |1348M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
197.00/197.05	c   175s|  3420k|  3418k|     0 |   0.0 |1352M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
197.59/197.60	c   175s|  3430k|  3428k|     0 |   0.0 |1355M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
198.09/198.15	c   176s|  3440k|  3438k|     0 |   0.0 |1359M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
198.70/198.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.70/198.71	c   176s|  3450k|  3448k|     0 |   0.0 |1363M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
199.20/199.25	c   177s|  3460k|  3458k|     0 |   0.0 |1367M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
199.80/199.80	c   177s|  3470k|  3468k|     0 |   0.0 |1371M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
200.30/200.34	c   178s|  3480k|  3478k|     0 |   0.0 |1375M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
200.80/200.89	c   178s|  3490k|  3488k|     0 |   0.0 |1378M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
201.40/201.43	c   179s|  3500k|  3498k|     0 |   0.0 |1382M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
201.90/201.98	c   179s|  3510k|  3508k|     0 |   0.0 |1386M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
202.50/202.54	c   180s|  3520k|  3518k|     0 |   0.0 |1390M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
203.00/203.09	c   180s|  3530k|  3528k|     0 |   0.0 |1394M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
203.60/203.64	c   181s|  3540k|  3538k|     0 |   0.0 |1398M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
204.09/204.17	c   181s|  3550k|  3548k|     0 |   0.0 |1402M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
204.70/204.72	c   182s|  3560k|  3558k|     0 |   0.0 |1405M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
205.20/205.27	c   182s|  3570k|  3568k|     0 |   0.0 |1409M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
205.79/205.82	c   183s|  3580k|  3578k|     0 |   0.0 |1413M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
206.30/206.37	c   183s|  3590k|  3588k|     0 |   0.0 |1417M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
206.90/206.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.90/206.90	c   184s|  3600k|  3598k|     0 |   0.0 |1421M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
207.40/207.43	c   184s|  3610k|  3608k|     0 |   0.0 |1425M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
207.90/207.96	c   185s|  3620k|  3618k|     0 |   0.0 |1429M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
208.49/208.50	c   185s|  3630k|  3628k|     0 |   0.0 |1432M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
209.01/209.03	c   185s|  3640k|  3638k|     0 |   0.0 |1436M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
209.50/209.58	c   186s|  3650k|  3648k|     0 |   0.0 |1440M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
210.10/210.13	c   186s|  3660k|  3658k|     0 |   0.0 |1444M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
210.60/210.67	c   187s|  3670k|  3668k|     0 |   0.0 |1448M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
211.20/211.22	c   187s|  3680k|  3678k|     0 |   0.0 |1452M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
211.69/211.77	c   188s|  3690k|  3688k|     0 |   0.0 |1456M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
212.30/212.32	c   188s|  3700k|  3698k|     0 |   0.0 |1459M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
212.80/212.86	c   189s|  3710k|  3708k|     0 |   0.0 |1463M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
213.30/213.40	c   189s|  3720k|  3718k|     0 |   0.0 |1467M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
213.90/213.94	c   190s|  3730k|  3728k|     0 |   0.0 |1471M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
214.40/214.48	c   190s|  3740k|  3738k|     0 |   0.0 |1475M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
214.99/215.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.99/215.02	c   191s|  3750k|  3748k|     0 |   0.0 |1479M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
215.50/215.58	c   191s|  3760k|  3758k|     0 |   0.0 |1482M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
216.10/216.12	c   192s|  3770k|  3768k|     0 |   0.0 |1486M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
216.60/216.66	c   192s|  3780k|  3778k|     0 |   0.0 |1490M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
217.09/217.19	c   193s|  3790k|  3788k|     0 |   0.0 |1494M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
217.70/217.73	c   193s|  3800k|  3798k|     0 |   0.0 |1498M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
218.20/218.27	c   194s|  3810k|  3808k|     0 |   0.0 |1502M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
218.81/218.81	c   194s|  3820k|  3818k|     0 |   0.0 |1506M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
219.30/219.36	c   195s|  3830k|  3828k|     0 |   0.0 |1509M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
219.91/219.90	c   195s|  3840k|  3838k|     0 |   0.0 |1513M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
220.40/220.45	c   196s|  3850k|  3848k|     0 |   0.0 |1517M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
220.90/220.98	c   196s|  3860k|  3858k|     0 |   0.0 |1521M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
221.49/221.51	c   197s|  3870k|  3868k|     0 |   0.0 |1525M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
221.99/222.04	c   197s|  3880k|  3878k|     0 |   0.0 |1529M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
222.50/222.58	c   197s|  3890k|  3888k|     0 |   0.0 |1533M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
223.09/223.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.09/223.11	c   198s|  3900k|  3898k|     0 |   0.0 |1536M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
223.60/223.65	c   198s|  3910k|  3908k|     0 |   0.0 |1540M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
224.20/224.20	c   199s|  3920k|  3918k|     0 |   0.0 |1544M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
224.70/224.75	c   199s|  3930k|  3928k|     0 |   0.0 |1548M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
225.30/225.30	c   200s|  3940k|  3938k|     0 |   0.0 |1552M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
225.80/225.85	c   200s|  3950k|  3948k|     0 |   0.0 |1556M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
226.40/226.41	c   201s|  3960k|  3958k|     0 |   0.0 |1560M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
226.89/226.95	c   201s|  3970k|  3968k|     0 |   0.0 |1563M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
227.40/227.49	c   202s|  3980k|  3978k|     0 |   0.0 |1567M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
228.00/228.03	c   202s|  3990k|  3988k|     0 |   0.0 |1571M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
228.50/228.58	c   203s|  4000k|  3998k|     0 |   0.0 |1575M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
229.09/229.12	c   203s|  4010k|  4008k|     0 |   0.0 |1579M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
229.60/229.67	c   204s|  4020k|  4018k|     0 |   0.0 |1583M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
230.20/230.21	c   204s|  4030k|  4028k|     0 |   0.0 |1587M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
230.70/230.75	c   205s|  4040k|  4038k|     0 |   0.0 |1590M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
231.19/231.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.19/231.29	c   205s|  4050k|  4048k|     0 |   0.0 |1594M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
231.80/231.82	c   206s|  4060k|  4058k|     0 |   0.0 |1598M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
232.30/232.35	c   206s|  4070k|  4068k|     0 |   0.0 |1602M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
232.79/232.88	c   207s|  4080k|  4078k|     0 |   0.0 |1606M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
233.39/233.43	c   207s|  4090k|  4088k|     0 |   0.0 |1610M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
233.89/233.97	c   208s|  4100k|  4098k|     0 |   0.0 |1614M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
234.50/234.51	c   208s|  4110k|  4108k|     0 |   0.0 |1617M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
234.99/235.03	c   208s|  4120k|  4118k|     0 |   0.0 |1621M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
235.50/235.56	c   209s|  4130k|  4128k|     0 |   0.0 |1625M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
236.10/236.10	c   209s|  4140k|  4138k|     0 |   0.0 |1629M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
236.59/236.63	c   210s|  4150k|  4148k|     0 |   0.0 |1633M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
237.10/237.16	c   210s|  4160k|  4158k|     0 |   0.0 |1637M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
237.70/237.71	c   211s|  4170k|  4168k|     0 |   0.0 |1641M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
238.20/238.26	c   211s|  4180k|  4178k|     0 |   0.0 |1644M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
238.80/238.80	c   212s|  4190k|  4188k|     0 |   0.0 |1648M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
239.29/239.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.29/239.35	c   212s|  4200k|  4198k|     0 |   0.0 |1652M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
239.81/239.90	c   213s|  4210k|  4208k|     0 |   0.0 |1656M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
240.39/240.44	c   213s|  4220k|  4218k|     0 |   0.0 |1660M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
240.90/240.98	c   214s|  4230k|  4228k|     0 |   0.0 |1664M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
241.50/241.52	c   214s|  4240k|  4238k|     0 |   0.0 |1667M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
242.00/242.06	c   215s|  4250k|  4248k|     0 |   0.0 |1671M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
242.49/242.59	c   215s|  4260k|  4258k|     0 |   0.0 |1675M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
243.10/243.13	c   216s|  4270k|  4268k|     0 |   0.0 |1679M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
243.60/243.67	c   216s|  4280k|  4278k|     0 |   0.0 |1683M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
244.20/244.20	c   217s|  4290k|  4288k|     0 |   0.0 |1687M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
244.70/244.76	c   217s|  4300k|  4298k|     0 |   0.0 |1691M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
245.20/245.30	c   218s|  4310k|  4308k|     0 |   0.0 |1694M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
245.79/245.83	c   218s|  4320k|  4318k|     0 |   0.0 |1698M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
246.30/246.37	c   219s|  4330k|  4328k|     0 |   0.0 |1702M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
246.90/246.90	c   219s|  4340k|  4338k|     0 |   0.0 |1706M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
247.41/247.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.41/247.44	c   220s|  4350k|  4348k|     0 |   0.0 |1710M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
247.90/247.98	c   220s|  4360k|  4358k|     0 |   0.0 |1714M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
248.51/248.52	c   220s|  4370k|  4368k|     0 |   0.0 |1718M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
249.00/249.05	c   221s|  4380k|  4378k|     0 |   0.0 |1721M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
249.50/249.58	c   221s|  4390k|  4388k|     0 |   0.0 |1725M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
250.10/250.11	c   222s|  4400k|  4398k|     0 |   0.0 |1729M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
250.60/250.65	c   222s|  4410k|  4408k|     0 |   0.0 |1733M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
251.09/251.18	c   223s|  4420k|  4418k|     0 |   0.0 |1737M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
251.70/251.72	c   223s|  4430k|  4428k|     0 |   0.0 |1741M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
252.20/252.27	c   224s|  4440k|  4438k|     0 |   0.0 |1745M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
252.80/252.81	c   224s|  4450k|  4448k|     0 |   0.0 |1748M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
253.29/253.39	c   225s|  4460k|  4458k|     0 |   0.0 |1752M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
253.90/253.93	c   225s|  4470k|  4468k|     0 |   0.0 |1756M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
254.40/254.48	c   226s|  4480k|  4478k|     0 |   0.0 |1760M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
255.00/255.03	c   226s|  4490k|  4488k|     0 |   0.0 |1764M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
255.50/255.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.50/255.57	c   227s|  4500k|  4498k|     0 |   0.0 |1768M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
256.10/256.11	c   227s|  4510k|  4508k|     0 |   0.0 |1771M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
256.59/256.65	c   228s|  4520k|  4518k|     0 |   0.0 |1775M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
257.09/257.19	c   228s|  4530k|  4528k|     0 |   0.0 |1779M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
257.70/257.73	c   229s|  4540k|  4538k|     0 |   0.0 |1783M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
258.20/258.26	c   229s|  4550k|  4548k|     0 |   0.0 |1787M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
258.79/258.80	c   230s|  4560k|  4558k|     0 |   0.0 |1791M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
259.30/259.33	c   230s|  4570k|  4568k|     0 |   0.0 |1795M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
259.79/259.87	c   231s|  4580k|  4578k|     0 |   0.0 |1798M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
260.40/260.40	c   231s|  4590k|  4588k|     0 |   0.0 |1802M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
260.90/260.94	c   231s|  4600k|  4598k|     0 |   0.0 |1806M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
261.40/261.48	c   232s|  4610k|  4608k|     0 |   0.0 |1810M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
262.00/262.00	c   232s|  4620k|  4618k|     0 |   0.0 |1814M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
262.50/262.57	c   233s|  4630k|  4628k|     0 |   0.0 |1818M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
263.10/263.10	c   233s|  4640k|  4638k|     0 |   0.0 |1822M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
263.60/263.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.60/263.65	c   234s|  4650k|  4648k|     0 |   0.0 |1825M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
264.20/264.22	c   234s|  4660k|  4658k|     0 |   0.0 |1829M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
264.70/264.77	c   235s|  4670k|  4668k|     0 |   0.0 |1833M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
265.29/265.33	c   235s|  4680k|  4678k|     0 |   0.0 |1837M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
265.80/265.86	c   236s|  4690k|  4688k|     0 |   0.0 |1841M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
266.39/266.40	c   236s|  4700k|  4698k|     0 |   0.0 |1845M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
266.90/266.95	c   237s|  4710k|  4708k|     0 |   0.0 |1849M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
267.39/267.47	c   237s|  4720k|  4718k|     0 |   0.0 |1852M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
267.99/268.01	c   238s|  4730k|  4728k|     0 |   0.0 |1856M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
268.50/268.56	c   238s|  4740k|  4738k|     0 |   0.0 |1860M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
269.10/269.10	c   239s|  4750k|  4748k|     0 |   0.0 |1864M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
269.60/269.63	c   239s|  4760k|  4758k|     0 |   0.0 |1868M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
270.09/270.17	c   240s|  4770k|  4768k|     0 |   0.0 |1872M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
270.69/270.70	c   240s|  4780k|  4778k|     0 |   0.0 |1875M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
271.19/271.24	c   241s|  4790k|  4788k|     0 |   0.0 |1879M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
271.71/271.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.71/271.77	c   241s|  4800k|  4798k|     0 |   0.0 |1883M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
272.30/272.32	c   242s|  4810k|  4808k|     0 |   0.0 |1887M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
272.80/272.86	c   242s|  4820k|  4818k|     0 |   0.0 |1891M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
273.40/273.40	c   243s|  4830k|  4828k|     0 |   0.0 |1895M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
273.90/273.93	c   243s|  4840k|  4838k|     0 |   0.0 |1899M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
274.40/274.47	c   244s|  4850k|  4848k|     0 |   0.0 |1902M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
275.00/275.02	c   244s|  4860k|  4858k|     0 |   0.0 |1906M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
275.50/275.57	c   244s|  4870k|  4868k|     0 |   0.0 |1910M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
276.10/276.10	c   245s|  4880k|  4878k|     0 |   0.0 |1914M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
276.60/276.64	c   245s|  4890k|  4888k|     0 |   0.0 |1918M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
277.11/277.17	c   246s|  4900k|  4898k|     0 |   0.0 |1922M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
277.70/277.71	c   246s|  4910k|  4908k|     0 |   0.0 |1926M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
278.21/278.25	c   247s|  4920k|  4918k|     0 |   0.0 |1929M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
278.69/278.79	c   247s|  4930k|  4928k|     0 |   0.0 |1933M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
279.31/279.33	c   248s|  4940k|  4938k|     0 |   0.0 |1937M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
279.80/279.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.80/279.87	c   248s|  4950k|  4948k|     0 |   0.0 |1941M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
280.41/280.41	c   249s|  4960k|  4958k|     0 |   0.0 |1945M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
280.90/280.94	c   249s|  4970k|  4968k|     0 |   0.0 |1949M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
281.40/281.47	c   250s|  4980k|  4978k|     0 |   0.0 |1953M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
281.99/282.01	c   250s|  4990k|  4988k|     0 |   0.0 |1956M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
282.50/282.54	c   251s|  5000k|  4998k|     0 |   0.0 |1960M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
283.00/283.07	c   251s|  5010k|  5008k|     0 |   0.0 |1964M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
283.50/283.59	c   252s|  5020k|  5018k|     0 |   0.0 |1968M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
284.09/284.14	c   252s|  5030k|  5028k|     0 |   0.0 |1972M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
284.60/284.68	c   253s|  5040k|  5038k|     0 |   0.0 |1976M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
285.20/285.21	c   253s|  5050k|  5048k|     0 |   0.0 |1979M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
285.70/285.75	c   253s|  5060k|  5058k|     0 |   0.0 |1983M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
286.20/286.27	c   254s|  5070k|  5068k|     0 |   0.0 |1987M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
286.80/286.80	c   254s|  5080k|  5078k|     0 |   0.0 |1991M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
287.30/287.35	c   255s|  5090k|  5088k|     0 |   0.0 |1995M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
287.80/287.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.80/287.88	c   255s|  5100k|  5098k|     0 |   0.0 |1999M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
288.40/288.42	c   256s|  5110k|  5108k|     0 |   0.0 |2003M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
288.90/288.96	c   256s|  5120k|  5118k|     0 |   0.0 |2006M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
289.39/289.48	c   257s|  5130k|  5128k|     0 |   0.0 |2010M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
290.00/290.01	c   257s|  5140k|  5138k|     0 |   0.0 |2014M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
290.50/290.55	c   258s|  5150k|  5148k|     0 |   0.0 |2018M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
290.99/291.08	c   258s|  5160k|  5158k|     0 |   0.0 |2022M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
291.59/291.61	c   259s|  5170k|  5168k|     0 |   0.0 |2026M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
292.10/292.16	c   259s|  5180k|  5178k|     0 |   0.0 |2030M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
292.61/292.69	c   260s|  5190k|  5188k|     0 |   0.0 |2033M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
293.20/293.22	c   260s|  5200k|  5198k|     0 |   0.0 |2037M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
293.71/293.75	c   261s|  5210k|  5208k|     0 |   0.0 |2041M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
294.20/294.28	c   261s|  5220k|  5218k|     0 |   0.0 |2045M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
294.80/294.82	c   262s|  5230k|  5228k|     0 |   0.0 |2049M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
295.29/295.36	c   262s|  5240k|  5238k|     0 |   0.0 |2053M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
295.80/295.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.80/295.89	c   262s|  5250k|  5248k|     0 |   0.0 |2057M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
296.40/296.42	c   263s|  5260k|  5258k|     0 |   0.0 |2060M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
296.90/296.96	c   263s|  5270k|  5268k|     0 |   0.0 |2064M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
297.40/297.49	c   264s|  5280k|  5278k|     0 |   0.0 |2068M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
298.00/298.03	c   264s|  5290k|  5288k|     0 |   0.0 |2072M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
298.50/298.56	c   265s|  5300k|  5298k|     0 |   0.0 |2076M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
299.00/299.09	c   265s|  5310k|  5308k|     0 |   0.0 |2080M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
299.60/299.63	c   266s|  5320k|  5318k|     0 |   0.0 |2083M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
300.10/300.18	c   266s|  5330k|  5328k|     0 |   0.0 |2087M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
300.70/300.72	c   267s|  5340k|  5338k|     0 |   0.0 |2091M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
301.20/301.24	c   267s|  5350k|  5348k|     0 |   0.0 |2095M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
301.70/301.78	c   268s|  5360k|  5358k|     0 |   0.0 |2099M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
302.29/302.32	c   268s|  5370k|  5368k|     0 |   0.0 |2103M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
302.80/302.86	c   269s|  5380k|  5378k|     0 |   0.0 |2107M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
303.30/303.39	c   269s|  5390k|  5388k|     0 |   0.0 |2110M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
303.90/303.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.90/303.93	c   270s|  5400k|  5398k|     0 |   0.0 |2114M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
304.40/304.49	c   270s|  5410k|  5408k|     0 |   0.0 |2118M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
305.00/305.04	c   271s|  5420k|  5418k|     0 |   0.0 |2122M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
305.49/305.58	c   271s|  5430k|  5428k|     0 |   0.0 |2126M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
306.10/306.12	c   271s|  5440k|  5438k|     0 |   0.0 |2130M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
306.60/306.64	c   272s|  5450k|  5448k|     0 |   0.0 |2134M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
307.10/307.18	c   272s|  5460k|  5458k|     0 |   0.0 |2137M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
307.70/307.70	c   273s|  5470k|  5468k|     0 |   0.0 |2141M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
308.20/308.24	c   273s|  5480k|  5478k|     0 |   0.0 |2145M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
308.70/308.78	c   274s|  5490k|  5488k|     0 |   0.0 |2149M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
309.30/309.32	c   274s|  5500k|  5498k|     0 |   0.0 |2153M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
309.80/309.86	c   275s|  5510k|  5508k|     0 |   0.0 |2157M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
310.40/310.41	c   275s|  5520k|  5518k|     0 |   0.0 |2160M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
310.90/310.94	c   276s|  5530k|  5528k|     0 |   0.0 |2164M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
311.40/311.48	c   276s|  5540k|  5538k|     0 |   0.0 |2168M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
312.00/312.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.00/312.01	c   277s|  5550k|  5548k|     0 |   0.0 |2172M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
312.50/312.57	c   277s|  5560k|  5558k|     0 |   0.0 |2176M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
313.09/313.12	c   278s|  5570k|  5568k|     0 |   0.0 |2180M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
313.60/313.68	c   278s|  5580k|  5578k|     0 |   0.0 |2184M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
314.20/314.23	c   279s|  5590k|  5588k|     0 |   0.0 |2187M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
314.70/314.77	c   279s|  5600k|  5598k|     0 |   0.0 |2191M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
315.30/315.33	c   280s|  5610k|  5608k|     0 |   0.0 |2195M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
315.80/315.88	c   280s|  5620k|  5618k|     0 |   0.0 |2199M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
316.40/316.42	c   281s|  5630k|  5628k|     0 |   0.0 |2203M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
316.90/316.95	c   281s|  5640k|  5638k|     0 |   0.0 |2207M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
317.40/317.49	c   282s|  5650k|  5648k|     0 |   0.0 |2211M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
318.00/318.03	c   282s|  5660k|  5658k|     0 |   0.0 |2214M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
318.50/318.58	c   283s|  5670k|  5668k|     0 |   0.0 |2218M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
319.10/319.14	c   283s|  5680k|  5678k|     0 |   0.0 |2222M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  57 |   0 | 7.000000e+00 |      --      |    Inf 
319.60/319.69	c   283s|  5690k|  5688k|     0 |   0.0 |2226M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  58 |   0 | 7.000000e+00 |      --      |    Inf 
320.20/320.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.20/320.25	c   284s|  5700k|  5698k|     0 |   0.0 |2230M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  58 |   0 | 7.000000e+00 |      --      |    Inf 
320.70/320.79	c   284s|  5710k|  5708k|     0 |   0.0 |2234M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  58 |   0 | 7.000000e+00 |      --      |    Inf 
321.30/321.32	c   285s|  5720k|  5718k|     0 |   0.0 |2238M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  58 |   0 | 7.000000e+00 |      --      |    Inf 
321.80/321.87	c   285s|  5730k|  5728k|     0 |   0.0 |2241M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  58 |   0 | 7.000000e+00 |      --      |    Inf 
322.40/322.41	c   286s|  5740k|  5738k|     0 |   0.0 |2245M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  58 |   0 | 7.000000e+00 |      --      |    Inf 
322.90/322.94	c   286s|  5750k|  5748k|     0 |   0.0 |2249M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  58 |   0 | 7.000000e+00 |      --      |    Inf 
323.40/323.49	c   287s|  5760k|  5758k|     0 |   0.0 |2253M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  58 |   0 | 7.000000e+00 |      --      |    Inf 
324.00/324.04	c   287s|  5770k|  5768k|     0 |   0.0 |2257M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  59 |   0 | 7.000000e+00 |      --      |    Inf 
324.60/324.60	c   288s|  5780k|  5778k|     0 |   0.0 |2261M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  59 |   0 | 7.000000e+00 |      --      |    Inf 
325.10/325.15	c   288s|  5790k|  5788k|     0 |   0.0 |2265M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  59 |   0 | 7.000000e+00 |      --      |    Inf 
325.61/325.69	c   289s|  5800k|  5798k|     0 |   0.0 |2269M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  59 |   0 | 7.000000e+00 |      --      |    Inf 
326.20/326.23	c   289s|  5810k|  5808k|     0 |   0.0 |2272M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  59 |   0 | 7.000000e+00 |      --      |    Inf 
326.71/326.77	c   290s|  5820k|  5818k|     0 |   0.0 |2276M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  59 |   0 | 7.000000e+00 |      --      |    Inf 
327.30/327.31	c   290s|  5830k|  5828k|     0 |   0.0 |2280M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  59 |   0 | 7.000000e+00 |      --      |    Inf 
327.80/327.86	c   291s|  5840k|  5838k|     0 |   0.0 |2284M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  59 |   0 | 7.000000e+00 |      --      |    Inf 
328.40/328.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.40/328.42	c   291s|  5850k|  5848k|     0 |   0.0 |2288M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  60 |   0 | 7.000000e+00 |      --      |    Inf 
328.91/328.99	c   292s|  5860k|  5858k|     0 |   0.0 |2292M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  60 |   0 | 7.000000e+00 |      --      |    Inf 
329.50/329.53	c   292s|  5870k|  5868k|     0 |   0.0 |2296M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  60 |   0 | 7.000000e+00 |      --      |    Inf 
330.00/330.07	c   293s|  5880k|  5878k|     0 |   0.0 |2300M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  60 |   0 | 7.000000e+00 |      --      |    Inf 
330.60/330.64	c   293s|  5890k|  5888k|     0 |   0.0 |2303M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  60 |   0 | 7.000000e+00 |      --      |    Inf 
331.10/331.19	c   294s|  5900k|  5898k|     0 |   0.0 |2307M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  60 |   0 | 7.000000e+00 |      --      |    Inf 
331.70/331.75	c   294s|  5910k|  5908k|     0 |   0.0 |2311M| 157 |   - | 351 | 317 |   0 |   0 |   0 |  60 |   0 | 7.000000e+00 |      --      |    Inf 
332.30/332.30	c   295s|  5920k|  5918k|     0 |   0.0 |2315M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  61 |   0 | 7.000000e+00 |      --      |    Inf 
332.80/332.87	c   295s|  5930k|  5928k|     0 |   0.0 |2319M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  64 |   0 | 7.000000e+00 |      --      |    Inf 
333.40/333.42	c   296s|  5940k|  5938k|     0 |   0.0 |2323M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  64 |   0 | 7.000000e+00 |      --      |    Inf 
333.90/333.96	c   296s|  5950k|  5948k|     0 |   0.0 |2327M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  64 |   0 | 7.000000e+00 |      --      |    Inf 
334.50/334.52	c   297s|  5960k|  5958k|     0 |   0.0 |2331M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  64 |   0 | 7.000000e+00 |      --      |    Inf 
334.99/335.07	c   297s|  5970k|  5968k|     0 |   0.0 |2334M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  64 |   0 | 7.000000e+00 |      --      |    Inf 
335.60/335.63	c   298s|  5980k|  5978k|     0 |   0.0 |2338M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  66 |   0 | 7.000000e+00 |      --      |    Inf 
336.19/336.21	c   298s|  5990k|  5988k|     0 |   0.0 |2342M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  66 |   0 | 7.000000e+00 |      --      |    Inf 
336.70/336.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.70/336.75	c   299s|  6000k|  5998k|     0 |   0.0 |2346M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  66 |   0 | 7.000000e+00 |      --      |    Inf 
337.30/337.31	c   299s|  6010k|  6008k|     0 |   0.0 |2350M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  66 |   0 | 7.000000e+00 |      --      |    Inf 
337.80/337.87	c   300s|  6020k|  6018k|     0 |   0.0 |2354M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  66 |   0 | 7.000000e+00 |      --      |    Inf 
338.40/338.43	c   300s|  6030k|  6028k|     0 |   0.0 |2358M| 157 |   - | 351 | 320 |   0 |   0 |   0 |  70 |   0 | 7.000000e+00 |      --      |    Inf 
339.00/339.02	c   301s|  6040k|  6038k|     0 |   0.0 |2362M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  71 |   0 | 7.000000e+00 |      --      |    Inf 
339.50/339.57	c   301s|  6050k|  6048k|     0 |   0.0 |2365M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  71 |   0 | 7.000000e+00 |      --      |    Inf 
340.10/340.13	c   302s|  6060k|  6058k|     0 |   0.0 |2369M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  71 |   0 | 7.000000e+00 |      --      |    Inf 
340.60/340.69	c   302s|  6070k|  6068k|     0 |   0.0 |2373M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  72 |   0 | 7.000000e+00 |      --      |    Inf 
341.20/341.27	c   303s|  6080k|  6078k|     0 |   0.0 |2377M| 157 |   - | 351 | 320 |   0 |   0 |   0 |  77 |   0 | 7.000000e+00 |      --      |    Inf 
341.80/341.84	c   303s|  6090k|  6088k|     0 |   0.0 |2381M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  77 |   0 | 7.000000e+00 |      --      |    Inf 
342.40/342.40	c   304s|  6100k|  6098k|     0 |   0.0 |2385M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  77 |   0 | 7.000000e+00 |      --      |    Inf 
342.90/342.97	c   304s|  6110k|  6108k|     0 |   0.0 |2389M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  78 |   0 | 7.000000e+00 |      --      |    Inf 
343.50/343.56	c   305s|  6120k|  6118k|     0 |   0.0 |2393M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  78 |   0 | 7.000000e+00 |      --      |    Inf 
344.10/344.12	c   305s|  6130k|  6128k|     0 |   0.0 |2397M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  78 |   0 | 7.000000e+00 |      --      |    Inf 
344.60/344.68	c   306s|  6140k|  6138k|     0 |   0.0 |2401M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  78 |   0 | 7.000000e+00 |      --      |    Inf 
345.20/345.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.20/345.26	c   306s|  6150k|  6148k|     0 |   0.0 |2404M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  79 |   0 | 7.000000e+00 |      --      |    Inf 
345.80/345.81	c   307s|  6160k|  6158k|     0 |   0.0 |2408M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  79 |   0 | 7.000000e+00 |      --      |    Inf 
346.30/346.39	c   307s|  6170k|  6168k|     0 |   0.0 |2412M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  79 |   0 | 7.000000e+00 |      --      |    Inf 
346.90/346.99	c   308s|  6180k|  6178k|     0 |   0.0 |2416M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  80 |   0 | 7.000000e+00 |      --      |    Inf 
347.51/347.56	c   308s|  6190k|  6188k|     0 |   0.0 |2420M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  80 |   0 | 7.000000e+00 |      --      |    Inf 
348.10/348.15	c   309s|  6200k|  6198k|     0 |   0.0 |2424M| 157 |   - | 351 | 318 |   0 |   0 |   0 |  80 |   0 | 7.000000e+00 |      --      |    Inf 
348.70/348.72	c   309s|  6210k|  6208k|     0 |   0.0 |2428M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  81 |   0 | 7.000000e+00 |      --      |    Inf 
349.30/349.31	c   310s|  6220k|  6218k|     0 |   0.0 |2432M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  82 |   0 | 7.000000e+00 |      --      |    Inf 
349.81/349.86	c   310s|  6230k|  6228k|     0 |   0.0 |2436M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  82 |   0 | 7.000000e+00 |      --      |    Inf 
350.40/350.43	c   311s|  6240k|  6238k|     0 |   0.0 |2440M| 157 |   - | 351 | 319 |   0 |   0 |   0 |  83 |   0 | 7.000000e+00 |      --      |    Inf 
351.00/351.02	c   311s|  6250k|  6247k|     0 |   0.0 |2444M| 157 |   - | 351 | 321 |   0 |   0 |   0 |  85 |   0 | 7.000000e+00 |      --      |    Inf 
351.50/351.59	c   312s|  6260k|  6257k|     0 |   0.0 |2448M| 157 |   - | 351 | 320 |   0 |   0 |   0 |  85 |   0 | 7.000000e+00 |      --      |    Inf 
352.10/352.16	c   312s|  6270k|  6267k|     0 |   0.0 |2451M| 157 |   - | 351 | 320 |   0 |   0 |   0 |  86 |   0 | 7.000000e+00 |      --      |    Inf 
352.70/352.73	c   313s|  6280k|  6277k|     0 |   0.0 |2455M| 157 |   - | 351 | 322 |   0 |   0 |   0 |  90 |   0 | 7.000000e+00 |      --      |    Inf 
353.30/353.30	c   313s|  6290k|  6287k|     0 |   0.0 |2459M| 157 |   - | 351 | 320 |   0 |   0 |   0 |  90 |   0 | 7.000000e+00 |      --      |    Inf 
353.80/353.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.80/353.89	c   314s|  6300k|  6297k|     0 |   0.0 |2463M| 157 |   - | 351 | 320 |   0 |   0 |   0 |  90 |   0 | 7.000000e+00 |      --      |    Inf 
354.40/354.47	c   314s|  6310k|  6307k|     0 |   0.0 |2467M| 157 |   - | 351 | 321 |   0 |   0 |   0 |  91 |   0 | 7.000000e+00 |      --      |    Inf 
355.00/355.06	c   315s|  6320k|  6317k|     0 |   0.0 |2471M| 157 |   - | 351 | 321 |   0 |   0 |   0 |  91 |   0 | 7.000000e+00 |      --      |    Inf 
355.60/355.65	c   315s|  6330k|  6327k|     0 |   0.0 |2475M| 157 |   - | 351 | 325 |   0 |   0 |   0 |  95 |   0 | 7.000000e+00 |      --      |    Inf 
356.20/356.27	c   316s|  6340k|  6337k|     0 |   0.0 |2479M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
356.79/356.88	c   316s|  6350k|  6347k|     0 |   0.0 |2483M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
357.40/357.50	c   317s|  6360k|  6357k|     0 |   0.0 |2487M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
358.10/358.10	c   318s|  6370k|  6367k|     0 |   0.0 |2491M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
358.61/358.69	c   318s|  6380k|  6377k|     0 |   0.0 |2495M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
359.20/359.27	c   319s|  6390k|  6387k|     0 |   0.0 |2499M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
359.80/359.87	c   319s|  6400k|  6397k|     0 |   0.0 |2503M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
360.40/360.44	c   320s|  6410k|  6407k|     0 |   0.0 |2506M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
361.00/361.02	c   320s|  6420k|  6417k|     0 |   0.0 |2510M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
361.60/361.62	c   321s|  6430k|  6427k|     0 |   0.0 |2514M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
362.20/362.21	c   321s|  6440k|  6437k|     0 |   0.0 |2518M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
362.70/362.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.70/362.79	c   322s|  6450k|  6447k|     0 |   0.0 |2522M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
363.30/363.39	c   322s|  6460k|  6457k|     0 |   0.0 |2526M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
363.90/363.96	c   323s|  6470k|  6467k|     0 |   0.0 |2530M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
364.50/364.55	c   323s|  6480k|  6477k|     0 |   0.0 |2534M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
365.10/365.10	c   324s|  6490k|  6487k|     0 |   0.0 |2537M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
365.60/365.68	c   324s|  6500k|  6497k|     0 |   0.0 |2541M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
366.20/366.28	c   325s|  6510k|  6507k|     0 |   0.0 |2545M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
366.80/366.86	c   325s|  6520k|  6517k|     0 |   0.0 |2549M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
367.40/367.45	c   326s|  6530k|  6527k|     0 |   0.0 |2553M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
368.00/368.03	c   326s|  6540k|  6537k|     0 |   0.0 |2557M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
368.50/368.59	c   327s|  6550k|  6547k|     0 |   0.0 |2561M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
369.10/369.17	c   327s|  6560k|  6557k|     0 |   0.0 |2565M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
369.70/369.73	c   328s|  6570k|  6567k|     0 |   0.0 |2568M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
370.30/370.30	c   328s|  6580k|  6577k|     0 |   0.0 |2572M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
370.80/370.85	c   329s|  6590k|  6587k|     0 |   0.0 |2576M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
371.40/371.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.40/371.40	c   329s|  6600k|  6597k|     0 |   0.0 |2580M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
371.90/371.96	c   330s|  6610k|  6607k|     0 |   0.0 |2584M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
372.50/372.53	c   330s|  6620k|  6617k|     0 |   0.0 |2588M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
373.00/373.08	c   331s|  6630k|  6627k|     0 |   0.0 |2592M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
373.60/373.63	c   331s|  6640k|  6637k|     0 |   0.0 |2595M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
374.10/374.18	c   332s|  6650k|  6647k|     0 |   0.0 |2599M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
374.70/374.72	c   332s|  6660k|  6657k|     0 |   0.0 |2603M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
375.20/375.28	c   333s|  6670k|  6667k|     0 |   0.0 |2607M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
375.80/375.85	c   333s|  6680k|  6677k|     0 |   0.0 |2611M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
376.40/376.41	c   334s|  6690k|  6687k|     0 |   0.0 |2615M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
376.90/376.95	c   334s|  6700k|  6697k|     0 |   0.0 |2619M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
377.40/377.49	c   335s|  6710k|  6707k|     0 |   0.0 |2622M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
378.00/378.04	c   335s|  6720k|  6717k|     0 |   0.0 |2626M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
378.50/378.59	c   336s|  6730k|  6727k|     0 |   0.0 |2630M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
379.10/379.15	c   336s|  6740k|  6737k|     0 |   0.0 |2634M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
379.70/379.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.70/379.71	c   337s|  6750k|  6747k|     0 |   0.0 |2638M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
380.20/380.27	c   337s|  6760k|  6757k|     0 |   0.0 |2642M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
380.80/380.83	c   338s|  6770k|  6767k|     0 |   0.0 |2646M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
381.30/381.38	c   338s|  6780k|  6777k|     0 |   0.0 |2650M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
381.90/381.95	c   339s|  6790k|  6787k|     0 |   0.0 |2653M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
382.50/382.51	c   339s|  6800k|  6797k|     0 |   0.0 |2657M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
383.00/383.07	c   340s|  6810k|  6807k|     0 |   0.0 |2661M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
383.60/383.63	c   340s|  6820k|  6817k|     0 |   0.0 |2665M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
384.10/384.19	c   341s|  6830k|  6827k|     0 |   0.0 |2669M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
384.70/384.74	c   341s|  6840k|  6837k|     0 |   0.0 |2673M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
385.31/385.33	c   342s|  6850k|  6847k|     0 |   0.0 |2677M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
385.80/385.89	c   342s|  6860k|  6857k|     0 |   0.0 |2681M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
386.40/386.45	c   343s|  6870k|  6867k|     0 |   0.0 |2684M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
387.00/387.01	c   343s|  6880k|  6877k|     0 |   0.0 |2688M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
387.50/387.58	c   344s|  6890k|  6887k|     0 |   0.0 |2692M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
388.10/388.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.10/388.16	c   344s|  6900k|  6897k|     0 |   0.0 |2696M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
388.70/388.74	c   345s|  6910k|  6907k|     0 |   0.0 |2700M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
389.31/389.30	c   345s|  6920k|  6917k|     0 |   0.0 |2704M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
389.81/389.87	c   346s|  6930k|  6927k|     0 |   0.0 |2708M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
390.41/390.43	c   346s|  6940k|  6937k|     0 |   0.0 |2712M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
391.00/391.01	c   347s|  6950k|  6947k|     0 |   0.0 |2716M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
391.60/391.62	c   347s|  6960k|  6957k|     0 |   0.0 |2719M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
392.10/392.19	c   348s|  6970k|  6967k|     0 |   0.0 |2723M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
392.71/392.75	c   348s|  6980k|  6977k|     0 |   0.0 |2727M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
393.30/393.32	c   349s|  6990k|  6987k|     0 |   0.0 |2731M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
393.80/393.88	c   349s|  7000k|  6997k|     0 |   0.0 |2735M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
394.40/394.46	c   350s|  7010k|  7007k|     0 |   0.0 |2739M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
395.00/395.05	c   351s|  7020k|  7017k|     0 |   0.0 |2743M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
395.60/395.60	c   351s|  7030k|  7027k|     0 |   0.0 |2747M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
396.10/396.16	c   352s|  7040k|  7037k|     0 |   0.0 |2751M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
396.70/396.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.70/396.72	c   352s|  7050k|  7047k|     0 |   0.0 |2754M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
397.20/397.28	c   352s|  7060k|  7057k|     0 |   0.0 |2758M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
397.81/397.87	c   353s|  7070k|  7067k|     0 |   0.0 |2762M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
398.40/398.45	c   354s|  7080k|  7077k|     0 |   0.0 |2766M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
398.90/398.99	c   354s|  7090k|  7087k|     0 |   0.0 |2770M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
399.50/399.54	c   355s|  7100k|  7097k|     0 |   0.0 |2774M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
400.11/400.13	c   355s|  7110k|  7107k|     0 |   0.0 |2778M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
400.60/400.69	c   356s|  7120k|  7117k|     0 |   0.0 |2782M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
401.20/401.29	c   356s|  7130k|  7127k|     0 |   0.0 |2786M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
401.80/401.86	c   357s|  7140k|  7137k|     0 |   0.0 |2789M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
402.40/402.40	c   357s|  7150k|  7147k|     0 |   0.0 |2793M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
402.90/402.96	c   358s|  7160k|  7157k|     0 |   0.0 |2797M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
403.50/403.54	c   358s|  7170k|  7167k|     0 |   0.0 |2801M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
404.10/404.12	c   359s|  7180k|  7177k|     0 |   0.0 |2805M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
404.60/404.69	c   359s|  7190k|  7187k|     0 |   0.0 |2809M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
405.20/405.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.20/405.24	c   360s|  7200k|  7197k|     0 |   0.0 |2813M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
405.70/405.80	c   360s|  7210k|  7207k|     0 |   0.0 |2817M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
406.31/406.36	c   361s|  7220k|  7217k|     0 |   0.0 |2820M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
406.91/406.93	c   361s|  7230k|  7227k|     0 |   0.0 |2824M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
407.50/407.50	c   362s|  7240k|  7237k|     0 |   0.0 |2828M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 111 |   0 | 7.000000e+00 |      --      |    Inf 
408.01/408.05	c   362s|  7250k|  7247k|     0 |   0.0 |2832M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
408.60/408.62	c   363s|  7260k|  7257k|     0 |   0.0 |2836M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
409.21/409.21	c   363s|  7270k|  7267k|     0 |   0.0 |2840M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
409.70/409.78	c   364s|  7280k|  7277k|     0 |   0.0 |2844M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
410.31/410.33	c   364s|  7290k|  7287k|     0 |   0.0 |2848M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
410.90/410.91	c   365s|  7300k|  7297k|     0 |   0.0 |2852M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
411.41/411.48	c   365s|  7310k|  7307k|     0 |   0.0 |2856M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
412.01/412.03	c   366s|  7320k|  7317k|     0 |   0.0 |2859M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
412.60/412.61	c   366s|  7330k|  7327k|     0 |   0.0 |2863M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
413.10/413.18	c   367s|  7340k|  7337k|     0 |   0.0 |2867M| 157 |   - | 351 | 318 |   0 |   0 |   0 | 112 |   0 | 7.000000e+00 |      --      |    Inf 
413.30/413.34	c (node 7342809) switching to memory saving mode (mem: 2736.0M/3420.0M)
414.40/414.49	o 27
414.40/414.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.40/414.49	c * 368s|  7343k|  7339k|     0 |   0.0 |2868M| 157 |   - | 351 | 336 |   0 |   0 |   0 | 130 |   0 | 7.000000e+00 | 2.700000e+01 | 285.71%
414.70/414.71	o 25
414.70/414.71	c * 368s|  7344k|  7338k|     0 |   0.0 |2868M| 157 |   - | 351 | 425 |   0 |   0 |   0 | 219 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
416.00/416.00	c   369s|  7350k|  7332k|     0 |   0.0 |2866M| 157 |   - | 351 |1743 |   0 |   0 |   0 |1583 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
418.50/418.52	c   372s|  7360k|  7321k|     0 |   0.0 |2862M| 157 |   - | 351 |2106 |   0 |   0 |   0 |2549 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
421.00/421.01	c   374s|  7370k|  7311k|     0 |   0.0 |2858M| 157 |   - | 351 |2252 |   0 |   0 |   0 |3145 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
423.40/423.43	c   377s|  7380k|  7300k|     0 |   0.0 |2854M| 157 |   - | 351 |2682 |   0 |   0 |   0 |3835 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
425.80/425.86	c   379s|  7390k|  7290k|     0 |   0.0 |2850M| 157 |   - | 351 |2930 |   0 |   0 |   0 |4306 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
428.31/428.39	c   381s|  7400k|  7279k|     0 |   0.0 |2846M| 157 |   - | 351 |2848 |   0 |   0 |   0 |4313 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
431.11/431.17	c   384s|  7410k|  7269k|     0 |   0.0 |2842M| 157 |   - | 351 |3013 |   0 |   0 |   0 |4740 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
434.30/434.33	c   387s|  7420k|  7259k|     0 |   0.0 |2838M| 157 |   - | 351 |2906 |   0 |   0 |   0 |4757 |   0 | 7.000000e+00 | 2.500000e+01 | 257.14%
436.20/436.21	o 24
436.20/436.21	c * 389s|  7425k|  7252k|     0 |   0.0 |2835M| 157 |   - | 351 |3070 |   0 |   0 |   0 |5018 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
437.60/437.67	c   391s|  7430k|  7247k|     0 |   0.0 |2833M| 157 |   - | 351 |3331 |   0 |   0 |   0 |5393 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
440.81/440.81	c   394s|  7440k|  7237k|     0 |   0.0 |2830M| 157 |   - | 351 |3029 |   0 |   0 |   0 |5394 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
444.10/444.10	c   397s|  7450k|  7227k|     0 |   0.0 |2826M| 157 |   - | 351 |2974 |   0 |   0 |   0 |5400 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
447.30/447.33	c   400s|  7460k|  7216k|     0 |   0.0 |2821M| 157 |   - | 351 |3999 |   0 |   0 |   0 |6504 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
450.50/450.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.50/450.54	c   403s|  7470k|  7206k|     0 |   0.0 |2818M| 157 |   - | 351 |4151 |   0 |   0 |   0 |6712 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
453.71/453.79	c   406s|  7480k|  7196k|     0 |   0.0 |2814M| 157 |   - | 351 |3982 |   0 |   0 |   0 |6712 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
457.21/457.24	c   410s|  7490k|  7186k|     0 |   0.0 |2809M| 157 |   - | 351 |3863 |   0 |   0 |   0 |6825 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
460.50/460.51	c   413s|  7500k|  7175k|     0 |   0.0 |2805M| 157 |   - | 351 |4611 |   0 |   0 |   0 |7935 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
463.81/463.88	c   416s|  7510k|  7165k|     0 |   0.0 |2802M| 157 |   - | 351 |4457 |   0 |   0 |   0 |8029 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
467.21/467.25	c   420s|  7520k|  7155k|     0 |   0.0 |2798M| 157 |   - | 351 |4239 |   0 |   0 |   0 |8100 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
470.50/470.58	c   423s|  7530k|  7145k|     0 |   0.0 |2793M| 157 |   - | 351 |4593 |   0 |   0 |   0 |8530 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
473.91/473.90	c   426s|  7540k|  7134k|     0 |   0.0 |2790M| 157 |   - | 351 |5556 |   0 |   0 |   0 |9731 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
477.31/477.34	c   430s|  7550k|  7124k|     0 |   0.0 |2786M| 157 |   - | 351 |5472 |   0 |   0 |   0 |9890 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
480.71/480.74	c   433s|  7560k|  7114k|     0 |   0.0 |2782M| 157 |   - | 351 |5339 |   0 |   0 |   0 |9890 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
484.30/484.31	c   437s|  7570k|  7104k|     0 |   0.0 |2778M| 157 |   - | 351 |5201 |   0 |   0 |   0 |9923 |   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
487.60/487.66	c   440s|  7580k|  7093k|     0 |   0.0 |2774M| 157 |   - | 351 |6379 |   0 |   0 |   0 |  11k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
491.10/491.15	c   443s|  7590k|  7083k|     0 |   0.0 |2770M| 157 |   - | 351 |6112 |   0 |   0 |   0 |  11k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
494.60/494.64	c   447s|  7600k|  7073k|     0 |   0.0 |2767M| 157 |   - | 351 |6220 |   0 |   0 |   0 |  11k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
498.10/498.15	c   450s|  7610k|  7063k|     0 |   0.0 |2763M| 157 |   - | 351 |6091 |   0 |   0 |   0 |  11k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
501.40/501.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.40/501.45	c   453s|  7620k|  7053k|     0 |   0.0 |2759M| 157 |   - | 351 |9269 |   0 |   0 |   0 |  15k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
505.10/505.19	c   457s|  7630k|  7043k|     0 |   0.0 |2756M| 157 |   - | 351 |9780 |   0 |   0 |   0 |  16k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
509.00/509.00	c   461s|  7640k|  7032k|     0 |   0.0 |2752M| 157 |   - | 351 |7994 |   0 |   0 |   0 |  16k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
512.70/512.72	c   465s|  7650k|  7022k|     0 |   0.0 |2748M| 157 |   - | 351 |7587 |   0 |   0 |   0 |  17k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
516.41/516.44	c   468s|  7660k|  7012k|     0 |   0.0 |2743M| 157 |   - | 351 |7588 |   0 |   0 |   0 |  17k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
519.91/519.96	c   472s|  7670k|  7003k|     0 |   0.0 |2742M| 157 |   - | 351 |  13k|   0 |   0 |   0 |  24k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
524.21/524.24	c   476s|  7680k|  6993k|     0 |   0.0 |2739M| 157 |   - | 351 |  15k|   0 |   0 |   0 |  28k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
528.60/528.66	c   480s|  7690k|  6982k|     0 |   0.0 |2734M| 157 |   - | 351 |  12k|   0 |   0 |   0 |  29k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
533.20/533.23	c   485s|  7700k|  6972k|     0 |   0.0 |2731M| 157 |   - | 351 |  11k|   0 |   0 |   0 |  29k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
537.51/537.59	c   489s|  7710k|  6962k|     0 |   0.0 |2727M| 157 |   - | 351 |  12k|   0 |   0 |   0 |  31k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
541.61/541.62	c   493s|  7720k|  6953k|     0 |   0.0 |2725M| 157 |   - | 351 |  19k|   0 |   0 |   0 |  39k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
546.91/546.99	c   498s|  7730k|  6943k|     0 |   0.0 |2721M| 157 |   - | 351 |  17k|   0 |   0 |   0 |  42k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
552.21/552.26	c   504s|  7740k|  6932k|     0 |   0.0 |2717M| 157 |   - | 351 |  16k|   0 |   0 |   0 |  42k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
557.30/557.38	c   509s|  7750k|  6923k|     0 |   0.0 |2714M| 157 |   - | 351 |  16k|   0 |   0 |   0 |  45k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
562.60/562.65	c   514s|  7760k|  6913k|     0 |   0.0 |2710M| 157 |   - | 351 |  17k|   0 |   0 |   0 |  47k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
567.70/567.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.70/567.74	c   519s|  7770k|  6902k|     0 |   0.0 |2705M| 157 |   - | 351 |  16k|   0 |   0 |   0 |  47k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
573.01/573.04	c   524s|  7780k|  6893k|     0 |   0.0 |2704M| 157 |   - | 351 |  21k|   0 |   0 |   0 |  57k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
579.01/579.05	c   530s|  7790k|  6883k|     0 |   0.0 |2700M| 157 |   - | 351 |  22k|   0 |   0 |   0 |  61k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
584.91/584.98	c   536s|  7800k|  6873k|     0 |   0.0 |2697M| 157 |   - | 351 |  24k|   0 |   0 |   0 |  66k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
591.20/591.20	c   542s|  7810k|  6863k|     0 |   0.0 |2694M| 157 |   - | 351 |  23k|   0 |   0 |   0 |  66k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
597.71/597.75	c   549s|  7820k|  6853k|     0 |   0.0 |2689M| 157 |   - | 351 |  24k|   0 |   0 |   0 |  67k|   0 | 7.000000e+00 | 2.400000e+01 | 242.86%
599.11/599.13	o 22
599.11/599.13	c * 550s|  7822k|  6844k|     0 |   0.0 |2687M| 157 |   - | 351 |  23k|   0 |   0 |   0 |  67k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
603.61/603.64	c   555s|  7830k|  6836k|     0 |   0.0 |2684M| 157 |   - | 351 |  24k|   0 |   0 |   0 |  71k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
610.51/610.57	c   561s|  7840k|  6826k|     0 |   0.0 |2681M| 157 |   - | 351 |  24k|   0 |   0 |   0 |  76k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
617.30/617.37	c   568s|  7850k|  6815k|     0 |   0.0 |2676M| 157 |   - | 351 |  22k|   0 |   0 |   0 |  77k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
624.11/624.14	c   575s|  7860k|  6805k|     0 |   0.0 |2673M| 157 |   - | 351 |  22k|   0 |   0 |   0 |  78k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
630.51/630.59	c   581s|  7870k|  6795k|     0 |   0.0 |2669M| 157 |   - | 351 |  21k|   0 |   0 |   0 |  79k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
636.81/636.87	c   588s|  7880k|  6784k|     0 |   0.0 |2664M| 157 |   - | 351 |  21k|   0 |   0 |   0 |  79k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
642.71/642.75	c   593s|  7890k|  6774k|     0 |   0.0 |2662M| 157 |   - | 351 |  27k|   0 |   0 |   0 |  87k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
650.11/650.13	c   601s|  7900k|  6763k|     0 |   0.0 |2658M| 157 |   - | 351 |  27k|   0 |   0 |   0 |  91k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
657.31/657.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
657.31/657.30	c   608s|  7910k|  6753k|     0 |   0.0 |2654M| 157 |   - | 351 |  26k|   0 |   0 |   0 |  91k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
664.32/664.30	c   615s|  7920k|  6743k|     0 |   0.0 |2651M| 157 |   - | 351 |  27k|   0 |   0 |   0 |  94k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
671.21/671.28	c   622s|  7930k|  6732k|     0 |   0.0 |2647M| 157 |   - | 351 |  28k|   0 |   0 |   0 |  95k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
678.41/678.41	c   629s|  7940k|  6722k|     0 |   0.0 |2643M| 157 |   - | 351 |  29k|   0 |   0 |   0 |  97k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
685.21/685.24	c   636s|  7950k|  6712k|     0 |   0.0 |2641M| 157 |   - | 351 |  34k|   0 |   0 |   0 | 105k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
693.80/693.88	c   644s|  7960k|  6703k|     0 |   0.0 |2639M| 157 |   - | 351 |  36k|   0 |   0 |   0 | 114k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
703.01/703.09	c   653s|  7970k|  6692k|     0 |   0.0 |2635M| 157 |   - | 351 |  37k|   0 |   0 |   0 | 118k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
711.81/711.87	c   662s|  7980k|  6684k|     0 |   0.0 |2634M| 157 |   - | 351 |  45k|   0 |   0 |   0 | 127k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
721.81/721.89	c   672s|  7990k|  6676k|     0 |   0.0 |2633M| 157 |   - | 351 |  53k|   0 |   0 |   0 | 137k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
733.91/733.96	c   684s|  8000k|  6666k|     0 |   0.0 |2631M| 157 |   - | 351 |  55k|   0 |   0 |   0 | 142k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
745.72/745.75	c   696s|  8010k|  6656k|     0 |   0.0 |2627M| 157 |   - | 351 |  57k|   0 |   0 |   0 | 148k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
758.21/758.21	c   708s|  8020k|  6647k|     0 |   0.0 |2623M| 157 |   - | 351 |  52k|   0 |   0 |   0 | 158k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
771.51/771.51	c   721s|  8030k|  6638k|     0 |   0.0 |2621M| 157 |   - | 351 |  56k|   0 |   0 |   0 | 170k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
784.81/784.88	c   735s|  8040k|  6631k|     0 |   0.0 |2621M| 157 |   - | 351 |  66k|   0 |   0 |   0 | 186k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
802.91/802.94	c   753s|  8050k|  6622k|     0 |   0.0 |2619M| 157 |   - | 351 |  71k|   0 |   0 |   0 | 195k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
820.32/820.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
820.32/820.32	c   770s|  8060k|  6615k|     0 |   0.0 |2618M| 157 |   - | 351 |  76k|   0 |   0 |   0 | 209k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
837.41/837.47	c   787s|  8070k|  6607k|     0 |   0.0 |2618M| 157 |   - | 351 |  85k|   0 |   0 |   0 | 222k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
857.21/857.25	c   807s|  8080k|  6598k|     0 |   0.0 |2615M| 157 |   - | 351 |  88k|   0 |   0 |   0 | 228k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
877.61/877.61	c   827s|  8090k|  6587k|     0 |   0.0 |2611M| 157 |   - | 351 |  85k|   0 |   0 |   0 | 232k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
892.12/892.19	c   842s|  8100k|  6579k|     0 |   0.0 |2608M| 157 |   - | 351 |  86k|   0 |   0 |   0 | 249k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
910.62/910.62	c   860s|  8110k|  6572k|     0 |   0.0 |2608M| 157 |   - | 351 |  94k|   0 |   0 |   0 | 264k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
934.72/934.78	c   884s|  8120k|  6564k|     0 |   0.0 |2606M| 157 |   - | 351 |  98k|   0 |   0 |   0 | 279k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
961.12/961.16	c   910s|  8130k|  6556k|     0 |   0.0 |2605M| 157 |   - | 351 | 104k|   0 |   0 |   0 | 295k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
984.11/984.17	c   933s|  8140k|  6548k|     0 |   0.0 |2604M| 157 |   - | 351 | 113k|   0 |   0 |   0 | 306k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1016.22/1016.25	c   965s|  8150k|  6539k|     0 |   0.0 |2600M| 157 |   - | 351 | 106k|   0 |   0 |   0 | 312k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1043.93/1043.99	c   993s|  8160k|  6529k|     0 |   0.0 |2596M| 157 |   - | 351 | 106k|   0 |   0 |   0 | 318k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1069.22/1069.21	c  1018s|  8170k|  6521k|     0 |   0.0 |2595M| 157 |   - | 351 | 114k|   0 |   0 |   0 | 330k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1093.52/1093.53	c  1042s|  8180k|  6511k|     0 |   0.0 |2591M| 157 |   - | 351 | 110k|   0 |   0 |   0 | 339k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1115.12/1115.19	c  1064s|  8190k|  6505k|     0 |   0.0 |2591M| 157 |   - | 351 | 117k|   0 |   0 |   0 | 361k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1139.52/1139.60	c  1088s|  8200k|  6498k|     0 |   0.0 |2591M| 157 |   - | 351 | 130k|   0 |   0 |   0 | 381k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1173.22/1173.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1173.22/1173.26	c  1122s|  8210k|  6491k|     0 |   0.0 |2590M| 157 |   - | 351 | 134k|   0 |   0 |   0 | 399k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1207.83/1207.85	c  1156s|  8220k|  6483k|     0 |   0.0 |2589M| 157 |   - | 351 | 139k|   0 |   0 |   0 | 417k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1237.53/1237.53	c  1186s|  8230k|  6476k|     0 |   0.0 |2589M| 157 |   - | 351 | 150k|   0 |   0 |   0 | 431k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1266.52/1266.52	c  1215s|  8240k|  6471k|     0 |   0.0 |2592M| 157 |   - | 351 | 165k|   0 |   0 |   0 | 457k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1299.03/1299.00	c  1247s|  8250k|  6465k|     0 |   0.0 |2592M| 157 |   - | 351 | 175k|   0 |   0 |   0 | 475k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1352.72/1352.78	c  1301s|  8260k|  6455k|     0 |   0.0 |2588M| 157 |   - | 351 | 172k|   0 |   0 |   0 | 482k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1391.03/1391.01	c  1339s|  8270k|  6449k|     0 |   0.0 |2589M| 157 |   - | 351 | 184k|   0 |   0 |   0 | 500k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1433.63/1433.68	c  1382s|  8280k|  6440k|     0 |   0.0 |2584M| 157 |   - | 351 | 177k|   0 |   0 |   0 | 513k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1469.02/1469.05	c  1417s|  8290k|  6432k|     0 |   0.0 |2579M| 157 |   - | 351 | 162k|   0 |   0 |   0 | 532k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1506.43/1506.40	c  1454s|  8300k|  6425k|     0 |   0.0 |2579M| 157 |   - | 351 | 171k|   0 |   0 |   0 | 550k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1544.23/1544.27	c  1492s|  8310k|  6420k|     0 |   0.0 |2580M| 157 |   - | 351 | 182k|   0 |   0 |   0 | 576k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1578.13/1578.13	c  1526s|  8320k|  6415k|     0 |   0.0 |2584M| 157 |   - | 351 | 206k|   0 |   0 |   0 | 606k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1632.53/1632.52	c  1580s|  8330k|  6408k|     0 |   0.0 |2583M| 157 |   - | 351 | 210k|   0 |   0 |   0 | 625k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1677.24/1677.21	c  1625s|  8340k|  6401k|     0 |   0.0 |2584M| 157 |   - | 351 | 223k|   0 |   0 |   0 | 640k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1712.74/1712.78	c  1660s|  8350k|  6398k|     0 |   0.0 |2588M| 157 |   - | 351 | 247k|   0 |   0 |   0 | 670k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1760.63/1760.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1760.63/1760.62	c  1708s|  8360k|  6392k|     0 |   0.0 |2590M| 157 |   - | 351 | 262k|   0 |   0 |   0 | 691k|   0 | 7.000000e+00 | 2.200000e+01 | 214.29%
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1747.55
1800.04/1800.01	c Solving Nodes      : 8366073
1800.04/1800.01	c Primal Bound       : +2.20000000000000e+01 (4 solutions)
1800.04/1800.01	c Dual Bound         : +7.00000000000000e+00
1800.04/1800.01	c Gap                : 214.29 %
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v -x80 x79 -x78 x77 -x76 x75 -x74 x73 x72 -x71 x70 -x69 x68 -x67 x66 -x65 x64 -x63 x62 -x61 -x60 x59 -x58 x57 x56 -x55 -x54 x53 -x52 
1800.04/1800.01	v x51 -x50 x49 -x48 x47 x46 -x45 -x44 x43 x42 -x41 x40 -x39 -x38 x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 x28 -x27 x26 -x25 
1800.04/1800.01	v x24 -x23 x22 -x21 x20 -x19 -x18 x17 -x16 x15 -x14 x13 x12 -x11 x10 -x9 -x8 x7 x6 -x5 -x4 x3 x2 -x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1747.55
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2700550-1278535683.wbo
1800.04/1800.01	c   Variables        : 392 (236 binary, 0 integer, 0 implicit integer, 156 continuous)
1800.04/1800.01	c   Constraints      : 353 initial, 353 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2700550-1278535683.wbo
1800.04/1800.01	c   Variables        : 351 (195 binary, 0 integer, 0 implicit integer, 156 continuous)
1800.04/1800.01	c   Constraints      : 313 initial, 271160 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.00          0         40          0        156          0         40          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :        156          0   11600551          0    7423302       5245   10180560          0          0          0
1800.04/1800.01	c   knapsack         :          1          0   11595308          0    7423302          0          0          0          0          0
1800.04/1800.01	c   linear           :        156          0   11595306          0    7423299      44064    2955564          0          0          0
1800.04/1800.01	c   logicor          :          0+         0    1524669          0          0     880602     483906          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0    7423302          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   indicator        :      61.91       0.00      25.96       0.00      35.95
1800.04/1800.01	c   knapsack         :      82.55       0.00      66.18       0.00      16.37
1800.04/1800.01	c   linear           :      28.66       0.00      25.96       0.00       2.70
1800.04/1800.01	c   logicor          :     184.12       0.00     184.12       0.00       0.00
1800.04/1800.01	c   countsols        :       1.21       0.00       0.00       0.00       1.21
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       2.41          2          0          0
1800.04/1800.01	c   rootredcost      :       2.36          0          0          0
1800.04/1800.01	c   pseudoobj        :      71.20   11617931      17578    2720727
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       3.72     942244      68123     419160       25.9     710658        3.0          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.41       7696       7696      46790       23.9      99223        3.0          -
1800.04/1800.01	c   applied globally :          -          -          -     701900        4.2          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -        477       32.4          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :      75.38    7423298          0          0          0          0   14846596
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.41          -          4
1800.04/1800.01	c   oneopt           :       1.72          0          0
1800.04/1800.01	c   trivial          :       0.00          2          0
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       1.81          0          0
1800.04/1800.01	c   trysol           :       1.93          1          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :    8366073
1800.04/1800.01	c   nodes (total)    :    8366073
1800.04/1800.01	c   nodes left       :    6388075
1800.04/1800.01	c   max depth        :        157
1800.04/1800.01	c   max depth (total):        157
1800.04/1800.01	c   backtracks       :    1141038 (13.6%)
1800.04/1800.01	c   delayed cutoffs  :      84494
1800.04/1800.01	c   repropagations   :      37862 (851876 domain reductions, 12414 cutoffs)
1800.04/1800.01	c   avg switch length:      18.66
1800.04/1800.01	c   switching time   :    1072.76
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          4 (4 improvements)
1800.04/1800.01	c   First Solution   : +2.70000000000000e+01   (in run 1, after 7343985 nodes, 367.78 seconds, depth 131, found by <relaxation>)
1800.04/1800.01	c   Primal Bound     : +2.20000000000000e+01   (in run 1, after 7822208 nodes, 549.93 seconds, depth 92, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +7.00000000000000e+00
1800.04/1800.01	c   Gap              :     214.29 %
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0

Verifier Data

OK	22

Watcher Data

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

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.78 1.97 2.06 4/178 19626
/proc/meminfo: memFree=28937516/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=8476 CPUtime=0
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 1594 0 0 0 0 0 0 0 25 0 1 0 21782467 8679424 1517 4089446400 4194304 7136930 140734262803392 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19626/statm: 2119 1518 275 719 0 1398 0

[startup+0.0576371 s]
/proc/loadavg: 1.78 1.97 2.06 4/178 19626
/proc/meminfo: memFree=28937516/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=13044 CPUtime=0.05
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 4027 0 0 0 5 0 0 0 25 0 1 0 21782467 13357056 2569 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 3261 2569 402 719 0 2540 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13044

[startup+0.10063 s]
/proc/loadavg: 1.78 1.97 2.06 4/178 19626
/proc/meminfo: memFree=28937516/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=13616 CPUtime=0.09
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 4153 0 0 0 9 0 0 0 25 0 1 0 21782467 13942784 2695 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 3404 2695 402 719 0 2683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13616

[startup+0.300595 s]
/proc/loadavg: 1.78 1.97 2.06 4/178 19626
/proc/meminfo: memFree=28937516/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=15608 CPUtime=0.29
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 4650 0 0 0 26 3 0 0 25 0 1 0 21782467 15982592 3192 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 3902 3192 402 719 0 3181 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15608

[startup+0.700523 s]
/proc/loadavg: 1.78 1.97 2.06 4/178 19626
/proc/meminfo: memFree=28937516/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=18772 CPUtime=0.69
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 5499 0 0 0 60 9 0 0 25 0 1 0 21782467 19222528 4041 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 4693 4041 402 719 0 3972 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18772

[startup+1.50038 s]
/proc/loadavg: 1.78 1.97 2.06 3/179 19628
/proc/meminfo: memFree=28918660/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=25632 CPUtime=1.49
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 7238 0 0 0 129 20 0 0 25 0 1 0 21782467 26247168 5780 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 6408 5780 402 719 0 5687 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25632

[startup+3.1001 s]
/proc/loadavg: 1.78 1.97 2.06 3/179 19628
/proc/meminfo: memFree=28908252/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=35348 CPUtime=3.09
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 9784 0 0 0 270 39 0 0 25 0 1 0 21782467 36196352 8326 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 8837 8326 402 719 0 8116 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35348

[startup+6.30053 s]
/proc/loadavg: 1.80 1.97 2.06 3/179 19628
/proc/meminfo: memFree=28880628/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=59376 CPUtime=6.29
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 15525 0 0 0 551 78 0 0 25 0 1 0 21782467 60801024 14067 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 14844 14067 402 719 0 14123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59376

[startup+12.7004 s]
/proc/loadavg: 1.82 1.97 2.06 3/179 19628
/proc/meminfo: memFree=28828928/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=106928 CPUtime=12.7
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 26799 0 0 0 1123 147 0 0 25 0 1 0 21782467 109494272 25341 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 26732 25341 402 719 0 26011 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 106928

[startup+25.5001 s]
/proc/loadavg: 1.86 1.97 2.05 3/179 19629
/proc/meminfo: memFree=28719568/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=193000 CPUtime=25.49
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 49143 0 0 0 2267 282 0 0 25 0 1 0 21782467 197632000 47685 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 48250 47685 402 719 0 47529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 193000

[startup+51.1006 s]
/proc/loadavg: 1.90 1.97 2.05 3/179 19629
/proc/meminfo: memFree=28515800/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=371028 CPUtime=51.1
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 93228 0 0 0 4546 564 0 0 25 0 1 0 21782467 379932672 91770 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 92757 91770 402 719 0 92036 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 371028

[startup+102.307 s]
/proc/loadavg: 1.96 1.97 2.05 3/179 19631
/proc/meminfo: memFree=28101592/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=718432 CPUtime=102.3
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 179239 0 0 0 9104 1126 0 0 25 0 1 0 21782467 735674368 177781 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 179608 177781 402 719 0 178887 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 718432

[startup+162.301 s]
/proc/loadavg: 1.98 1.97 2.04 3/179 19632
/proc/meminfo: memFree=27589656/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=1172428 CPUtime=162.3
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 288852 0 0 0 14418 1812 0 0 25 0 1 0 21782467 1200566272 287394 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 293107 287394 402 719 0 292386 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1172428

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 2.04 3/179 19633
/proc/meminfo: memFree=27070276/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=1591456 CPUtime=222.29
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 397916 0 0 0 19722 2507 0 0 25 0 1 0 21782467 1629650944 396458 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 397864 396458 402 719 0 397143 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1591456

[startup+282.301 s]
/proc/loadavg: 2.03 1.99 2.03 3/179 19635
/proc/meminfo: memFree=26557584/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=2078668 CPUtime=282.3
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 507674 0 0 0 25043 3187 0 0 25 0 1 0 21782467 2128556032 506216 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 519667 506216 402 719 0 518946 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2078668

[startup+342.3 s]
/proc/loadavg: 2.01 1.99 2.03 3/179 19637
/proc/meminfo: memFree=26035712/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=2500024 CPUtime=342.3
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 617320 0 0 0 30345 3885 0 0 25 0 1 0 21782467 2560024576 615862 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 625006 615862 402 719 0 624285 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2500024

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 2.02 3/179 19639
/proc/meminfo: memFree=25541104/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=2901204 CPUtime=402.3
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 721715 0 0 0 35693 4537 0 0 25 0 1 0 21782467 2970832896 720257 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 725301 720257 402 719 0 724580 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2901204

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 2.02 3/179 19640
/proc/meminfo: memFree=25370540/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=2978216 CPUtime=462.3
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 770369 0 0 0 41485 4745 0 0 25 0 1 0 21782467 3049693184 740236 4089446400 4194304 7136930 140734262803392 18446744073709551615 6000505 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 744554 740236 403 719 0 743833 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2978216

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 2.01 3/179 19641
/proc/meminfo: memFree=25288524/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=2982436 CPUtime=522.31
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 771370 0 0 0 47403 4828 0 0 25 0 1 0 21782467 3054014464 741237 4089446400 4194304 7136930 140734262803392 18446744073709551615 5004423 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 745609 741237 403 719 0 744888 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2982436

[startup+582.301 s]
/proc/loadavg: 2.03 2.00 2.01 3/179 19643
/proc/meminfo: memFree=25204876/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=2986512 CPUtime=582.31
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 772203 0 0 0 53337 4894 0 0 25 0 1 0 21782467 3058188288 742070 4089446400 4194304 7136930 140734262803392 18446744073709551615 6165759 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 746628 742070 403 719 0 745907 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2986512

[startup+642.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19645
/proc/meminfo: memFree=25120476/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=2989428 CPUtime=642.32
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 772713 0 0 0 59293 4939 0 0 25 0 1 0 21782467 3061174272 742580 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 747357 742580 403 719 0 746636 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2989428

[startup+702.301 s]

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

/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 779702 0 0 0 101124 5107 0 0 25 0 1 0 21782467 3094876160 749569 4089446400 4194304 7136930 140734262803392 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 755585 749569 403 719 0 754864 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3022340

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 19666
/proc/meminfo: memFree=24428796/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3027376 CPUtime=1122.32
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 780497 0 0 0 107108 5124 0 0 25 0 1 0 21782467 3100033024 750364 4089446400 4194304 7136930 140734262803392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 756844 750364 403 719 0 756123 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3027376

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19668
/proc/meminfo: memFree=24341816/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3032128 CPUtime=1182.32
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 781771 0 0 0 113089 5143 0 0 25 0 1 0 21782467 3104899072 751638 4089446400 4194304 7136930 140734262803392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 758032 751638 403 719 0 757311 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3032128

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19670
/proc/meminfo: memFree=24252108/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3036592 CPUtime=1242.32
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 783103 0 0 0 119077 5155 0 0 25 0 1 0 21782467 3109470208 752970 4089446400 4194304 7136930 140734262803392 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 759148 752970 403 719 0 758427 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3036592

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19672
/proc/meminfo: memFree=24163508/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3043468 CPUtime=1302.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 784382 0 0 0 125064 5169 0 0 25 0 1 0 21782467 3116511232 754249 4089446400 4194304 7136930 140734262803392 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 760867 754249 403 719 0 760146 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3043468

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19673
/proc/meminfo: memFree=24082720/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3043468 CPUtime=1362.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 784465 0 0 0 131057 5176 0 0 25 0 1 0 21782467 3116511232 754332 4089446400 4194304 7136930 140734262803392 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 760867 754332 403 719 0 760146 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3043468

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19674
/proc/meminfo: memFree=23993260/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3045652 CPUtime=1422.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 784986 0 0 0 137046 5187 0 0 25 0 1 0 21782467 3118747648 754853 4089446400 4194304 7136930 140734262803392 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 761413 754853 403 719 0 760692 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3045652

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19676
/proc/meminfo: memFree=23911840/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3047264 CPUtime=1482.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 785495 0 0 0 143036 5197 0 0 25 0 1 0 21782467 3120398336 755362 4089446400 4194304 7136930 140734262803392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 761816 755362 403 719 0 761095 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3047264

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/179 19678
/proc/meminfo: memFree=23825708/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3050872 CPUtime=1542.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 785862 0 0 0 149024 5209 0 0 25 0 1 0 21782467 3124092928 755729 4089446400 4194304 7136930 140734262803392 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 762718 755729 403 719 0 761997 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3050872

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19708
/proc/meminfo: memFree=26169676/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3058508 CPUtime=1602.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 787627 0 0 0 155011 5222 0 0 25 0 1 0 21782467 3131912192 757494 4089446400 4194304 7136930 140734262803392 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 764627 757494 403 719 0 763906 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3058508

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19709
/proc/meminfo: memFree=26167240/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3059344 CPUtime=1662.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 787862 0 0 0 161004 5229 0 0 25 0 1 0 21782467 3132768256 757729 4089446400 4194304 7136930 140734262803392 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 764836 757729 403 719 0 764115 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3059344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19710
/proc/meminfo: memFree=26158880/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3068476 CPUtime=1722.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 789973 0 0 0 166993 5240 0 0 25 0 1 0 21782467 3142119424 759840 4089446400 4194304 7136930 140734262803392 18446744073709551615 4210584 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 767119 759840 403 719 0 766398 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 3068476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19712
/proc/meminfo: memFree=26152400/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3073112 CPUtime=1782.33
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 791270 0 0 0 172984 5249 0 0 25 0 1 0 21782467 3146866688 761137 4089446400 4194304 7136930 140734262803392 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 768278 761137 403 719 0 767557 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 3073112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19712
/proc/meminfo: memFree=26152268/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3074820 CPUtime=1800.04
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 791397 0 0 0 174754 5250 0 0 25 0 1 0 21782467 3148615680 761264 4089446400 4194304 7136930 140734262803392 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19626/statm: 768705 761264 403 719 0 767984 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3074820

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19626

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19714
/proc/meminfo: memFree=26152260/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3074820 CPUtime=1801.43
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 791403 0 0 0 174893 5250 0 0 20 0 1 0 21782467 3148615680 761270 4089446400 4194304 7136930 140734262803392 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19626/statm: 768705 761270 409 719 0 767984 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 3074820

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19714
/proc/meminfo: memFree=26152136/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3074820 CPUtime=1801.84
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 791403 0 0 0 174934 5250 0 0 20 0 1 0 21782467 3148615680 761270 4089446400 4194304 7136930 140734262803392 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19626/statm: 768705 761270 409 719 0 767984 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3074820

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19714
/proc/meminfo: memFree=26152136/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=3074820 CPUtime=1802.03
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4202496 791403 0 0 0 174953 5250 0 0 21 0 1 0 21782467 3148615680 761270 4089446400 4194304 7136930 140734262803392 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19626/statm: 768705 761270 409 719 0 767984 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 3074820

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19714
/proc/meminfo: memFree=26152136/32951124 swapFree=67111528/67111528
[pid=19626] ppid=19624 vsize=0 CPUtime=1802.14
/proc/19626/stat : 19626 (pbscip.linux.x8) R 19624 19626 18087 0 -1 4203524 791403 0 0 0 174954 5260 0 0 21 0 1 0 21782467 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19626/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.15
CPU user time (s): 1749.54
CPU system time (s): 52.604
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3106252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1749.54
system time used= 52.604
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 791403
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= 2
involuntary context switches= 1901

runsolver used 2.46162 second user time and 5.83111 second system time

The end

Launcher Data

Begin job on node107 at 2010-07-07 22:48:03
IDJOB=2700550
IDBENCH=79437
IDSOLVER=1206
FILE ID=node107/2700550-1278535683
PBS_JOBID= 11239264
Free space on /tmp= 73648 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom40-2_wcsp.wbo
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-2700550-1278535683/watcher-2700550-1278535683 -o /tmp/evaluation-result-2700550-1278535683/solver-2700550-1278535683 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700550-1278535683.wbo -t 1800 -m 3800

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

MD5SUM BENCH= dc0207dd780e8486ac4fdb37fec549e2
RANDOM SEED=1678794667

node107.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5265.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28938044 kB
Buffers:        131788 kB
Cached:        3364312 kB
SwapCached:          0 kB
Active:        1175584 kB
Inactive:      2676252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28938044 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3564 kB
Writeback:           0 kB
AnonPages:      355224 kB
Mapped:          16856 kB
Slab:            96800 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   501340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73648 MiB
End job on node107 at 2010-07-07 23:18:05