Trace number 2694078

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-25-20--soft-0-100-0.wbo
MD5SUM3ef623ad54bc9b8a55f5198a1c4abc02
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.023996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints45
Number of soft constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Top cost 1950
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 1949
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2694078-1277922619.wbo>
0.00/0.00	c original problem has 590 variables (545 bin, 0 int, 0 impl, 45 cont) and 91 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	o 1949
0.00/0.00	c feasible solution found by trivial heuristic, objective value  1.949000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 45 impls, 0 clqs
0.00/0.00	c (round 2) 0 del vars, 1 del conss, 45 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 45 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/545 (18.5%) - 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 (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 45 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  45 implications, 0 cliques
0.00/0.01	c presolved problem has 590 variables (545 bin, 0 int, 0 impl, 45 cont) and 90 constraints
0.00/0.01	c      45 constraints of type <indicator>
0.00/0.01	c      45 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 t 0.0s|     1 |     2 |     0 |     - |1288k|   0 |   - | 590 |  90 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
0.49/0.51	c   0.4s| 10000 |  9816 |     0 |   0.0 |5104k| 389 |   - | 590 | 977 |   0 |   0 |   0 | 921 |   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
0.99/1.06	c   0.8s| 20000 | 19560 |     0 |   0.0 |8914k| 389 |   - | 590 |2061 |   0 |   0 |   0 |2223 |   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
1.59/1.66	c   1.2s| 30000 | 28931 |     0 |   0.0 |  12M| 389 |   - | 590 |3547 |   0 |   0 |   0 |5394 |   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
2.29/2.35	c   1.7s| 40000 | 38593 |     0 |   0.0 |  17M| 459 |   - | 590 |4056 |   0 |   0 |   0 |7094 |   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
2.90/2.97	c   2.2s| 50000 | 48383 |     0 |   0.0 |  19M| 459 |   - | 590 |2003 |   0 |   0 |   0 |8228 |   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
3.49/3.56	c   2.7s| 60000 | 58189 |     0 |   0.0 |  22M| 459 |   - | 590 |1205 |   0 |   0 |   0 |9258 |   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
4.09/4.12	c   3.1s| 70000 | 68003 |     0 |   0.0 |  25M| 459 |   - | 590 |1074 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
4.59/4.68	c   3.5s| 80000 | 77807 |     0 |   0.0 |  28M| 459 |   - | 590 |1041 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
5.19/5.24	c   4.0s| 90000 | 87612 |     0 |   0.0 |  31M| 459 |   - | 590 | 987 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
5.69/5.79	c   4.4s|100000 | 97416 |     0 |   0.0 |  34M| 459 |   - | 590 | 809 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
6.29/6.34	c   4.8s|110000 |107203 |     0 |   0.0 |  37M| 459 |   - | 590 | 790 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
6.79/6.87	c   5.2s|120000 |117017 |     0 |   0.0 |  40M| 459 |   - | 590 | 760 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
7.39/7.41	c   5.5s|130000 |126834 |     0 |   0.0 |  43M| 459 |   - | 590 | 788 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
7.89/7.93	c   5.9s|140000 |136651 |     0 |   0.0 |  46M| 459 |   - | 590 | 800 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
8.40/8.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.40/8.46	c   6.3s|150000 |146456 |     0 |   0.0 |  49M| 459 |   - | 590 | 783 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
9.00/9.00	c   6.7s|160000 |156248 |     0 |   0.0 |  52M| 459 |   - | 590 | 853 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
9.49/9.54	c   7.1s|170000 |166038 |     0 |   0.0 |  55M| 459 |   - | 590 | 840 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
10.00/10.08	c   7.4s|180000 |175820 |     0 |   0.0 |  58M| 459 |   - | 590 | 853 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
10.59/10.62	c   7.8s|190000 |185621 |     0 |   0.0 |  61M| 459 |   - | 590 | 888 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
11.09/11.16	c   8.3s|200000 |195424 |     0 |   0.0 |  63M| 459 |   - | 590 | 908 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
11.69/11.70	c   8.7s|210000 |205211 |     0 |   0.0 |  66M| 459 |   - | 590 | 880 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
12.19/12.24	c   9.1s|220000 |215006 |     0 |   0.0 |  69M| 459 |   - | 590 | 907 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
12.69/12.76	c   9.5s|230000 |224821 |     0 |   0.0 |  72M| 459 |   - | 590 | 909 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
13.20/13.28	c   9.8s|240000 |234605 |     0 |   0.0 |  75M| 459 |   - | 590 | 999 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
13.79/13.81	c  10.2s|250000 |244381 |     0 |   0.0 |  78M| 459 |   - | 590 |1087 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
14.30/14.34	c  10.6s|260000 |254163 |     0 |   0.0 |  81M| 459 |   - | 590 |1043 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
14.79/14.88	c  11.0s|270000 |263932 |     0 |   0.0 |  84M| 459 |   - | 590 |1104 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
15.40/15.41	c  11.4s|280000 |273723 |     0 |   0.0 |  87M| 459 |   - | 590 |1152 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
15.89/15.94	c  11.8s|290000 |283530 |     0 |   0.0 |  90M| 459 |   - | 590 |1048 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
16.40/16.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.40/16.47	c  12.2s|300000 |293299 |     0 |   0.0 |  93M| 459 |   - | 590 |1065 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
16.99/17.00	c  12.5s|310000 |303094 |     0 |   0.0 |  96M| 459 |   - | 590 |1049 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
17.49/17.54	c  12.9s|320000 |312845 |     0 |   0.0 |  99M| 459 |   - | 590 |1094 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
17.99/18.07	c  13.4s|330000 |322619 |     0 |   0.0 | 102M| 459 |   - | 590 |1084 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
18.49/18.60	c  13.8s|340000 |332406 |     0 |   0.0 | 105M| 459 |   - | 590 |1124 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
19.09/19.14	c  14.2s|350000 |342157 |     0 |   0.0 | 108M| 459 |   - | 590 |1125 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
19.59/19.67	c  14.6s|360000 |351918 |     0 |   0.0 | 111M| 459 |   - | 590 |1180 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
20.19/20.20	c  14.9s|370000 |361703 |     0 |   0.0 | 114M| 459 |   - | 590 |1232 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
20.69/20.73	c  15.3s|380000 |371495 |     0 |   0.0 | 117M| 459 |   - | 590 |1161 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
21.19/21.26	c  15.7s|390000 |381287 |     0 |   0.0 | 120M| 459 |   - | 590 |1146 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
21.69/21.79	c  16.0s|400000 |391074 |     0 |   0.0 | 123M| 459 |   - | 590 |1083 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
22.30/22.32	c  16.4s|410000 |400831 |     0 |   0.0 | 126M| 459 |   - | 590 |1170 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
22.79/22.86	c  16.8s|420000 |410612 |     0 |   0.0 | 129M| 459 |   - | 590 |1251 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
23.29/23.38	c  17.2s|430000 |420389 |     0 |   0.0 | 132M| 459 |   - | 590 |1231 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
23.89/23.92	c  17.6s|440000 |430148 |     0 |   0.0 | 135M| 459 |   - | 590 |1256 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
24.39/24.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.39/24.46	c  18.0s|450000 |439894 |     0 |   0.0 | 138M| 459 |   - | 590 |1233 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
24.99/25.00	c  18.4s|460000 |449641 |     0 |   0.0 | 141M| 459 |   - | 590 |1349 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
25.49/25.56	c  18.8s|470000 |459375 |     0 |   0.0 | 144M| 459 |   - | 590 |1352 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
25.99/26.09	c  19.2s|480000 |469141 |     0 |   0.0 | 147M| 459 |   - | 590 |1375 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
26.59/26.64	c  19.6s|490000 |478873 |     0 |   0.0 | 150M| 459 |   - | 590 |1409 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
27.09/27.18	c  20.0s|500000 |488626 |     0 |   0.0 | 153M| 459 |   - | 590 |1333 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
27.69/27.71	c  20.4s|510000 |498390 |     0 |   0.0 | 155M| 459 |   - | 590 |1355 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
28.19/28.24	c  20.8s|520000 |508148 |     0 |   0.0 | 158M| 459 |   - | 590 |1394 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
28.69/28.78	c  21.2s|530000 |517898 |     0 |   0.0 | 162M| 459 |   - | 590 |1442 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
29.29/29.31	c  21.6s|540000 |527652 |     0 |   0.0 | 164M| 459 |   - | 590 |1387 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
29.80/29.85	c  21.9s|550000 |537415 |     0 |   0.0 | 167M| 459 |   - | 590 |1425 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
30.29/30.38	c  22.4s|560000 |547163 |     0 |   0.0 | 171M| 459 |   - | 590 |1550 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
30.89/30.92	c  22.8s|570000 |556911 |     0 |   0.0 | 174M| 459 |   - | 590 |1524 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
31.39/31.46	c  23.2s|580000 |566656 |     0 |   0.0 | 177M| 459 |   - | 590 |1564 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
31.99/32.01	c  23.6s|590000 |576388 |     0 |   0.0 | 180M| 459 |   - | 590 |1561 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
32.49/32.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.49/32.54	c  24.0s|600000 |586148 |     0 |   0.0 | 183M| 459 |   - | 590 |1513 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
32.99/33.09	c  24.4s|610000 |595877 |     0 |   0.0 | 185M| 459 |   - | 590 |1487 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
33.59/33.62	c  24.8s|620000 |605629 |     0 |   0.0 | 188M| 459 |   - | 590 |1483 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
34.10/34.16	c  25.2s|630000 |615368 |     0 |   0.0 | 192M| 459 |   - | 590 |1621 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
34.70/34.70	c  25.6s|640000 |625110 |     0 |   0.0 | 195M| 459 |   - | 590 |1684 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
35.20/35.24	c  26.0s|650000 |634849 |     0 |   0.0 | 198M| 459 |   - | 590 |1721 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
35.69/35.78	c  26.4s|660000 |644574 |     0 |   0.0 | 201M| 459 |   - | 590 |1873 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
36.30/36.33	c  26.8s|670000 |654296 |     0 |   0.0 | 204M| 459 |   - | 590 |2092 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
36.79/36.87	c  27.2s|680000 |664054 |     0 |   0.0 | 207M| 459 |   - | 590 |1958 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
37.39/37.43	c  27.6s|690000 |673770 |     0 |   0.0 | 210M| 459 |   - | 590 |1974 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
37.89/37.96	c  28.0s|700000 |683517 |     0 |   0.0 | 213M| 459 |   - | 590 |1978 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
38.50/38.51	c  28.4s|710000 |693264 |     0 |   0.0 | 216M| 459 |   - | 590 |1984 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
38.99/39.06	c  28.8s|720000 |702978 |     0 |   0.0 | 219M| 459 |   - | 590 |2055 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
39.50/39.58	c  29.1s|730000 |712729 |     0 |   0.0 | 222M| 459 |   - | 590 |2162 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
40.09/40.13	c  29.5s|740000 |722466 |     0 |   0.0 | 225M| 459 |   - | 590 |2250 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
40.60/40.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.60/40.68	c  29.9s|750000 |732175 |     0 |   0.0 | 228M| 459 |   - | 590 |2309 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
41.19/41.22	c  30.3s|760000 |741904 |     0 |   0.0 | 231M| 459 |   - | 590 |2447 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
41.70/41.78	c  30.7s|770000 |751639 |     0 |   0.0 | 234M| 459 |   - | 590 |2351 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
42.29/42.32	c  31.1s|780000 |761372 |     0 |   0.0 | 237M| 459 |   - | 590 |2219 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
42.80/42.85	c  31.5s|790000 |771100 |     0 |   0.0 | 240M| 459 |   - | 590 |2239 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
43.40/43.40	c  31.8s|800000 |780822 |     0 |   0.0 | 243M| 459 |   - | 590 |1947 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
43.90/43.95	c  32.3s|810000 |790523 |     0 |   0.0 | 246M| 459 |   - | 590 |1843 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
44.39/44.49	c  32.7s|820000 |800250 |     0 |   0.0 | 249M| 459 |   - | 590 |2003 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
45.00/45.04	c  33.1s|830000 |809957 |     0 |   0.0 | 252M| 459 |   - | 590 |1921 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
45.50/45.57	c  33.5s|840000 |819680 |     0 |   0.0 | 255M| 459 |   - | 590 |1968 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
46.10/46.12	c  33.9s|850000 |829396 |     0 |   0.0 | 258M| 459 |   - | 590 |2186 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
46.59/46.69	c  34.3s|860000 |839087 |     0 |   0.0 | 261M| 459 |   - | 590 |2161 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
47.20/47.25	c  34.7s|870000 |848784 |     0 |   0.0 | 264M| 459 |   - | 590 |2226 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
47.69/47.78	c  35.1s|880000 |858505 |     0 |   0.0 | 267M| 459 |   - | 590 |2286 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
48.29/48.33	c  35.5s|890000 |868223 |     0 |   0.0 | 270M| 459 |   - | 590 |2085 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
48.79/48.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.79/48.88	c  35.9s|900000 |877932 |     0 |   0.0 | 273M| 459 |   - | 590 |2033 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
49.40/49.43	c  36.3s|910000 |887638 |     0 |   0.0 | 276M| 459 |   - | 590 |2034 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
49.90/49.99	c  36.7s|920000 |897336 |     0 |   0.0 | 280M| 459 |   - | 590 |2091 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
50.50/50.54	c  37.1s|930000 |907039 |     0 |   0.0 | 283M| 459 |   - | 590 |2041 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
51.09/51.10	c  37.6s|940000 |916724 |     0 |   0.0 | 286M| 459 |   - | 590 |2175 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
51.59/51.66	c  38.0s|950000 |926427 |     0 |   0.0 | 289M| 459 |   - | 590 |2146 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
52.19/52.22	c  38.4s|960000 |936098 |     0 |   0.0 | 292M| 459 |   - | 590 |2368 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
52.70/52.77	c  38.8s|970000 |945783 |     0 |   0.0 | 295M| 459 |   - | 590 |2503 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
53.30/53.34	c  39.2s|980000 |955465 |     0 |   0.0 | 298M| 459 |   - | 590 |2539 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
53.80/53.88	c  39.6s|990000 |965177 |     0 |   0.0 | 301M| 459 |   - | 590 |2650 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
54.40/54.45	c  40.1s|  1000k|974849 |     0 |   0.0 | 304M| 459 |   - | 590 |2820 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
55.00/55.03	c  40.5s|  1010k|984527 |     0 |   0.0 | 307M| 459 |   - | 590 |2718 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
55.59/55.60	c  40.9s|  1020k|994200 |     0 |   0.0 | 310M| 459 |   - | 590 |2844 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
56.10/56.17	c  41.3s|  1030k|  1003k|     0 |   0.0 | 313M| 459 |   - | 590 |2810 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
56.70/56.72	c  41.7s|  1040k|  1013k|     0 |   0.0 | 316M| 459 |   - | 590 |2735 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
57.20/57.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.20/57.29	c  42.2s|  1050k|  1023k|     0 |   0.0 | 319M| 459 |   - | 590 |2882 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
57.79/57.86	c  42.6s|  1060k|  1032k|     0 |   0.0 | 322M| 459 |   - | 590 |2500 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
58.39/58.43	c  43.0s|  1070k|  1042k|     0 |   0.0 | 325M| 459 |   - | 590 |2379 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
58.89/58.98	c  43.5s|  1080k|  1052k|     0 |   0.0 | 329M| 459 |   - | 590 |2564 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
59.49/59.54	c  43.8s|  1090k|  1061k|     0 |   0.0 | 332M| 459 |   - | 590 |2351 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
60.09/60.12	c  44.3s|  1100k|  1071k|     0 |   0.0 | 335M| 459 |   - | 590 |2378 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
60.59/60.69	c  44.7s|  1110k|  1081k|     0 |   0.0 | 338M| 459 |   - | 590 |2539 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
61.19/61.26	c  45.1s|  1120k|  1090k|     0 |   0.0 | 341M| 459 |   - | 590 |2630 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
61.79/61.84	c  45.5s|  1130k|  1100k|     0 |   0.0 | 344M| 459 |   - | 590 |2984 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
62.39/62.41	c  45.9s|  1140k|  1110k|     0 |   0.0 | 347M| 459 |   - | 590 |3002 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
62.99/63.01	c  46.4s|  1150k|  1119k|     0 |   0.0 | 350M| 459 |   - | 590 |2980 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
63.50/63.56	c  46.8s|  1160k|  1129k|     0 |   0.0 | 353M| 459 |   - | 590 |3177 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
64.10/64.15	c  47.2s|  1170k|  1139k|     0 |   0.0 | 356M| 459 |   - | 590 |3102 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
64.69/64.74	c  47.7s|  1180k|  1148k|     0 |   0.0 | 359M| 459 |   - | 590 |3134 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
65.30/65.30	c  48.1s|  1190k|  1158k|     0 |   0.0 | 363M| 459 |   - | 590 |3360 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
65.80/65.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.80/65.90	c  48.6s|  1200k|  1168k|     0 |   0.0 | 366M| 459 |   - | 590 |3235 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
66.49/66.51	c  49.0s|  1210k|  1177k|     0 |   0.0 | 369M| 459 |   - | 590 |3179 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
67.00/67.10	c  49.5s|  1220k|  1187k|     0 |   0.0 | 372M| 459 |   - | 590 |3273 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
67.70/67.70	c  49.9s|  1230k|  1197k|     0 |   0.0 | 375M| 459 |   - | 590 |3211 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
68.29/68.30	c  50.4s|  1240k|  1206k|     0 |   0.0 | 378M| 459 |   - | 590 |3554 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
68.79/68.89	c  50.8s|  1250k|  1216k|     0 |   0.0 | 381M| 459 |   - | 590 |3292 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
69.39/69.46	c  51.2s|  1260k|  1225k|     0 |   0.0 | 384M| 459 |   - | 590 |3378 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
70.00/70.04	c  51.7s|  1270k|  1235k|     0 |   0.0 | 387M| 459 |   - | 590 |3578 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
70.60/70.62	c  52.2s|  1280k|  1245k|     0 |   0.0 | 390M| 459 |   - | 590 |2946 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
71.10/71.19	c  52.6s|  1290k|  1254k|     0 |   0.0 | 393M| 459 |   - | 590 |2660 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
71.69/71.76	c  53.0s|  1300k|  1264k|     0 |   0.0 | 397M| 459 |   - | 590 |2833 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
72.29/72.37	c  53.5s|  1310k|  1274k|     0 |   0.0 | 400M| 459 |   - | 590 |2861 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
72.89/72.94	c  53.9s|  1320k|  1283k|     0 |   0.0 | 403M| 459 |   - | 590 |3074 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
73.50/73.52	c  54.3s|  1330k|  1293k|     0 |   0.0 | 406M| 459 |   - | 590 |3190 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
74.09/74.13	c  54.8s|  1340k|  1302k|     0 |   0.0 | 409M| 459 |   - | 590 |3276 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
74.70/74.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.70/74.74	c  55.2s|  1350k|  1312k|     0 |   0.0 | 412M| 459 |   - | 590 |3547 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
75.29/75.34	c  55.6s|  1360k|  1322k|     0 |   0.0 | 415M| 459 |   - | 590 |3665 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
75.90/75.97	c  56.1s|  1370k|  1331k|     0 |   0.0 | 419M| 459 |   - | 590 |3717 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
76.49/76.55	c  56.6s|  1380k|  1341k|     0 |   0.0 | 422M| 459 |   - | 590 |4003 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
77.09/77.16	c  57.1s|  1390k|  1351k|     0 |   0.0 | 425M| 459 |   - | 590 |3873 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
77.69/77.75	c  57.5s|  1400k|  1360k|     0 |   0.0 | 428M| 459 |   - | 590 |4008 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
78.29/78.36	c  58.0s|  1410k|  1370k|     0 |   0.0 | 431M| 459 |   - | 590 |4188 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
78.89/78.97	c  58.5s|  1420k|  1379k|     0 |   0.0 | 434M| 459 |   - | 590 |3863 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
79.49/79.59	c  58.9s|  1430k|  1389k|     0 |   0.0 | 438M| 459 |   - | 590 |3729 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
80.09/80.20	c  59.4s|  1440k|  1399k|     0 |   0.0 | 441M| 459 |   - | 590 |3968 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
80.79/80.82	c  59.9s|  1450k|  1408k|     0 |   0.0 | 444M| 459 |   - | 590 |3966 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
81.40/81.43	c  60.3s|  1460k|  1418k|     0 |   0.0 | 447M| 459 |   - | 590 |4114 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
81.99/82.05	c  60.8s|  1470k|  1427k|     0 |   0.0 | 450M| 459 |   - | 590 |4295 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
82.59/82.67	c  61.2s|  1480k|  1437k|     0 |   0.0 | 453M| 459 |   - | 590 |3683 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
83.19/83.27	c  61.7s|  1490k|  1446k|     0 |   0.0 | 456M| 459 |   - | 590 |3599 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
83.79/83.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.79/83.89	c  62.2s|  1500k|  1456k|     0 |   0.0 | 460M| 459 |   - | 590 |3806 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
84.49/84.52	c  62.7s|  1510k|  1466k|     0 |   0.0 | 463M| 459 |   - | 590 |2971 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
84.99/85.09	c  63.1s|  1520k|  1475k|     0 |   0.0 | 466M| 459 |   - | 590 |3156 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
85.70/85.74	c  63.6s|  1530k|  1485k|     0 |   0.0 | 469M| 459 |   - | 590 |3439 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
86.30/86.37	c  64.1s|  1540k|  1494k|     0 |   0.0 | 472M| 459 |   - | 590 |3261 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
86.99/87.00	c  64.6s|  1550k|  1504k|     0 |   0.0 | 475M| 459 |   - | 590 |3455 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
87.59/87.68	c  65.1s|  1560k|  1513k|     0 |   0.0 | 479M| 459 |   - | 590 |3701 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
88.19/88.29	c  65.5s|  1570k|  1523k|     0 |   0.0 | 482M| 459 |   - | 590 |3767 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
88.89/88.90	c  66.0s|  1580k|  1532k|     0 |   0.0 | 485M| 459 |   - | 590 |3971 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
89.49/89.54	c  66.5s|  1590k|  1542k|     0 |   0.0 | 488M| 459 |   - | 590 |4231 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
90.10/90.17	c  67.0s|  1600k|  1552k|     0 |   0.0 | 491M| 459 |   - | 590 |4282 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
90.79/90.81	c  67.5s|  1610k|  1561k|     0 |   0.0 | 495M| 459 |   - | 590 |4365 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
91.39/91.47	c  68.0s|  1620k|  1571k|     0 |   0.0 | 498M| 459 |   - | 590 |4547 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
92.10/92.12	c  68.5s|  1630k|  1580k|     0 |   0.0 | 501M| 459 |   - | 590 |4454 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
92.69/92.78	c  69.0s|  1640k|  1590k|     0 |   0.0 | 504M| 459 |   - | 590 |4263 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
93.40/93.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.40/93.42	c  69.5s|  1650k|  1599k|     0 |   0.0 | 507M| 459 |   - | 590 |4156 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
93.99/94.04	c  70.0s|  1660k|  1609k|     0 |   0.0 | 510M| 459 |   - | 590 |3656 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
94.60/94.67	c  70.5s|  1670k|  1618k|     0 |   0.0 | 514M| 459 |   - | 590 |4019 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
95.29/95.30	c  71.0s|  1680k|  1628k|     0 |   0.0 | 517M| 459 |   - | 590 |3986 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
95.90/95.94	c  71.4s|  1690k|  1637k|     0 |   0.0 | 520M| 459 |   - | 590 |3732 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
96.49/96.56	c  72.0s|  1700k|  1647k|     0 |   0.0 | 523M| 459 |   - | 590 |4091 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
97.19/97.20	c  72.5s|  1710k|  1656k|     0 |   0.0 | 527M| 459 |   - | 590 |4370 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
97.79/97.88	c  73.0s|  1720k|  1666k|     0 |   0.0 | 530M| 459 |   - | 590 |4285 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
98.49/98.54	c  73.5s|  1730k|  1675k|     0 |   0.0 | 533M| 459 |   - | 590 |4501 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
99.19/99.20	c  74.0s|  1740k|  1685k|     0 |   0.0 | 536M| 459 |   - | 590 |4728 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
99.79/99.88	c  74.5s|  1750k|  1694k|     0 |   0.0 | 539M| 459 |   - | 590 |4446 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
100.49/100.55	c  75.0s|  1760k|  1704k|     0 |   0.0 | 543M| 459 |   - | 590 |4555 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
101.10/101.19	c  75.5s|  1770k|  1713k|     0 |   0.0 | 546M| 459 |   - | 590 |5024 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
101.79/101.86	c  76.0s|  1780k|  1723k|     0 |   0.0 | 549M| 459 |   - | 590 |4850 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
102.50/102.52	c  76.5s|  1790k|  1732k|     0 |   0.0 | 552M| 459 |   - | 590 |4644 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
103.09/103.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.09/103.19	c  77.1s|  1800k|  1742k|     0 |   0.0 | 556M| 459 |   - | 590 |5103 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
103.79/103.84	c  77.6s|  1810k|  1751k|     0 |   0.0 | 559M| 459 |   - | 590 |5099 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
104.50/104.50	c  78.1s|  1820k|  1761k|     0 |   0.0 | 562M| 459 |   - | 590 |4351 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
105.10/105.19	c  78.6s|  1830k|  1770k|     0 |   0.0 | 565M| 459 |   - | 590 |4912 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
105.80/105.87	c  79.1s|  1840k|  1780k|     0 |   0.0 | 568M| 459 |   - | 590 |4761 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
106.50/106.53	c  79.6s|  1850k|  1789k|     0 |   0.0 | 571M| 459 |   - | 590 |4172 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
107.20/107.21	c  80.1s|  1860k|  1798k|     0 |   0.0 | 575M| 459 |   - | 590 |4312 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
107.80/107.90	c  80.7s|  1870k|  1808k|     0 |   0.0 | 578M| 459 |   - | 590 |4691 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
108.49/108.58	c  81.2s|  1880k|  1817k|     0 |   0.0 | 581M| 459 |   - | 590 |4691 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
109.20/109.29	c  81.8s|  1890k|  1827k|     0 |   0.0 | 585M| 459 |   - | 590 |4487 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
109.90/109.98	c  82.3s|  1900k|  1836k|     0 |   0.0 | 588M| 459 |   - | 590 |4615 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
110.70/110.70	c  83.0s|  1910k|  1846k|     0 |   0.0 | 591M| 459 |   - | 590 |4866 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
111.39/111.41	c  83.5s|  1920k|  1855k|     0 |   0.0 | 595M| 459 |   - | 590 |4800 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
112.10/112.10	c  84.0s|  1930k|  1865k|     0 |   0.0 | 598M| 459 |   - | 590 |5054 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
112.79/112.84	c  84.6s|  1940k|  1874k|     0 |   0.0 | 602M| 459 |   - | 590 |5851 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
113.50/113.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.50/113.57	c  85.2s|  1950k|  1883k|     0 |   0.0 | 605M| 459 |   - | 590 |5525 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
114.19/114.28	c  85.7s|  1960k|  1893k|     0 |   0.0 | 608M| 459 |   - | 590 |5602 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
114.90/114.97	c  86.2s|  1970k|  1902k|     0 |   0.0 | 611M| 459 |   - | 590 |5985 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
115.70/115.71	c  86.8s|  1980k|  1912k|     0 |   0.0 | 615M| 459 |   - | 590 |6514 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
116.40/116.48	c  87.5s|  1990k|  1921k|     0 |   0.0 | 618M| 459 |   - | 590 |6423 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
117.19/117.23	c  88.1s|  2000k|  1930k|     0 |   0.0 | 622M| 459 |   - | 590 |6204 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
118.00/118.01	c  88.7s|  2010k|  1940k|     0 |   0.0 | 625M| 459 |   - | 590 |6254 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
118.70/118.79	c  89.3s|  2020k|  1949k|     0 |   0.0 | 628M| 459 |   - | 590 |6394 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
119.49/119.56	c  89.9s|  2030k|  1958k|     0 |   0.0 | 632M| 459 |   - | 590 |5791 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
120.30/120.33	c  90.6s|  2040k|  1968k|     0 |   0.0 | 635M| 459 |   - | 590 |5454 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
121.00/121.09	c  91.2s|  2050k|  1977k|     0 |   0.0 | 638M| 459 |   - | 590 |5330 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
121.80/121.89	c  91.8s|  2060k|  1986k|     0 |   0.0 | 642M| 459 |   - | 590 |5875 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
122.59/122.64	c  92.4s|  2070k|  1996k|     0 |   0.0 | 645M| 459 |   - | 590 |6067 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
123.40/123.43	c  93.1s|  2080k|  2005k|     0 |   0.0 | 649M| 459 |   - | 590 |6252 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
124.20/124.24	c  93.7s|  2090k|  2014k|     0 |   0.0 | 652M| 459 |   - | 590 |6298 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
124.99/125.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.99/125.01	c  94.4s|  2100k|  2024k|     0 |   0.0 | 655M| 459 |   - | 590 |6242 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
125.80/125.83	c  95.0s|  2110k|  2033k|     0 |   0.0 | 659M| 459 |   - | 590 |6735 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
126.60/126.64	c  95.7s|  2120k|  2042k|     0 |   0.0 | 662M| 459 |   - | 590 |6565 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
127.40/127.43	c  96.3s|  2130k|  2052k|     0 |   0.0 | 665M| 459 |   - | 590 |5984 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
128.19/128.24	c  97.0s|  2140k|  2061k|     0 |   0.0 | 669M| 459 |   - | 590 |5634 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
128.99/129.05	c  97.7s|  2150k|  2070k|     0 |   0.0 | 672M| 459 |   - | 590 |5775 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
129.80/129.84	c  98.3s|  2160k|  2079k|     0 |   0.0 | 675M| 459 |   - | 590 |5854 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
130.59/130.66	c  99.0s|  2170k|  2089k|     0 |   0.0 | 679M| 459 |   - | 590 |6492 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
131.49/131.52	c  99.7s|  2180k|  2098k|     0 |   0.0 | 682M| 459 |   - | 590 |6012 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
132.40/132.40	c   100s|  2190k|  2107k|     0 |   0.0 | 686M| 459 |   - | 590 |5705 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
133.20/133.24	c   101s|  2200k|  2116k|     0 |   0.0 | 689M| 459 |   - | 590 |5944 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
133.99/134.08	c   102s|  2210k|  2125k|     0 |   0.0 | 692M| 459 |   - | 590 |6063 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
134.89/134.93	c   102s|  2220k|  2135k|     0 |   0.0 | 696M| 459 |   - | 590 |6048 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
135.70/135.79	c   103s|  2230k|  2144k|     0 |   0.0 | 699M| 459 |   - | 590 |6259 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
136.59/136.67	c   104s|  2240k|  2153k|     0 |   0.0 | 703M| 459 |   - | 590 |6700 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
137.59/137.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.59/137.62	c   105s|  2250k|  2162k|     0 |   0.0 | 707M| 459 |   - | 590 |7369 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
138.49/138.52	c   105s|  2260k|  2171k|     0 |   0.0 | 710M| 459 |   - | 590 |8021 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
139.39/139.48	c   106s|  2270k|  2180k|     0 |   0.0 | 714M| 459 |   - | 590 |8208 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
140.40/140.44	c   107s|  2280k|  2189k|     0 |   0.0 | 718M| 459 |   - | 590 |8128 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
141.30/141.38	c   108s|  2290k|  2199k|     0 |   0.0 | 721M| 459 |   - | 590 |8050 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
142.40/142.40	c   109s|  2300k|  2208k|     0 |   0.0 | 725M| 459 |   - | 590 |8173 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
143.30/143.39	c   110s|  2310k|  2217k|     0 |   0.0 | 729M| 459 |   - | 590 |8494 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
144.29/144.38	c   110s|  2320k|  2226k|     0 |   0.0 | 732M| 459 |   - | 590 |8523 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
145.39/145.46	c   111s|  2330k|  2235k|     0 |   0.0 | 736M| 459 |   - | 590 |7885 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
146.40/146.45	c   112s|  2340k|  2244k|     0 |   0.0 | 739M| 459 |   - | 590 |7808 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
147.40/147.43	c   113s|  2350k|  2253k|     0 |   0.0 | 743M| 459 |   - | 590 |8096 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
148.40/148.46	c   114s|  2360k|  2262k|     0 |   0.0 | 747M| 459 |   - | 590 |8462 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
149.50/149.53	c   115s|  2370k|  2271k|     0 |   0.0 | 750M| 459 |   - | 590 |8908 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
150.60/150.62	c   116s|  2380k|  2280k|     0 |   0.0 | 754M| 459 |   - | 590 |9208 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
151.70/151.78	c   117s|  2390k|  2288k|     0 |   0.0 | 758M| 459 |   - | 590 |9795 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
152.90/152.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.90/152.91	c   118s|  2400k|  2297k|     0 |   0.0 | 761M| 459 |   - | 590 |9492 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
154.00/154.05	c   119s|  2410k|  2306k|     0 |   0.0 | 765M| 459 |   - | 590 |9671 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
155.20/155.25	c   120s|  2420k|  2315k|     0 |   0.0 | 769M| 459 |   - | 590 |  10k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
156.49/156.55	c   121s|  2430k|  2324k|     0 |   0.0 | 774M| 459 |   - | 590 |  11k|   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
157.89/157.96	c   122s|  2440k|  2332k|     0 |   0.0 | 778M| 459 |   - | 590 |  12k|   0 |   0 |   0 | 545k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
159.40/159.43	c   123s|  2450k|  2341k|     0 |   0.0 | 782M| 459 |   - | 590 |  12k|   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
160.80/160.84	c   125s|  2460k|  2350k|     0 |   0.0 | 785M| 459 |   - | 590 |  10k|   0 |   0 |   0 | 558k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
162.19/162.26	c   126s|  2470k|  2358k|     0 |   0.0 | 789M| 459 |   - | 590 |9930 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
163.39/163.48	c   127s|  2480k|  2367k|     0 |   0.0 | 792M| 459 |   - | 590 |7551 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
164.80/164.82	c   128s|  2490k|  2375k|     0 |   0.0 | 796M| 459 |   - | 590 |9345 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
166.19/166.20	c   129s|  2500k|  2384k|     0 |   0.0 | 800M| 459 |   - | 590 |9589 |   0 |   0 |   0 | 589k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
167.70/167.75	c   131s|  2510k|  2392k|     0 |   0.0 | 803M| 459 |   - | 590 |  10k|   0 |   0 |   0 | 598k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
169.30/169.37	c   132s|  2520k|  2400k|     0 |   0.0 | 807M| 459 |   - | 590 |  11k|   0 |   0 |   0 | 607k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
170.89/170.91	c   133s|  2530k|  2408k|     0 |   0.0 | 811M| 459 |   - | 590 |  10k|   0 |   0 |   0 | 616k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
172.60/172.62	c   135s|  2540k|  2416k|     0 |   0.0 | 814M| 459 |   - | 590 |9983 |   0 |   0 |   0 | 626k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
174.19/174.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.19/174.20	c   136s|  2550k|  2425k|     0 |   0.0 | 818M| 459 |   - | 590 |8755 |   0 |   0 |   0 | 635k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
175.69/175.78	c   138s|  2560k|  2433k|     0 |   0.0 | 822M| 459 |   - | 590 |8825 |   0 |   0 |   0 | 644k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
177.39/177.47	c   139s|  2570k|  2441k|     0 |   0.0 | 825M| 459 |   - | 590 |9592 |   0 |   0 |   0 | 653k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
179.00/179.10	c   141s|  2580k|  2449k|     0 |   0.0 | 829M| 459 |   - | 590 |9564 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
180.69/180.73	c   142s|  2590k|  2458k|     0 |   0.0 | 833M| 459 |   - | 590 |9840 |   0 |   0 |   0 | 671k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
182.39/182.47	c   144s|  2600k|  2466k|     0 |   0.0 | 837M| 459 |   - | 590 |9744 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
184.09/184.13	c   145s|  2610k|  2474k|     0 |   0.0 | 841M| 459 |   - | 590 |9615 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
185.80/185.82	c   147s|  2620k|  2483k|     0 |   0.0 | 845M| 459 |   - | 590 |9184 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
187.60/187.61	c   148s|  2630k|  2491k|     0 |   0.0 | 849M| 459 |   - | 590 |9310 |   0 |   0 |   0 | 706k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
189.20/189.27	c   150s|  2640k|  2499k|     0 |   0.0 | 853M| 459 |   - | 590 |8961 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
190.89/190.94	c   151s|  2650k|  2508k|     0 |   0.0 | 857M| 459 |   - | 590 |9519 |   0 |   0 |   0 | 722k|   0 | 0.000000e+00 | 1.949000e+03 |    Inf 
191.99/192.07	o 442
191.99/192.07	c * 153s|  2654k|  2511k|     0 |   0.0 | 859M| 472 |   - | 590 |  10k|   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
192.29/192.37	c   153s|  2660k|  2516k|     0 |   0.0 | 861M| 472 |   - | 590 |9815 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
192.90/192.95	c   153s|  2670k|  2526k|     0 |   0.0 | 863M| 472 |   - | 590 |8846 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
193.39/193.43	o 408
193.39/193.43	c * 153s|  2678k|  2535k|     0 |   0.0 | 865M| 482 |   - | 590 |8066 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 4.080000e+02 |    Inf 
193.39/193.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.39/193.49	c   154s|  2680k|  2536k|     0 |   0.0 | 865M| 482 |   - | 590 |7876 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 4.080000e+02 |    Inf 
193.50/193.57	o 397
193.50/193.57	c * 154s|  2680k|  2537k|     0 |   0.0 | 866M| 482 |   - | 590 |7766 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 3.970000e+02 |    Inf 
193.80/193.84	o 373
193.80/193.84	c * 154s|  2685k|  2542k|     0 |   0.0 | 867M| 486 |   - | 590 |7502 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 3.730000e+02 |    Inf 
193.89/193.95	o 232
193.89/193.95	c * 154s|  2686k|  2543k|     0 |   0.0 | 867M| 486 |   - | 590 |7382 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 2.320000e+02 |    Inf 
193.89/193.98	o 160
193.89/193.98	c * 154s|  2686k|  2542k|     0 |   0.0 | 867M| 486 |   - | 590 |7382 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.600000e+02 |    Inf 
193.99/194.03	o 158
193.99/194.03	c * 154s|  2687k|  2543k|     0 |   0.0 | 867M| 486 |   - | 590 |7355 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.580000e+02 |    Inf 
193.99/194.08	o 146
193.99/194.08	c * 154s|  2687k|  2543k|     0 |   0.0 | 867M| 486 |   - | 590 |7331 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.460000e+02 |    Inf 
194.09/194.11	o 142
194.09/194.11	c * 154s|  2687k|  2542k|     0 |   0.0 | 867M| 486 |   - | 590 |7331 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
194.09/194.16	o 121
194.09/194.16	c * 154s|  2687k|  2542k|     0 |   0.0 | 867M| 486 |   - | 590 |7308 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
194.20/194.21	o 108
194.20/194.21	c * 154s|  2688k|  2542k|     0 |   0.0 | 867M| 486 |   - | 590 |7284 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.080000e+02 |    Inf 
194.30/194.33	c   154s|  2690k|  2544k|     0 |   0.0 | 867M| 486 |   - | 590 |6985 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.080000e+02 |    Inf 
194.80/194.87	c   155s|  2700k|  2554k|     0 |   0.0 | 870M| 486 |   - | 590 |4328 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.080000e+02 |    Inf 
194.99/195.05	o 105
194.99/195.05	c * 155s|  2702k|  2557k|     0 |   0.0 | 871M| 486 |   - | 590 |4250 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
194.99/195.09	o 75
194.99/195.09	c * 155s|  2702k|  2554k|     0 |   0.0 | 870M| 486 |   - | 590 |4250 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 7.500000e+01 |    Inf 
195.39/195.42	o 70
195.39/195.42	c * 155s|  2708k|  2559k|     0 |   0.0 | 871M| 486 |   - | 590 |4093 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
195.39/195.49	o 64
195.39/195.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.39/195.49	c * 155s|  2709k|  2560k|     0 |   0.0 | 872M| 486 |   - | 590 |4082 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 6.400000e+01 |    Inf 
195.50/195.54	c   155s|  2710k|  2560k|     0 |   0.0 | 872M| 486 |   - | 590 |4184 |   0 |   0 |   0 | 729k|   0 | 0.000000e+00 | 6.400000e+01 |    Inf 
195.60/195.64	o 63
195.60/195.64	c * 155s|  2710k|  2561k|     0 |   0.0 | 872M| 486 |   - | 590 |4269 |   0 |   0 |   0 | 729k|   0 | 0.000000e+00 | 6.300000e+01 |    Inf 
195.60/195.69	o 61
195.60/195.69	c * 155s|  2711k|  2561k|     0 |   0.0 | 872M| 486 |   - | 590 |4249 |   0 |   0 |   0 | 729k|   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
195.70/195.77	o 56
195.70/195.77	c * 155s|  2711k|  2561k|     0 |   0.0 | 872M| 486 |   - | 590 |4194 |   0 |   0 |   0 | 729k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
196.40/196.42	c   156s|  2720k|  2569k|     0 |   0.0 | 875M| 486 |   - | 590 |3682 |   0 |   0 |   0 | 731k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
197.00/197.02	c   156s|  2730k|  2579k|     0 |   0.0 | 878M| 486 |   - | 590 |2980 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
197.60/197.64	c   157s|  2740k|  2589k|     0 |   0.0 | 881M| 486 |   - | 590 |2496 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
198.19/198.24	c   157s|  2750k|  2598k|     0 |   0.0 | 884M| 486 |   - | 590 |2094 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
198.79/198.83	c   158s|  2760k|  2608k|     0 |   0.0 | 887M| 486 |   - | 590 |1925 |   0 |   0 |   0 | 736k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
199.40/199.42	c   158s|  2770k|  2618k|     0 |   0.0 | 890M| 486 |   - | 590 |1796 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
200.00/200.02	c   159s|  2780k|  2628k|     0 |   0.0 | 893M| 486 |   - | 590 |1712 |   0 |   0 |   0 | 738k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
200.60/200.61	c   159s|  2790k|  2638k|     0 |   0.0 | 896M| 486 |   - | 590 |1679 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
201.09/201.20	c   159s|  2800k|  2647k|     0 |   0.0 | 900M| 486 |   - | 590 |1634 |   0 |   0 |   0 | 740k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
201.70/201.78	c   160s|  2810k|  2657k|     0 |   0.0 | 903M| 486 |   - | 590 |1606 |   0 |   0 |   0 | 742k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
202.30/202.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.30/202.39	c   160s|  2820k|  2667k|     0 |   0.0 | 906M| 486 |   - | 590 |1598 |   0 |   0 |   0 | 743k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
202.89/202.98	c   161s|  2830k|  2677k|     0 |   0.0 | 909M| 486 |   - | 590 |1607 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
203.50/203.56	c   161s|  2840k|  2686k|     0 |   0.0 | 912M| 486 |   - | 590 |1547 |   0 |   0 |   0 | 745k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
204.10/204.16	c   162s|  2850k|  2696k|     0 |   0.0 | 915M| 486 |   - | 590 |1561 |   0 |   0 |   0 | 746k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
204.70/204.77	c   162s|  2860k|  2706k|     0 |   0.0 | 918M| 486 |   - | 590 |1523 |   0 |   0 |   0 | 748k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
205.30/205.37	c   163s|  2870k|  2716k|     0 |   0.0 | 921M| 486 |   - | 590 |1518 |   0 |   0 |   0 | 749k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
205.90/205.99	c   163s|  2880k|  2726k|     0 |   0.0 | 924M| 486 |   - | 590 |1521 |   0 |   0 |   0 | 750k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
206.49/206.58	c   164s|  2890k|  2735k|     0 |   0.0 | 927M| 486 |   - | 590 |1477 |   0 |   0 |   0 | 751k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
207.10/207.15	c   164s|  2900k|  2745k|     0 |   0.0 | 930M| 486 |   - | 590 |1433 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
207.70/207.74	c   164s|  2910k|  2755k|     0 |   0.0 | 933M| 486 |   - | 590 |1417 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
208.30/208.33	c   165s|  2920k|  2765k|     0 |   0.0 | 936M| 486 |   - | 590 |1353 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
208.90/208.93	c   165s|  2930k|  2774k|     0 |   0.0 | 939M| 486 |   - | 590 |1389 |   0 |   0 |   0 | 756k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
209.50/209.50	c   166s|  2940k|  2784k|     0 |   0.0 | 942M| 486 |   - | 590 |1331 |   0 |   0 |   0 | 757k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
210.00/210.09	c   166s|  2950k|  2794k|     0 |   0.0 | 945M| 486 |   - | 590 |1373 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
210.59/210.67	c   167s|  2960k|  2804k|     0 |   0.0 | 948M| 486 |   - | 590 |1326 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
211.20/211.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.20/211.27	c   167s|  2970k|  2814k|     0 |   0.0 | 951M| 486 |   - | 590 |1366 |   0 |   0 |   0 | 761k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
211.79/211.86	c   167s|  2980k|  2823k|     0 |   0.0 | 954M| 486 |   - | 590 |1308 |   0 |   0 |   0 | 762k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
212.39/212.46	c   168s|  2990k|  2833k|     0 |   0.0 | 957M| 486 |   - | 590 |1256 |   0 |   0 |   0 | 763k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
212.99/213.05	c   168s|  3000k|  2843k|     0 |   0.0 | 960M| 486 |   - | 590 |1282 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
213.60/213.63	c   169s|  3010k|  2853k|     0 |   0.0 | 963M| 486 |   - | 590 |1294 |   0 |   0 |   0 | 766k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
214.20/214.21	c   169s|  3020k|  2862k|     0 |   0.0 | 966M| 486 |   - | 590 |1228 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
214.69/214.78	c   170s|  3030k|  2872k|     0 |   0.0 | 969M| 486 |   - | 590 |1258 |   0 |   0 |   0 | 768k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
215.30/215.35	c   170s|  3040k|  2882k|     0 |   0.0 | 972M| 486 |   - | 590 |1222 |   0 |   0 |   0 | 769k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
215.90/215.93	c   171s|  3050k|  2892k|     0 |   0.0 | 975M| 486 |   - | 590 |1230 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
216.50/216.51	c   171s|  3060k|  2902k|     0 |   0.0 | 978M| 486 |   - | 590 |1238 |   0 |   0 |   0 | 771k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
217.00/217.09	c   171s|  3070k|  2911k|     0 |   0.0 | 981M| 486 |   - | 590 |1236 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
217.59/217.67	c   172s|  3080k|  2921k|     0 |   0.0 | 984M| 486 |   - | 590 |1224 |   0 |   0 |   0 | 774k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
218.20/218.24	c   172s|  3090k|  2931k|     0 |   0.0 | 988M| 486 |   - | 590 |1242 |   0 |   0 |   0 | 775k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
218.80/218.84	c   173s|  3100k|  2941k|     0 |   0.0 | 991M| 486 |   - | 590 |1225 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
219.40/219.42	c   173s|  3110k|  2950k|     0 |   0.0 | 994M| 486 |   - | 590 |1214 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
219.90/220.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.90/220.00	c   174s|  3120k|  2960k|     0 |   0.0 | 997M| 486 |   - | 590 |1251 |   0 |   0 |   0 | 779k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
220.49/220.56	c   174s|  3130k|  2970k|     0 |   0.0 |1000M| 486 |   - | 590 |1227 |   0 |   0 |   0 | 780k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
221.10/221.13	c   174s|  3140k|  2980k|     0 |   0.0 |1003M| 486 |   - | 590 |1252 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
221.60/221.69	c   175s|  3150k|  2990k|     0 |   0.0 |1006M| 486 |   - | 590 |1230 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
222.21/222.26	c   175s|  3160k|  2999k|     0 |   0.0 |1009M| 486 |   - | 590 |1261 |   0 |   0 |   0 | 783k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
222.80/222.85	c   176s|  3170k|  3009k|     0 |   0.0 |1012M| 486 |   - | 590 |1296 |   0 |   0 |   0 | 784k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
223.39/223.43	c   176s|  3180k|  3019k|     0 |   0.0 |1015M| 486 |   - | 590 |1281 |   0 |   0 |   0 | 786k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
224.00/224.00	c   177s|  3190k|  3029k|     0 |   0.0 |1018M| 486 |   - | 590 |1289 |   0 |   0 |   0 | 787k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
224.49/224.57	c   177s|  3200k|  3038k|     0 |   0.0 |1021M| 486 |   - | 590 |1215 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
225.10/225.15	c   177s|  3210k|  3048k|     0 |   0.0 |1024M| 486 |   - | 590 |1188 |   0 |   0 |   0 | 789k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
225.69/225.72	c   178s|  3220k|  3058k|     0 |   0.0 |1027M| 486 |   - | 590 |1181 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
226.29/226.30	c   178s|  3230k|  3068k|     0 |   0.0 |1030M| 486 |   - | 590 |1225 |   0 |   0 |   0 | 792k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
226.79/226.89	c   179s|  3240k|  3078k|     0 |   0.0 |1033M| 486 |   - | 590 |1186 |   0 |   0 |   0 | 793k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
227.39/227.48	c   179s|  3250k|  3087k|     0 |   0.0 |1036M| 486 |   - | 590 |1188 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
228.00/228.07	c   180s|  3260k|  3097k|     0 |   0.0 |1039M| 486 |   - | 590 |1187 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
228.60/228.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.60/228.67	c   180s|  3270k|  3107k|     0 |   0.0 |1042M| 486 |   - | 590 |1142 |   0 |   0 |   0 | 796k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
229.20/229.28	c   181s|  3280k|  3117k|     0 |   0.0 |1045M| 486 |   - | 590 |1165 |   0 |   0 |   0 | 798k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
229.80/229.89	c   181s|  3290k|  3126k|     0 |   0.0 |1048M| 486 |   - | 590 |1216 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
230.40/230.47	c   181s|  3300k|  3136k|     0 |   0.0 |1051M| 486 |   - | 590 |1192 |   0 |   0 |   0 | 800k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
231.01/231.07	c   182s|  3310k|  3146k|     0 |   0.0 |1054M| 486 |   - | 590 |1204 |   0 |   0 |   0 | 801k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
231.59/231.65	c   182s|  3320k|  3156k|     0 |   0.0 |1057M| 486 |   - | 590 |1173 |   0 |   0 |   0 | 802k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
232.19/232.23	c   183s|  3330k|  3166k|     0 |   0.0 |1060M| 486 |   - | 590 |1186 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
232.80/232.81	c   183s|  3340k|  3175k|     0 |   0.0 |1063M| 486 |   - | 590 |1189 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
233.39/233.41	c   184s|  3350k|  3185k|     0 |   0.0 |1066M| 486 |   - | 590 |1188 |   0 |   0 |   0 | 806k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
233.89/233.98	c   184s|  3360k|  3195k|     0 |   0.0 |1069M| 486 |   - | 590 |1181 |   0 |   0 |   0 | 807k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
234.49/234.56	c   185s|  3370k|  3205k|     0 |   0.0 |1072M| 486 |   - | 590 |1208 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
235.10/235.14	c   185s|  3380k|  3215k|     0 |   0.0 |1075M| 486 |   - | 590 |1219 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
235.69/235.75	c   185s|  3390k|  3224k|     0 |   0.0 |1078M| 486 |   - | 590 |1253 |   0 |   0 |   0 | 810k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
236.29/236.32	c   186s|  3400k|  3234k|     0 |   0.0 |1081M| 486 |   - | 590 |1264 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
236.90/236.91	c   186s|  3410k|  3244k|     0 |   0.0 |1084M| 486 |   - | 590 |1235 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
237.51/237.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.51/237.51	c   187s|  3420k|  3254k|     0 |   0.0 |1087M| 486 |   - | 590 |1247 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
238.10/238.13	c   187s|  3430k|  3263k|     0 |   0.0 |1090M| 486 |   - | 590 |1248 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
238.71/238.70	c   188s|  3440k|  3273k|     0 |   0.0 |1093M| 486 |   - | 590 |1189 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
239.30/239.31	c   188s|  3450k|  3283k|     0 |   0.0 |1096M| 486 |   - | 590 |1261 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
239.89/239.90	c   189s|  3460k|  3293k|     0 |   0.0 |1099M| 486 |   - | 590 |1244 |   0 |   0 |   0 | 819k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
240.50/240.50	c   189s|  3470k|  3303k|     0 |   0.0 |1102M| 486 |   - | 590 |1236 |   0 |   0 |   0 | 820k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
241.10/241.10	c   190s|  3480k|  3312k|     0 |   0.0 |1105M| 486 |   - | 590 |1278 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
241.60/241.69	c   190s|  3490k|  3322k|     0 |   0.0 |1108M| 486 |   - | 590 |1232 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
242.20/242.29	c   190s|  3500k|  3332k|     0 |   0.0 |1111M| 486 |   - | 590 |1206 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
242.90/242.93	c   191s|  3510k|  3342k|     0 |   0.0 |1114M| 486 |   - | 590 |1257 |   0 |   0 |   0 | 825k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
243.50/243.55	c   191s|  3520k|  3351k|     0 |   0.0 |1117M| 486 |   - | 590 |1223 |   0 |   0 |   0 | 826k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
244.11/244.12	c   192s|  3530k|  3361k|     0 |   0.0 |1120M| 486 |   - | 590 |1205 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
244.60/244.68	c   192s|  3540k|  3371k|     0 |   0.0 |1123M| 486 |   - | 590 |1187 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
245.20/245.26	c   193s|  3550k|  3381k|     0 |   0.0 |1126M| 486 |   - | 590 |1162 |   0 |   0 |   0 | 829k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
245.80/245.86	c   193s|  3560k|  3391k|     0 |   0.0 |1129M| 486 |   - | 590 |1160 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
246.40/246.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.40/246.44	c   194s|  3570k|  3400k|     0 |   0.0 |1132M| 486 |   - | 590 |1206 |   0 |   0 |   0 | 831k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
247.00/247.03	c   194s|  3580k|  3410k|     0 |   0.0 |1135M| 486 |   - | 590 |1224 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
247.60/247.60	c   194s|  3590k|  3420k|     0 |   0.0 |1138M| 486 |   - | 590 |1199 |   0 |   0 |   0 | 834k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
248.20/248.20	c   195s|  3600k|  3430k|     0 |   0.0 |1141M| 486 |   - | 590 |1212 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
248.70/248.78	c   195s|  3610k|  3439k|     0 |   0.0 |1144M| 486 |   - | 590 |1208 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
249.29/249.35	c   196s|  3620k|  3449k|     0 |   0.0 |1147M| 486 |   - | 590 |1187 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
249.90/249.94	c   196s|  3630k|  3459k|     0 |   0.0 |1151M| 486 |   - | 590 |1243 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
250.50/250.52	c   197s|  3640k|  3469k|     0 |   0.0 |1154M| 486 |   - | 590 |1280 |   0 |   0 |   0 | 840k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
251.00/251.07	c   197s|  3650k|  3479k|     0 |   0.0 |1157M| 486 |   - | 590 |1233 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
251.60/251.66	c   197s|  3660k|  3488k|     0 |   0.0 |1160M| 486 |   - | 590 |1236 |   0 |   0 |   0 | 842k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
252.20/252.23	c   198s|  3670k|  3498k|     0 |   0.0 |1163M| 486 |   - | 590 |1227 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
252.80/252.81	c   198s|  3680k|  3508k|     0 |   0.0 |1166M| 486 |   - | 590 |1304 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
253.39/253.41	c   199s|  3690k|  3518k|     0 |   0.0 |1169M| 486 |   - | 590 |1236 |   0 |   0 |   0 | 846k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
254.01/254.02	c   199s|  3700k|  3527k|     0 |   0.0 |1172M| 486 |   - | 590 |1370 |   0 |   0 |   0 | 847k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
254.50/254.59	c   200s|  3710k|  3537k|     0 |   0.0 |1175M| 486 |   - | 590 |1312 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
255.10/255.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.10/255.16	c   200s|  3720k|  3547k|     0 |   0.0 |1178M| 486 |   - | 590 |1394 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
255.70/255.74	c   201s|  3730k|  3557k|     0 |   0.0 |1181M| 486 |   - | 590 |1389 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
256.21/256.28	c   201s|  3740k|  3567k|     0 |   0.0 |1184M| 486 |   - | 590 |1357 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
256.80/256.85	c   201s|  3750k|  3576k|     0 |   0.0 |1187M| 486 |   - | 590 |1230 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
257.40/257.42	c   202s|  3760k|  3586k|     0 |   0.0 |1190M| 486 |   - | 590 |1298 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
258.00/258.02	c   202s|  3770k|  3596k|     0 |   0.0 |1193M| 486 |   - | 590 |1272 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
258.60/258.61	c   203s|  3780k|  3606k|     0 |   0.0 |1196M| 486 |   - | 590 |1245 |   0 |   0 |   0 | 857k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
259.10/259.19	c   203s|  3790k|  3615k|     0 |   0.0 |1199M| 486 |   - | 590 |1272 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
259.80/259.80	c   203s|  3800k|  3625k|     0 |   0.0 |1202M| 486 |   - | 590 |1217 |   0 |   0 |   0 | 859k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
260.30/260.39	c   204s|  3810k|  3635k|     0 |   0.0 |1205M| 486 |   - | 590 |1255 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
261.00/261.00	c   204s|  3820k|  3645k|     0 |   0.0 |1208M| 486 |   - | 590 |1239 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
261.50/261.58	c   205s|  3830k|  3655k|     0 |   0.0 |1211M| 486 |   - | 590 |1294 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
262.10/262.15	c   205s|  3840k|  3664k|     0 |   0.0 |1214M| 486 |   - | 590 |1293 |   0 |   0 |   0 | 864k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
262.70/262.73	c   206s|  3850k|  3674k|     0 |   0.0 |1217M| 486 |   - | 590 |1261 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
263.20/263.30	c   206s|  3860k|  3684k|     0 |   0.0 |1220M| 486 |   - | 590 |1306 |   0 |   0 |   0 | 866k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
263.90/263.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.90/263.91	c   207s|  3870k|  3694k|     0 |   0.0 |1223M| 486 |   - | 590 |1266 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
264.40/264.48	c   207s|  3880k|  3703k|     0 |   0.0 |1226M| 486 |   - | 590 |1217 |   0 |   0 |   0 | 868k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
265.01/265.06	c   207s|  3890k|  3713k|     0 |   0.0 |1229M| 486 |   - | 590 |1211 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
265.59/265.69	c   208s|  3900k|  3723k|     0 |   0.0 |1232M| 486 |   - | 590 |1240 |   0 |   0 |   0 | 871k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
266.21/266.26	c   208s|  3910k|  3733k|     0 |   0.0 |1235M| 486 |   - | 590 |1212 |   0 |   0 |   0 | 872k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
266.80/266.85	c   209s|  3920k|  3743k|     0 |   0.0 |1238M| 486 |   - | 590 |1259 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
267.40/267.42	c   209s|  3930k|  3752k|     0 |   0.0 |1241M| 486 |   - | 590 |1229 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
267.99/268.02	c   210s|  3940k|  3762k|     0 |   0.0 |1244M| 486 |   - | 590 |1281 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
268.50/268.59	c   210s|  3950k|  3772k|     0 |   0.0 |1247M| 486 |   - | 590 |1222 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
269.10/269.19	c   211s|  3960k|  3782k|     0 |   0.0 |1250M| 486 |   - | 590 |1228 |   0 |   0 |   0 | 878k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
269.70/269.79	c   211s|  3970k|  3791k|     0 |   0.0 |1253M| 486 |   - | 590 |1229 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
270.30/270.36	c   211s|  3980k|  3801k|     0 |   0.0 |1256M| 486 |   - | 590 |1229 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
270.90/270.93	c   212s|  3990k|  3811k|     0 |   0.0 |1259M| 486 |   - | 590 |1209 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
271.40/271.49	c   212s|  4000k|  3821k|     0 |   0.0 |1262M| 486 |   - | 590 |1180 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
271.99/272.08	c   213s|  4010k|  3831k|     0 |   0.0 |1265M| 486 |   - | 590 |1115 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
272.60/272.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
272.60/272.67	c   213s|  4020k|  3840k|     0 |   0.0 |1268M| 486 |   - | 590 |1123 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
273.19/273.28	c   214s|  4030k|  3850k|     0 |   0.0 |1271M| 486 |   - | 590 |1146 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
273.80/273.85	c   214s|  4040k|  3860k|     0 |   0.0 |1274M| 486 |   - | 590 |1104 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
274.40/274.47	c   215s|  4050k|  3870k|     0 |   0.0 |1277M| 486 |   - | 590 |1122 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
275.00/275.07	c   215s|  4060k|  3879k|     0 |   0.0 |1280M| 486 |   - | 590 |1088 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
275.60/275.67	c   215s|  4070k|  3889k|     0 |   0.0 |1283M| 486 |   - | 590 |1091 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
276.20/276.26	c   216s|  4080k|  3899k|     0 |   0.0 |1286M| 486 |   - | 590 |1105 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
276.80/276.82	c   216s|  4090k|  3909k|     0 |   0.0 |1289M| 486 |   - | 590 |1110 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
277.40/277.40	c   217s|  4100k|  3919k|     0 |   0.0 |1292M| 486 |   - | 590 |1155 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
277.99/278.00	c   217s|  4110k|  3928k|     0 |   0.0 |1295M| 486 |   - | 590 |1244 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
278.60/278.61	c   218s|  4120k|  3938k|     0 |   0.0 |1298M| 486 |   - | 590 |1224 |   0 |   0 |   0 | 897k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
279.19/279.21	c   218s|  4130k|  3948k|     0 |   0.0 |1301M| 486 |   - | 590 |1238 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
279.79/279.85	c   219s|  4140k|  3958k|     0 |   0.0 |1304M| 486 |   - | 590 |1226 |   0 |   0 |   0 | 900k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
280.40/280.44	c   219s|  4150k|  3967k|     0 |   0.0 |1307M| 486 |   - | 590 |1261 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
280.99/281.04	c   220s|  4160k|  3977k|     0 |   0.0 |1310M| 486 |   - | 590 |1258 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
281.60/281.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.60/281.64	c   220s|  4170k|  3987k|     0 |   0.0 |1313M| 486 |   - | 590 |1154 |   0 |   0 |   0 | 903k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
282.20/282.22	c   220s|  4180k|  3997k|     0 |   0.0 |1316M| 486 |   - | 590 |1160 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
282.80/282.88	c   221s|  4190k|  4007k|     0 |   0.0 |1319M| 486 |   - | 590 |1228 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
283.40/283.45	c   221s|  4200k|  4016k|     0 |   0.0 |1322M| 486 |   - | 590 |1204 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
284.00/284.03	c   222s|  4210k|  4026k|     0 |   0.0 |1325M| 486 |   - | 590 |1259 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
284.60/284.64	c   222s|  4220k|  4036k|     0 |   0.0 |1328M| 486 |   - | 590 |1299 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
285.20/285.22	c   223s|  4230k|  4046k|     0 |   0.0 |1331M| 486 |   - | 590 |1247 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
285.70/285.79	c   223s|  4240k|  4055k|     0 |   0.0 |1334M| 486 |   - | 590 |1231 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
286.30/286.35	c   224s|  4250k|  4065k|     0 |   0.0 |1337M| 486 |   - | 590 |1263 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
286.90/286.95	c   224s|  4260k|  4075k|     0 |   0.0 |1340M| 486 |   - | 590 |1244 |   0 |   0 |   0 | 914k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
287.50/287.52	c   224s|  4270k|  4085k|     0 |   0.0 |1343M| 486 |   - | 590 |1217 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
288.10/288.13	c   225s|  4280k|  4094k|     0 |   0.0 |1346M| 486 |   - | 590 |1228 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
288.70/288.71	c   225s|  4290k|  4104k|     0 |   0.0 |1349M| 486 |   - | 590 |1220 |   0 |   0 |   0 | 917k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
289.30/289.30	c   226s|  4300k|  4114k|     0 |   0.0 |1352M| 486 |   - | 590 |1193 |   0 |   0 |   0 | 919k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
289.80/289.88	c   226s|  4310k|  4124k|     0 |   0.0 |1355M| 486 |   - | 590 |1215 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
290.41/290.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.41/290.46	c   227s|  4320k|  4134k|     0 |   0.0 |1358M| 486 |   - | 590 |1313 |   0 |   0 |   0 | 921k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
291.00/291.08	c   227s|  4330k|  4143k|     0 |   0.0 |1361M| 486 |   - | 590 |1313 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
291.60/291.69	c   228s|  4340k|  4153k|     0 |   0.0 |1364M| 486 |   - | 590 |1449 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
292.20/292.25	c   228s|  4350k|  4163k|     0 |   0.0 |1367M| 486 |   - | 590 |1401 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
292.80/292.88	c   229s|  4360k|  4173k|     0 |   0.0 |1370M| 486 |   - | 590 |1445 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
293.39/293.47	c   229s|  4370k|  4182k|     0 |   0.0 |1373M| 486 |   - | 590 |1418 |   0 |   0 |   0 | 927k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
294.00/294.04	c   229s|  4380k|  4192k|     0 |   0.0 |1376M| 486 |   - | 590 |1356 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
294.60/294.65	c   230s|  4390k|  4202k|     0 |   0.0 |1379M| 486 |   - | 590 |1405 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
295.20/295.22	c   230s|  4400k|  4212k|     0 |   0.0 |1382M| 486 |   - | 590 |1336 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
295.80/295.82	c   231s|  4410k|  4222k|     0 |   0.0 |1385M| 486 |   - | 590 |1315 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
296.40/296.41	c   231s|  4420k|  4231k|     0 |   0.0 |1388M| 486 |   - | 590 |1358 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
297.00/297.01	c   232s|  4430k|  4241k|     0 |   0.0 |1391M| 486 |   - | 590 |1303 |   0 |   0 |   0 | 934k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
297.60/297.61	c   232s|  4440k|  4251k|     0 |   0.0 |1394M| 486 |   - | 590 |1333 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
298.20/298.22	c   233s|  4450k|  4261k|     0 |   0.0 |1397M| 486 |   - | 590 |1265 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
298.79/298.80	c   233s|  4460k|  4270k|     0 |   0.0 |1400M| 486 |   - | 590 |1269 |   0 |   0 |   0 | 938k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
299.30/299.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.30/299.35	c   233s|  4470k|  4280k|     0 |   0.0 |1403M| 486 |   - | 590 |1218 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
299.90/299.97	c   234s|  4480k|  4290k|     0 |   0.0 |1406M| 486 |   - | 590 |1229 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
300.50/300.56	c   234s|  4490k|  4300k|     0 |   0.0 |1409M| 486 |   - | 590 |1226 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
301.09/301.13	c   235s|  4500k|  4309k|     0 |   0.0 |1412M| 486 |   - | 590 |1169 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
301.70/301.73	c   235s|  4510k|  4319k|     0 |   0.0 |1415M| 486 |   - | 590 |1170 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
302.30/302.32	c   236s|  4520k|  4329k|     0 |   0.0 |1418M| 486 |   - | 590 |1188 |   0 |   0 |   0 | 945k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
302.80/302.88	c   236s|  4530k|  4339k|     0 |   0.0 |1421M| 486 |   - | 590 |1156 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
303.50/303.51	c   237s|  4540k|  4349k|     0 |   0.0 |1424M| 486 |   - | 590 |1276 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
304.10/304.10	c   237s|  4550k|  4358k|     0 |   0.0 |1427M| 486 |   - | 590 |1264 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
304.60/304.69	c   237s|  4560k|  4368k|     0 |   0.0 |1430M| 486 |   - | 590 |1316 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
305.20/305.28	c   238s|  4570k|  4378k|     0 |   0.0 |1433M| 486 |   - | 590 |1257 |   0 |   0 |   0 | 952k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
305.80/305.88	c   238s|  4580k|  4388k|     0 |   0.0 |1436M| 486 |   - | 590 |1292 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
306.50/306.50	c   239s|  4590k|  4397k|     0 |   0.0 |1440M| 486 |   - | 590 |1195 |   0 |   0 |   0 | 954k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
306.99/307.07	c   239s|  4600k|  4407k|     0 |   0.0 |1443M| 486 |   - | 590 |1186 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
307.60/307.68	c   240s|  4610k|  4417k|     0 |   0.0 |1446M| 486 |   - | 590 |1233 |   0 |   0 |   0 | 956k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
308.20/308.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.20/308.26	c   240s|  4620k|  4427k|     0 |   0.0 |1449M| 486 |   - | 590 |1152 |   0 |   0 |   0 | 957k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
308.80/308.83	c   241s|  4630k|  4437k|     0 |   0.0 |1452M| 486 |   - | 590 |1177 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
309.40/309.44	c   241s|  4640k|  4446k|     0 |   0.0 |1455M| 486 |   - | 590 |1233 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
310.00/310.01	c   241s|  4650k|  4456k|     0 |   0.0 |1458M| 486 |   - | 590 |1173 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
310.59/310.60	c   242s|  4660k|  4466k|     0 |   0.0 |1461M| 486 |   - | 590 |1219 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
311.10/311.19	c   242s|  4670k|  4476k|     0 |   0.0 |1464M| 486 |   - | 590 |1268 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
311.70/311.77	c   243s|  4680k|  4485k|     0 |   0.0 |1467M| 486 |   - | 590 |1241 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
312.31/312.34	c   243s|  4690k|  4495k|     0 |   0.0 |1470M| 486 |   - | 590 |1298 |   0 |   0 |   0 | 966k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
312.90/312.93	c   244s|  4700k|  4505k|     0 |   0.0 |1473M| 486 |   - | 590 |1335 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
313.51/313.53	c   244s|  4710k|  4515k|     0 |   0.0 |1476M| 486 |   - | 590 |1414 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
314.10/314.13	c   245s|  4720k|  4525k|     0 |   0.0 |1479M| 486 |   - | 590 |1407 |   0 |   0 |   0 | 970k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
314.70/314.72	c   245s|  4730k|  4534k|     0 |   0.0 |1482M| 486 |   - | 590 |1366 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
315.30/315.32	c   246s|  4740k|  4544k|     0 |   0.0 |1485M| 486 |   - | 590 |1388 |   0 |   0 |   0 | 972k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
315.90/315.90	c   246s|  4750k|  4554k|     0 |   0.0 |1488M| 486 |   - | 590 |1328 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
316.40/316.47	c   246s|  4760k|  4564k|     0 |   0.0 |1491M| 486 |   - | 590 |1319 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
317.00/317.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.00/317.09	c   247s|  4770k|  4573k|     0 |   0.0 |1494M| 486 |   - | 590 |1296 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
317.70/317.71	c   247s|  4780k|  4583k|     0 |   0.0 |1497M| 486 |   - | 590 |1318 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
318.30/318.33	c   248s|  4790k|  4593k|     0 |   0.0 |1500M| 486 |   - | 590 |1314 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
318.80/318.89	c   248s|  4800k|  4603k|     0 |   0.0 |1503M| 486 |   - | 590 |1274 |   0 |   0 |   0 | 979k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
319.50/319.51	c   249s|  4810k|  4613k|     0 |   0.0 |1506M| 486 |   - | 590 |1323 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
320.10/320.11	c   249s|  4820k|  4622k|     0 |   0.0 |1509M| 486 |   - | 590 |1282 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
320.60/320.69	c   250s|  4830k|  4632k|     0 |   0.0 |1512M| 486 |   - | 590 |1268 |   0 |   0 |   0 | 983k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
321.20/321.27	c   250s|  4840k|  4642k|     0 |   0.0 |1515M| 486 |   - | 590 |1321 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
321.79/321.85	c   250s|  4850k|  4652k|     0 |   0.0 |1518M| 486 |   - | 590 |1365 |   0 |   0 |   0 | 985k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
322.39/322.45	c   251s|  4860k|  4661k|     0 |   0.0 |1521M| 486 |   - | 590 |1355 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
323.00/323.01	c   251s|  4870k|  4671k|     0 |   0.0 |1524M| 486 |   - | 590 |1307 |   0 |   0 |   0 | 987k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
323.50/323.56	c   252s|  4880k|  4681k|     0 |   0.0 |1527M| 486 |   - | 590 |1241 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
324.10/324.15	c   252s|  4890k|  4691k|     0 |   0.0 |1530M| 486 |   - | 590 |1248 |   0 |   0 |   0 | 989k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
324.70/324.73	c   253s|  4900k|  4701k|     0 |   0.0 |1533M| 486 |   - | 590 |1236 |   0 |   0 |   0 | 991k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
325.30/325.34	c   253s|  4910k|  4710k|     0 |   0.0 |1536M| 486 |   - | 590 |1283 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
325.89/325.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.89/325.95	c   254s|  4920k|  4720k|     0 |   0.0 |1539M| 486 |   - | 590 |1254 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
326.50/326.53	c   254s|  4930k|  4730k|     0 |   0.0 |1542M| 486 |   - | 590 |1195 |   0 |   0 |   0 | 994k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
327.20/327.22	c   255s|  4940k|  4740k|     0 |   0.0 |1545M| 486 |   - | 590 |1304 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
327.81/327.82	c   255s|  4950k|  4749k|     0 |   0.0 |1548M| 486 |   - | 590 |1266 |   0 |   0 |   0 | 997k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
328.40/328.41	c   256s|  4960k|  4759k|     0 |   0.0 |1551M| 486 |   - | 590 |1248 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
329.00/329.00	c   256s|  4970k|  4769k|     0 |   0.0 |1554M| 486 |   - | 590 |1208 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
329.50/329.56	c   256s|  4980k|  4779k|     0 |   0.0 |1557M| 486 |   - | 590 |1217 |   0 |   0 |   0 |1000k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
330.09/330.17	c   257s|  4990k|  4789k|     0 |   0.0 |1560M| 486 |   - | 590 |1206 |   0 |   0 |   0 |1002k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
330.70/330.73	c   257s|  5000k|  4798k|     0 |   0.0 |1563M| 486 |   - | 590 |1203 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
331.29/331.30	c   258s|  5010k|  4808k|     0 |   0.0 |1566M| 486 |   - | 590 |1219 |   0 |   0 |   0 |1004k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
331.80/331.88	c   258s|  5020k|  4818k|     0 |   0.0 |1569M| 486 |   - | 590 |1264 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
332.39/332.49	c   259s|  5030k|  4828k|     0 |   0.0 |1572M| 486 |   - | 590 |1209 |   0 |   0 |   0 |1006k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
333.00/333.06	c   259s|  5040k|  4837k|     0 |   0.0 |1575M| 486 |   - | 590 |1212 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
333.60/333.62	c   259s|  5050k|  4847k|     0 |   0.0 |1578M| 486 |   - | 590 |1216 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
334.20/334.20	c   260s|  5060k|  4857k|     0 |   0.0 |1581M| 486 |   - | 590 |1273 |   0 |   0 |   0 |1010k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
334.79/334.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.79/334.80	c   260s|  5070k|  4867k|     0 |   0.0 |1584M| 486 |   - | 590 |1359 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
335.30/335.40	c   261s|  5080k|  4876k|     0 |   0.0 |1587M| 486 |   - | 590 |1315 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
335.90/335.99	c   261s|  5090k|  4886k|     0 |   0.0 |1590M| 486 |   - | 590 |1308 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
336.51/336.58	c   262s|  5100k|  4896k|     0 |   0.0 |1593M| 486 |   - | 590 |1253 |   0 |   0 |   0 |1015k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
337.10/337.16	c   262s|  5110k|  4906k|     0 |   0.0 |1596M| 486 |   - | 590 |1223 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
337.71/337.74	c   262s|  5120k|  4916k|     0 |   0.0 |1599M| 486 |   - | 590 |1238 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
338.20/338.29	c   263s|  5130k|  4925k|     0 |   0.0 |1602M| 486 |   - | 590 |1201 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
338.90/338.93	c   263s|  5140k|  4935k|     0 |   0.0 |1605M| 486 |   - | 590 |1233 |   0 |   0 |   0 |1020k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
339.50/339.55	c   264s|  5150k|  4945k|     0 |   0.0 |1608M| 486 |   - | 590 |1288 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
340.10/340.10	c   264s|  5160k|  4955k|     0 |   0.0 |1611M| 486 |   - | 590 |1223 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
340.70/340.70	c   265s|  5170k|  4964k|     0 |   0.0 |1614M| 486 |   - | 590 |1286 |   0 |   0 |   0 |1024k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
341.20/341.29	c   265s|  5180k|  4974k|     0 |   0.0 |1617M| 486 |   - | 590 |1261 |   0 |   0 |   0 |1025k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
341.80/341.89	c   266s|  5190k|  4984k|     0 |   0.0 |1620M| 486 |   - | 590 |1284 |   0 |   0 |   0 |1026k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
342.40/342.49	c   266s|  5200k|  4994k|     0 |   0.0 |1623M| 486 |   - | 590 |1279 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
343.11/343.14	c   267s|  5210k|  5004k|     0 |   0.0 |1626M| 486 |   - | 590 |1324 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
343.70/343.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
343.70/343.77	c   267s|  5220k|  5013k|     0 |   0.0 |1629M| 486 |   - | 590 |1315 |   0 |   0 |   0 |1029k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
344.40/344.41	c   268s|  5230k|  5023k|     0 |   0.0 |1632M| 486 |   - | 590 |1300 |   0 |   0 |   0 |1031k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
344.90/344.95	c   268s|  5240k|  5033k|     0 |   0.0 |1635M| 486 |   - | 590 |1209 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
345.50/345.53	c   268s|  5250k|  5043k|     0 |   0.0 |1638M| 486 |   - | 590 |1231 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
346.00/346.09	c   269s|  5260k|  5052k|     0 |   0.0 |1641M| 486 |   - | 590 |1253 |   0 |   0 |   0 |1034k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
346.60/346.68	c   269s|  5270k|  5062k|     0 |   0.0 |1644M| 486 |   - | 590 |1228 |   0 |   0 |   0 |1035k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
347.20/347.27	c   270s|  5280k|  5072k|     0 |   0.0 |1647M| 486 |   - | 590 |1208 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
347.80/347.83	c   270s|  5290k|  5082k|     0 |   0.0 |1650M| 486 |   - | 590 |1201 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
348.30/348.39	c   270s|  5300k|  5091k|     0 |   0.0 |1653M| 486 |   - | 590 |1173 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
348.90/348.97	c   271s|  5310k|  5101k|     0 |   0.0 |1656M| 486 |   - | 590 |1181 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
349.50/349.57	c   271s|  5320k|  5111k|     0 |   0.0 |1659M| 486 |   - | 590 |1188 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
350.10/350.12	c   272s|  5330k|  5121k|     0 |   0.0 |1662M| 486 |   - | 590 |1174 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
350.60/350.69	c   272s|  5340k|  5131k|     0 |   0.0 |1665M| 486 |   - | 590 |1238 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
351.20/351.25	c   273s|  5350k|  5140k|     0 |   0.0 |1668M| 486 |   - | 590 |1195 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
351.80/351.83	c   273s|  5360k|  5150k|     0 |   0.0 |1671M| 486 |   - | 590 |1242 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
352.40/352.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.40/352.43	c   274s|  5370k|  5160k|     0 |   0.0 |1674M| 486 |   - | 590 |1229 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
353.01/353.04	c   274s|  5380k|  5170k|     0 |   0.0 |1677M| 486 |   - | 590 |1204 |   0 |   0 |   0 |1049k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
353.60/353.61	c   274s|  5390k|  5179k|     0 |   0.0 |1680M| 486 |   - | 590 |1200 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
354.11/354.16	c   275s|  5400k|  5189k|     0 |   0.0 |1683M| 486 |   - | 590 |1287 |   0 |   0 |   0 |1051k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
354.70/354.73	c   275s|  5410k|  5199k|     0 |   0.0 |1686M| 486 |   - | 590 |1283 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
355.20/355.28	c   276s|  5420k|  5209k|     0 |   0.0 |1689M| 486 |   - | 590 |1341 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
355.80/355.84	c   276s|  5430k|  5219k|     0 |   0.0 |1692M| 486 |   - | 590 |1369 |   0 |   0 |   0 |1054k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
356.30/356.40	c   276s|  5440k|  5228k|     0 |   0.0 |1695M| 486 |   - | 590 |1249 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
357.00/357.01	c   277s|  5450k|  5238k|     0 |   0.0 |1698M| 486 |   - | 590 |1266 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
357.50/357.58	c   277s|  5460k|  5248k|     0 |   0.0 |1701M| 486 |   - | 590 |1298 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
358.20/358.20	c   278s|  5470k|  5258k|     0 |   0.0 |1704M| 486 |   - | 590 |1288 |   0 |   0 |   0 |1059k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
358.70/358.79	c   278s|  5480k|  5267k|     0 |   0.0 |1707M| 486 |   - | 590 |1235 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
359.30/359.38	c   279s|  5490k|  5277k|     0 |   0.0 |1710M| 486 |   - | 590 |1257 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
360.00/360.00	c   279s|  5500k|  5287k|     0 |   0.0 |1713M| 486 |   - | 590 |1286 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
360.50/360.59	c   280s|  5510k|  5297k|     0 |   0.0 |1716M| 486 |   - | 590 |1266 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
361.10/361.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
361.10/361.17	c   280s|  5520k|  5307k|     0 |   0.0 |1719M| 486 |   - | 590 |1225 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
361.81/361.81	c   281s|  5530k|  5316k|     0 |   0.0 |1722M| 486 |   - | 590 |1217 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
362.30/362.39	c   281s|  5540k|  5326k|     0 |   0.0 |1725M| 486 |   - | 590 |1249 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
362.91/362.98	c   281s|  5550k|  5336k|     0 |   0.0 |1728M| 486 |   - | 590 |1262 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
363.50/363.56	c   282s|  5560k|  5346k|     0 |   0.0 |1731M| 486 |   - | 590 |1235 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
364.11/364.17	c   282s|  5570k|  5355k|     0 |   0.0 |1734M| 486 |   - | 590 |1302 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
364.71/364.74	c   283s|  5580k|  5365k|     0 |   0.0 |1737M| 486 |   - | 590 |1229 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
365.30/365.34	c   283s|  5590k|  5375k|     0 |   0.0 |1740M| 486 |   - | 590 |1279 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
365.90/365.94	c   284s|  5600k|  5385k|     0 |   0.0 |1743M| 486 |   - | 590 |1266 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
366.40/366.49	c   284s|  5610k|  5395k|     0 |   0.0 |1746M| 486 |   - | 590 |1219 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
367.10/367.11	c   285s|  5620k|  5404k|     0 |   0.0 |1750M| 486 |   - | 590 |1285 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
367.60/367.68	c   285s|  5630k|  5414k|     0 |   0.0 |1753M| 486 |   - | 590 |1256 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
368.20/368.25	c   285s|  5640k|  5424k|     0 |   0.0 |1756M| 486 |   - | 590 |1239 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
368.80/368.84	c   286s|  5650k|  5434k|     0 |   0.0 |1759M| 486 |   - | 590 |1248 |   0 |   0 |   0 |1081k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
369.40/369.41	c   286s|  5660k|  5443k|     0 |   0.0 |1762M| 486 |   - | 590 |1221 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
370.00/370.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.00/370.06	c   287s|  5670k|  5453k|     0 |   0.0 |1765M| 486 |   - | 590 |1265 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
370.61/370.69	c   287s|  5680k|  5463k|     0 |   0.0 |1768M| 486 |   - | 590 |1228 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
371.20/371.26	c   288s|  5690k|  5473k|     0 |   0.0 |1771M| 486 |   - | 590 |1206 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
371.81/371.86	c   288s|  5700k|  5482k|     0 |   0.0 |1774M| 486 |   - | 590 |1223 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
372.40/372.49	c   289s|  5710k|  5492k|     0 |   0.0 |1777M| 486 |   - | 590 |1315 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
373.00/373.09	c   289s|  5720k|  5502k|     0 |   0.0 |1780M| 486 |   - | 590 |1318 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
373.70/373.70	c   290s|  5730k|  5512k|     0 |   0.0 |1783M| 486 |   - | 590 |1225 |   0 |   0 |   0 |1091k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
374.20/374.29	c   290s|  5740k|  5522k|     0 |   0.0 |1786M| 486 |   - | 590 |1226 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
374.80/374.86	c   290s|  5750k|  5531k|     0 |   0.0 |1789M| 486 |   - | 590 |1284 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
375.40/375.43	c   291s|  5760k|  5541k|     0 |   0.0 |1792M| 486 |   - | 590 |1290 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
376.00/376.03	c   291s|  5770k|  5551k|     0 |   0.0 |1795M| 486 |   - | 590 |1254 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
376.60/376.64	c   292s|  5780k|  5561k|     0 |   0.0 |1798M| 486 |   - | 590 |1366 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
377.21/377.22	c   292s|  5790k|  5570k|     0 |   0.0 |1801M| 486 |   - | 590 |1425 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
377.80/377.84	c   293s|  5800k|  5580k|     0 |   0.0 |1804M| 486 |   - | 590 |1408 |   0 |   0 |   0 |1099k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
378.50/378.50	c   293s|  5810k|  5590k|     0 |   0.0 |1807M| 486 |   - | 590 |1419 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
379.00/379.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.00/379.06	c   294s|  5820k|  5600k|     0 |   0.0 |1810M| 486 |   - | 590 |1513 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
379.60/379.64	c   294s|  5830k|  5609k|     0 |   0.0 |1813M| 486 |   - | 590 |1489 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
380.20/380.20	c   294s|  5840k|  5619k|     0 |   0.0 |1816M| 486 |   - | 590 |1460 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
380.80/380.84	c   295s|  5850k|  5629k|     0 |   0.0 |1819M| 486 |   - | 590 |1391 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
381.40/381.43	c   295s|  5860k|  5639k|     0 |   0.0 |1822M| 486 |   - | 590 |1349 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
382.00/382.03	c   296s|  5870k|  5649k|     0 |   0.0 |1825M| 486 |   - | 590 |1426 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
382.60/382.61	c   296s|  5880k|  5658k|     0 |   0.0 |1828M| 486 |   - | 590 |1440 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
383.20/383.20	c   297s|  5890k|  5668k|     0 |   0.0 |1831M| 486 |   - | 590 |1368 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
383.70/383.77	c   297s|  5900k|  5678k|     0 |   0.0 |1834M| 486 |   - | 590 |1357 |   0 |   0 |   0 |1112k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
384.30/384.34	c   297s|  5910k|  5688k|     0 |   0.0 |1837M| 486 |   - | 590 |1329 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
384.90/384.95	c   298s|  5920k|  5697k|     0 |   0.0 |1840M| 486 |   - | 590 |1341 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
385.50/385.53	c   298s|  5930k|  5707k|     0 |   0.0 |1843M| 486 |   - | 590 |1368 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
386.01/386.08	c   299s|  5940k|  5717k|     0 |   0.0 |1846M| 486 |   - | 590 |1323 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
386.60/386.68	c   299s|  5950k|  5727k|     0 |   0.0 |1849M| 486 |   - | 590 |1335 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
387.20/387.29	c   300s|  5960k|  5736k|     0 |   0.0 |1852M| 486 |   - | 590 |1349 |   0 |   0 |   0 |1119k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
387.90/387.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.90/387.90	c   300s|  5970k|  5746k|     0 |   0.0 |1855M| 486 |   - | 590 |1365 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
388.40/388.47	c   301s|  5980k|  5756k|     0 |   0.0 |1858M| 486 |   - | 590 |1334 |   0 |   0 |   0 |1121k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
389.11/389.19	c   301s|  5990k|  5766k|     0 |   0.0 |1861M| 486 |   - | 590 |1359 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
389.70/389.74	c   302s|  6000k|  5776k|     0 |   0.0 |1864M| 486 |   - | 590 |1351 |   0 |   0 |   0 |1124k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
390.30/390.35	c   302s|  6010k|  5785k|     0 |   0.0 |1867M| 486 |   - | 590 |1458 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
390.90/390.98	c   303s|  6020k|  5795k|     0 |   0.0 |1870M| 486 |   - | 590 |1481 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
391.50/391.55	c   303s|  6030k|  5805k|     0 |   0.0 |1873M| 486 |   - | 590 |1432 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
392.10/392.12	c   303s|  6040k|  5815k|     0 |   0.0 |1876M| 486 |   - | 590 |1443 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
392.61/392.69	c   304s|  6050k|  5824k|     0 |   0.0 |1879M| 486 |   - | 590 |1444 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
393.20/393.29	c   304s|  6060k|  5834k|     0 |   0.0 |1882M| 486 |   - | 590 |1444 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
393.90/393.92	c   305s|  6070k|  5844k|     0 |   0.0 |1885M| 486 |   - | 590 |1428 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
394.50/394.51	c   305s|  6080k|  5854k|     0 |   0.0 |1888M| 486 |   - | 590 |1435 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
395.10/395.10	c   306s|  6090k|  5863k|     0 |   0.0 |1891M| 486 |   - | 590 |1431 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
395.60/395.69	c   306s|  6100k|  5873k|     0 |   0.0 |1894M| 486 |   - | 590 |1441 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
396.30/396.32	c   307s|  6110k|  5883k|     0 |   0.0 |1897M| 486 |   - | 590 |1376 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
396.90/396.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.90/396.93	c   307s|  6120k|  5893k|     0 |   0.0 |1900M| 486 |   - | 590 |1385 |   0 |   0 |   0 |1139k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
397.50/397.55	c   308s|  6130k|  5902k|     0 |   0.0 |1903M| 486 |   - | 590 |1414 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
398.00/398.10	c   308s|  6140k|  5912k|     0 |   0.0 |1906M| 486 |   - | 590 |1374 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
398.70/398.74	c   309s|  6150k|  5922k|     0 |   0.0 |1909M| 486 |   - | 590 |1362 |   0 |   0 |   0 |1143k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
399.31/399.32	c   309s|  6160k|  5932k|     0 |   0.0 |1912M| 486 |   - | 590 |1373 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
399.90/399.90	c   309s|  6170k|  5942k|     0 |   0.0 |1915M| 486 |   - | 590 |1386 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
400.40/400.48	c   310s|  6180k|  5951k|     0 |   0.0 |1918M| 486 |   - | 590 |1387 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
401.00/401.09	c   310s|  6190k|  5961k|     0 |   0.0 |1921M| 486 |   - | 590 |1366 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
401.60/401.64	c   311s|  6200k|  5971k|     0 |   0.0 |1924M| 486 |   - | 590 |1324 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
402.20/402.24	c   311s|  6210k|  5981k|     0 |   0.0 |1927M| 486 |   - | 590 |1398 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
402.80/402.82	c   312s|  6220k|  5991k|     0 |   0.0 |1930M| 486 |   - | 590 |1391 |   0 |   0 |   0 |1151k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
403.40/403.43	c   312s|  6230k|  6000k|     0 |   0.0 |1933M| 486 |   - | 590 |1372 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
404.01/404.04	c   312s|  6240k|  6010k|     0 |   0.0 |1936M| 486 |   - | 590 |1340 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
404.60/404.61	c   313s|  6250k|  6020k|     0 |   0.0 |1939M| 486 |   - | 590 |1339 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
405.10/405.18	c   313s|  6260k|  6030k|     0 |   0.0 |1942M| 486 |   - | 590 |1429 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
405.71/405.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.71/405.76	c   314s|  6270k|  6039k|     0 |   0.0 |1945M| 486 |   - | 590 |1476 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
406.30/406.35	c   314s|  6280k|  6049k|     0 |   0.0 |1948M| 486 |   - | 590 |1477 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
406.91/406.94	c   315s|  6290k|  6059k|     0 |   0.0 |1951M| 486 |   - | 590 |1410 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
407.50/407.53	c   315s|  6300k|  6069k|     0 |   0.0 |1954M| 486 |   - | 590 |1403 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
408.11/408.15	c   316s|  6310k|  6078k|     0 |   0.0 |1957M| 486 |   - | 590 |1326 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
408.70/408.73	c   316s|  6320k|  6088k|     0 |   0.0 |1960M| 486 |   - | 590 |1271 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
409.30/409.33	c   316s|  6330k|  6098k|     0 |   0.0 |1963M| 486 |   - | 590 |1323 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
409.90/409.95	c   317s|  6340k|  6108k|     0 |   0.0 |1966M| 486 |   - | 590 |1336 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
410.60/410.60	c   317s|  6350k|  6117k|     0 |   0.0 |1969M| 486 |   - | 590 |1364 |   0 |   0 |   0 |1167k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
411.20/411.20	c   318s|  6360k|  6127k|     0 |   0.0 |1972M| 486 |   - | 590 |1393 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
411.80/411.81	c   318s|  6370k|  6137k|     0 |   0.0 |1975M| 486 |   - | 590 |1322 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
412.41/412.44	c   319s|  6380k|  6147k|     0 |   0.0 |1978M| 486 |   - | 590 |1372 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
413.00/413.08	c   319s|  6390k|  6157k|     0 |   0.0 |1981M| 486 |   - | 590 |1324 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
413.70/413.72	c   320s|  6400k|  6166k|     0 |   0.0 |1984M| 486 |   - | 590 |1391 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
414.30/414.30	c   320s|  6410k|  6176k|     0 |   0.0 |1987M| 486 |   - | 590 |1372 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
414.81/414.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.81/414.88	c   321s|  6420k|  6186k|     0 |   0.0 |1990M| 486 |   - | 590 |1308 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
415.50/415.51	c   321s|  6430k|  6196k|     0 |   0.0 |1993M| 486 |   - | 590 |1329 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
416.10/416.12	c   322s|  6440k|  6205k|     0 |   0.0 |1996M| 486 |   - | 590 |1343 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
416.70/416.70	c   322s|  6450k|  6215k|     0 |   0.0 |1999M| 486 |   - | 590 |1300 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
417.30/417.37	c   323s|  6460k|  6225k|     0 |   0.0 |2002M| 486 |   - | 590 |1333 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
417.90/417.95	c   323s|  6470k|  6235k|     0 |   0.0 |2005M| 486 |   - | 590 |1330 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
418.50/418.52	c   323s|  6480k|  6244k|     0 |   0.0 |2008M| 486 |   - | 590 |1397 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
419.10/419.13	c   324s|  6490k|  6254k|     0 |   0.0 |2011M| 486 |   - | 590 |1456 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
419.70/419.76	c   324s|  6500k|  6264k|     0 |   0.0 |2014M| 486 |   - | 590 |1466 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
420.30/420.39	c   325s|  6510k|  6274k|     0 |   0.0 |2017M| 486 |   - | 590 |1398 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
420.90/420.92	c   325s|  6520k|  6283k|     0 |   0.0 |2020M| 486 |   - | 590 |1348 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
421.50/421.50	c   326s|  6530k|  6293k|     0 |   0.0 |2023M| 486 |   - | 590 |1319 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
422.10/422.10	c   326s|  6540k|  6303k|     0 |   0.0 |2026M| 486 |   - | 590 |1359 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
422.70/422.70	c   327s|  6550k|  6313k|     0 |   0.0 |2029M| 486 |   - | 590 |1338 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
423.20/423.28	c   327s|  6560k|  6323k|     0 |   0.0 |2032M| 486 |   - | 590 |1415 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
423.80/423.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
423.80/423.85	c   327s|  6570k|  6332k|     0 |   0.0 |2035M| 486 |   - | 590 |1383 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
424.40/424.48	c   328s|  6580k|  6342k|     0 |   0.0 |2038M| 486 |   - | 590 |1357 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
425.00/425.07	c   328s|  6590k|  6352k|     0 |   0.0 |2041M| 486 |   - | 590 |1356 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
425.60/425.65	c   329s|  6600k|  6362k|     0 |   0.0 |2044M| 486 |   - | 590 |1399 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
426.20/426.27	c   329s|  6610k|  6371k|     0 |   0.0 |2047M| 486 |   - | 590 |1402 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
426.81/426.86	c   330s|  6620k|  6381k|     0 |   0.0 |2050M| 486 |   - | 590 |1352 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
427.40/427.47	c   330s|  6630k|  6391k|     0 |   0.0 |2053M| 486 |   - | 590 |1338 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
428.10/428.11	c   331s|  6640k|  6401k|     0 |   0.0 |2056M| 486 |   - | 590 |1387 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
428.70/428.71	c   331s|  6650k|  6410k|     0 |   0.0 |2059M| 486 |   - | 590 |1432 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
429.31/429.34	c   332s|  6660k|  6420k|     0 |   0.0 |2062M| 486 |   - | 590 |1447 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
429.90/429.95	c   332s|  6670k|  6430k|     0 |   0.0 |2065M| 486 |   - | 590 |1415 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
430.51/430.53	c   333s|  6680k|  6440k|     0 |   0.0 |2068M| 486 |   - | 590 |1443 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
431.11/431.13	c   333s|  6690k|  6449k|     0 |   0.0 |2071M| 486 |   - | 590 |1425 |   0 |   0 |   0 |1209k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
431.70/431.76	c   334s|  6700k|  6459k|     0 |   0.0 |2074M| 486 |   - | 590 |1350 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
432.31/432.33	c   334s|  6710k|  6469k|     0 |   0.0 |2077M| 486 |   - | 590 |1398 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
432.90/432.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.90/432.98	c   334s|  6720k|  6479k|     0 |   0.0 |2080M| 486 |   - | 590 |1428 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
433.60/433.62	c   335s|  6730k|  6489k|     0 |   0.0 |2083M| 486 |   - | 590 |1456 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
434.20/434.22	c   335s|  6740k|  6498k|     0 |   0.0 |2086M| 486 |   - | 590 |1440 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
434.80/434.83	c   336s|  6750k|  6508k|     0 |   0.0 |2089M| 486 |   - | 590 |1424 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
435.40/435.46	c   336s|  6760k|  6518k|     0 |   0.0 |2092M| 486 |   - | 590 |1465 |   0 |   0 |   0 |1218k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
436.00/436.06	c   337s|  6770k|  6528k|     0 |   0.0 |2095M| 486 |   - | 590 |1407 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
436.71/436.70	c   337s|  6780k|  6537k|     0 |   0.0 |2098M| 486 |   - | 590 |1453 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
437.31/437.30	c   338s|  6790k|  6547k|     0 |   0.0 |2101M| 486 |   - | 590 |1437 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
437.90/437.94	c   338s|  6800k|  6557k|     0 |   0.0 |2104M| 486 |   - | 590 |1437 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
438.51/438.54	c   339s|  6810k|  6567k|     0 |   0.0 |2107M| 486 |   - | 590 |1374 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
439.10/439.19	c   339s|  6820k|  6576k|     0 |   0.0 |2110M| 486 |   - | 590 |1420 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
439.70/439.74	c   340s|  6830k|  6586k|     0 |   0.0 |2113M| 486 |   - | 590 |1388 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
440.30/440.36	c   340s|  6840k|  6596k|     0 |   0.0 |2116M| 486 |   - | 590 |1378 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
440.90/440.97	c   341s|  6850k|  6606k|     0 |   0.0 |2119M| 486 |   - | 590 |1403 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
441.60/441.65	c   341s|  6860k|  6615k|     0 |   0.0 |2122M| 486 |   - | 590 |1401 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
442.21/442.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.21/442.27	c   342s|  6870k|  6625k|     0 |   0.0 |2125M| 486 |   - | 590 |1419 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
442.80/442.88	c   342s|  6880k|  6635k|     0 |   0.0 |2128M| 486 |   - | 590 |1416 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
443.51/443.52	c   342s|  6890k|  6645k|     0 |   0.0 |2131M| 486 |   - | 590 |1351 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
444.10/444.19	c   343s|  6900k|  6654k|     0 |   0.0 |2134M| 486 |   - | 590 |1374 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
444.71/444.76	c   343s|  6910k|  6664k|     0 |   0.0 |2137M| 486 |   - | 590 |1315 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
445.30/445.35	c   344s|  6920k|  6674k|     0 |   0.0 |2140M| 486 |   - | 590 |1440 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
445.91/445.91	c   344s|  6930k|  6684k|     0 |   0.0 |2143M| 486 |   - | 590 |1444 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
446.41/446.48	c   345s|  6940k|  6693k|     0 |   0.0 |2146M| 486 |   - | 590 |1417 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
447.00/447.05	c   345s|  6950k|  6703k|     0 |   0.0 |2149M| 486 |   - | 590 |1415 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
447.61/447.61	c   346s|  6960k|  6713k|     0 |   0.0 |2152M| 486 |   - | 590 |1452 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
448.21/448.21	c   346s|  6970k|  6723k|     0 |   0.0 |2155M| 486 |   - | 590 |1443 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
448.71/448.80	c   346s|  6980k|  6733k|     0 |   0.0 |2158M| 486 |   - | 590 |1447 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
449.30/449.36	c   347s|  6990k|  6742k|     0 |   0.0 |2161M| 486 |   - | 590 |1426 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
449.91/449.94	c   347s|  7000k|  6752k|     0 |   0.0 |2164M| 486 |   - | 590 |1517 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
450.51/450.52	c   348s|  7010k|  6762k|     0 |   0.0 |2167M| 486 |   - | 590 |1473 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
451.10/451.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.10/451.11	c   348s|  7020k|  6772k|     0 |   0.0 |2170M| 486 |   - | 590 |1457 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
451.60/451.66	c   349s|  7030k|  6781k|     0 |   0.0 |2173M| 486 |   - | 590 |1382 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
452.20/452.27	c   349s|  7040k|  6791k|     0 |   0.0 |2176M| 486 |   - | 590 |1341 |   0 |   0 |   0 |1254k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
452.90/452.90	c   350s|  7050k|  6801k|     0 |   0.0 |2179M| 486 |   - | 590 |1355 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
453.40/453.48	c   350s|  7060k|  6811k|     0 |   0.0 |2182M| 486 |   - | 590 |1352 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
454.01/454.09	c   350s|  7070k|  6820k|     0 |   0.0 |2185M| 486 |   - | 590 |1393 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
454.70/454.74	c   351s|  7080k|  6830k|     0 |   0.0 |2188M| 486 |   - | 590 |1353 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
455.31/455.32	c   351s|  7090k|  6840k|     0 |   0.0 |2191M| 486 |   - | 590 |1323 |   0 |   0 |   0 |1260k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
455.90/455.92	c   352s|  7100k|  6850k|     0 |   0.0 |2194M| 486 |   - | 590 |1331 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
456.51/456.54	c   352s|  7110k|  6859k|     0 |   0.0 |2197M| 486 |   - | 590 |1335 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
457.10/457.18	c   353s|  7120k|  6869k|     0 |   0.0 |2200M| 486 |   - | 590 |1401 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
457.70/457.73	c   353s|  7130k|  6879k|     0 |   0.0 |2203M| 486 |   - | 590 |1431 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
458.31/458.33	c   354s|  7140k|  6889k|     0 |   0.0 |2206M| 486 |   - | 590 |1358 |   0 |   0 |   0 |1266k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
458.81/458.89	c   354s|  7150k|  6899k|     0 |   0.0 |2209M| 486 |   - | 590 |1308 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
459.40/459.45	c   354s|  7160k|  6908k|     0 |   0.0 |2212M| 486 |   - | 590 |1255 |   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
460.00/460.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
460.00/460.04	c   355s|  7170k|  6918k|     0 |   0.0 |2215M| 486 |   - | 590 |1258 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
460.60/460.65	c   355s|  7180k|  6928k|     0 |   0.0 |2218M| 486 |   - | 590 |1303 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
461.20/461.29	c   356s|  7190k|  6938k|     0 |   0.0 |2221M| 486 |   - | 590 |1289 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
461.80/461.89	c   356s|  7200k|  6947k|     0 |   0.0 |2224M| 486 |   - | 590 |1407 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
462.40/462.44	c   357s|  7210k|  6957k|     0 |   0.0 |2228M| 486 |   - | 590 |1357 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
463.00/463.06	c   357s|  7220k|  6967k|     0 |   0.0 |2231M| 486 |   - | 590 |1392 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
463.60/463.69	c   358s|  7230k|  6977k|     0 |   0.0 |2234M| 486 |   - | 590 |1355 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
464.21/464.27	c   358s|  7240k|  6986k|     0 |   0.0 |2237M| 486 |   - | 590 |1361 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
464.80/464.85	c   359s|  7250k|  6996k|     0 |   0.0 |2240M| 486 |   - | 590 |1388 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
465.41/465.46	c   359s|  7260k|  7006k|     0 |   0.0 |2242M| 486 |   - | 590 |1341 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
466.01/466.06	c   360s|  7270k|  7016k|     0 |   0.0 |2245M| 486 |   - | 590 |1312 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
466.60/466.64	c   360s|  7280k|  7026k|     0 |   0.0 |2248M| 486 |   - | 590 |1368 |   0 |   0 |   0 |1283k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
467.20/467.23	c   360s|  7290k|  7035k|     0 |   0.0 |2251M| 486 |   - | 590 |1409 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
467.81/467.85	c   361s|  7300k|  7045k|     0 |   0.0 |2254M| 486 |   - | 590 |1401 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
468.41/468.40	c   361s|  7310k|  7055k|     0 |   0.0 |2257M| 486 |   - | 590 |1372 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
468.90/468.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
468.90/468.98	c   362s|  7320k|  7065k|     0 |   0.0 |2260M| 486 |   - | 590 |1447 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
469.50/469.53	c   362s|  7330k|  7074k|     0 |   0.0 |2263M| 486 |   - | 590 |1444 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
470.10/470.11	c   363s|  7340k|  7084k|     0 |   0.0 |2266M| 486 |   - | 590 |1496 |   0 |   0 |   0 |1291k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
470.70/470.73	c   363s|  7350k|  7094k|     0 |   0.0 |2269M| 486 |   - | 590 |1540 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
471.30/471.31	c   363s|  7360k|  7104k|     0 |   0.0 |2272M| 486 |   - | 590 |1477 |   0 |   0 |   0 |1294k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
471.90/471.94	c   364s|  7370k|  7113k|     0 |   0.0 |2275M| 486 |   - | 590 |1456 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
472.50/472.54	c   364s|  7380k|  7123k|     0 |   0.0 |2278M| 486 |   - | 590 |1515 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
473.11/473.16	c   365s|  7390k|  7133k|     0 |   0.0 |2281M| 486 |   - | 590 |1475 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
473.80/473.81	c   365s|  7400k|  7143k|     0 |   0.0 |2285M| 486 |   - | 590 |1585 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
474.30/474.39	c   366s|  7410k|  7152k|     0 |   0.0 |2288M| 486 |   - | 590 |1587 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
474.90/474.96	c   366s|  7420k|  7162k|     0 |   0.0 |2291M| 486 |   - | 590 |1472 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
475.50/475.53	c   367s|  7430k|  7172k|     0 |   0.0 |2294M| 486 |   - | 590 |1429 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
476.10/476.16	c   367s|  7440k|  7182k|     0 |   0.0 |2297M| 486 |   - | 590 |1393 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
476.70/476.77	c   368s|  7450k|  7192k|     0 |   0.0 |2300M| 486 |   - | 590 |1387 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
477.31/477.38	c   368s|  7460k|  7201k|     0 |   0.0 |2303M| 486 |   - | 590 |1441 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
477.91/477.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.91/477.98	c   369s|  7470k|  7211k|     0 |   0.0 |2306M| 486 |   - | 590 |1497 |   0 |   0 |   0 |1307k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
478.60/478.60	c   369s|  7480k|  7221k|     0 |   0.0 |2309M| 486 |   - | 590 |1497 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
479.10/479.17	c   370s|  7490k|  7231k|     0 |   0.0 |2312M| 486 |   - | 590 |1415 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
479.80/479.80	c   370s|  7500k|  7240k|     0 |   0.0 |2314M| 486 |   - | 590 |1437 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
480.30/480.39	c   370s|  7510k|  7250k|     0 |   0.0 |2317M| 486 |   - | 590 |1485 |   0 |   0 |   0 |1312k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
481.00/481.00	c   371s|  7520k|  7260k|     0 |   0.0 |2321M| 486 |   - | 590 |1442 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
481.51/481.55	c   371s|  7530k|  7270k|     0 |   0.0 |2324M| 486 |   - | 590 |1378 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
482.10/482.17	c   372s|  7540k|  7280k|     0 |   0.0 |2327M| 486 |   - | 590 |1387 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
482.81/482.83	c   372s|  7550k|  7289k|     0 |   0.0 |2330M| 486 |   - | 590 |1396 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
483.41/483.48	c   373s|  7560k|  7299k|     0 |   0.0 |2333M| 486 |   - | 590 |1396 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
484.01/484.08	c   373s|  7570k|  7309k|     0 |   0.0 |2336M| 486 |   - | 590 |1382 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
484.60/484.68	c   374s|  7580k|  7319k|     0 |   0.0 |2339M| 486 |   - | 590 |1411 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
485.20/485.28	c   374s|  7590k|  7328k|     0 |   0.0 |2342M| 486 |   - | 590 |1421 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
485.80/485.87	c   375s|  7600k|  7338k|     0 |   0.0 |2345M| 486 |   - | 590 |1411 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
486.41/486.46	c   375s|  7610k|  7348k|     0 |   0.0 |2348M| 486 |   - | 590 |1443 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
487.01/487.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
487.01/487.03	c   375s|  7620k|  7358k|     0 |   0.0 |2351M| 486 |   - | 590 |1411 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
487.60/487.67	c   376s|  7630k|  7367k|     0 |   0.0 |2354M| 486 |   - | 590 |1390 |   0 |   0 |   0 |1327k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
488.20/488.27	c   376s|  7640k|  7377k|     0 |   0.0 |2357M| 486 |   - | 590 |1406 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
488.90/488.97	c   377s|  7650k|  7387k|     0 |   0.0 |2360M| 486 |   - | 590 |1459 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
489.51/489.56	c   377s|  7660k|  7397k|     0 |   0.0 |2363M| 486 |   - | 590 |1426 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
490.10/490.12	c   378s|  7670k|  7406k|     0 |   0.0 |2366M| 486 |   - | 590 |1397 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
490.70/490.74	c   378s|  7680k|  7416k|     0 |   0.0 |2369M| 486 |   - | 590 |1346 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
491.30/491.35	c   379s|  7690k|  7426k|     0 |   0.0 |2372M| 486 |   - | 590 |1372 |   0 |   0 |   0 |1335k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
491.90/491.96	c   379s|  7700k|  7436k|     0 |   0.0 |2375M| 486 |   - | 590 |1296 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
492.50/492.56	c   380s|  7710k|  7445k|     0 |   0.0 |2378M| 486 |   - | 590 |1286 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
493.10/493.16	c   380s|  7720k|  7455k|     0 |   0.0 |2381M| 486 |   - | 590 |1346 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
493.70/493.76	c   381s|  7730k|  7465k|     0 |   0.0 |2384M| 486 |   - | 590 |1276 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
494.31/494.39	c   381s|  7740k|  7475k|     0 |   0.0 |2387M| 486 |   - | 590 |1297 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
494.91/494.96	c   382s|  7750k|  7485k|     0 |   0.0 |2390M| 486 |   - | 590 |1400 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
495.50/495.53	c   382s|  7760k|  7494k|     0 |   0.0 |2393M| 486 |   - | 590 |1378 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
496.11/496.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.11/496.15	c   382s|  7770k|  7504k|     0 |   0.0 |2396M| 486 |   - | 590 |1403 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
496.70/496.75	c   383s|  7780k|  7514k|     0 |   0.0 |2399M| 486 |   - | 590 |1382 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
497.30/497.37	c   383s|  7790k|  7524k|     0 |   0.0 |2402M| 486 |   - | 590 |1440 |   0 |   0 |   0 |1347k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
498.01/498.00	c   384s|  7800k|  7533k|     0 |   0.0 |2405M| 486 |   - | 590 |1396 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
498.61/498.60	c   384s|  7810k|  7543k|     0 |   0.0 |2408M| 486 |   - | 590 |1386 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
499.10/499.16	c   385s|  7820k|  7553k|     0 |   0.0 |2411M| 486 |   - | 590 |1365 |   0 |   0 |   0 |1351k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
499.81/499.82	c   385s|  7830k|  7563k|     0 |   0.0 |2414M| 486 |   - | 590 |1378 |   0 |   0 |   0 |1352k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
500.41/500.46	c   386s|  7840k|  7572k|     0 |   0.0 |2417M| 486 |   - | 590 |1375 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
501.01/501.09	c   386s|  7850k|  7582k|     0 |   0.0 |2420M| 486 |   - | 590 |1399 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
501.70/501.71	c   387s|  7860k|  7592k|     0 |   0.0 |2423M| 486 |   - | 590 |1449 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
502.21/502.29	c   387s|  7870k|  7602k|     0 |   0.0 |2426M| 486 |   - | 590 |1443 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
502.80/502.86	c   387s|  7880k|  7612k|     0 |   0.0 |2429M| 486 |   - | 590 |1385 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
503.40/503.46	c   388s|  7890k|  7621k|     0 |   0.0 |2432M| 486 |   - | 590 |1453 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
504.10/504.12	c   388s|  7900k|  7631k|     0 |   0.0 |2435M| 486 |   - | 590 |1471 |   0 |   0 |   0 |1361k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
504.70/504.73	c   389s|  7910k|  7641k|     0 |   0.0 |2438M| 486 |   - | 590 |1438 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
505.30/505.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.30/505.32	c   389s|  7920k|  7651k|     0 |   0.0 |2441M| 486 |   - | 590 |1398 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
505.91/505.94	c   390s|  7930k|  7660k|     0 |   0.0 |2444M| 486 |   - | 590 |1403 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
506.41/506.49	c   390s|  7940k|  7670k|     0 |   0.0 |2447M| 486 |   - | 590 |1473 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
507.11/507.14	c   391s|  7950k|  7680k|     0 |   0.0 |2450M| 486 |   - | 590 |1435 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
507.71/507.74	c   391s|  7960k|  7690k|     0 |   0.0 |2453M| 486 |   - | 590 |1430 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
508.30/508.34	c   392s|  7970k|  7699k|     0 |   0.0 |2456M| 486 |   - | 590 |1380 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
508.91/508.97	c   392s|  7980k|  7709k|     0 |   0.0 |2459M| 486 |   - | 590 |1311 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
509.60/509.64	c   393s|  7990k|  7719k|     0 |   0.0 |2462M| 486 |   - | 590 |1444 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
510.20/510.28	c   393s|  8000k|  7729k|     0 |   0.0 |2465M| 486 |   - | 590 |1359 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
510.80/510.87	c   394s|  8010k|  7738k|     0 |   0.0 |2468M| 486 |   - | 590 |1347 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
511.41/511.48	c   394s|  8020k|  7748k|     0 |   0.0 |2471M| 486 |   - | 590 |1285 |   0 |   0 |   0 |1376k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
512.11/512.11	c   395s|  8030k|  7758k|     0 |   0.0 |2474M| 486 |   - | 590 |1272 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
512.61/512.67	c   395s|  8040k|  7768k|     0 |   0.0 |2477M| 486 |   - | 590 |1276 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
513.20/513.26	c   395s|  8050k|  7778k|     0 |   0.0 |2480M| 486 |   - | 590 |1328 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
513.81/513.88	c   396s|  8060k|  7787k|     0 |   0.0 |2483M| 486 |   - | 590 |1299 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
514.40/514.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
514.40/514.48	c   396s|  8070k|  7797k|     0 |   0.0 |2486M| 486 |   - | 590 |1357 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
515.11/515.12	c   397s|  8080k|  7807k|     0 |   0.0 |2489M| 486 |   - | 590 |1334 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
515.71/515.71	c   397s|  8090k|  7817k|     0 |   0.0 |2492M| 486 |   - | 590 |1261 |   0 |   0 |   0 |1385k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
516.31/516.30	c   398s|  8100k|  7826k|     0 |   0.0 |2495M| 486 |   - | 590 |1337 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
516.91/516.99	c   398s|  8110k|  7836k|     0 |   0.0 |2498M| 486 |   - | 590 |1311 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
517.51/517.57	c   399s|  8120k|  7846k|     0 |   0.0 |2501M| 486 |   - | 590 |1399 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
518.11/518.12	c   399s|  8130k|  7856k|     0 |   0.0 |2504M| 486 |   - | 590 |1349 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
518.70/518.73	c   400s|  8140k|  7865k|     0 |   0.0 |2507M| 486 |   - | 590 |1373 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
519.40/519.42	c   400s|  8150k|  7875k|     0 |   0.0 |2510M| 486 |   - | 590 |1322 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
519.90/519.99	c   401s|  8160k|  7885k|     0 |   0.0 |2513M| 486 |   - | 590 |1291 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
520.61/520.62	c   401s|  8170k|  7895k|     0 |   0.0 |2516M| 486 |   - | 590 |1431 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
521.31/521.33	c   402s|  8180k|  7904k|     0 |   0.0 |2519M| 486 |   - | 590 |1516 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
521.91/521.95	c   402s|  8190k|  7914k|     0 |   0.0 |2522M| 486 |   - | 590 |1485 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
522.51/522.53	c   403s|  8200k|  7924k|     0 |   0.0 |2525M| 486 |   - | 590 |1433 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
523.11/523.13	c   403s|  8210k|  7934k|     0 |   0.0 |2528M| 486 |   - | 590 |1446 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
523.70/523.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.70/523.71	c   403s|  8220k|  7943k|     0 |   0.0 |2531M| 486 |   - | 590 |1427 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
524.31/524.33	c   404s|  8230k|  7953k|     0 |   0.0 |2534M| 486 |   - | 590 |1436 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
525.00/525.03	c   405s|  8240k|  7963k|     0 |   0.0 |2537M| 486 |   - | 590 |1359 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
525.61/525.69	c   405s|  8250k|  7973k|     0 |   0.0 |2540M| 486 |   - | 590 |1338 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
526.21/526.27	c   405s|  8260k|  7982k|     0 |   0.0 |2543M| 486 |   - | 590 |1402 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
526.81/526.85	c   406s|  8270k|  7992k|     0 |   0.0 |2546M| 486 |   - | 590 |1450 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
527.41/527.44	c   406s|  8280k|  8002k|     0 |   0.0 |2549M| 486 |   - | 590 |1438 |   0 |   0 |   0 |1410k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
528.01/528.03	c   407s|  8290k|  8012k|     0 |   0.0 |2552M| 486 |   - | 590 |1317 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
528.61/528.68	c   407s|  8300k|  8021k|     0 |   0.0 |2555M| 486 |   - | 590 |1424 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
529.20/529.29	c   408s|  8310k|  8031k|     0 |   0.0 |2558M| 486 |   - | 590 |1398 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
529.90/529.92	c   408s|  8320k|  8041k|     0 |   0.0 |2561M| 486 |   - | 590 |1403 |   0 |   0 |   0 |1414k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
530.50/530.54	c   409s|  8330k|  8051k|     0 |   0.0 |2564M| 486 |   - | 590 |1442 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
531.11/531.14	c   409s|  8340k|  8061k|     0 |   0.0 |2567M| 486 |   - | 590 |1408 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
531.70/531.79	c   410s|  8350k|  8070k|     0 |   0.0 |2570M| 486 |   - | 590 |1496 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
532.41/532.41	c   410s|  8360k|  8080k|     0 |   0.0 |2573M| 486 |   - | 590 |1475 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
533.00/533.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
533.00/533.00	c   411s|  8370k|  8090k|     0 |   0.0 |2576M| 486 |   - | 590 |1409 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
533.51/533.59	c   411s|  8380k|  8100k|     0 |   0.0 |2579M| 486 |   - | 590 |1321 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
534.10/534.17	c   411s|  8390k|  8109k|     0 |   0.0 |2582M| 486 |   - | 590 |1362 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
534.70/534.78	c   412s|  8400k|  8119k|     0 |   0.0 |2586M| 486 |   - | 590 |1345 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
535.31/535.35	c   412s|  8410k|  8129k|     0 |   0.0 |2589M| 486 |   - | 590 |1336 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
535.91/535.93	c   413s|  8420k|  8139k|     0 |   0.0 |2592M| 486 |   - | 590 |1306 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
536.51/536.55	c   413s|  8430k|  8148k|     0 |   0.0 |2595M| 486 |   - | 590 |1300 |   0 |   0 |   0 |1428k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
537.11/537.12	c   414s|  8440k|  8158k|     0 |   0.0 |2598M| 486 |   - | 590 |1400 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
537.70/537.73	c   414s|  8450k|  8168k|     0 |   0.0 |2601M| 486 |   - | 590 |1416 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
538.31/538.38	c   415s|  8460k|  8178k|     0 |   0.0 |2604M| 486 |   - | 590 |1453 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
539.01/539.00	c   415s|  8470k|  8188k|     0 |   0.0 |2607M| 486 |   - | 590 |1368 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
539.61/539.61	c   416s|  8480k|  8197k|     0 |   0.0 |2610M| 486 |   - | 590 |1391 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
540.20/540.23	c   416s|  8490k|  8207k|     0 |   0.0 |2613M| 486 |   - | 590 |1496 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
540.81/540.85	c   417s|  8500k|  8217k|     0 |   0.0 |2616M| 486 |   - | 590 |1571 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
541.40/541.48	c   417s|  8510k|  8227k|     0 |   0.0 |2619M| 486 |   - | 590 |1566 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
542.00/542.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
542.00/542.06	c   418s|  8520k|  8236k|     0 |   0.0 |2622M| 486 |   - | 590 |1573 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
542.71/542.72	c   418s|  8530k|  8246k|     0 |   0.0 |2625M| 486 |   - | 590 |1578 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
543.41/543.40	c   419s|  8540k|  8256k|     0 |   0.0 |2628M| 486 |   - | 590 |1553 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
544.00/544.01	c   419s|  8550k|  8266k|     0 |   0.0 |2631M| 486 |   - | 590 |1460 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
544.60/544.64	c   420s|  8560k|  8275k|     0 |   0.0 |2634M| 486 |   - | 590 |1533 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
545.20/545.20	c   420s|  8570k|  8285k|     0 |   0.0 |2637M| 486 |   - | 590 |1536 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
545.70/545.77	c   420s|  8580k|  8295k|     0 |   0.0 |2640M| 486 |   - | 590 |1552 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
546.30/546.35	c   421s|  8590k|  8305k|     0 |   0.0 |2643M| 486 |   - | 590 |1467 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
546.80/546.89	c   421s|  8600k|  8314k|     0 |   0.0 |2646M| 486 |   - | 590 |1399 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
547.40/547.47	c   422s|  8610k|  8324k|     0 |   0.0 |2649M| 486 |   - | 590 |1372 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
548.11/548.10	c   422s|  8620k|  8334k|     0 |   0.0 |2652M| 486 |   - | 590 |1390 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
548.60/548.66	c   423s|  8630k|  8344k|     0 |   0.0 |2655M| 486 |   - | 590 |1472 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
549.20/549.28	c   423s|  8640k|  8353k|     0 |   0.0 |2658M| 486 |   - | 590 |1493 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
549.91/549.90	c   424s|  8650k|  8363k|     0 |   0.0 |2661M| 486 |   - | 590 |1412 |   0 |   0 |   0 |1456k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
550.50/550.56	c   424s|  8660k|  8373k|     0 |   0.0 |2664M| 486 |   - | 590 |1468 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
551.11/551.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.11/551.15	c   424s|  8670k|  8383k|     0 |   0.0 |2667M| 486 |   - | 590 |1394 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
551.70/551.79	c   425s|  8680k|  8393k|     0 |   0.0 |2670M| 486 |   - | 590 |1367 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
552.30/552.35	c   425s|  8690k|  8402k|     0 |   0.0 |2673M| 486 |   - | 590 |1369 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
552.90/552.95	c   426s|  8700k|  8412k|     0 |   0.0 |2676M| 486 |   - | 590 |1345 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
553.51/553.56	c   426s|  8710k|  8422k|     0 |   0.0 |2679M| 486 |   - | 590 |1417 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
554.11/554.15	c   427s|  8720k|  8432k|     0 |   0.0 |2682M| 486 |   - | 590 |1399 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
554.70/554.72	c   427s|  8730k|  8441k|     0 |   0.0 |2685M| 486 |   - | 590 |1449 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
555.31/555.39	c   428s|  8740k|  8451k|     0 |   0.0 |2688M| 486 |   - | 590 |1496 |   0 |   0 |   0 |1467k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
556.01/556.01	c   428s|  8750k|  8461k|     0 |   0.0 |2691M| 486 |   - | 590 |1490 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
556.61/556.60	c   429s|  8760k|  8471k|     0 |   0.0 |2694M| 486 |   - | 590 |1517 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
557.20/557.27	c   429s|  8770k|  8480k|     0 |   0.0 |2697M| 486 |   - | 590 |1459 |   0 |   0 |   0 |1471k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
557.80/557.86	c   430s|  8780k|  8490k|     0 |   0.0 |2700M| 486 |   - | 590 |1472 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
558.41/558.49	c   430s|  8790k|  8500k|     0 |   0.0 |2703M| 486 |   - | 590 |1530 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
559.00/559.07	c   431s|  8800k|  8510k|     0 |   0.0 |2706M| 486 |   - | 590 |1510 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
559.60/559.66	c   431s|  8810k|  8519k|     0 |   0.0 |2709M| 486 |   - | 590 |1592 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
560.20/560.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
560.20/560.23	c   431s|  8820k|  8529k|     0 |   0.0 |2712M| 486 |   - | 590 |1671 |   0 |   0 |   0 |1478k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
560.81/560.86	c   432s|  8830k|  8539k|     0 |   0.0 |2715M| 486 |   - | 590 |1599 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
561.41/561.42	c   432s|  8840k|  8549k|     0 |   0.0 |2718M| 486 |   - | 590 |1574 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
561.91/561.98	c   433s|  8850k|  8559k|     0 |   0.0 |2721M| 486 |   - | 590 |1457 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
562.61/562.60	c   433s|  8860k|  8568k|     0 |   0.0 |2724M| 486 |   - | 590 |1500 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
563.21/563.20	c   434s|  8870k|  8578k|     0 |   0.0 |2727M| 486 |   - | 590 |1508 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
563.80/563.89	c   434s|  8880k|  8588k|     0 |   0.0 |2730M| 486 |   - | 590 |1499 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
564.50/564.56	c   435s|  8890k|  8597k|     0 |   0.0 |2733M| 486 |   - | 590 |1541 |   0 |   0 |   0 |1487k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
565.11/565.17	c   435s|  8900k|  8607k|     0 |   0.0 |2736M| 486 |   - | 590 |1538 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
565.81/565.82	c   436s|  8910k|  8617k|     0 |   0.0 |2739M| 486 |   - | 590 |1628 |   0 |   0 |   0 |1490k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
566.41/566.42	c   436s|  8920k|  8627k|     0 |   0.0 |2742M| 486 |   - | 590 |1521 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
567.01/567.07	c   437s|  8930k|  8637k|     0 |   0.0 |2745M| 486 |   - | 590 |1494 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
567.61/567.68	c   437s|  8940k|  8646k|     0 |   0.0 |2748M| 486 |   - | 590 |1526 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
568.20/568.29	c   438s|  8950k|  8656k|     0 |   0.0 |2751M| 486 |   - | 590 |1459 |   0 |   0 |   0 |1495k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
568.81/568.89	c   438s|  8960k|  8666k|     0 |   0.0 |2754M| 486 |   - | 590 |1462 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
569.41/569.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.41/569.46	c   438s|  8970k|  8676k|     0 |   0.0 |2757M| 486 |   - | 590 |1481 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
570.00/570.08	c   439s|  8980k|  8685k|     0 |   0.0 |2760M| 486 |   - | 590 |1431 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
570.60/570.67	c   439s|  8990k|  8695k|     0 |   0.0 |2763M| 486 |   - | 590 |1420 |   0 |   0 |   0 |1499k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
571.30/571.35	c   440s|  9000k|  8705k|     0 |   0.0 |2766M| 486 |   - | 590 |1515 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
571.91/571.94	c   440s|  9010k|  8715k|     0 |   0.0 |2770M| 486 |   - | 590 |1486 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
572.60/572.66	c   441s|  9020k|  8724k|     0 |   0.0 |2773M| 486 |   - | 590 |1465 |   0 |   0 |   0 |1503k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
573.21/573.26	c   441s|  9030k|  8734k|     0 |   0.0 |2775M| 486 |   - | 590 |1468 |   0 |   0 |   0 |1505k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
573.80/573.83	c   442s|  9040k|  8744k|     0 |   0.0 |2778M| 486 |   - | 590 |1526 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
574.41/574.48	c   442s|  9050k|  8754k|     0 |   0.0 |2781M| 486 |   - | 590 |1605 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
575.11/575.13	c   443s|  9060k|  8763k|     0 |   0.0 |2784M| 486 |   - | 590 |1603 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
575.71/575.71	c   443s|  9070k|  8773k|     0 |   0.0 |2787M| 486 |   - | 590 |1597 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
576.31/576.33	c   444s|  9080k|  8783k|     0 |   0.0 |2790M| 486 |   - | 590 |1564 |   0 |   0 |   0 |1511k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
576.81/576.88	c   444s|  9090k|  8793k|     0 |   0.0 |2793M| 486 |   - | 590 |1468 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
577.41/577.49	c   445s|  9100k|  8803k|     0 |   0.0 |2796M| 486 |   - | 590 |1515 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
578.00/578.07	c   445s|  9110k|  8812k|     0 |   0.0 |2799M| 486 |   - | 590 |1491 |   0 |   0 |   0 |1515k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
578.70/578.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
578.70/578.73	c   446s|  9120k|  8822k|     0 |   0.0 |2803M| 486 |   - | 590 |1525 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
579.40/579.42	c   446s|  9130k|  8832k|     0 |   0.0 |2806M| 486 |   - | 590 |1557 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
580.01/580.06	c   447s|  9140k|  8842k|     0 |   0.0 |2809M| 486 |   - | 590 |1546 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
580.61/580.68	c   447s|  9150k|  8851k|     0 |   0.0 |2812M| 486 |   - | 590 |1499 |   0 |   0 |   0 |1520k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
581.20/581.27	c   447s|  9160k|  8861k|     0 |   0.0 |2815M| 486 |   - | 590 |1464 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
581.81/581.88	c   448s|  9170k|  8871k|     0 |   0.0 |2818M| 486 |   - | 590 |1458 |   0 |   0 |   0 |1523k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
582.40/582.49	c   448s|  9180k|  8881k|     0 |   0.0 |2821M| 486 |   - | 590 |1513 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
583.10/583.18	c   449s|  9190k|  8890k|     0 |   0.0 |2824M| 486 |   - | 590 |1629 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
583.80/583.83	c   450s|  9200k|  8900k|     0 |   0.0 |2827M| 486 |   - | 590 |1615 |   0 |   0 |   0 |1527k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
584.41/584.40	c   450s|  9210k|  8910k|     0 |   0.0 |2830M| 486 |   - | 590 |1602 |   0 |   0 |   0 |1528k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
584.90/584.98	c   450s|  9220k|  8920k|     0 |   0.0 |2833M| 486 |   - | 590 |1582 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
585.60/585.61	c   451s|  9230k|  8929k|     0 |   0.0 |2836M| 486 |   - | 590 |1590 |   0 |   0 |   0 |1530k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
586.21/586.24	c   451s|  9240k|  8939k|     0 |   0.0 |2839M| 486 |   - | 590 |1562 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
586.80/586.85	c   452s|  9250k|  8949k|     0 |   0.0 |2842M| 486 |   - | 590 |1497 |   0 |   0 |   0 |1533k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
587.42/587.47	c   452s|  9260k|  8959k|     0 |   0.0 |2845M| 486 |   - | 590 |1462 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
588.00/588.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
588.00/588.05	c   453s|  9270k|  8968k|     0 |   0.0 |2848M| 486 |   - | 590 |1425 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
588.61/588.68	c   453s|  9280k|  8978k|     0 |   0.0 |2851M| 486 |   - | 590 |1473 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
589.21/589.27	c   454s|  9290k|  8988k|     0 |   0.0 |2854M| 486 |   - | 590 |1383 |   0 |   0 |   0 |1538k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
589.80/589.87	c   454s|  9300k|  8998k|     0 |   0.0 |2857M| 486 |   - | 590 |1459 |   0 |   0 |   0 |1539k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
590.51/590.50	c   455s|  9310k|  9007k|     0 |   0.0 |2860M| 486 |   - | 590 |1487 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
591.10/591.10	c   455s|  9320k|  9017k|     0 |   0.0 |2863M| 486 |   - | 590 |1430 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
591.72/591.76	c   456s|  9330k|  9027k|     0 |   0.0 |2866M| 486 |   - | 590 |1452 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
592.21/592.25	c (node 9338894) switching to memory saving mode (mem: 2736.0M/3420.0M)
593.11/593.14	o 53
593.11/593.14	c * 457s|  9339k|  9035k|     0 |   0.0 |2868M| 486 |   - | 590 |1462 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
593.21/593.26	o 49
593.21/593.26	c * 457s|  9339k|  9034k|     0 |   0.0 |2868M| 486 |   - | 590 |1462 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 4.900000e+01 |    Inf 
593.30/593.38	o 46
593.30/593.38	c * 457s|  9339k|  9033k|     0 |   0.0 |2868M| 486 |   - | 590 |1475 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
593.40/593.49	o 42
593.40/593.49	c * 457s|  9339k|  9033k|     0 |   0.0 |2867M| 486 |   - | 590 |1475 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 4.200000e+01 |    Inf 
593.61/593.67	o 40
593.61/593.67	c * 457s|  9339k|  9033k|     0 |   0.0 |2868M| 486 |   - | 590 |1605 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 4.000000e+01 |    Inf 
593.71/593.78	o 36
593.71/593.78	c * 457s|  9339k|  9032k|     0 |   0.0 |2867M| 486 |   - | 590 |1605 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 3.600000e+01 |    Inf 
593.91/593.91	o 33
593.91/593.91	c * 458s|  9339k|  9032k|     0 |   0.0 |2867M| 486 |   - | 590 |1622 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 3.300000e+01 |    Inf 
594.01/594.05	o 31
594.01/594.05	c * 458s|  9339k|  9032k|     0 |   0.0 |2867M| 486 |   - | 590 |1711 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 3.100000e+01 |    Inf 
594.30/594.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
594.30/594.39	c   458s|  9340k|  9032k|     0 |   0.0 |2867M| 486 |   - | 590 |2237 |   0 |   0 |   0 |1547k|   0 | 0.000000e+00 | 3.100000e+01 |    Inf 
594.51/594.59	o 30
594.51/594.59	c * 458s|  9340k|  9032k|     0 |   0.0 |2867M| 486 |   - | 590 |2238 |   0 |   0 |   0 |1547k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
594.70/594.73	o 26
594.70/594.73	c * 458s|  9340k|  9031k|     0 |   0.0 |2867M| 486 |   - | 590 |2343 |   0 |   0 |   0 |1547k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
599.41/599.44	c   463s|  9350k|  9031k|     0 |   0.0 |2868M| 486 |   - | 590 |4040 |   0 |   0 |   0 |1568k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
604.51/604.51	c   467s|  9360k|  9031k|     0 |   0.0 |2868M| 486 |   - | 590 |3160 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
609.71/609.79	c   472s|  9370k|  9031k|     0 |   0.0 |2868M| 486 |   - | 590 |2807 |   0 |   0 |   0 |1604k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
615.01/615.06	c   477s|  9380k|  9031k|     0 |   0.0 |2868M| 486 |   - | 590 |3918 |   0 |   0 |   0 |1624k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
620.41/620.50	c   482s|  9390k|  9031k|     0 |   0.0 |2868M| 486 |   - | 590 |4065 |   0 |   0 |   0 |1644k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
625.70/625.72	c   487s|  9400k|  9031k|     0 |   0.0 |2869M| 486 |   - | 590 |5668 |   0 |   0 |   0 |1664k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
630.90/630.93	c   492s|  9410k|  9031k|     0 |   0.0 |2871M| 486 |   - | 590 |  10k|   0 |   0 |   0 |1687k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
636.51/636.55	c   497s|  9420k|  9031k|     0 |   0.0 |2870M| 486 |   - | 590 |5650 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
642.20/642.30	c   502s|  9430k|  9031k|     0 |   0.0 |2871M| 486 |   - | 590 |8914 |   0 |   0 |   0 |1735k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
647.81/647.84	c   507s|  9440k|  9031k|     0 |   0.0 |2870M| 486 |   - | 590 |6216 |   0 |   0 |   0 |1756k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
653.42/653.46	c   513s|  9450k|  9031k|     0 |   0.0 |2870M| 486 |   - | 590 |6655 |   0 |   0 |   0 |1778k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
658.91/658.92	c   518s|  9460k|  9031k|     0 |   0.0 |2870M| 486 |   - | 590 |5959 |   0 |   0 |   0 |1798k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
664.51/664.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
664.51/664.55	c   523s|  9470k|  9031k|     0 |   0.0 |2870M| 486 |   - | 590 |5781 |   0 |   0 |   0 |1818k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
670.11/670.11	c   528s|  9480k|  9031k|     0 |   0.0 |2871M| 486 |   - | 590 |6880 |   0 |   0 |   0 |1842k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
675.91/675.98	c   533s|  9490k|  9031k|     0 |   0.0 |2870M| 486 |   - | 590 |5818 |   0 |   0 |   0 |1863k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
681.61/681.61	c   539s|  9500k|  9031k|     0 |   0.0 |2870M| 486 |   - | 590 |6142 |   0 |   0 |   0 |1885k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
687.31/687.35	c   544s|  9510k|  9031k|     0 |   0.0 |2871M| 486 |   - | 590 |7790 |   0 |   0 |   0 |1909k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
692.61/692.66	c   549s|  9520k|  9031k|     0 |   0.0 |2872M| 486 |   - | 590 |9393 |   0 |   0 |   0 |1934k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
698.51/698.54	c   554s|  9530k|  9031k|     0 |   0.0 |2871M| 486 |   - | 590 |6667 |   0 |   0 |   0 |1956k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
704.51/704.59	c   560s|  9540k|  9031k|     0 |   0.0 |2872M| 486 |   - | 590 |  10k|   0 |   0 |   0 |1982k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
710.71/710.70	c   566s|  9550k|  9031k|     0 |   0.0 |2872M| 486 |   - | 590 |9731 |   0 |   0 |   0 |2007k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
716.61/716.64	c   571s|  9560k|  9031k|     0 |   0.0 |2871M| 486 |   - | 590 |6636 |   0 |   0 |   0 |2027k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
722.72/722.75	c   577s|  9570k|  9031k|     0 |   0.0 |2872M| 486 |   - | 590 |8764 |   0 |   0 |   0 |2050k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
728.40/728.41	c   582s|  9580k|  9031k|     0 |   0.0 |2873M| 486 |   - | 590 |  11k|   0 |   0 |   0 |2070k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
734.41/734.48	c   588s|  9590k|  9031k|     0 |   0.0 |2871M| 486 |   - | 590 |6136 |   0 |   0 |   0 |2097k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
740.31/740.34	c   593s|  9600k|  9031k|     0 |   0.0 |2871M| 486 |   - | 590 |6648 |   0 |   0 |   0 |2117k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
745.81/745.82	c   598s|  9610k|  9031k|     0 |   0.0 |2876M| 486 |   - | 590 |  20k|   0 |   0 |   0 |2150k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
751.71/751.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.71/751.70	c   604s|  9620k|  9031k|     0 |   0.0 |2874M| 486 |   - | 590 |  13k|   0 |   0 |   0 |2174k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
757.81/757.85	c   610s|  9630k|  9031k|     0 |   0.0 |2874M| 486 |   - | 590 |  14k|   0 |   0 |   0 |2194k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
764.31/764.32	c   616s|  9640k|  9031k|     0 |   0.0 |2875M| 486 |   - | 590 |  15k|   0 |   0 |   0 |2218k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
770.61/770.67	c   622s|  9650k|  9031k|     0 |   0.0 |2873M| 486 |   - | 590 |9218 |   0 |   0 |   0 |2240k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
776.81/776.89	c   627s|  9660k|  9031k|     0 |   0.0 |2874M| 486 |   - | 590 |  10k|   0 |   0 |   0 |2260k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
783.01/783.10	c   633s|  9670k|  9031k|     0 |   0.0 |2874M| 486 |   - | 590 |  11k|   0 |   0 |   0 |2280k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
789.01/789.09	c   639s|  9680k|  9031k|     0 |   0.0 |2874M| 486 |   - | 590 |  10k|   0 |   0 |   0 |2304k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
794.91/794.95	c   644s|  9690k|  9031k|     0 |   0.0 |2878M| 486 |   - | 590 |  21k|   0 |   0 |   0 |2332k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
801.21/801.24	c   650s|  9700k|  9031k|     0 |   0.0 |2876M| 486 |   - | 590 |  15k|   0 |   0 |   0 |2354k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
807.31/807.31	c   656s|  9710k|  9031k|     0 |   0.0 |2877M| 486 |   - | 590 |  17k|   0 |   0 |   0 |2374k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
813.01/813.02	c   661s|  9720k|  9031k|     0 |   0.0 |2878M| 486 |   - | 590 |  20k|   0 |   0 |   0 |2398k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
819.11/819.13	c   667s|  9730k|  9031k|     0 |   0.0 |2878M| 486 |   - | 590 |  21k|   0 |   0 |   0 |2421k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
825.71/825.78	c   673s|  9740k|  9031k|     0 |   0.0 |2877M| 486 |   - | 590 |  15k|   0 |   0 |   0 |2441k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
831.71/831.79	c   679s|  9750k|  9031k|     0 |   0.0 |2877M| 486 |   - | 590 |  15k|   0 |   0 |   0 |2461k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
838.31/838.35	c   685s|  9760k|  9031k|     0 |   0.0 |2874M| 486 |   - | 590 |8580 |   0 |   0 |   0 |2482k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
844.92/844.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
844.92/844.95	c   691s|  9770k|  9031k|     0 |   0.0 |2874M| 486 |   - | 590 |8963 |   0 |   0 |   0 |2504k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
851.32/851.38	c   697s|  9780k|  9031k|     0 |   0.0 |2875M| 486 |   - | 590 |9504 |   0 |   0 |   0 |2524k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
857.61/857.61	c   703s|  9790k|  9031k|     0 |   0.0 |2878M| 486 |   - | 590 |  19k|   0 |   0 |   0 |2552k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
863.81/863.80	c   709s|  9800k|  9031k|     0 |   0.0 |2876M| 486 |   - | 590 |  14k|   0 |   0 |   0 |2575k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
870.52/870.51	c   715s|  9810k|  9031k|     0 |   0.0 |2877M| 486 |   - | 590 |  15k|   0 |   0 |   0 |2597k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
877.01/877.00	c   721s|  9820k|  9031k|     0 |   0.0 |2877M| 486 |   - | 590 |  15k|   0 |   0 |   0 |2616k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
883.11/883.10	c   727s|  9830k|  9031k|     0 |   0.0 |2875M| 486 |   - | 590 |  12k|   0 |   0 |   0 |2638k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
888.61/888.64	c   732s|  9840k|  9031k|     0 |   0.0 |2877M| 486 |   - | 590 |  17k|   0 |   0 |   0 |2663k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
894.51/894.57	c   737s|  9850k|  9031k|     0 |   0.0 |2878M| 486 |   - | 590 |  20k|   0 |   0 |   0 |2686k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
901.22/901.23	c   744s|  9860k|  9031k|     0 |   0.0 |2879M| 486 |   - | 590 |  22k|   0 |   0 |   0 |2708k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
908.01/908.00	c   750s|  9870k|  9031k|     0 |   0.0 |2879M| 486 |   - | 590 |  12k|   0 |   0 |   0 |2735k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
914.42/914.43	c   756s|  9880k|  9031k|     0 |   0.0 |2881M| 486 |   - | 590 |  16k|   0 |   0 |   0 |2762k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
920.32/920.38	c   761s|  9890k|  9031k|     0 |   0.0 |2882M| 486 |   - | 590 |  20k|   0 |   0 |   0 |2782k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
927.22/927.24	c   768s|  9900k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  20k|   0 |   0 |   0 |2802k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
934.32/934.39	c   775s|  9910k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  20k|   0 |   0 |   0 |2822k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
940.62/940.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
940.62/940.61	c   780s|  9920k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  22k|   0 |   0 |   0 |2842k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
948.12/948.19	c   788s|  9930k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  21k|   0 |   0 |   0 |2862k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
956.02/956.07	c   795s|  9940k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  22k|   0 |   0 |   0 |2881k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
963.81/963.81	c   802s|  9950k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  22k|   0 |   0 |   0 |2901k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
970.52/970.50	c   809s|  9960k|  9030k|     0 |   0.0 |2880M| 486 |   - | 590 |  12k|   0 |   0 |   0 |2924k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
976.92/976.98	c   815s|  9970k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  15k|   0 |   0 |   0 |2946k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
983.32/983.36	c   821s|  9980k|  9031k|     0 |   0.0 |2881M| 486 |   - | 590 |  15k|   0 |   0 |   0 |2967k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
989.92/989.95	c   827s|  9990k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  17k|   0 |   0 |   0 |2989k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
996.82/996.84	c   833s| 10000k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  15k|   0 |   0 |   0 |3008k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1003.22/1003.29	c   840s| 10010k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  18k|   0 |   0 |   0 |3028k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1010.22/1010.29	c   846s| 10020k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  14k|   0 |   0 |   0 |3049k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1017.21/1017.29	c   853s| 10030k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  15k|   0 |   0 |   0 |3069k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1023.82/1023.82	c   859s| 10040k|  9030k|     0 |   0.0 |2880M| 486 |   - | 590 |  11k|   0 |   0 |   0 |3090k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1030.02/1030.06	c   865s| 10050k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  15k|   0 |   0 |   0 |3110k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1036.72/1036.72	c   871s| 10060k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  16k|   0 |   0 |   0 |3130k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1043.52/1043.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1043.52/1043.56	c   877s| 10070k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  17k|   0 |   0 |   0 |3152k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1051.12/1051.10	c   884s| 10080k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  17k|   0 |   0 |   0 |3171k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1058.22/1058.27	c   891s| 10090k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  12k|   0 |   0 |   0 |3192k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1065.32/1065.36	c   898s| 10100k|  9030k|     0 |   0.0 |2880M| 486 |   - | 590 |  11k|   0 |   0 |   0 |3213k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1072.32/1072.35	c   904s| 10110k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  13k|   0 |   0 |   0 |3232k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1079.31/1079.34	c   911s| 10120k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  13k|   0 |   0 |   0 |3252k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1086.32/1086.37	c   918s| 10130k|  9030k|     0 |   0.0 |2880M| 486 |   - | 590 |  11k|   0 |   0 |   0 |3274k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1092.22/1092.28	c   923s| 10140k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  12k|   0 |   0 |   0 |3296k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1098.52/1098.55	c   929s| 10150k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  20k|   0 |   0 |   0 |3324k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1105.43/1105.45	c   936s| 10160k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  20k|   0 |   0 |   0 |3344k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1112.62/1112.67	c   942s| 10170k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  12k|   0 |   0 |   0 |3365k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1119.62/1119.67	c   949s| 10180k|  9030k|     0 |   0.0 |2886M| 486 |   - | 590 |  26k|   0 |   0 |   0 |3397k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1125.91/1125.94	c   955s| 10190k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  21k|   0 |   0 |   0 |3419k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1133.52/1133.55	c   962s| 10200k|  9030k|     0 |   0.0 |2881M| 486 |   - | 590 |  11k|   0 |   0 |   0 |3439k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1140.02/1140.04	c   968s| 10210k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  17k|   0 |   0 |   0 |3463k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1146.52/1146.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1146.52/1146.58	c   974s| 10220k|  9030k|     0 |   0.0 |2885M| 486 |   - | 590 |  24k|   0 |   0 |   0 |3489k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1153.21/1153.28	c   981s| 10230k|  9030k|     0 |   0.0 |2886M| 486 |   - | 590 |  26k|   0 |   0 |   0 |3508k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1160.12/1160.10	c   987s| 10240k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  14k|   0 |   0 |   0 |3528k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1167.42/1167.47	c   994s| 10250k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  12k|   0 |   0 |   0 |3550k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1173.82/1173.86	c  1000s| 10260k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  12k|   0 |   0 |   0 |3571k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1180.23/1180.26	c  1006s| 10270k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  14k|   0 |   0 |   0 |3594k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1187.32/1187.35	c  1013s| 10280k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  12k|   0 |   0 |   0 |3616k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1194.12/1194.12	c  1019s| 10290k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  15k|   0 |   0 |   0 |3639k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1201.12/1201.13	c  1026s| 10300k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  17k|   0 |   0 |   0 |3671k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1207.73/1207.79	c  1032s| 10310k|  9030k|     0 |   0.0 |2886M| 486 |   - | 590 |  23k|   0 |   0 |   0 |3695k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1214.52/1214.56	c  1038s| 10320k|  9030k|     0 |   0.0 |2887M| 486 |   - | 590 |  26k|   0 |   0 |   0 |3716k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1221.92/1221.92	c  1045s| 10330k|  9030k|     0 |   0.0 |2887M| 486 |   - | 590 |  27k|   0 |   0 |   0 |3736k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1229.93/1229.96	c  1053s| 10340k|  9030k|     0 |   0.0 |2887M| 486 |   - | 590 |  28k|   0 |   0 |   0 |3758k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1238.22/1238.28	c  1061s| 10350k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  11k|   0 |   0 |   0 |3780k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1245.23/1245.24	c  1067s| 10360k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  13k|   0 |   0 |   0 |3803k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1251.52/1251.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1251.52/1251.60	c  1073s| 10370k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  16k|   0 |   0 |   0 |3824k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1257.23/1257.28	c  1079s| 10380k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  16k|   0 |   0 |   0 |3845k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1263.22/1263.29	c  1084s| 10390k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  19k|   0 |   0 |   0 |3868k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1269.43/1269.45	c  1090s| 10400k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  20k|   0 |   0 |   0 |3889k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1275.53/1275.54	c  1096s| 10410k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  21k|   0 |   0 |   0 |3914k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1284.92/1284.97	c  1105s| 10420k|  9030k|     0 |   0.0 |2885M| 486 |   - | 590 |  23k|   0 |   0 |   0 |3938k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1295.42/1295.40	c  1115s| 10430k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  22k|   0 |   0 |   0 |3960k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1303.53/1303.56	c  1122s| 10440k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  21k|   0 |   0 |   0 |3980k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1312.13/1312.19	c  1131s| 10450k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  21k|   0 |   0 |   0 |4000k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1322.92/1322.91	c  1141s| 10460k|  9030k|     0 |   0.0 |2885M| 486 |   - | 590 |  22k|   0 |   0 |   0 |4021k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1332.42/1332.46	c  1150s| 10470k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  13k|   0 |   0 |   0 |4041k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1339.23/1339.27	c  1156s| 10480k|  9030k|     0 |   0.0 |2882M| 486 |   - | 590 |  12k|   0 |   0 |   0 |4064k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1346.43/1346.48	c  1163s| 10490k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  13k|   0 |   0 |   0 |4087k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1353.22/1353.21	c  1170s| 10500k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  13k|   0 |   0 |   0 |4107k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1360.13/1360.11	c  1176s| 10510k|  9030k|     0 |   0.0 |2883M| 486 |   - | 590 |  15k|   0 |   0 |   0 |4125k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1366.63/1366.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1366.63/1366.60	c  1182s| 10520k|  9030k|     0 |   0.0 |2885M| 486 |   - | 590 |  18k|   0 |   0 |   0 |4151k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1373.23/1373.22	c  1188s| 10530k|  9030k|     0 |   0.0 |2887M| 486 |   - | 590 |  26k|   0 |   0 |   0 |4174k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1380.33/1380.37	c  1195s| 10540k|  9030k|     0 |   0.0 |2889M| 486 |   - | 590 |  29k|   0 |   0 |   0 |4197k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1386.43/1386.43	c  1201s| 10550k|  9030k|     0 |   0.0 |2889M| 486 |   - | 590 |  28k|   0 |   0 |   0 |4216k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1392.43/1392.42	c  1206s| 10560k|  9030k|     0 |   0.0 |2889M| 486 |   - | 590 |  30k|   0 |   0 |   0 |4234k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1399.23/1399.25	c  1213s| 10570k|  9030k|     0 |   0.0 |2889M| 486 |   - | 590 |  30k|   0 |   0 |   0 |4256k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1406.03/1406.04	c  1219s| 10580k|  9030k|     0 |   0.0 |2889M| 486 |   - | 590 |  32k|   0 |   0 |   0 |4276k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1412.83/1412.83	c  1226s| 10590k|  9030k|     0 |   0.0 |2890M| 486 |   - | 590 |  32k|   0 |   0 |   0 |4295k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1419.23/1419.26	c  1232s| 10600k|  9030k|     0 |   0.0 |2890M| 486 |   - | 590 |  35k|   0 |   0 |   0 |4316k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1426.33/1426.30	c  1238s| 10610k|  9030k|     0 |   0.0 |2890M| 486 |   - | 590 |  34k|   0 |   0 |   0 |4336k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1433.33/1433.38	c  1245s| 10620k|  9030k|     0 |   0.0 |2890M| 486 |   - | 590 |  36k|   0 |   0 |   0 |4359k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1440.33/1440.33	c  1252s| 10630k|  9030k|     0 |   0.0 |2891M| 486 |   - | 590 |  37k|   0 |   0 |   0 |4378k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1447.63/1447.61	c  1258s| 10640k|  9030k|     0 |   0.0 |2891M| 486 |   - | 590 |  37k|   0 |   0 |   0 |4395k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1454.42/1454.41	c  1265s| 10650k|  9030k|     0 |   0.0 |2891M| 486 |   - | 590 |  38k|   0 |   0 |   0 |4417k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1461.23/1461.24	c  1271s| 10660k|  9030k|     0 |   0.0 |2892M| 486 |   - | 590 |  42k|   0 |   0 |   0 |4441k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1469.43/1469.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1469.43/1469.44	c  1279s| 10670k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  13k|   0 |   0 |   0 |4462k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1477.03/1477.08	c  1286s| 10680k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  13k|   0 |   0 |   0 |4482k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1483.83/1483.82	c  1293s| 10690k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  14k|   0 |   0 |   0 |4501k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1491.13/1491.10	c  1299s| 10700k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  13k|   0 |   0 |   0 |4522k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1498.14/1498.16	c  1306s| 10710k|  9030k|     0 |   0.0 |2884M| 486 |   - | 590 |  14k|   0 |   0 |   0 |4543k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1504.13/1504.18	c  1312s| 10720k|  9030k|     0 |   0.0 |2885M| 486 |   - | 590 |  17k|   0 |   0 |   0 |4566k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1510.53/1510.59	c  1318s| 10730k|  9030k|     0 |   0.0 |2887M| 486 |   - | 590 |  23k|   0 |   0 |   0 |4590k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1517.53/1517.55	c  1324s| 10740k|  9030k|     0 |   0.0 |2888M| 486 |   - | 590 |  28k|   0 |   0 |   0 |4610k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1524.93/1524.96	c  1331s| 10750k|  9030k|     0 |   0.0 |2889M| 486 |   - | 590 |  29k|   0 |   0 |   0 |4628k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1531.93/1531.91	c  1338s| 10760k|  9030k|     0 |   0.0 |2885M| 486 |   - | 590 |  17k|   0 |   0 |   0 |4649k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1538.72/1538.76	c  1344s| 10770k|  9030k|     0 |   0.0 |2885M| 486 |   - | 590 |  17k|   0 |   0 |   0 |4671k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1544.93/1544.94	c  1350s| 10780k|  9030k|     0 |   0.0 |2887M| 486 |   - | 590 |  24k|   0 |   0 |   0 |4698k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1551.04/1551.04	c  1356s| 10790k|  9030k|     0 |   0.0 |2889M| 486 |   - | 590 |  29k|   0 |   0 |   0 |4727k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1557.03/1557.04	c  1361s| 10800k|  9030k|     0 |   0.0 |2893M| 486 |   - | 590 |  42k|   0 |   0 |   0 |4756k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1563.53/1563.55	c  1367s| 10810k|  9030k|     0 |   0.0 |2898M| 486 |   - | 590 |  55k|   0 |   0 |   0 |4786k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1570.33/1570.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1570.33/1570.36	c  1374s| 10820k|  9030k|     0 |   0.0 |2897M| 486 |   - | 590 |  52k|   0 |   0 |   0 |4811k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1578.54/1578.57	c  1381s| 10830k|  9030k|     0 |   0.0 |2897M| 486 |   - | 590 |  48k|   0 |   0 |   0 |4836k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1586.73/1586.76	c  1389s| 10840k|  9030k|     0 |   0.0 |2897M| 486 |   - | 590 |  47k|   0 |   0 |   0 |4858k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1594.83/1594.87	c  1397s| 10850k|  9030k|     0 |   0.0 |2897M| 486 |   - | 590 |  45k|   0 |   0 |   0 |4876k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1602.83/1602.89	c  1404s| 10860k|  9030k|     0 |   0.0 |2897M| 486 |   - | 590 |  46k|   0 |   0 |   0 |4895k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1611.43/1611.48	c  1413s| 10870k|  9030k|     0 |   0.0 |2896M| 486 |   - | 590 |  21k|   0 |   0 |   0 |4924k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1618.93/1618.90	c  1420s| 10880k|  9030k|     0 |   0.0 |2900M| 486 |   - | 590 |  35k|   0 |   0 |   0 |4955k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1627.03/1627.06	c  1427s| 10890k|  9030k|     0 |   0.0 |2899M| 486 |   - | 590 |  30k|   0 |   0 |   0 |4980k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1634.43/1634.46	c  1434s| 10900k|  9030k|     0 |   0.0 |2899M| 486 |   - | 590 |  31k|   0 |   0 |   0 |4999k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1641.94/1641.97	c  1441s| 10910k|  9030k|     0 |   0.0 |2899M| 486 |   - | 590 |  31k|   0 |   0 |   0 |5017k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1649.53/1649.58	c  1449s| 10920k|  9030k|     0 |   0.0 |2899M| 486 |   - | 590 |  32k|   0 |   0 |   0 |5039k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1657.23/1657.27	c  1456s| 10930k|  9030k|     0 |   0.0 |2899M| 486 |   - | 590 |  32k|   0 |   0 |   0 |5056k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1664.03/1664.03	c  1462s| 10940k|  9030k|     0 |   0.0 |2900M| 486 |   - | 590 |  33k|   0 |   0 |   0 |5073k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1673.14/1673.15	c  1471s| 10950k|  9030k|     0 |   0.0 |2894M| 486 |   - | 590 |  16k|   0 |   0 |   0 |5098k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1682.33/1682.35	c  1480s| 10960k|  9030k|     0 |   0.0 |2894M| 486 |   - | 590 |  15k|   0 |   0 |   0 |5120k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1690.14/1690.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1690.14/1690.14	c  1487s| 10970k|  9030k|     0 |   0.0 |2896M| 486 |   - | 590 |  21k|   0 |   0 |   0 |5145k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1699.43/1699.49	c  1496s| 10980k|  9030k|     0 |   0.0 |2895M| 486 |   - | 590 |  21k|   0 |   0 |   0 |5170k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1708.53/1708.53	c  1505s| 10990k|  9030k|     0 |   0.0 |2896M| 486 |   - | 590 |  23k|   0 |   0 |   0 |5196k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1716.83/1716.89	c  1513s| 11000k|  9030k|     0 |   0.0 |2895M| 486 |   - | 590 |  18k|   0 |   0 |   0 |5218k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1724.33/1724.33	c  1520s| 11010k|  9030k|     0 |   0.0 |2896M| 486 |   - | 590 |  21k|   0 |   0 |   0 |5243k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1731.73/1731.76	c  1527s| 11020k|  9030k|     0 |   0.0 |2898M| 486 |   - | 590 |  29k|   0 |   0 |   0 |5269k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1738.83/1738.81	c  1533s| 11030k|  9030k|     0 |   0.0 |2900M| 486 |   - | 590 |  33k|   0 |   0 |   0 |5293k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1745.93/1745.97	c  1540s| 11040k|  9030k|     0 |   0.0 |2900M| 486 |   - | 590 |  35k|   0 |   0 |   0 |5310k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1753.44/1753.41	c  1547s| 11050k|  9030k|     0 |   0.0 |2896M| 486 |   - | 590 |  22k|   0 |   0 |   0 |5333k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1760.73/1760.75	c  1554s| 11060k|  9030k|     0 |   0.0 |2896M| 486 |   - | 590 |  25k|   0 |   0 |   0 |5356k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1768.43/1768.46	c  1561s| 11070k|  9030k|     0 |   0.0 |2896M| 486 |   - | 590 |  23k|   0 |   0 |   0 |5377k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1776.74/1776.72	c  1569s| 11080k|  9030k|     0 |   0.0 |2897M| 486 |   - | 590 |  25k|   0 |   0 |   0 |5399k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1784.74/1784.74	c  1577s| 11090k|  9030k|     0 |   0.0 |2896M| 486 |   - | 590 |  24k|   0 |   0 |   0 |5420k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1792.54/1792.50	c  1584s| 11100k|  9030k|     0 |   0.0 |2897M| 486 |   - | 590 |  27k|   0 |   0 |   0 |5442k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1591.15
1800.04/1800.00	c Solving Nodes      : 11109577
1800.04/1800.00	c Primal Bound       : +2.60000000000000e+01 (31 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v -x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1800.04/1800.00	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1800.04/1800.00	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1800.04/1800.00	v x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1800.04/1800.00	v -x415 -x414 -x413 x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1800.04/1800.00	v -x394 -x393 -x392 -x391 -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1800.04/1800.00	v -x373 -x372 -x371 -x370 -x369 -x368 x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1800.04/1800.00	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1800.04/1800.00	v -x331 -x330 x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1800.04/1800.00	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 
1800.04/1800.00	v -x290 -x289 -x288 -x287 -x286 -x285 x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 x275 -x274 -x273 -x272 -x271 -x270 -x269 
1800.04/1800.00	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 
1800.04/1800.00	v -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 x234 -x233 -x232 -x231 -x230 -x229 -x228 
1800.04/1800.00	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 
1800.04/1800.00	v -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 
1800.04/1800.00	v -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 
1800.04/1800.00	v -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 
1800.04/1800.00	v -x143 x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 
1800.04/1800.00	v -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 -x103 -x102 
1800.04/1800.00	v -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 x77 
1800.04/1800.00	v -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.00	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 
1800.04/1800.00	v -x26 -x25 -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.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1591.15
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2694078-1277922619.wbo
1800.04/1800.00	c   Variables        : 590 (545 binary, 0 integer, 0 implicit integer, 45 continuous)
1800.04/1800.00	c   Constraints      : 91 initial, 91 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2694078-1277922619.wbo
1800.04/1800.00	c   Variables        : 590 (545 binary, 0 integer, 0 implicit integer, 45 continuous)
1800.04/1800.00	c   Constraints      : 90 initial, 61940 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0         45          0          1          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :         45          0    7730812          0    1279633       8362    1272989          0          0          0
1800.04/1800.00	c   linear           :         45          0   18449784          0   10436513     766676   33989699          0          0          0
1800.04/1800.00	c   logicor          :          0+         0    8958385          0          0     440607   15369942          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0   10436541          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       1.13       0.00       0.81       0.00       0.32
1800.04/1800.00	c   linear           :     516.23       0.00     515.92       0.00       0.31
1800.04/1800.00	c   logicor          :     422.76       0.00     422.76       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.00          2          0          0
1800.04/1800.00	c   rootredcost      :       0.00          0          0          0
1800.04/1800.00	c   pseudoobj        :      36.19   18494825      36751    1055828
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :     538.93    1243969    1243969   10555464      225.2    4449194       19.2          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.04         32         32        293      224.0        109       18.5          -
1800.04/1800.00	c   applied globally :          -          -          -    4358820       18.1          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -    1104741      153.1          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :     189.75   10436513          0          0          0          0   20873026
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       1.73          -         28
1800.04/1800.00	c   oneopt           :       0.06          0          0
1800.04/1800.00	c   trivial          :       0.00          2          2
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.00          0          0
1800.04/1800.00	c   trysol           :       0.01          1          1
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :   11109577
1800.04/1800.00	c   nodes (total)    :   11109577
1800.04/1800.00	c   nodes left       :    9030716
1800.04/1800.00	c   max depth        :        486
1800.04/1800.00	c   max depth (total):        486
1800.04/1800.00	c   backtracks       :     684271 (6.2%)
1800.04/1800.00	c   delayed cutoffs  :     722339
1800.04/1800.00	c   repropagations   :    1490000 (21369156 domain reductions, 579392 cutoffs)
1800.04/1800.00	c   avg switch length:       3.19
1800.04/1800.00	c   switching time   :     302.14
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :         31 (29 improvements)
1800.04/1800.00	c   First Solution   : +1.94900000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : +2.60000000000000e+01   (in run 1, after 9340248 nodes, 458.18 seconds, depth 434, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0

Verifier Data

OK	26

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694078-1277922619/watcher-2694078-1277922619 -o /tmp/evaluation-result-2694078-1277922619/solver-2694078-1277922619 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694078-1277922619.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: 2.00 2.00 2.00 3/178 15699
/proc/meminfo: memFree=30379540/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=8560 CPUtime=0
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 1622 0 0 0 0 0 0 0 23 0 1 0 133558282 8765440 1544 4089446400 4194304 7136930 140733862700992 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15699/statm: 2140 1544 275 719 0 1419 0

[startup+0.036517 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15699
/proc/meminfo: memFree=30379540/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=12952 CPUtime=0.02
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 3212 0 0 0 2 0 0 0 23 0 1 0 133558282 13262848 2524 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 3238 2524 390 719 0 2517 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12952

[startup+0.100567 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15699
/proc/meminfo: memFree=30379540/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=13916 CPUtime=0.09
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 3447 0 0 0 7 2 0 0 23 0 1 0 133558282 14249984 2759 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 3479 2759 390 719 0 2758 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13916

[startup+0.300545 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15699
/proc/meminfo: memFree=30379540/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=16040 CPUtime=0.29
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 3998 0 0 0 22 7 0 0 23 0 1 0 133558282 16424960 3310 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 4010 3310 390 719 0 3289 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16040

[startup+0.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15699
/proc/meminfo: memFree=30379540/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=19768 CPUtime=0.69
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 4953 0 0 0 51 18 0 0 25 0 1 0 133558282 20242432 4265 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 4942 4265 390 719 0 4221 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19768

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15701
/proc/meminfo: memFree=30358452/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=26084 CPUtime=1.49
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 6600 0 0 0 109 40 0 0 25 0 1 0 133558282 26710016 5912 4089446400 4194304 7136930 140733862700992 18446744073709551615 5922814 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 6521 5912 390 719 0 5800 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26084

[startup+3.10098 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15701
/proc/meminfo: memFree=30348036/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=37516 CPUtime=3.09
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 9522 0 0 0 233 76 0 0 25 0 1 0 133558282 38416384 8834 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 9379 8834 390 719 0 8658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37516

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15701
/proc/meminfo: memFree=30324352/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=57876 CPUtime=6.29
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 14287 0 0 0 474 155 0 0 25 0 1 0 133558282 59265024 13599 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 14469 13599 390 719 0 13748 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57876

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15701
/proc/meminfo: memFree=30274512/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=97844 CPUtime=12.69
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 23716 0 0 0 943 326 0 0 25 0 1 0 133558282 100192256 23028 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 24461 23028 390 719 0 23740 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97844

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15702
/proc/meminfo: memFree=30174164/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=169176 CPUtime=25.49
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 42475 0 0 0 1879 670 0 0 25 0 1 0 133558282 173236224 41787 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 42294 41787 390 719 0 41573 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 169176

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15702
/proc/meminfo: memFree=29973432/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=329540 CPUtime=51.09
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 82191 0 0 0 3756 1353 0 0 25 0 1 0 133558282 337448960 81503 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 82385 81503 390 719 0 81664 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 329540

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15707
/proc/meminfo: memFree=29585088/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=623144 CPUtime=102.3
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 154444 0 0 0 7637 2593 0 0 25 0 1 0 133558282 638099456 153756 4089446400 4194304 7136930 140733862700992 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 155786 153756 390 719 0 155065 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 623144

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15708
/proc/meminfo: memFree=29219032/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=916760 CPUtime=162.29
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 220639 0 0 0 12589 3640 0 0 25 0 1 0 133558282 938762240 219951 4089446400 4194304 7136930 140733862700992 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 229190 219951 390 719 0 228469 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 916760

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15709
/proc/meminfo: memFree=28881440/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=1140020 CPUtime=222.29
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 278953 0 0 0 17535 4694 0 0 25 0 1 0 133558282 1167380480 278265 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 285005 278265 390 719 0 284284 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1140020

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15711
/proc/meminfo: memFree=28455812/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=1444908 CPUtime=282.3
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 359040 0 0 0 22054 6176 0 0 25 0 1 0 133558282 1479585792 358352 4089446400 4194304 7136930 140733862700992 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 361227 358352 390 719 0 360506 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1444908

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15713
/proc/meminfo: memFree=28029432/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=1813176 CPUtime=342.3
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 438627 0 0 0 26592 7638 0 0 25 0 1 0 133558282 1856692224 437939 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 453294 437939 390 719 0 452573 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1813176

[startup+402.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15715
/proc/meminfo: memFree=27605408/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=2116712 CPUtime=402.3
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 518370 0 0 0 31118 9112 0 0 25 0 1 0 133558282 2167513088 517682 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 529178 517682 390 719 0 528457 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2116712

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15716
/proc/meminfo: memFree=27182520/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=2417024 CPUtime=462.3
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 597216 0 0 0 35660 10570 0 0 25 0 1 0 133558282 2475032576 596528 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 604256 596528 390 719 0 603535 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2417024

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15717
/proc/meminfo: memFree=26767292/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=2715412 CPUtime=522.3
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 675609 0 0 0 40237 11993 0 0 25 0 1 0 133558282 2780581888 674921 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 678853 674921 390 719 0 678132 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2715412

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15719
/proc/meminfo: memFree=26352952/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3138100 CPUtime=582.31
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 752204 0 0 0 44828 13403 0 0 25 0 1 0 133558282 3213414400 751516 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 784525 751516 390 719 0 783804 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3138100

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15721
/proc/meminfo: memFree=26186484/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3188784 CPUtime=642.31
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 800815 0 0 0 50218 14013 0 0 25 0 1 0 133558282 3265314816 764828 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 797196 764828 391 719 0 796475 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3188784

[startup+702.3 s]

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

/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 804597 0 0 0 89495 16737 0 0 25 0 1 0 133558282 3283013632 768610 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 801517 768610 391 719 0 800796 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3206068

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15733
/proc/meminfo: memFree=25330760/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3206108 CPUtime=1122.32
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 804607 0 0 0 95142 17090 0 0 25 0 1 0 133558282 3283054592 768620 4089446400 4194304 7136930 140733862700992 18446744073709551615 5909191 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 801527 768620 391 719 0 800806 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3206108

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15735
/proc/meminfo: memFree=25257924/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3206304 CPUtime=1182.32
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 804784 0 0 0 100780 17452 0 0 25 0 1 0 133558282 3283255296 768797 4089446400 4194304 7136930 140733862700992 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 801576 768797 391 719 0 800855 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3206304

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15737
/proc/meminfo: memFree=25220676/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3207772 CPUtime=1242.32
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 805101 0 0 0 106454 17778 0 0 25 0 1 0 133558282 3284758528 769114 4089446400 4194304 7136930 140733862700992 18446744073709551615 4648638 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 801943 769114 391 719 0 801222 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3207772

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15794
/proc/meminfo: memFree=28339484/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3207772 CPUtime=1302.33
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 805113 0 0 0 112117 18116 0 0 25 0 1 0 133558282 3284758528 769126 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 801943 769126 391 719 0 801222 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3207772

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15822
/proc/meminfo: memFree=28229892/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3207772 CPUtime=1362.32
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 805126 0 0 0 117806 18426 0 0 25 0 1 0 133558282 3284758528 769139 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 801943 769139 391 719 0 801222 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3207772

[startup+1422.31 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 15904
/proc/meminfo: memFree=28323412/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3210364 CPUtime=1422.33
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 805613 0 0 0 123449 18784 0 0 25 0 1 0 133558282 3287412736 769626 4089446400 4194304 7136930 140733862700992 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 802591 769626 391 719 0 801870 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3210364

[startup+1482.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 15906
/proc/meminfo: memFree=28233212/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3212380 CPUtime=1482.33
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 806176 0 0 0 129107 19126 0 0 25 0 1 0 133558282 3289477120 770189 4089446400 4194304 7136930 140733862700992 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 803095 770189 391 719 0 802374 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3212380

[startup+1542.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 15908
/proc/meminfo: memFree=28199440/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3212380 CPUtime=1542.33
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 806183 0 0 0 134748 19485 0 0 25 0 1 0 133558282 3289477120 770196 4089446400 4194304 7136930 140733862700992 18446744073709551615 5924216 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 803095 770196 391 719 0 802374 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3212380

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15910
/proc/meminfo: memFree=28175332/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3225948 CPUtime=1602.33
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 809050 0 0 0 140389 19844 0 0 25 0 1 0 133558282 3303370752 773063 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 806487 773063 391 719 0 805766 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3225948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15911
/proc/meminfo: memFree=28149608/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3239688 CPUtime=1662.34
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 811957 0 0 0 146057 20177 0 0 25 0 1 0 133558282 3317440512 775970 4089446400 4194304 7136930 140733862700992 18446744073709551615 5000303 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 809922 775970 391 719 0 809201 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3239688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15912
/proc/meminfo: memFree=28095860/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3239688 CPUtime=1722.33
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 811958 0 0 0 151767 20466 0 0 25 0 1 0 133558282 3317440512 775971 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 809922 775971 391 719 0 809201 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 3239688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15914
/proc/meminfo: memFree=28077212/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3239688 CPUtime=1782.34
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 811973 0 0 0 157440 20794 0 0 25 0 1 0 133558282 3317440512 775986 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 809922 775986 391 719 0 809201 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3239688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15914
/proc/meminfo: memFree=28075464/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3239832 CPUtime=1800.04
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 811994 0 0 0 159115 20889 0 0 25 0 1 0 133558282 3317587968 776007 4089446400 4194304 7136930 140733862700992 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15699/statm: 809958 776007 391 719 0 809237 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3239832

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15699

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 15915
/proc/meminfo: memFree=28075332/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3239832 CPUtime=1801.44
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 812000 0 0 0 159255 20889 0 0 25 0 1 0 133558282 3317587968 776013 4089446400 4194304 7136930 140733862700992 18446744073709551615 4616445 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15699/statm: 809958 776013 397 719 0 809237 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3239832

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15916
/proc/meminfo: memFree=28075332/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3239832 CPUtime=1801.84
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 812000 0 0 0 159295 20889 0 0 25 0 1 0 133558282 3317587968 776013 4089446400 4194304 7136930 140733862700992 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15699/statm: 809958 776013 397 719 0 809237 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3239832

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15916
/proc/meminfo: memFree=28075332/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=3239832 CPUtime=1802.04
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4202496 812000 0 0 0 159315 20889 0 0 25 0 1 0 133558282 3317587968 776013 4089446400 4194304 7136930 140733862700992 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15699/statm: 809958 776013 397 719 0 809237 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3239832

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15916
/proc/meminfo: memFree=28075332/32950928 swapFree=4192956/4192956
[pid=15699] ppid=15697 vsize=0 CPUtime=1802.13
/proc/15699/stat : 15699 (pbscip.linux.x8) R 15697 15699 14276 0 -1 4203524 812000 0 0 0 159315 20898 0 0 25 0 1 0 133558282 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15699/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.15
CPU user time (s): 1593.16
CPU system time (s): 208.991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3445220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1593.16
system time used= 208.991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 812000
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= 4113

runsolver used 2.70259 second user time and 5.8911 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 20:30:20
IDJOB=2694078
IDBENCH=79187
IDSOLVER=1206
FILE ID=node124/2694078-1277922619
PBS_JOBID= 11197343
Free space on /tmp= 130620 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20--soft-0-100-0.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-2694078-1277922619/watcher-2694078-1277922619 -o /tmp/evaluation-result-2694078-1277922619/solver-2694078-1277922619 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694078-1277922619.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 3ef623ad54bc9b8a55f5198a1c4abc02
RANDOM SEED=419522382

node124.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.833
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.66
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.833
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	: 5226.07
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.833
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.74
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.833
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.77
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.833
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.75
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.833
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.82
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.833
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.833
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:     32950928 kB
MemFree:      30380316 kB
Buffers:        209376 kB
Cached:        1124524 kB
SwapCached:          0 kB
Active:        1610996 kB
Inactive:       841764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30380316 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3116 kB
Writeback:           0 kB
AnonPages:     1119108 kB
Mapped:          16028 kB
Slab:            80972 kB
PageTables:       7392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:  1278900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130616 MiB
End job on node124 at 2010-06-30 21:00:22