Trace number 2693678

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/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMd97c5722fe377ef62d4d83eb3fe2e1eb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.074987
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints35
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 1734
Min constraint cost 1
Max constraint cost 95
Sum of constraints costs 1733
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693678-1277886462.wbo>
0.00/0.00	c original problem has 910 variables (875 bin, 0 int, 0 impl, 35 cont) and 118 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.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 35 impls, 21 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 35 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 35 impls, 21 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 35 chg bounds, 0 chg sides, 0 chg coeffs, 26 upgd conss, 35 impls, 21 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 35 chg bounds, 0 chg sides, 0 chg coeffs, 47 upgd conss, 35 impls, 21 clqs
0.00/0.02	c    (0.0s) probing: 101/875 (11.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 35 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  35 implications, 21 cliques
0.00/0.02	c presolved problem has 910 variables (875 bin, 0 int, 0 impl, 35 cont) and 117 constraints
0.00/0.02	c      35 constraints of type <indicator>
0.00/0.02	c      21 constraints of type <setppc>
0.00/0.02	c      35 constraints of type <linear>
0.00/0.02	c      26 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - |1888k|   0 |   - | 910 | 117 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.92	c   0.8s| 10000 |  9841 |     0 |   0.0 |5258k| 596 |   - | 910 | 374 |   0 |   0 |   0 | 540 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.83	c   1.7s| 20000 | 19675 |     0 |   0.0 |8222k| 596 |   - | 910 | 483 |   0 |   0 |   0 |1146 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.72	c   2.5s| 30000 | 29418 |     0 |   0.0 |  11M| 596 |   - | 910 | 693 |   0 |   0 |   0 |2278 |   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.61	c   3.3s| 40000 | 38954 |     0 |   0.0 |  14M| 596 |   - | 910 | 857 |   0 |   0 |   0 |4495 |   0 | 0.000000e+00 |      --      |    Inf 
4.40/4.48	c   4.1s| 50000 | 48342 |     0 |   0.0 |  18M| 596 |   - | 910 | 771 |   0 |   0 |   0 |7466 |   0 | 0.000000e+00 |      --      |    Inf 
5.29/5.37	c   4.9s| 60000 | 57644 |     0 |   0.0 |  21M| 596 |   - | 910 | 689 |   0 |   0 |   0 |9348 |   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.28	c   5.7s| 70000 | 67462 |     0 |   0.0 |  24M| 596 |   - | 910 | 701 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
7.09/7.18	c   6.6s| 80000 | 77276 |     0 |   0.0 |  27M| 596 |   - | 910 | 602 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
7.99/8.09	c   7.5s| 90000 | 87064 |     0 |   0.0 |  30M| 596 |   - | 910 | 487 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
8.99/9.00	c   8.3s|100000 | 96868 |     0 |   0.0 |  33M| 596 |   - | 910 | 597 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
9.79/9.90	c   9.1s|110000 |106685 |     0 |   0.0 |  36M| 596 |   - | 910 | 574 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
10.79/10.81	c   9.9s|120000 |116491 |     0 |   0.0 |  39M| 596 |   - | 910 | 531 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.71	c  10.8s|130000 |126313 |     0 |   0.0 |  42M| 596 |   - | 910 | 611 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
12.59/12.61	c  11.6s|140000 |136126 |     0 |   0.0 |  44M| 596 |   - | 910 | 619 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
13.49/13.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.49/13.51	c  12.4s|150000 |145937 |     0 |   0.0 |  47M| 596 |   - | 910 | 606 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
14.39/14.41	c  13.3s|160000 |155760 |     0 |   0.0 |  50M| 596 |   - | 910 | 606 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
15.29/15.33	c  14.1s|170000 |165557 |     0 |   0.0 |  53M| 596 |   - | 910 | 622 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
16.19/16.23	c  14.9s|180000 |175364 |     0 |   0.0 |  56M| 596 |   - | 910 | 658 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
17.09/17.13	c  15.7s|190000 |185199 |     0 |   0.0 |  59M| 596 |   - | 910 | 659 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
17.99/18.02	c  16.6s|200000 |195041 |     0 |   0.0 |  62M| 596 |   - | 910 | 544 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
18.89/18.92	c  17.4s|210000 |204866 |     0 |   0.0 |  65M| 596 |   - | 910 | 544 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
19.79/19.82	c  18.2s|220000 |214697 |     0 |   0.0 |  68M| 596 |   - | 910 | 622 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
20.69/20.71	c  19.1s|230000 |224522 |     0 |   0.0 |  70M| 596 |   - | 910 | 568 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
21.59/21.61	c  19.9s|240000 |234342 |     0 |   0.0 |  73M| 596 |   - | 910 | 644 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
22.49/22.50	c  20.7s|250000 |244163 |     0 |   0.0 |  76M| 596 |   - | 910 | 559 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
23.39/23.40	c  21.5s|260000 |253976 |     0 |   0.0 |  79M| 596 |   - | 910 | 590 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
24.19/24.29	c  22.3s|270000 |263793 |     0 |   0.0 |  82M| 596 |   - | 910 | 628 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
25.09/25.19	c  23.2s|280000 |273591 |     0 |   0.0 |  85M| 596 |   - | 910 | 601 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
25.99/26.08	c  24.0s|290000 |283399 |     0 |   0.0 |  88M| 596 |   - | 910 | 635 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
26.89/26.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.89/26.98	c  24.9s|300000 |293208 |     0 |   0.0 |  91M| 596 |   - | 910 | 578 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
27.79/27.88	c  25.7s|310000 |303026 |     0 |   0.0 |  93M| 596 |   - | 910 | 583 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
28.69/28.77	c  26.5s|320000 |312849 |     0 |   0.0 |  96M| 596 |   - | 910 | 549 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
29.60/29.66	c  27.3s|330000 |322650 |     0 |   0.0 |  99M| 596 |   - | 910 | 552 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
30.49/30.56	c  28.1s|340000 |332432 |     0 |   0.0 | 102M| 596 |   - | 910 | 569 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
31.39/31.46	c  29.0s|350000 |342212 |     0 |   0.0 | 105M| 596 |   - | 910 | 545 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
32.29/32.36	c  29.8s|360000 |352012 |     0 |   0.0 | 108M| 596 |   - | 910 | 566 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
33.19/33.25	c  30.6s|370000 |361824 |     0 |   0.0 | 111M| 596 |   - | 910 | 581 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
34.09/34.14	c  31.4s|380000 |371636 |     0 |   0.0 | 114M| 596 |   - | 910 | 558 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
34.99/35.03	c  32.2s|390000 |381454 |     0 |   0.0 | 117M| 596 |   - | 910 | 586 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
35.89/35.92	c  33.0s|400000 |391252 |     0 |   0.0 | 120M| 596 |   - | 910 | 584 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
36.79/36.82	c  33.8s|410000 |401057 |     0 |   0.0 | 122M| 596 |   - | 910 | 603 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
37.69/37.71	c  34.6s|420000 |410870 |     0 |   0.0 | 125M| 596 |   - | 910 | 549 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
38.59/38.60	c  35.5s|430000 |420669 |     0 |   0.0 | 128M| 596 |   - | 910 | 609 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
39.39/39.49	c  36.3s|440000 |430491 |     0 |   0.0 | 131M| 596 |   - | 910 | 696 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
40.29/40.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.29/40.39	c  37.1s|450000 |440272 |     0 |   0.0 | 134M| 596 |   - | 910 | 587 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
41.19/41.28	c  38.0s|460000 |450072 |     0 |   0.0 | 137M| 596 |   - | 910 | 582 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
42.09/42.17	c  38.8s|470000 |459872 |     0 |   0.0 | 140M| 596 |   - | 910 | 616 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
42.99/43.05	c  39.5s|480000 |469674 |     0 |   0.0 | 143M| 596 |   - | 910 | 648 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
43.89/43.94	c  40.4s|490000 |479477 |     0 |   0.0 | 146M| 596 |   - | 910 | 620 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
44.79/44.83	c  41.2s|500000 |489263 |     0 |   0.0 | 149M| 596 |   - | 910 | 698 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
45.69/45.72	c  42.0s|510000 |499068 |     0 |   0.0 | 152M| 596 |   - | 910 | 646 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
46.59/46.61	c  42.9s|520000 |508851 |     0 |   0.0 | 155M| 596 |   - | 910 | 696 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
47.50/47.51	c  43.7s|530000 |518640 |     0 |   0.0 | 157M| 596 |   - | 910 | 665 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
48.39/48.41	c  44.5s|540000 |528417 |     0 |   0.0 | 160M| 596 |   - | 910 | 705 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
49.29/49.30	c  45.3s|550000 |538204 |     0 |   0.0 | 163M| 596 |   - | 910 | 620 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
50.09/50.19	c  46.1s|560000 |548007 |     0 |   0.0 | 166M| 596 |   - | 910 | 637 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
50.99/51.07	c  46.9s|570000 |557811 |     0 |   0.0 | 169M| 596 |   - | 910 | 674 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
51.89/51.96	c  47.7s|580000 |567600 |     0 |   0.0 | 172M| 596 |   - | 910 | 808 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
52.80/52.85	c  48.6s|590000 |577401 |     0 |   0.0 | 175M| 596 |   - | 910 | 673 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
53.69/53.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.69/53.74	c  49.4s|600000 |587170 |     0 |   0.0 | 178M| 596 |   - | 910 | 727 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
54.59/54.63	c  50.2s|610000 |596948 |     0 |   0.0 | 181M| 596 |   - | 910 | 679 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
55.50/55.52	c  51.0s|620000 |606728 |     0 |   0.0 | 184M| 596 |   - | 910 | 649 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
56.39/56.40	c  51.8s|630000 |616510 |     0 |   0.0 | 187M| 596 |   - | 910 | 676 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
57.20/57.29	c  52.6s|640000 |626288 |     0 |   0.0 | 189M| 596 |   - | 910 | 699 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
58.09/58.17	c  53.5s|650000 |636085 |     0 |   0.0 | 192M| 596 |   - | 910 | 683 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
58.99/59.06	c  54.3s|660000 |645864 |     0 |   0.0 | 195M| 596 |   - | 910 | 694 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
59.89/59.95	c  55.1s|670000 |655649 |     0 |   0.0 | 198M| 596 |   - | 910 | 757 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
60.79/60.85	c  56.0s|680000 |665422 |     0 |   0.0 | 201M| 596 |   - | 910 | 788 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
61.69/61.73	c  56.7s|690000 |675200 |     0 |   0.0 | 204M| 596 |   - | 910 | 699 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
62.60/62.61	c  57.5s|700000 |684995 |     0 |   0.0 | 207M| 596 |   - | 910 | 706 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
63.49/63.50	c  58.4s|710000 |694767 |     0 |   0.0 | 210M| 596 |   - | 910 | 697 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
64.39/64.40	c  59.2s|720000 |704530 |     0 |   0.0 | 213M| 596 |   - | 910 | 728 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
65.19/65.28	c  60.0s|730000 |714330 |     0 |   0.0 | 216M| 596 |   - | 910 | 713 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
66.09/66.16	c  60.8s|740000 |724132 |     0 |   0.0 | 219M| 596 |   - | 910 | 693 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
67.00/67.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.00/67.05	c  61.6s|750000 |733909 |     0 |   0.0 | 222M| 596 |   - | 910 | 787 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
67.90/67.94	c  62.5s|760000 |743686 |     0 |   0.0 | 225M| 596 |   - | 910 | 646 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
68.79/68.81	c  63.2s|770000 |753483 |     0 |   0.0 | 228M| 596 |   - | 910 | 620 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
69.59/69.68	c  64.0s|780000 |763275 |     0 |   0.0 | 231M| 596 |   - | 910 | 721 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
70.49/70.57	c  64.8s|790000 |773041 |     0 |   0.0 | 234M| 596 |   - | 910 | 815 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
71.40/71.47	c  65.7s|800000 |782793 |     0 |   0.0 | 237M| 596 |   - | 910 | 828 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
72.29/72.34	c  66.5s|810000 |792581 |     0 |   0.0 | 239M| 596 |   - | 910 | 777 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
73.19/73.22	c  67.3s|820000 |802376 |     0 |   0.0 | 242M| 596 |   - | 910 | 750 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
74.09/74.10	c  68.1s|830000 |812146 |     0 |   0.0 | 245M| 596 |   - | 910 | 805 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
74.89/74.98	c  68.9s|840000 |821927 |     0 |   0.0 | 248M| 596 |   - | 910 | 775 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
75.79/75.87	c  69.7s|850000 |831687 |     0 |   0.0 | 251M| 596 |   - | 910 | 768 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
76.69/76.75	c  70.5s|860000 |841466 |     0 |   0.0 | 254M| 596 |   - | 910 | 786 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
77.59/77.63	c  71.3s|870000 |851234 |     0 |   0.0 | 257M| 596 |   - | 910 | 848 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
78.50/78.50	c  72.2s|880000 |861011 |     0 |   0.0 | 260M| 596 |   - | 910 | 860 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
79.30/79.39	c  73.0s|890000 |870797 |     0 |   0.0 | 263M| 596 |   - | 910 | 802 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
80.20/80.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.20/80.26	c  73.8s|900000 |880576 |     0 |   0.0 | 266M| 596 |   - | 910 | 842 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
81.10/81.15	c  74.6s|910000 |890337 |     0 |   0.0 | 269M| 596 |   - | 910 | 827 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
81.99/82.03	c  75.4s|920000 |900095 |     0 |   0.0 | 272M| 596 |   - | 910 | 725 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
82.89/82.92	c  76.2s|930000 |909820 |     0 |   0.0 | 275M| 596 |   - | 910 | 793 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
83.79/83.81	c  77.0s|940000 |919587 |     0 |   0.0 | 278M| 596 |   - | 910 | 812 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
84.59/84.68	c  77.8s|950000 |929377 |     0 |   0.0 | 281M| 596 |   - | 910 | 861 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
85.49/85.56	c  78.6s|960000 |939148 |     0 |   0.0 | 284M| 596 |   - | 910 | 868 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
86.39/86.44	c  79.5s|970000 |948931 |     0 |   0.0 | 287M| 596 |   - | 910 | 802 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
87.30/87.31	c  80.3s|980000 |958716 |     0 |   0.0 | 290M| 596 |   - | 910 | 811 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
88.10/88.19	c  81.0s|990000 |968503 |     0 |   0.0 | 292M| 596 |   - | 910 | 841 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
89.00/89.09	c  81.8s|  1000k|978259 |     0 |   0.0 | 295M| 596 |   - | 910 | 810 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
89.89/89.98	c  82.7s|  1010k|988037 |     0 |   0.0 | 298M| 596 |   - | 910 | 745 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
90.80/90.85	c  83.5s|  1020k|997814 |     0 |   0.0 | 301M| 596 |   - | 910 | 879 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
91.69/91.75	c  84.3s|  1030k|  1007k|     0 |   0.0 | 304M| 596 |   - | 910 | 866 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
92.59/92.65	c  85.2s|  1040k|  1017k|     0 |   0.0 | 307M| 596 |   - | 910 | 843 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
93.50/93.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.50/93.53	c  86.0s|  1050k|  1027k|     0 |   0.0 | 310M| 596 |   - | 910 | 883 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
94.39/94.40	c  86.8s|  1060k|  1036k|     0 |   0.0 | 313M| 596 |   - | 910 | 838 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
95.19/95.28	c  87.5s|  1070k|  1046k|     0 |   0.0 | 316M| 596 |   - | 910 | 822 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
96.09/96.17	c  88.4s|  1080k|  1056k|     0 |   0.0 | 319M| 596 |   - | 910 | 827 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
96.99/97.05	c  89.2s|  1090k|  1066k|     0 |   0.0 | 322M| 596 |   - | 910 | 864 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
97.90/97.93	c  90.0s|  1100k|  1075k|     0 |   0.0 | 325M| 596 |   - | 910 | 853 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
98.79/98.83	c  90.8s|  1110k|  1085k|     0 |   0.0 | 328M| 596 |   - | 910 | 861 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
99.69/99.73	c  91.7s|  1120k|  1095k|     0 |   0.0 | 331M| 596 |   - | 910 | 784 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
100.59/100.61	c  92.5s|  1130k|  1105k|     0 |   0.0 | 334M| 596 |   - | 910 | 840 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
101.49/101.51	c  93.3s|  1140k|  1114k|     0 |   0.0 | 337M| 596 |   - | 910 | 832 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
102.40/102.42	c  94.1s|  1150k|  1124k|     0 |   0.0 | 340M| 596 |   - | 910 | 930 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
103.30/103.33	c  95.0s|  1160k|  1134k|     0 |   0.0 | 342M| 596 |   - | 910 | 840 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
104.19/104.22	c  95.8s|  1170k|  1144k|     0 |   0.0 | 345M| 596 |   - | 910 | 873 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
105.10/105.12	c  96.7s|  1180k|  1153k|     0 |   0.0 | 348M| 596 |   - | 910 | 932 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
106.00/106.02	c  97.5s|  1190k|  1163k|     0 |   0.0 | 351M| 596 |   - | 910 | 881 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
106.90/106.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.90/106.91	c  98.3s|  1200k|  1173k|     0 |   0.0 | 354M| 596 |   - | 910 | 937 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
107.70/107.78	c  99.1s|  1210k|  1183k|     0 |   0.0 | 357M| 596 |   - | 910 | 867 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
108.59/108.68	c  99.9s|  1220k|  1192k|     0 |   0.0 | 360M| 596 |   - | 910 | 980 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
109.49/109.58	c   101s|  1230k|  1202k|     0 |   0.0 | 363M| 596 |   - | 910 | 996 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
110.39/110.49	c   102s|  1240k|  1212k|     0 |   0.0 | 366M| 596 |   - | 910 | 911 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
111.29/111.37	c   102s|  1250k|  1222k|     0 |   0.0 | 369M| 596 |   - | 910 | 934 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
112.20/112.27	c   103s|  1260k|  1231k|     0 |   0.0 | 372M| 596 |   - | 910 | 982 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
113.10/113.15	c   104s|  1270k|  1241k|     0 |   0.0 | 375M| 596 |   - | 910 | 963 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
113.99/114.03	c   105s|  1280k|  1251k|     0 |   0.0 | 378M| 596 |   - | 910 |1043 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
114.89/114.92	c   106s|  1290k|  1261k|     0 |   0.0 | 381M| 596 |   - | 910 | 930 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
115.80/115.82	c   106s|  1300k|  1270k|     0 |   0.0 | 384M| 596 |   - | 910 |1061 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
116.69/116.71	c   107s|  1310k|  1280k|     0 |   0.0 | 387M| 596 |   - | 910 | 954 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
117.49/117.59	c   108s|  1320k|  1290k|     0 |   0.0 | 390M| 596 |   - | 910 | 988 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
118.39/118.49	c   109s|  1330k|  1299k|     0 |   0.0 | 393M| 596 |   - | 910 |1099 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
119.30/119.36	c   110s|  1340k|  1309k|     0 |   0.0 | 396M| 596 |   - | 910 |1060 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
120.19/120.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.19/120.24	c   111s|  1350k|  1319k|     0 |   0.0 | 399M| 596 |   - | 910 |1003 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
121.09/121.16	c   111s|  1360k|  1329k|     0 |   0.0 | 402M| 596 |   - | 910 | 998 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
122.00/122.05	c   112s|  1370k|  1338k|     0 |   0.0 | 405M| 596 |   - | 910 |1102 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
122.89/122.96	c   113s|  1380k|  1348k|     0 |   0.0 | 408M| 596 |   - | 910 |1053 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
123.80/123.87	c   114s|  1390k|  1358k|     0 |   0.0 | 411M| 596 |   - | 910 |1095 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
124.70/124.75	c   115s|  1400k|  1368k|     0 |   0.0 | 414M| 596 |   - | 910 |1013 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
125.59/125.65	c   115s|  1410k|  1377k|     0 |   0.0 | 417M| 596 |   - | 910 |1071 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
126.50/126.53	c   116s|  1420k|  1387k|     0 |   0.0 | 419M| 596 |   - | 910 |1022 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
127.39/127.43	c   117s|  1430k|  1397k|     0 |   0.0 | 422M| 596 |   - | 910 |1110 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
128.30/128.32	c   118s|  1440k|  1407k|     0 |   0.0 | 425M| 596 |   - | 910 |1120 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
129.20/129.21	c   119s|  1450k|  1416k|     0 |   0.0 | 428M| 596 |   - | 910 |1138 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
130.00/130.08	c   119s|  1460k|  1426k|     0 |   0.0 | 431M| 596 |   - | 910 |1060 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
130.90/130.98	c   120s|  1470k|  1436k|     0 |   0.0 | 434M| 596 |   - | 910 |1064 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
131.79/131.86	c   121s|  1480k|  1445k|     0 |   0.0 | 437M| 596 |   - | 910 |1038 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
132.69/132.79	c   122s|  1490k|  1455k|     0 |   0.0 | 440M| 596 |   - | 910 |1101 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
133.59/133.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.59/133.64	c   123s|  1500k|  1465k|     0 |   0.0 | 443M| 596 |   - | 910 |1044 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
134.50/134.55	c   124s|  1510k|  1475k|     0 |   0.0 | 446M| 596 |   - | 910 |1061 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
135.39/135.44	c   124s|  1520k|  1484k|     0 |   0.0 | 449M| 596 |   - | 910 |1054 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
136.30/136.33	c   125s|  1530k|  1494k|     0 |   0.0 | 452M| 596 |   - | 910 |1103 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
137.19/137.20	c   126s|  1540k|  1504k|     0 |   0.0 | 455M| 596 |   - | 910 |1052 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
138.09/138.10	c   127s|  1550k|  1514k|     0 |   0.0 | 458M| 596 |   - | 910 |1055 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
138.90/138.98	c   128s|  1560k|  1523k|     0 |   0.0 | 461M| 596 |   - | 910 |1036 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
139.80/139.88	c   128s|  1570k|  1533k|     0 |   0.0 | 464M| 596 |   - | 910 |1084 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
140.70/140.74	c   129s|  1580k|  1543k|     0 |   0.0 | 467M| 596 |   - | 910 |1097 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
141.60/141.61	c   130s|  1590k|  1552k|     0 |   0.0 | 470M| 596 |   - | 910 |1190 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
142.50/142.52	c   131s|  1600k|  1562k|     0 |   0.0 | 473M| 596 |   - | 910 |1039 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
143.39/143.41	c   132s|  1610k|  1572k|     0 |   0.0 | 476M| 596 |   - | 910 |1238 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
144.19/144.28	c   133s|  1620k|  1582k|     0 |   0.0 | 479M| 596 |   - | 910 |1086 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
145.20/145.22	c   133s|  1630k|  1591k|     0 |   0.0 | 482M| 596 |   - | 910 |1182 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
146.00/146.09	c   134s|  1640k|  1601k|     0 |   0.0 | 485M| 596 |   - | 910 |1093 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
146.89/146.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.89/146.99	c   135s|  1650k|  1611k|     0 |   0.0 | 488M| 596 |   - | 910 |1225 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
147.80/147.88	c   136s|  1660k|  1620k|     0 |   0.0 | 491M| 596 |   - | 910 |1170 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
148.70/148.77	c   137s|  1670k|  1630k|     0 |   0.0 | 494M| 596 |   - | 910 |1223 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
149.60/149.67	c   137s|  1680k|  1640k|     0 |   0.0 | 497M| 596 |   - | 910 |1098 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
150.50/150.52	c   138s|  1690k|  1650k|     0 |   0.0 | 500M| 596 |   - | 910 |1161 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
151.39/151.41	c   139s|  1700k|  1659k|     0 |   0.0 | 503M| 596 |   - | 910 |1070 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
152.19/152.28	c   140s|  1710k|  1669k|     0 |   0.0 | 506M| 596 |   - | 910 |1171 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
153.10/153.15	c   141s|  1720k|  1679k|     0 |   0.0 | 509M| 596 |   - | 910 |1174 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
154.00/154.01	c   141s|  1730k|  1688k|     0 |   0.0 | 512M| 596 |   - | 910 |1199 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
154.89/154.90	c   142s|  1740k|  1698k|     0 |   0.0 | 515M| 596 |   - | 910 |1090 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
155.70/155.78	c   143s|  1750k|  1708k|     0 |   0.0 | 518M| 596 |   - | 910 |1213 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
156.69/156.70	c   144s|  1760k|  1718k|     0 |   0.0 | 521M| 596 |   - | 910 |1142 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
157.50/157.58	c   145s|  1770k|  1727k|     0 |   0.0 | 524M| 596 |   - | 910 |1178 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
158.40/158.46	c   146s|  1780k|  1737k|     0 |   0.0 | 527M| 596 |   - | 910 |1199 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
159.29/159.38	c   146s|  1790k|  1747k|     0 |   0.0 | 530M| 596 |   - | 910 |1341 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
160.19/160.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.19/160.24	c   147s|  1800k|  1756k|     0 |   0.0 | 533M| 596 |   - | 910 |1166 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
161.09/161.13	c   148s|  1810k|  1766k|     0 |   0.0 | 536M| 596 |   - | 910 |1131 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
162.00/162.00	c   149s|  1820k|  1776k|     0 |   0.0 | 539M| 596 |   - | 910 |1071 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
162.80/162.89	c   150s|  1830k|  1786k|     0 |   0.0 | 542M| 596 |   - | 910 |1193 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
163.70/163.78	c   150s|  1840k|  1795k|     0 |   0.0 | 545M| 596 |   - | 910 |1197 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
164.60/164.69	c   151s|  1850k|  1805k|     0 |   0.0 | 548M| 596 |   - | 910 |1286 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
165.50/165.58	c   152s|  1860k|  1815k|     0 |   0.0 | 551M| 596 |   - | 910 |1308 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
166.39/166.46	c   153s|  1870k|  1824k|     0 |   0.0 | 554M| 596 |   - | 910 |1358 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
167.30/167.38	c   154s|  1880k|  1834k|     0 |   0.0 | 557M| 596 |   - | 910 |1272 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
168.30/168.30	c   155s|  1890k|  1844k|     0 |   0.0 | 560M| 596 |   - | 910 |1310 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
169.09/169.17	c   155s|  1900k|  1853k|     0 |   0.0 | 563M| 596 |   - | 910 |1335 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
169.99/170.08	c   156s|  1910k|  1863k|     0 |   0.0 | 566M| 596 |   - | 910 |1316 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
170.89/170.95	c   157s|  1920k|  1873k|     0 |   0.0 | 569M| 596 |   - | 910 |1235 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
171.79/171.83	c   158s|  1930k|  1882k|     0 |   0.0 | 572M| 596 |   - | 910 |1297 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
172.60/172.70	c   159s|  1940k|  1892k|     0 |   0.0 | 575M| 596 |   - | 910 |1245 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
173.49/173.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.49/173.58	c   159s|  1950k|  1902k|     0 |   0.0 | 578M| 596 |   - | 910 |1178 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
174.39/174.47	c   160s|  1960k|  1912k|     0 |   0.0 | 581M| 596 |   - | 910 |1197 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
175.29/175.35	c   161s|  1970k|  1921k|     0 |   0.0 | 584M| 596 |   - | 910 |1192 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
176.20/176.24	c   162s|  1980k|  1931k|     0 |   0.0 | 587M| 596 |   - | 910 |1295 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
177.10/177.14	c   163s|  1990k|  1941k|     0 |   0.0 | 590M| 596 |   - | 910 |1265 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
177.99/178.03	c   164s|  2000k|  1950k|     0 |   0.0 | 593M| 596 |   - | 910 |1335 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
178.89/178.92	c   164s|  2010k|  1960k|     0 |   0.0 | 596M| 596 |   - | 910 |1253 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
179.79/179.85	c   165s|  2020k|  1970k|     0 |   0.0 | 599M| 596 |   - | 910 |1435 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
180.70/180.76	c   166s|  2030k|  1979k|     0 |   0.0 | 602M| 596 |   - | 910 |1270 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
181.59/181.64	c   167s|  2040k|  1989k|     0 |   0.0 | 605M| 596 |   - | 910 |1456 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
182.50/182.56	c   168s|  2050k|  1999k|     0 |   0.0 | 608M| 596 |   - | 910 |1347 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
183.39/183.46	c   169s|  2060k|  2008k|     0 |   0.0 | 611M| 596 |   - | 910 |1432 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
184.29/184.33	c   169s|  2070k|  2018k|     0 |   0.0 | 614M| 596 |   - | 910 |1301 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
185.19/185.24	c   170s|  2080k|  2028k|     0 |   0.0 | 617M| 596 |   - | 910 |1375 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
186.09/186.15	c   171s|  2090k|  2037k|     0 |   0.0 | 620M| 596 |   - | 910 |1381 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
187.00/187.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
187.00/187.02	c   172s|  2100k|  2047k|     0 |   0.0 | 623M| 596 |   - | 910 |1437 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
187.90/187.92	c   173s|  2110k|  2057k|     0 |   0.0 | 626M| 596 |   - | 910 |1392 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
188.80/188.81	c   173s|  2120k|  2066k|     0 |   0.0 | 629M| 596 |   - | 910 |1382 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
189.60/189.68	c   174s|  2130k|  2076k|     0 |   0.0 | 632M| 596 |   - | 910 |1353 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
190.59/190.61	c   175s|  2140k|  2086k|     0 |   0.0 | 635M| 596 |   - | 910 |1380 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
191.40/191.48	c   176s|  2150k|  2095k|     0 |   0.0 | 638M| 596 |   - | 910 |1382 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
192.30/192.37	c   177s|  2160k|  2105k|     0 |   0.0 | 641M| 596 |   - | 910 |1362 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
193.20/193.27	c   177s|  2170k|  2115k|     0 |   0.0 | 644M| 596 |   - | 910 |1383 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
194.10/194.18	c   178s|  2180k|  2124k|     0 |   0.0 | 647M| 596 |   - | 910 |1452 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
194.99/195.04	c   179s|  2190k|  2134k|     0 |   0.0 | 650M| 596 |   - | 910 |1454 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
195.89/195.98	c   180s|  2200k|  2144k|     0 |   0.0 | 653M| 596 |   - | 910 |1481 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
196.80/196.87	c   181s|  2210k|  2153k|     0 |   0.0 | 656M| 596 |   - | 910 |1487 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
197.70/197.79	c   182s|  2220k|  2163k|     0 |   0.0 | 659M| 596 |   - | 910 |1392 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
198.60/198.66	c   183s|  2230k|  2173k|     0 |   0.0 | 662M| 596 |   - | 910 |1396 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
199.50/199.55	c   183s|  2240k|  2182k|     0 |   0.0 | 665M| 596 |   - | 910 |1417 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
200.40/200.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.40/200.49	c   184s|  2250k|  2192k|     0 |   0.0 | 668M| 596 |   - | 910 |1484 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
201.30/201.37	c   185s|  2260k|  2201k|     0 |   0.0 | 671M| 596 |   - | 910 |1388 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
202.19/202.27	c   186s|  2270k|  2211k|     0 |   0.0 | 674M| 596 |   - | 910 |1542 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
203.10/203.14	c   187s|  2280k|  2221k|     0 |   0.0 | 677M| 596 |   - | 910 |1360 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
204.00/204.07	c   187s|  2290k|  2230k|     0 |   0.0 | 680M| 596 |   - | 910 |1452 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
204.90/204.95	c   188s|  2300k|  2240k|     0 |   0.0 | 684M| 596 |   - | 910 |1360 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
205.80/205.83	c   189s|  2310k|  2250k|     0 |   0.0 | 687M| 596 |   - | 910 |1520 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
206.70/206.75	c   190s|  2320k|  2259k|     0 |   0.0 | 690M| 596 |   - | 910 |1398 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
207.60/207.66	c   191s|  2330k|  2269k|     0 |   0.0 | 693M| 596 |   - | 910 |1598 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
208.50/208.58	c   192s|  2340k|  2279k|     0 |   0.0 | 696M| 596 |   - | 910 |1491 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
209.39/209.47	c   192s|  2350k|  2288k|     0 |   0.0 | 699M| 596 |   - | 910 |1519 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
210.30/210.37	c   193s|  2360k|  2298k|     0 |   0.0 | 702M| 596 |   - | 910 |1324 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
211.21/211.25	c   194s|  2370k|  2308k|     0 |   0.0 | 705M| 596 |   - | 910 |1551 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
212.10/212.12	c   195s|  2380k|  2317k|     0 |   0.0 | 708M| 596 |   - | 910 |1419 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
212.99/213.02	c   196s|  2390k|  2327k|     0 |   0.0 | 711M| 596 |   - | 910 |1449 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
213.90/213.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.90/213.97	c   197s|  2400k|  2337k|     0 |   0.0 | 714M| 596 |   - | 910 |1434 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
214.89/214.91	c   197s|  2410k|  2346k|     0 |   0.0 | 717M| 596 |   - | 910 |1531 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
215.79/215.83	c   198s|  2420k|  2356k|     0 |   0.0 | 720M| 596 |   - | 910 |1482 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
216.70/216.76	c   199s|  2430k|  2365k|     0 |   0.0 | 723M| 596 |   - | 910 |1516 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
217.60/217.64	c   200s|  2440k|  2375k|     0 |   0.0 | 726M| 596 |   - | 910 |1506 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
218.50/218.56	c   201s|  2450k|  2385k|     0 |   0.0 | 729M| 596 |   - | 910 |1367 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
219.39/219.42	c   202s|  2460k|  2394k|     0 |   0.0 | 732M| 596 |   - | 910 |1474 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
220.30/220.35	c   202s|  2470k|  2404k|     0 |   0.0 | 736M| 596 |   - | 910 |1547 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
221.20/221.23	c   203s|  2480k|  2414k|     0 |   0.0 | 739M| 596 |   - | 910 |1608 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
222.10/222.16	c   204s|  2490k|  2423k|     0 |   0.0 | 742M| 596 |   - | 910 |1584 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
223.00/223.08	c   205s|  2500k|  2433k|     0 |   0.0 | 745M| 596 |   - | 910 |1573 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
223.90/223.98	c   206s|  2510k|  2443k|     0 |   0.0 | 748M| 596 |   - | 910 |1461 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
224.80/224.86	c   207s|  2520k|  2452k|     0 |   0.0 | 751M| 596 |   - | 910 |1543 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
225.69/225.75	c   207s|  2530k|  2462k|     0 |   0.0 | 754M| 596 |   - | 910 |1591 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
226.60/226.63	c   208s|  2540k|  2471k|     0 |   0.0 | 757M| 596 |   - | 910 |1882 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
227.50/227.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.50/227.53	c   209s|  2550k|  2481k|     0 |   0.0 | 760M| 596 |   - | 910 |1692 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
228.40/228.44	c   210s|  2560k|  2491k|     0 |   0.0 | 763M| 596 |   - | 910 |1856 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
229.29/229.34	c   211s|  2570k|  2500k|     0 |   0.0 | 766M| 596 |   - | 910 |1632 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
230.20/230.22	c   211s|  2580k|  2510k|     0 |   0.0 | 769M| 596 |   - | 910 |1769 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
231.10/231.12	c   212s|  2590k|  2520k|     0 |   0.0 | 772M| 596 |   - | 910 |1688 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
232.00/232.04	c   213s|  2600k|  2529k|     0 |   0.0 | 775M| 596 |   - | 910 |1800 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
232.90/232.95	c   214s|  2610k|  2539k|     0 |   0.0 | 778M| 596 |   - | 910 |1625 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
233.80/233.86	c   215s|  2620k|  2548k|     0 |   0.0 | 781M| 596 |   - | 910 |1818 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
234.70/234.74	c   216s|  2630k|  2558k|     0 |   0.0 | 785M| 596 |   - | 910 |1691 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
235.59/235.67	c   216s|  2640k|  2568k|     0 |   0.0 | 788M| 596 |   - | 910 |1970 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
236.60/236.61	c   217s|  2650k|  2577k|     0 |   0.0 | 791M| 596 |   - | 910 |1719 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
237.50/237.51	c   218s|  2660k|  2587k|     0 |   0.0 | 794M| 596 |   - | 910 |1939 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
238.30/238.39	c   219s|  2670k|  2596k|     0 |   0.0 | 797M| 596 |   - | 910 |1694 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
239.30/239.32	c   220s|  2680k|  2606k|     0 |   0.0 | 800M| 596 |   - | 910 |1893 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
240.29/240.31	c   221s|  2690k|  2616k|     0 |   0.0 | 803M| 596 |   - | 910 |1624 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
241.20/241.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.20/241.24	c   221s|  2700k|  2625k|     0 |   0.0 | 806M| 596 |   - | 910 |1896 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
242.09/242.16	c   222s|  2710k|  2635k|     0 |   0.0 | 809M| 596 |   - | 910 |1692 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
243.10/243.11	c   223s|  2720k|  2644k|     0 |   0.0 | 812M| 596 |   - | 910 |1992 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
244.00/244.02	c   224s|  2730k|  2654k|     0 |   0.0 | 815M| 596 |   - | 910 |1681 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
244.89/244.94	c   225s|  2740k|  2664k|     0 |   0.0 | 819M| 596 |   - | 910 |2002 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
245.79/245.87	c   226s|  2750k|  2673k|     0 |   0.0 | 822M| 596 |   - | 910 |1750 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
246.69/246.78	c   227s|  2760k|  2683k|     0 |   0.0 | 825M| 596 |   - | 910 |1978 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
247.60/247.69	c   227s|  2770k|  2692k|     0 |   0.0 | 828M| 596 |   - | 910 |1771 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
248.61/248.64	c   228s|  2780k|  2702k|     0 |   0.0 | 831M| 596 |   - | 910 |1884 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
249.50/249.54	c   229s|  2790k|  2712k|     0 |   0.0 | 834M| 596 |   - | 910 |1676 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
250.40/250.45	c   230s|  2800k|  2721k|     0 |   0.0 | 837M| 596 |   - | 910 |1963 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
251.30/251.32	c   231s|  2810k|  2731k|     0 |   0.0 | 840M| 596 |   - | 910 |1738 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
252.20/252.24	c   232s|  2820k|  2740k|     0 |   0.0 | 843M| 596 |   - | 910 |1905 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
253.10/253.11	c   232s|  2830k|  2750k|     0 |   0.0 | 846M| 596 |   - | 910 |1713 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
254.00/254.01	c   233s|  2840k|  2759k|     0 |   0.0 | 849M| 596 |   - | 910 |2028 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
254.79/254.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.79/254.86	c   234s|  2850k|  2769k|     0 |   0.0 | 852M| 596 |   - | 910 |1713 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
255.70/255.78	c   235s|  2860k|  2779k|     0 |   0.0 | 856M| 596 |   - | 910 |2058 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
256.59/256.67	c   236s|  2870k|  2788k|     0 |   0.0 | 859M| 596 |   - | 910 |1820 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
257.59/257.65	c   237s|  2880k|  2798k|     0 |   0.0 | 862M| 596 |   - | 910 |2143 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
258.51/258.55	c   237s|  2890k|  2807k|     0 |   0.0 | 865M| 596 |   - | 910 |1768 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
259.40/259.48	c   238s|  2900k|  2817k|     0 |   0.0 | 868M| 596 |   - | 910 |2088 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
260.40/260.44	c   239s|  2910k|  2827k|     0 |   0.0 | 871M| 596 |   - | 910 |1766 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
261.30/261.35	c   240s|  2920k|  2836k|     0 |   0.0 | 874M| 596 |   - | 910 |1967 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
262.20/262.29	c   241s|  2930k|  2846k|     0 |   0.0 | 877M| 596 |   - | 910 |1780 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
263.20/263.24	c   242s|  2940k|  2855k|     0 |   0.0 | 880M| 596 |   - | 910 |2229 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
264.19/264.28	c   243s|  2950k|  2865k|     0 |   0.0 | 883M| 596 |   - | 910 |1804 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
265.19/265.23	c   243s|  2960k|  2874k|     0 |   0.0 | 887M| 596 |   - | 910 |2048 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
266.10/266.14	c   244s|  2970k|  2884k|     0 |   0.0 | 890M| 596 |   - | 910 |1902 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
267.10/267.10	c   245s|  2980k|  2893k|     0 |   0.0 | 893M| 596 |   - | 910 |2225 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
268.00/268.03	c   246s|  2990k|  2903k|     0 |   0.0 | 896M| 596 |   - | 910 |1986 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
268.89/268.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.89/268.95	c   247s|  3000k|  2912k|     0 |   0.0 | 899M| 596 |   - | 910 |2072 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
269.90/269.92	c   248s|  3010k|  2922k|     0 |   0.0 | 902M| 596 |   - | 910 |2017 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
270.79/270.89	c   249s|  3020k|  2931k|     0 |   0.0 | 905M| 596 |   - | 910 |1821 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
271.80/271.85	c   250s|  3030k|  2941k|     0 |   0.0 | 908M| 596 |   - | 910 |2051 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
272.81/272.81	c   250s|  3040k|  2950k|     0 |   0.0 | 911M| 596 |   - | 910 |1807 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
273.69/273.75	c   251s|  3050k|  2960k|     0 |   0.0 | 915M| 596 |   - | 910 |2219 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
274.69/274.77	c   252s|  3060k|  2969k|     0 |   0.0 | 918M| 596 |   - | 910 |1900 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
275.70/275.74	c   253s|  3070k|  2979k|     0 |   0.0 | 921M| 596 |   - | 910 |2140 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
276.59/276.68	c   254s|  3080k|  2989k|     0 |   0.0 | 924M| 596 |   - | 910 |1862 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
277.50/277.58	c   255s|  3090k|  2998k|     0 |   0.0 | 927M| 596 |   - | 910 |2178 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
278.50/278.53	c   256s|  3100k|  3008k|     0 |   0.0 | 930M| 596 |   - | 910 |1923 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
279.49/279.52	c   257s|  3110k|  3017k|     0 |   0.0 | 933M| 596 |   - | 910 |2163 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
280.50/280.55	c   258s|  3120k|  3027k|     0 |   0.0 | 937M| 596 |   - | 910 |2005 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
281.50/281.52	c   259s|  3130k|  3036k|     0 |   0.0 | 940M| 596 |   - | 910 |1982 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
282.39/282.49	c   259s|  3140k|  3046k|     0 |   0.0 | 943M| 596 |   - | 910 |2247 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
283.39/283.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.39/283.44	c   260s|  3150k|  3055k|     0 |   0.0 | 946M| 596 |   - | 910 |1972 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
284.39/284.47	c   261s|  3160k|  3065k|     0 |   0.0 | 949M| 596 |   - | 910 |2278 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
285.40/285.40	c   262s|  3170k|  3074k|     0 |   0.0 | 952M| 596 |   - | 910 |1985 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
286.29/286.40	c   263s|  3180k|  3084k|     0 |   0.0 | 956M| 596 |   - | 910 |2194 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
287.30/287.34	c   264s|  3190k|  3093k|     0 |   0.0 | 959M| 596 |   - | 910 |2187 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
288.20/288.28	c   265s|  3200k|  3103k|     0 |   0.0 | 962M| 596 |   - | 910 |2091 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
289.20/289.29	c   266s|  3210k|  3112k|     0 |   0.0 | 965M| 596 |   - | 910 |2362 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
290.20/290.27	c   267s|  3220k|  3121k|     0 |   0.0 | 968M| 596 |   - | 910 |2044 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
291.20/291.28	c   268s|  3230k|  3131k|     0 |   0.0 | 972M| 596 |   - | 910 |2439 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
292.20/292.29	c   268s|  3240k|  3140k|     0 |   0.0 | 975M| 596 |   - | 910 |2224 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
293.20/293.24	c   269s|  3250k|  3150k|     0 |   0.0 | 978M| 596 |   - | 910 |2197 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
294.19/294.20	c   270s|  3260k|  3159k|     0 |   0.0 | 981M| 596 |   - | 910 |2425 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
295.10/295.18	c   271s|  3270k|  3169k|     0 |   0.0 | 984M| 596 |   - | 910 |2026 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
296.10/296.15	c   272s|  3280k|  3178k|     0 |   0.0 | 987M| 596 |   - | 910 |2439 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
297.10/297.11	c   273s|  3290k|  3188k|     0 |   0.0 | 990M| 596 |   - | 910 |2206 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
298.10/298.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.10/298.16	c   274s|  3300k|  3197k|     0 |   0.0 | 994M| 596 |   - | 910 |2166 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
299.10/299.16	c   275s|  3310k|  3206k|     0 |   0.0 | 997M| 596 |   - | 910 |2596 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
300.10/300.16	c   276s|  3320k|  3216k|     0 |   0.0 |1000M| 596 |   - | 910 |2177 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
301.10/301.18	c   277s|  3330k|  3225k|     0 |   0.0 |1003M| 596 |   - | 910 |2342 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
302.10/302.17	c   278s|  3340k|  3235k|     0 |   0.0 |1006M| 596 |   - | 910 |2419 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
303.19/303.20	c   279s|  3350k|  3244k|     0 |   0.0 |1010M| 596 |   - | 910 |2143 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
304.20/304.22	c   279s|  3360k|  3254k|     0 |   0.0 |1013M| 596 |   - | 910 |2613 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
305.20/305.27	c   280s|  3370k|  3263k|     0 |   0.0 |1016M| 596 |   - | 910 |2390 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
306.20/306.27	c   281s|  3380k|  3272k|     0 |   0.0 |1019M| 596 |   - | 910 |2167 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
307.20/307.27	c   282s|  3390k|  3282k|     0 |   0.0 |1023M| 596 |   - | 910 |2782 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
308.20/308.25	c   283s|  3400k|  3291k|     0 |   0.0 |1026M| 596 |   - | 910 |2380 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
309.20/309.24	c   284s|  3410k|  3300k|     0 |   0.0 |1029M| 596 |   - | 910 |2313 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
310.10/310.18	c   285s|  3420k|  3310k|     0 |   0.0 |1032M| 596 |   - | 910 |2762 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
311.10/311.16	c   286s|  3430k|  3319k|     0 |   0.0 |1035M| 596 |   - | 910 |2372 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
312.20/312.20	c   287s|  3440k|  3329k|     0 |   0.0 |1038M| 596 |   - | 910 |2243 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
313.20/313.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.20/313.23	c   288s|  3450k|  3338k|     0 |   0.0 |1042M| 596 |   - | 910 |2913 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
314.30/314.33	c   289s|  3460k|  3347k|     0 |   0.0 |1045M| 596 |   - | 910 |2652 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
315.40/315.42	c   290s|  3470k|  3357k|     0 |   0.0 |1048M| 596 |   - | 910 |2450 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
316.40/316.47	c   291s|  3480k|  3366k|     0 |   0.0 |1052M| 596 |   - | 910 |2850 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
317.50/317.59	c   292s|  3490k|  3375k|     0 |   0.0 |1055M| 596 |   - | 910 |2756 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
318.60/318.65	c   293s|  3500k|  3384k|     0 |   0.0 |1058M| 596 |   - | 910 |2399 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
319.70/319.72	c   294s|  3510k|  3394k|     0 |   0.0 |1061M| 596 |   - | 910 |2652 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
320.69/320.76	c   295s|  3520k|  3403k|     0 |   0.0 |1064M| 596 |   - | 910 |2967 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
321.80/321.80	c   296s|  3530k|  3412k|     0 |   0.0 |1068M| 596 |   - | 910 |2613 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 |      --      |    Inf 
322.80/322.83	c   297s|  3540k|  3422k|     0 |   0.0 |1071M| 596 |   - | 910 |2534 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
323.89/323.93	c   298s|  3550k|  3431k|     0 |   0.0 |1074M| 596 |   - | 910 |3018 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
325.00/325.02	c   299s|  3560k|  3440k|     0 |   0.0 |1078M| 596 |   - | 910 |3058 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
326.10/326.15	c   300s|  3570k|  3449k|     0 |   0.0 |1081M| 596 |   - | 910 |2691 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
327.20/327.26	c   301s|  3580k|  3459k|     0 |   0.0 |1084M| 596 |   - | 910 |2552 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
328.40/328.41	c   302s|  3590k|  3468k|     0 |   0.0 |1087M| 596 |   - | 910 |2869 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
329.40/329.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.40/329.49	c   303s|  3600k|  3477k|     0 |   0.0 |1091M| 596 |   - | 910 |3146 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 |      --      |    Inf 
330.70/330.72	c   304s|  3610k|  3486k|     0 |   0.0 |1094M| 596 |   - | 910 |3101 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 |      --      |    Inf 
331.80/331.87	c   305s|  3620k|  3495k|     0 |   0.0 |1097M| 596 |   - | 910 |2721 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
332.90/332.95	c   306s|  3630k|  3505k|     0 |   0.0 |1101M| 596 |   - | 910 |2806 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
333.90/333.98	c   307s|  3640k|  3514k|     0 |   0.0 |1104M| 596 |   - | 910 |3291 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 |      --      |    Inf 
335.09/335.13	c   308s|  3650k|  3523k|     0 |   0.0 |1107M| 596 |   - | 910 |3316 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 |      --      |    Inf 
336.19/336.27	c   309s|  3660k|  3532k|     0 |   0.0 |1111M| 596 |   - | 910 |3078 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 |      --      |    Inf 
337.29/337.31	c   310s|  3670k|  3541k|     0 |   0.0 |1114M| 596 |   - | 910 |3083 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
338.39/338.45	c   311s|  3680k|  3551k|     0 |   0.0 |1117M| 596 |   - | 910 |2837 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
339.60/339.67	c   312s|  3690k|  3560k|     0 |   0.0 |1120M| 596 |   - | 910 |2973 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 |      --      |    Inf 
340.90/340.96	c   313s|  3700k|  3569k|     0 |   0.0 |1124M| 596 |   - | 910 |3376 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 |      --      |    Inf 
342.10/342.18	c   315s|  3710k|  3578k|     0 |   0.0 |1127M| 596 |   - | 910 |3766 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 |      --      |    Inf 
343.30/343.33	c   316s|  3720k|  3587k|     0 |   0.0 |1131M| 596 |   - | 910 |3795 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 |      --      |    Inf 
344.60/344.69	c   317s|  3730k|  3596k|     0 |   0.0 |1134M| 596 |   - | 910 |3728 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 |      --      |    Inf 
345.90/345.90	c   318s|  3740k|  3605k|     0 |   0.0 |1137M| 596 |   - | 910 |3645 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 |      --      |    Inf 
347.00/347.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.00/347.08	c   319s|  3750k|  3614k|     0 |   0.0 |1141M| 596 |   - | 910 |3447 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 |      --      |    Inf 
348.20/348.27	c   320s|  3760k|  3623k|     0 |   0.0 |1144M| 596 |   - | 910 |3390 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 |      --      |    Inf 
349.50/349.55	c   322s|  3770k|  3632k|     0 |   0.0 |1147M| 596 |   - | 910 |3640 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 |      --      |    Inf 
350.80/350.88	c   323s|  3780k|  3641k|     0 |   0.0 |1151M| 596 |   - | 910 |3553 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
352.10/352.19	c   324s|  3790k|  3650k|     0 |   0.0 |1154M| 596 |   - | 910 |3743 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 |      --      |    Inf 
353.40/353.44	c   325s|  3800k|  3659k|     0 |   0.0 |1158M| 596 |   - | 910 |3657 |   0 |   0 |   0 | 587k|   0 | 0.000000e+00 |      --      |    Inf 
354.70/354.70	c   326s|  3810k|  3668k|     0 |   0.0 |1161M| 596 |   - | 910 |3952 |   0 |   0 |   0 | 591k|   0 | 0.000000e+00 |      --      |    Inf 
355.90/355.94	c   328s|  3820k|  3677k|     0 |   0.0 |1164M| 596 |   - | 910 |3969 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 |      --      |    Inf 
357.20/357.22	c   329s|  3830k|  3686k|     0 |   0.0 |1168M| 596 |   - | 910 |4310 |   0 |   0 |   0 | 600k|   0 | 0.000000e+00 |      --      |    Inf 
358.60/358.69	c   330s|  3840k|  3695k|     0 |   0.0 |1171M| 596 |   - | 910 |4525 |   0 |   0 |   0 | 604k|   0 | 0.000000e+00 |      --      |    Inf 
360.00/360.01	c   331s|  3850k|  3703k|     0 |   0.0 |1175M| 596 |   - | 910 |4355 |   0 |   0 |   0 | 609k|   0 | 0.000000e+00 |      --      |    Inf 
361.30/361.33	c   333s|  3860k|  3712k|     0 |   0.0 |1178M| 596 |   - | 910 |3912 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 |      --      |    Inf 
362.50/362.56	c   334s|  3870k|  3721k|     0 |   0.0 |1181M| 596 |   - | 910 |3875 |   0 |   0 |   0 | 618k|   0 | 0.000000e+00 |      --      |    Inf 
363.90/363.93	c   335s|  3880k|  3730k|     0 |   0.0 |1185M| 596 |   - | 910 |4372 |   0 |   0 |   0 | 623k|   0 | 0.000000e+00 |      --      |    Inf 
365.30/365.33	c   336s|  3890k|  3739k|     0 |   0.0 |1189M| 596 |   - | 910 |4885 |   0 |   0 |   0 | 628k|   0 | 0.000000e+00 |      --      |    Inf 
366.80/366.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.80/366.90	c   338s|  3900k|  3747k|     0 |   0.0 |1192M| 596 |   - | 910 |4299 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 |      --      |    Inf 
368.20/368.26	c   339s|  3910k|  3756k|     0 |   0.0 |1195M| 596 |   - | 910 |4476 |   0 |   0 |   0 | 638k|   0 | 0.000000e+00 |      --      |    Inf 
369.70/369.78	c   340s|  3920k|  3765k|     0 |   0.0 |1199M| 596 |   - | 910 |4851 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 |      --      |    Inf 
371.30/371.33	c   342s|  3930k|  3774k|     0 |   0.0 |1202M| 596 |   - | 910 |4603 |   0 |   0 |   0 | 648k|   0 | 0.000000e+00 |      --      |    Inf 
372.91/372.91	c   343s|  3940k|  3782k|     0 |   0.0 |1206M| 596 |   - | 910 |5013 |   0 |   0 |   0 | 653k|   0 | 0.000000e+00 |      --      |    Inf 
374.09/374.15	c   345s|  3950k|  3791k|     0 |   0.0 |1210M| 596 |   - | 910 |4836 |   0 |   0 |   0 | 658k|   0 | 0.000000e+00 |      --      |    Inf 
375.50/375.58	c   346s|  3960k|  3800k|     0 |   0.0 |1213M| 596 |   - | 910 |4902 |   0 |   0 |   0 | 664k|   0 | 0.000000e+00 |      --      |    Inf 
377.00/377.03	c   347s|  3970k|  3808k|     0 |   0.0 |1217M| 596 |   - | 910 |5319 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 |      --      |    Inf 
378.60/378.61	c   349s|  3980k|  3817k|     0 |   0.0 |1221M| 596 |   - | 910 |5347 |   0 |   0 |   0 | 674k|   0 | 0.000000e+00 |      --      |    Inf 
379.99/380.07	c   350s|  3990k|  3825k|     0 |   0.0 |1224M| 596 |   - | 910 |5270 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 |      --      |    Inf 
381.50/381.50	c   351s|  4000k|  3834k|     0 |   0.0 |1228M| 596 |   - | 910 |5515 |   0 |   0 |   0 | 684k|   0 | 0.000000e+00 |      --      |    Inf 
383.20/383.22	c   353s|  4010k|  3842k|     0 |   0.0 |1232M| 596 |   - | 910 |5468 |   0 |   0 |   0 | 689k|   0 | 0.000000e+00 |      --      |    Inf 
384.91/384.99	c   355s|  4020k|  3851k|     0 |   0.0 |1236M| 596 |   - | 910 |5619 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 |      --      |    Inf 
386.60/386.68	c   356s|  4030k|  3859k|     0 |   0.0 |1240M| 596 |   - | 910 |5694 |   0 |   0 |   0 | 700k|   0 | 0.000000e+00 |      --      |    Inf 
388.20/388.24	c   358s|  4040k|  3868k|     0 |   0.0 |1244M| 596 |   - | 910 |5857 |   0 |   0 |   0 | 705k|   0 | 0.000000e+00 |      --      |    Inf 
390.00/390.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.00/390.03	c   360s|  4050k|  3876k|     0 |   0.0 |1248M| 596 |   - | 910 |6083 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 |      --      |    Inf 
391.70/391.74	c   361s|  4060k|  3884k|     0 |   0.0 |1252M| 596 |   - | 910 |6155 |   0 |   0 |   0 | 716k|   0 | 0.000000e+00 |      --      |    Inf 
393.30/393.39	c   363s|  4070k|  3893k|     0 |   0.0 |1256M| 596 |   - | 910 |6323 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 |      --      |    Inf 
394.91/394.90	c   364s|  4080k|  3901k|     0 |   0.0 |1260M| 596 |   - | 910 |6380 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 |      --      |    Inf 
396.30/396.38	c   366s|  4090k|  3910k|     0 |   0.0 |1264M| 596 |   - | 910 |6467 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 |      --      |    Inf 
397.80/397.85	c   367s|  4100k|  3918k|     0 |   0.0 |1268M| 596 |   - | 910 |6789 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 |      --      |    Inf 
399.21/399.20	c   368s|  4110k|  3927k|     0 |   0.0 |1272M| 596 |   - | 910 |6601 |   0 |   0 |   0 | 742k|   0 | 0.000000e+00 |      --      |    Inf 
400.50/400.55	c   369s|  4120k|  3936k|     0 |   0.0 |1276M| 596 |   - | 910 |6743 |   0 |   0 |   0 | 747k|   0 | 0.000000e+00 |      --      |    Inf 
401.80/401.85	c   371s|  4130k|  3944k|     0 |   0.0 |1280M| 596 |   - | 910 |6706 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 |      --      |    Inf 
403.10/403.16	c   372s|  4140k|  3953k|     0 |   0.0 |1284M| 596 |   - | 910 |6721 |   0 |   0 |   0 | 757k|   0 | 0.000000e+00 |      --      |    Inf 
404.41/404.43	c   373s|  4150k|  3962k|     0 |   0.0 |1289M| 596 |   - | 910 |6773 |   0 |   0 |   0 | 761k|   0 | 0.000000e+00 |      --      |    Inf 
405.60/405.64	c   374s|  4160k|  3970k|     0 |   0.0 |1293M| 596 |   - | 910 |6745 |   0 |   0 |   0 | 766k|   0 | 0.000000e+00 |      --      |    Inf 
406.80/406.84	c   375s|  4170k|  3979k|     0 |   0.0 |1297M| 596 |   - | 910 |6717 |   0 |   0 |   0 | 771k|   0 | 0.000000e+00 |      --      |    Inf 
408.01/408.01	c   376s|  4180k|  3988k|     0 |   0.0 |1301M| 596 |   - | 910 |6766 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 |      --      |    Inf 
409.21/409.23	c   378s|  4190k|  3996k|     0 |   0.0 |1305M| 596 |   - | 910 |6969 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 |      --      |    Inf 
410.30/410.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.30/410.39	c   379s|  4200k|  4005k|     0 |   0.0 |1309M| 596 |   - | 910 |7066 |   0 |   0 |   0 | 787k|   0 | 0.000000e+00 |      --      |    Inf 
411.60/411.63	c   380s|  4210k|  4013k|     0 |   0.0 |1313M| 596 |   - | 910 |7049 |   0 |   0 |   0 | 792k|   0 | 0.000000e+00 |      --      |    Inf 
412.90/412.96	c   381s|  4220k|  4022k|     0 |   0.0 |1317M| 596 |   - | 910 |6975 |   0 |   0 |   0 | 798k|   0 | 0.000000e+00 |      --      |    Inf 
414.10/414.18	c   382s|  4230k|  4031k|     0 |   0.0 |1322M| 596 |   - | 910 |6858 |   0 |   0 |   0 | 803k|   0 | 0.000000e+00 |      --      |    Inf 
415.40/415.44	c   383s|  4240k|  4039k|     0 |   0.0 |1326M| 596 |   - | 910 |6932 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 |      --      |    Inf 
416.70/416.72	c   385s|  4250k|  4048k|     0 |   0.0 |1330M| 596 |   - | 910 |7067 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 |      --      |    Inf 
417.91/417.99	c   386s|  4260k|  4057k|     0 |   0.0 |1334M| 596 |   - | 910 |6906 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 |      --      |    Inf 
419.20/419.23	c   387s|  4270k|  4065k|     0 |   0.0 |1338M| 596 |   - | 910 |6837 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
420.50/420.51	c   388s|  4280k|  4074k|     0 |   0.0 |1343M| 596 |   - | 910 |6982 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 |      --      |    Inf 
421.81/421.82	c   389s|  4290k|  4082k|     0 |   0.0 |1347M| 596 |   - | 910 |6981 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 |      --      |    Inf 
423.20/423.20	c   391s|  4300k|  4091k|     0 |   0.0 |1351M| 596 |   - | 910 |6968 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 |      --      |    Inf 
424.51/424.52	c   392s|  4310k|  4099k|     0 |   0.0 |1356M| 596 |   - | 910 |7112 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 |      --      |    Inf 
425.80/425.82	c   393s|  4320k|  4107k|     0 |   0.0 |1360M| 596 |   - | 910 |6984 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 |      --      |    Inf 
427.30/427.33	c   394s|  4330k|  4116k|     0 |   0.0 |1365M| 596 |   - | 910 |7086 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 |      --      |    Inf 
429.00/429.01	c   396s|  4340k|  4123k|     0 |   0.0 |1370M| 596 |   - | 910 |7456 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 |      --      |    Inf 
431.00/431.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.00/431.01	c   398s|  4350k|  4130k|     0 |   0.0 |1376M| 596 |   - | 910 |7487 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 |      --      |    Inf 
433.41/433.43	c   400s|  4360k|  4136k|     0 |   0.0 |1381M| 596 |   - | 910 |6535 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 |      --      |    Inf 
434.30/434.32	c   401s|  4370k|  4146k|     0 |   0.0 |1382M| 596 |   - | 910 |4127 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 |      --      |    Inf 
434.40/434.41	o 86
434.40/434.41	c * 401s|  4370k|  4145k|     0 |   0.0 |1382M| 596 |   - | 910 |4102 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
435.20/435.21	c   402s|  4380k|  4154k|     0 |   0.0 |1385M| 596 |   - | 910 |3269 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
436.00/436.09	c   403s|  4390k|  4164k|     0 |   0.0 |1387M| 596 |   - | 910 | 799 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
437.00/437.01	c   403s|  4400k|  4173k|     0 |   0.0 |1391M| 596 |   - | 910 | 789 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
437.90/437.96	c   404s|  4410k|  4183k|     0 |   0.0 |1394M| 596 |   - | 910 | 845 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
438.91/438.91	c   405s|  4420k|  4193k|     0 |   0.0 |1397M| 596 |   - | 910 | 755 |   0 |   0 |   0 | 878k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
439.80/439.83	c   406s|  4430k|  4203k|     0 |   0.0 |1400M| 596 |   - | 910 | 785 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
440.80/440.80	c   407s|  4440k|  4213k|     0 |   0.0 |1403M| 596 |   - | 910 | 730 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
441.70/441.75	c   408s|  4450k|  4222k|     0 |   0.0 |1406M| 596 |   - | 910 | 728 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
442.60/442.69	c   409s|  4460k|  4232k|     0 |   0.0 |1409M| 596 |   - | 910 | 721 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
443.60/443.65	c   410s|  4470k|  4242k|     0 |   0.0 |1412M| 596 |   - | 910 | 773 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
444.60/444.61	c   410s|  4480k|  4252k|     0 |   0.0 |1414M| 596 |   - | 910 | 756 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
445.51/445.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
445.51/445.56	c   411s|  4490k|  4262k|     0 |   0.0 |1417M| 596 |   - | 910 | 858 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
446.50/446.50	c   412s|  4500k|  4271k|     0 |   0.0 |1420M| 596 |   - | 910 | 801 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
447.50/447.50	c   413s|  4510k|  4281k|     0 |   0.0 |1423M| 596 |   - | 910 | 756 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
448.40/448.45	c   414s|  4520k|  4291k|     0 |   0.0 |1426M| 596 |   - | 910 | 792 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
449.30/449.40	c   415s|  4530k|  4301k|     0 |   0.0 |1429M| 596 |   - | 910 | 866 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
450.31/450.33	c   416s|  4540k|  4311k|     0 |   0.0 |1432M| 596 |   - | 910 | 830 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
451.20/451.26	c   417s|  4550k|  4320k|     0 |   0.0 |1435M| 596 |   - | 910 | 788 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
452.11/452.17	c   417s|  4560k|  4330k|     0 |   0.0 |1438M| 596 |   - | 910 | 825 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
453.10/453.11	c   418s|  4570k|  4340k|     0 |   0.0 |1441M| 596 |   - | 910 | 838 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
454.00/454.07	c   419s|  4580k|  4350k|     0 |   0.0 |1444M| 596 |   - | 910 | 859 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
455.00/455.01	c   420s|  4590k|  4360k|     0 |   0.0 |1447M| 596 |   - | 910 | 901 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
455.90/455.92	c   421s|  4600k|  4369k|     0 |   0.0 |1450M| 596 |   - | 910 | 864 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
456.80/456.87	c   422s|  4610k|  4379k|     0 |   0.0 |1453M| 596 |   - | 910 | 882 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
457.80/457.84	c   423s|  4620k|  4389k|     0 |   0.0 |1456M| 596 |   - | 910 | 825 |   0 |   0 |   0 | 897k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
458.70/458.76	c   424s|  4630k|  4399k|     0 |   0.0 |1459M| 596 |   - | 910 | 962 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
459.60/459.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.60/459.69	c   424s|  4640k|  4409k|     0 |   0.0 |1462M| 596 |   - | 910 | 895 |   0 |   0 |   0 | 899k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
460.60/460.65	c   425s|  4650k|  4418k|     0 |   0.0 |1465M| 596 |   - | 910 | 904 |   0 |   0 |   0 | 900k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
461.60/461.62	c   426s|  4660k|  4428k|     0 |   0.0 |1468M| 596 |   - | 910 | 890 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
462.50/462.54	c   427s|  4670k|  4438k|     0 |   0.0 |1471M| 596 |   - | 910 | 925 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
463.50/463.51	c   428s|  4680k|  4448k|     0 |   0.0 |1474M| 596 |   - | 910 | 971 |   0 |   0 |   0 | 903k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
464.40/464.46	c   429s|  4690k|  4457k|     0 |   0.0 |1477M| 596 |   - | 910 | 931 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
465.40/465.44	c   430s|  4700k|  4467k|     0 |   0.0 |1479M| 596 |   - | 910 | 916 |   0 |   0 |   0 | 905k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
466.30/466.40	c   431s|  4710k|  4477k|     0 |   0.0 |1482M| 596 |   - | 910 | 899 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
467.30/467.37	c   431s|  4720k|  4487k|     0 |   0.0 |1485M| 596 |   - | 910 | 910 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
468.30/468.32	c   432s|  4730k|  4497k|     0 |   0.0 |1488M| 596 |   - | 910 | 869 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
469.21/469.27	c   433s|  4740k|  4506k|     0 |   0.0 |1491M| 596 |   - | 910 | 927 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
470.20/470.27	c   434s|  4750k|  4516k|     0 |   0.0 |1494M| 596 |   - | 910 | 918 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
471.20/471.22	c   435s|  4760k|  4526k|     0 |   0.0 |1497M| 596 |   - | 910 |1002 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
472.10/472.15	c   436s|  4770k|  4536k|     0 |   0.0 |1500M| 596 |   - | 910 | 994 |   0 |   0 |   0 | 912k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
473.01/473.06	c   437s|  4780k|  4546k|     0 |   0.0 |1503M| 596 |   - | 910 |1003 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
474.01/474.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.01/474.01	c   438s|  4790k|  4555k|     0 |   0.0 |1506M| 596 |   - | 910 | 965 |   0 |   0 |   0 | 914k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
474.90/474.99	c   439s|  4800k|  4565k|     0 |   0.0 |1509M| 596 |   - | 910 | 956 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
475.90/475.95	c   439s|  4810k|  4575k|     0 |   0.0 |1512M| 596 |   - | 910 |1090 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
476.81/476.89	c   440s|  4820k|  4585k|     0 |   0.0 |1515M| 596 |   - | 910 | 930 |   0 |   0 |   0 | 917k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
477.80/477.84	c   441s|  4830k|  4595k|     0 |   0.0 |1518M| 596 |   - | 910 |1029 |   0 |   0 |   0 | 918k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
478.70/478.77	c   442s|  4840k|  4604k|     0 |   0.0 |1520M| 596 |   - | 910 | 993 |   0 |   0 |   0 | 919k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
479.70/479.74	c   443s|  4850k|  4614k|     0 |   0.0 |1523M| 596 |   - | 910 |1028 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
480.61/480.68	c   444s|  4860k|  4624k|     0 |   0.0 |1526M| 596 |   - | 910 | 971 |   0 |   0 |   0 | 921k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
481.60/481.61	c   445s|  4870k|  4634k|     0 |   0.0 |1529M| 596 |   - | 910 |1018 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
482.50/482.53	c   445s|  4880k|  4644k|     0 |   0.0 |1532M| 596 |   - | 910 | 999 |   0 |   0 |   0 | 923k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
483.50/483.50	c   446s|  4890k|  4653k|     0 |   0.0 |1535M| 596 |   - | 910 | 991 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
484.30/484.40	c   447s|  4900k|  4663k|     0 |   0.0 |1538M| 596 |   - | 910 | 974 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
485.30/485.32	c   448s|  4910k|  4673k|     0 |   0.0 |1541M| 596 |   - | 910 | 981 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
486.21/486.27	c   449s|  4920k|  4683k|     0 |   0.0 |1544M| 596 |   - | 910 | 981 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
487.21/487.25	c   450s|  4930k|  4692k|     0 |   0.0 |1547M| 596 |   - | 910 | 980 |   0 |   0 |   0 | 927k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
488.10/488.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
488.10/488.19	c   451s|  4940k|  4702k|     0 |   0.0 |1550M| 596 |   - | 910 |1038 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
489.11/489.20	c   452s|  4950k|  4712k|     0 |   0.0 |1553M| 596 |   - | 910 |1036 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
490.10/490.11	c   452s|  4960k|  4722k|     0 |   0.0 |1556M| 596 |   - | 910 |1017 |   0 |   0 |   0 | 930k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
491.00/491.09	c   453s|  4970k|  4732k|     0 |   0.0 |1558M| 596 |   - | 910 | 951 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
492.00/492.00	c   454s|  4980k|  4741k|     0 |   0.0 |1561M| 596 |   - | 910 | 930 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
492.90/492.94	c   455s|  4990k|  4751k|     0 |   0.0 |1564M| 596 |   - | 910 | 969 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
493.90/493.92	c   456s|  5000k|  4761k|     0 |   0.0 |1567M| 596 |   - | 910 | 964 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
494.81/494.85	c   457s|  5010k|  4771k|     0 |   0.0 |1570M| 596 |   - | 910 | 949 |   0 |   0 |   0 | 934k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
495.70/495.76	c   458s|  5020k|  4781k|     0 |   0.0 |1573M| 596 |   - | 910 |1021 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
496.70/496.73	c   459s|  5030k|  4790k|     0 |   0.0 |1576M| 596 |   - | 910 | 988 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
497.70/497.71	c   459s|  5040k|  4800k|     0 |   0.0 |1579M| 596 |   - | 910 | 975 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
498.61/498.69	c   460s|  5050k|  4810k|     0 |   0.0 |1582M| 596 |   - | 910 |1017 |   0 |   0 |   0 | 938k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
499.61/499.63	c   461s|  5060k|  4820k|     0 |   0.0 |1585M| 596 |   - | 910 | 945 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
500.50/500.57	c   462s|  5070k|  4830k|     0 |   0.0 |1588M| 596 |   - | 910 |1015 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
501.41/501.49	c   463s|  5080k|  4839k|     0 |   0.0 |1591M| 596 |   - | 910 | 951 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
502.40/502.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
502.40/502.41	c   464s|  5090k|  4849k|     0 |   0.0 |1594M| 596 |   - | 910 | 997 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
503.30/503.35	c   465s|  5100k|  4859k|     0 |   0.0 |1597M| 596 |   - | 910 |1089 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
504.30/504.36	c   466s|  5110k|  4869k|     0 |   0.0 |1600M| 596 |   - | 910 |1157 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
505.31/505.33	c   466s|  5120k|  4879k|     0 |   0.0 |1602M| 596 |   - | 910 |1064 |   0 |   0 |   0 | 945k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
506.20/506.27	c   467s|  5130k|  4888k|     0 |   0.0 |1605M| 596 |   - | 910 |1068 |   0 |   0 |   0 | 945k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
507.20/507.27	c   468s|  5140k|  4898k|     0 |   0.0 |1608M| 596 |   - | 910 |1042 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
508.11/508.19	c   469s|  5150k|  4908k|     0 |   0.0 |1611M| 596 |   - | 910 | 996 |   0 |   0 |   0 | 947k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
509.11/509.17	c   470s|  5160k|  4918k|     0 |   0.0 |1614M| 596 |   - | 910 |1015 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
510.11/510.11	c   471s|  5170k|  4928k|     0 |   0.0 |1617M| 596 |   - | 910 |1012 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
511.01/511.05	c   472s|  5180k|  4937k|     0 |   0.0 |1620M| 596 |   - | 910 |1018 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
512.00/512.04	c   473s|  5190k|  4947k|     0 |   0.0 |1623M| 596 |   - | 910 | 976 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
512.90/512.95	c   474s|  5200k|  4957k|     0 |   0.0 |1626M| 596 |   - | 910 | 931 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
513.80/513.87	c   474s|  5210k|  4967k|     0 |   0.0 |1629M| 596 |   - | 910 |1015 |   0 |   0 |   0 | 952k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
514.81/514.81	c   475s|  5220k|  4977k|     0 |   0.0 |1632M| 596 |   - | 910 | 989 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
515.70/515.79	c   476s|  5230k|  4986k|     0 |   0.0 |1634M| 596 |   - | 910 | 953 |   0 |   0 |   0 | 954k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
516.70/516.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
516.70/516.75	c   477s|  5240k|  4996k|     0 |   0.0 |1637M| 596 |   - | 910 | 973 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
517.60/517.67	c   478s|  5250k|  5006k|     0 |   0.0 |1640M| 596 |   - | 910 |1079 |   0 |   0 |   0 | 956k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
518.60/518.64	c   479s|  5260k|  5016k|     0 |   0.0 |1643M| 596 |   - | 910 |1053 |   0 |   0 |   0 | 957k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
519.50/519.59	c   480s|  5270k|  5025k|     0 |   0.0 |1646M| 596 |   - | 910 |1100 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
520.51/520.52	c   481s|  5280k|  5035k|     0 |   0.0 |1649M| 596 |   - | 910 |1022 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
521.41/521.45	c   481s|  5290k|  5045k|     0 |   0.0 |1652M| 596 |   - | 910 |1018 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
522.31/522.37	c   482s|  5300k|  5055k|     0 |   0.0 |1655M| 596 |   - | 910 |1078 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
523.30/523.33	c   483s|  5310k|  5065k|     0 |   0.0 |1658M| 596 |   - | 910 |1086 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
524.20/524.29	c   484s|  5320k|  5074k|     0 |   0.0 |1661M| 596 |   - | 910 |1047 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
525.20/525.26	c   485s|  5330k|  5084k|     0 |   0.0 |1664M| 596 |   - | 910 |1047 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
526.10/526.19	c   486s|  5340k|  5094k|     0 |   0.0 |1666M| 596 |   - | 910 |1055 |   0 |   0 |   0 | 964k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
527.11/527.10	c   487s|  5350k|  5104k|     0 |   0.0 |1669M| 596 |   - | 910 |1041 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
528.00/528.02	c   487s|  5360k|  5114k|     0 |   0.0 |1672M| 596 |   - | 910 |1060 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
528.90/529.00	c   488s|  5370k|  5123k|     0 |   0.0 |1675M| 596 |   - | 910 |1001 |   0 |   0 |   0 | 966k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
529.90/529.99	c   489s|  5380k|  5133k|     0 |   0.0 |1678M| 596 |   - | 910 |1027 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
530.91/530.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.91/530.96	c   490s|  5390k|  5143k|     0 |   0.0 |1681M| 596 |   - | 910 |1053 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
531.81/531.87	c   491s|  5400k|  5153k|     0 |   0.0 |1684M| 596 |   - | 910 |1030 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
532.71/532.79	c   492s|  5410k|  5163k|     0 |   0.0 |1687M| 596 |   - | 910 | 998 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
533.71/533.72	c   493s|  5420k|  5172k|     0 |   0.0 |1690M| 596 |   - | 910 |1082 |   0 |   0 |   0 | 970k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
534.70/534.70	c   494s|  5430k|  5182k|     0 |   0.0 |1693M| 596 |   - | 910 |1031 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
535.60/535.64	c   495s|  5440k|  5192k|     0 |   0.0 |1696M| 596 |   - | 910 |1003 |   0 |   0 |   0 | 972k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
536.50/536.56	c   495s|  5450k|  5202k|     0 |   0.0 |1699M| 596 |   - | 910 |1113 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
537.50/537.50	c   496s|  5460k|  5212k|     0 |   0.0 |1702M| 596 |   - | 910 |1007 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
538.40/538.46	c   497s|  5470k|  5221k|     0 |   0.0 |1705M| 596 |   - | 910 |1067 |   0 |   0 |   0 | 975k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
539.41/539.40	c   498s|  5480k|  5231k|     0 |   0.0 |1707M| 596 |   - | 910 |1034 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
540.31/540.35	c   499s|  5490k|  5241k|     0 |   0.0 |1710M| 596 |   - | 910 |1041 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
541.21/541.29	c   500s|  5500k|  5251k|     0 |   0.0 |1713M| 596 |   - | 910 | 992 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
542.21/542.29	c   501s|  5510k|  5261k|     0 |   0.0 |1716M| 596 |   - | 910 |1105 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
543.31/543.30	c   502s|  5520k|  5270k|     0 |   0.0 |1719M| 596 |   - | 910 |1096 |   0 |   0 |   0 | 979k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
544.21/544.28	c   503s|  5530k|  5280k|     0 |   0.0 |1722M| 596 |   - | 910 |1185 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
545.10/545.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
545.10/545.18	c   503s|  5540k|  5290k|     0 |   0.0 |1725M| 596 |   - | 910 |1058 |   0 |   0 |   0 | 981k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
546.01/546.07	c   504s|  5550k|  5300k|     0 |   0.0 |1728M| 596 |   - | 910 |1077 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
547.01/547.07	c   505s|  5560k|  5310k|     0 |   0.0 |1731M| 596 |   - | 910 |1053 |   0 |   0 |   0 | 983k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
548.00/548.01	c   506s|  5570k|  5319k|     0 |   0.0 |1734M| 596 |   - | 910 |1024 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
548.90/548.98	c   507s|  5580k|  5329k|     0 |   0.0 |1737M| 596 |   - | 910 |1068 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
549.91/549.99	c   508s|  5590k|  5339k|     0 |   0.0 |1739M| 596 |   - | 910 |1097 |   0 |   0 |   0 | 985k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
550.90/550.92	c   509s|  5600k|  5349k|     0 |   0.0 |1742M| 596 |   - | 910 |1124 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
551.80/551.89	c   510s|  5610k|  5358k|     0 |   0.0 |1745M| 596 |   - | 910 |1028 |   0 |   0 |   0 | 987k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
552.80/552.84	c   510s|  5620k|  5368k|     0 |   0.0 |1748M| 596 |   - | 910 |1074 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
553.80/553.80	c   511s|  5630k|  5378k|     0 |   0.0 |1751M| 596 |   - | 910 |1111 |   0 |   0 |   0 | 989k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
554.70/554.76	c   512s|  5640k|  5388k|     0 |   0.0 |1754M| 596 |   - | 910 |1112 |   0 |   0 |   0 | 989k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
555.71/555.71	c   513s|  5650k|  5398k|     0 |   0.0 |1757M| 596 |   - | 910 |1076 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
556.61/556.65	c   514s|  5660k|  5407k|     0 |   0.0 |1760M| 596 |   - | 910 |1022 |   0 |   0 |   0 | 991k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
557.50/557.59	c   515s|  5670k|  5417k|     0 |   0.0 |1763M| 596 |   - | 910 |1060 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
558.50/558.54	c   516s|  5680k|  5427k|     0 |   0.0 |1766M| 596 |   - | 910 |1165 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
559.40/559.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.40/559.48	c   517s|  5690k|  5437k|     0 |   0.0 |1768M| 596 |   - | 910 |1083 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
560.41/560.46	c   518s|  5700k|  5447k|     0 |   0.0 |1771M| 596 |   - | 910 |1097 |   0 |   0 |   0 | 994k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
561.41/561.43	c   518s|  5710k|  5456k|     0 |   0.0 |1774M| 596 |   - | 910 |1046 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
562.31/562.38	c   519s|  5720k|  5466k|     0 |   0.0 |1777M| 596 |   - | 910 |1093 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
563.30/563.31	c   520s|  5730k|  5476k|     0 |   0.0 |1780M| 596 |   - | 910 | 994 |   0 |   0 |   0 | 997k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
564.21/564.25	c   521s|  5740k|  5486k|     0 |   0.0 |1783M| 596 |   - | 910 |1113 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
565.21/565.23	c   522s|  5750k|  5496k|     0 |   0.0 |1786M| 596 |   - | 910 |1099 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
566.20/566.24	c   523s|  5760k|  5505k|     0 |   0.0 |1789M| 596 |   - | 910 |1111 |   0 |   0 |   0 |1000k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
567.20/567.21	c   524s|  5770k|  5515k|     0 |   0.0 |1792M| 596 |   - | 910 |1173 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
568.10/568.15	c   525s|  5780k|  5525k|     0 |   0.0 |1795M| 596 |   - | 910 |1146 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
569.00/569.07	c   525s|  5790k|  5535k|     0 |   0.0 |1798M| 596 |   - | 910 |1171 |   0 |   0 |   0 |1002k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
570.01/570.06	c   526s|  5800k|  5545k|     0 |   0.0 |1801M| 596 |   - | 910 |1180 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
571.10/571.11	c   527s|  5810k|  5554k|     0 |   0.0 |1803M| 596 |   - | 910 |1042 |   0 |   0 |   0 |1004k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
572.01/572.03	c   528s|  5820k|  5564k|     0 |   0.0 |1806M| 596 |   - | 910 |1081 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
573.01/573.01	c   529s|  5830k|  5574k|     0 |   0.0 |1809M| 596 |   - | 910 | 970 |   0 |   0 |   0 |1006k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
573.90/573.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
573.90/573.99	c   530s|  5840k|  5584k|     0 |   0.0 |1812M| 596 |   - | 910 |1031 |   0 |   0 |   0 |1007k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
574.91/574.93	c   531s|  5850k|  5593k|     0 |   0.0 |1815M| 596 |   - | 910 |1048 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
575.81/575.90	c   532s|  5860k|  5603k|     0 |   0.0 |1818M| 596 |   - | 910 |1117 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
576.80/576.86	c   533s|  5870k|  5613k|     0 |   0.0 |1821M| 596 |   - | 910 |1143 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
577.70/577.79	c   534s|  5880k|  5623k|     0 |   0.0 |1824M| 596 |   - | 910 |1110 |   0 |   0 |   0 |1010k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
578.71/578.78	c   534s|  5890k|  5633k|     0 |   0.0 |1827M| 596 |   - | 910 |1192 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
579.71/579.71	c   535s|  5900k|  5642k|     0 |   0.0 |1830M| 596 |   - | 910 |1105 |   0 |   0 |   0 |1012k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
580.71/580.75	c   536s|  5910k|  5652k|     0 |   0.0 |1833M| 596 |   - | 910 |1112 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
581.70/581.71	c   537s|  5920k|  5662k|     0 |   0.0 |1835M| 596 |   - | 910 |1104 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
582.61/582.64	c   538s|  5930k|  5672k|     0 |   0.0 |1838M| 596 |   - | 910 |1151 |   0 |   0 |   0 |1015k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
583.51/583.55	c   539s|  5940k|  5682k|     0 |   0.0 |1841M| 596 |   - | 910 |1122 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
584.41/584.50	c   540s|  5950k|  5691k|     0 |   0.0 |1844M| 596 |   - | 910 |1129 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
585.40/585.42	c   541s|  5960k|  5701k|     0 |   0.0 |1847M| 596 |   - | 910 |1156 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
586.31/586.35	c   541s|  5970k|  5711k|     0 |   0.0 |1850M| 596 |   - | 910 |1070 |   0 |   0 |   0 |1018k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
587.20/587.28	c   542s|  5980k|  5721k|     0 |   0.0 |1853M| 596 |   - | 910 |1088 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
588.21/588.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
588.21/588.22	c   543s|  5990k|  5731k|     0 |   0.0 |1856M| 596 |   - | 910 |1155 |   0 |   0 |   0 |1020k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
589.10/589.13	c   544s|  6000k|  5740k|     0 |   0.0 |1859M| 596 |   - | 910 |1034 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
590.01/590.05	c   545s|  6010k|  5750k|     0 |   0.0 |1862M| 596 |   - | 910 |1151 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
590.91/590.95	c   546s|  6020k|  5760k|     0 |   0.0 |1865M| 596 |   - | 910 |1168 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
591.81/591.87	c   547s|  6030k|  5770k|     0 |   0.0 |1868M| 596 |   - | 910 |1129 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
592.81/592.82	c   547s|  6040k|  5779k|     0 |   0.0 |1870M| 596 |   - | 910 |1135 |   0 |   0 |   0 |1024k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
593.71/593.78	c   548s|  6050k|  5789k|     0 |   0.0 |1873M| 596 |   - | 910 |1083 |   0 |   0 |   0 |1025k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
594.71/594.71	c   549s|  6060k|  5799k|     0 |   0.0 |1876M| 596 |   - | 910 |1083 |   0 |   0 |   0 |1026k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
595.61/595.64	c   550s|  6070k|  5809k|     0 |   0.0 |1879M| 596 |   - | 910 |1168 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
596.61/596.63	c   551s|  6080k|  5819k|     0 |   0.0 |1882M| 596 |   - | 910 |1013 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
597.51/597.54	c   552s|  6090k|  5828k|     0 |   0.0 |1885M| 596 |   - | 910 |1080 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
598.41/598.44	c   553s|  6100k|  5838k|     0 |   0.0 |1888M| 596 |   - | 910 |1070 |   0 |   0 |   0 |1029k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
599.30/599.40	c   554s|  6110k|  5848k|     0 |   0.0 |1891M| 596 |   - | 910 |1060 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
600.40/600.41	c   554s|  6120k|  5858k|     0 |   0.0 |1894M| 596 |   - | 910 |1094 |   0 |   0 |   0 |1031k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
601.31/601.39	c   555s|  6130k|  5868k|     0 |   0.0 |1897M| 596 |   - | 910 |1041 |   0 |   0 |   0 |1031k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
602.31/602.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
602.31/602.35	c   556s|  6140k|  5877k|     0 |   0.0 |1900M| 596 |   - | 910 |1041 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
603.20/603.28	c   557s|  6150k|  5887k|     0 |   0.0 |1903M| 596 |   - | 910 |1030 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
604.11/604.18	c   558s|  6160k|  5897k|     0 |   0.0 |1905M| 596 |   - | 910 |1031 |   0 |   0 |   0 |1034k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
605.11/605.11	c   559s|  6170k|  5907k|     0 |   0.0 |1908M| 596 |   - | 910 |1078 |   0 |   0 |   0 |1035k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
606.01/606.01	c   560s|  6180k|  5917k|     0 |   0.0 |1911M| 596 |   - | 910 |1144 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
606.90/606.97	c   560s|  6190k|  5926k|     0 |   0.0 |1914M| 596 |   - | 910 |1081 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
607.90/607.91	c   561s|  6200k|  5936k|     0 |   0.0 |1917M| 596 |   - | 910 |1122 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
608.80/608.84	c   562s|  6210k|  5946k|     0 |   0.0 |1920M| 596 |   - | 910 |1126 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
609.71/609.76	c   563s|  6220k|  5956k|     0 |   0.0 |1923M| 596 |   - | 910 |1126 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
610.61/610.68	c   564s|  6230k|  5966k|     0 |   0.0 |1926M| 596 |   - | 910 |1058 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
611.61/611.63	c   565s|  6240k|  5975k|     0 |   0.0 |1929M| 596 |   - | 910 |1116 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
612.50/612.53	c   566s|  6250k|  5985k|     0 |   0.0 |1932M| 596 |   - | 910 |1077 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
613.40/613.44	c   566s|  6260k|  5995k|     0 |   0.0 |1935M| 596 |   - | 910 |1143 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
614.30/614.37	c   567s|  6270k|  6005k|     0 |   0.0 |1937M| 596 |   - | 910 |1069 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
615.20/615.29	c   568s|  6280k|  6015k|     0 |   0.0 |1940M| 596 |   - | 910 |1065 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
616.21/616.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.21/616.26	c   569s|  6290k|  6024k|     0 |   0.0 |1943M| 596 |   - | 910 |1112 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
617.31/617.31	c   570s|  6300k|  6034k|     0 |   0.0 |1946M| 596 |   - | 910 |1126 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
618.21/618.25	c   571s|  6310k|  6044k|     0 |   0.0 |1949M| 596 |   - | 910 |1130 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
619.11/619.20	c   572s|  6320k|  6054k|     0 |   0.0 |1952M| 596 |   - | 910 |1137 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
620.01/620.09	c   573s|  6330k|  6064k|     0 |   0.0 |1955M| 596 |   - | 910 |1118 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
621.00/621.03	c   573s|  6340k|  6073k|     0 |   0.0 |1958M| 596 |   - | 910 |1085 |   0 |   0 |   0 |1049k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
621.91/621.97	c   574s|  6350k|  6083k|     0 |   0.0 |1961M| 596 |   - | 910 |1104 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
622.91/622.92	c   575s|  6360k|  6093k|     0 |   0.0 |1964M| 596 |   - | 910 |1085 |   0 |   0 |   0 |1051k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
623.81/623.87	c   576s|  6370k|  6103k|     0 |   0.0 |1966M| 596 |   - | 910 |1127 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
624.71/624.80	c   577s|  6380k|  6113k|     0 |   0.0 |1969M| 596 |   - | 910 |1151 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
625.70/625.71	c   578s|  6390k|  6122k|     0 |   0.0 |1972M| 596 |   - | 910 |1138 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
626.71/626.72	c   579s|  6400k|  6132k|     0 |   0.0 |1975M| 596 |   - | 910 |1138 |   0 |   0 |   0 |1054k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
627.61/627.66	c   580s|  6410k|  6142k|     0 |   0.0 |1978M| 596 |   - | 910 |1186 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
628.51/628.57	c   580s|  6420k|  6152k|     0 |   0.0 |1981M| 596 |   - | 910 |1142 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
629.51/629.53	c   581s|  6430k|  6162k|     0 |   0.0 |1984M| 596 |   - | 910 |1195 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
630.40/630.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
630.40/630.46	c   582s|  6440k|  6171k|     0 |   0.0 |1987M| 596 |   - | 910 |1061 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
631.42/631.43	c   583s|  6450k|  6181k|     0 |   0.0 |1990M| 596 |   - | 910 |1143 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
632.42/632.42	c   584s|  6460k|  6191k|     0 |   0.0 |1993M| 596 |   - | 910 |1102 |   0 |   0 |   0 |1059k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
633.31/633.38	c   585s|  6470k|  6201k|     0 |   0.0 |1996M| 596 |   - | 910 |1135 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
634.31/634.33	c   586s|  6480k|  6211k|     0 |   0.0 |1998M| 596 |   - | 910 |1110 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
635.20/635.28	c   587s|  6490k|  6220k|     0 |   0.0 |2001M| 596 |   - | 910 |1128 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
636.21/636.27	c   588s|  6500k|  6230k|     0 |   0.0 |2004M| 596 |   - | 910 |1119 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
637.21/637.24	c   588s|  6510k|  6240k|     0 |   0.0 |2007M| 596 |   - | 910 |1177 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
638.20/638.22	c   589s|  6520k|  6250k|     0 |   0.0 |2010M| 596 |   - | 910 |1082 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
639.20/639.24	c   590s|  6530k|  6259k|     0 |   0.0 |2013M| 596 |   - | 910 |1253 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
640.11/640.18	c   591s|  6540k|  6269k|     0 |   0.0 |2016M| 596 |   - | 910 |1208 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
641.11/641.14	c   592s|  6550k|  6279k|     0 |   0.0 |2019M| 596 |   - | 910 |1167 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
642.01/642.09	c   593s|  6560k|  6289k|     0 |   0.0 |2022M| 596 |   - | 910 |1111 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
643.00/643.06	c   594s|  6570k|  6299k|     0 |   0.0 |2025M| 596 |   - | 910 |1071 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
643.91/643.99	c   595s|  6580k|  6308k|     0 |   0.0 |2028M| 596 |   - | 910 |1101 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
644.91/644.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.91/644.97	c   596s|  6590k|  6318k|     0 |   0.0 |2031M| 596 |   - | 910 |1128 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
645.91/645.96	c   596s|  6600k|  6328k|     0 |   0.0 |2033M| 596 |   - | 910 |1165 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
646.91/646.93	c   597s|  6610k|  6338k|     0 |   0.0 |2036M| 596 |   - | 910 |1198 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
647.81/647.88	c   598s|  6620k|  6348k|     0 |   0.0 |2039M| 596 |   - | 910 |1139 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
648.80/648.83	c   599s|  6630k|  6357k|     0 |   0.0 |2042M| 596 |   - | 910 |1165 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
649.70/649.75	c   600s|  6640k|  6367k|     0 |   0.0 |2045M| 596 |   - | 910 |1177 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
650.61/650.69	c   601s|  6650k|  6377k|     0 |   0.0 |2048M| 596 |   - | 910 |1193 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
651.61/651.66	c   602s|  6660k|  6387k|     0 |   0.0 |2051M| 596 |   - | 910 |1119 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
652.61/652.63	c   603s|  6670k|  6397k|     0 |   0.0 |2054M| 596 |   - | 910 |1153 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
653.51/653.54	c   603s|  6680k|  6406k|     0 |   0.0 |2057M| 596 |   - | 910 |1061 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
654.41/654.47	c   604s|  6690k|  6416k|     0 |   0.0 |2060M| 596 |   - | 910 |1074 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
655.41/655.40	c   605s|  6700k|  6426k|     0 |   0.0 |2063M| 596 |   - | 910 |1160 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
656.31/656.34	c   606s|  6710k|  6436k|     0 |   0.0 |2065M| 596 |   - | 910 |1117 |   0 |   0 |   0 |1081k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
657.20/657.25	c   607s|  6720k|  6446k|     0 |   0.0 |2068M| 596 |   - | 910 |1154 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
658.21/658.25	c   608s|  6730k|  6455k|     0 |   0.0 |2071M| 596 |   - | 910 |1141 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
659.11/659.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
659.11/659.18	c   609s|  6740k|  6465k|     0 |   0.0 |2074M| 596 |   - | 910 |1144 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
660.11/660.11	c   609s|  6750k|  6475k|     0 |   0.0 |2077M| 596 |   - | 910 |1053 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
661.01/661.04	c   610s|  6760k|  6485k|     0 |   0.0 |2080M| 596 |   - | 910 |1077 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
661.91/661.97	c   611s|  6770k|  6495k|     0 |   0.0 |2083M| 596 |   - | 910 |1156 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
662.80/662.87	c   612s|  6780k|  6504k|     0 |   0.0 |2086M| 596 |   - | 910 |1167 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
663.81/663.84	c   613s|  6790k|  6514k|     0 |   0.0 |2089M| 596 |   - | 910 |1053 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
664.71/664.76	c   614s|  6800k|  6524k|     0 |   0.0 |2091M| 596 |   - | 910 |1044 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
665.61/665.69	c   615s|  6810k|  6534k|     0 |   0.0 |2094M| 596 |   - | 910 | 998 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
666.61/666.62	c   616s|  6820k|  6544k|     0 |   0.0 |2097M| 596 |   - | 910 |1159 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
667.51/667.59	c   616s|  6830k|  6553k|     0 |   0.0 |2100M| 596 |   - | 910 |1165 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
668.51/668.53	c   617s|  6840k|  6563k|     0 |   0.0 |2103M| 596 |   - | 910 |1266 |   0 |   0 |   0 |1091k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
669.51/669.52	c   618s|  6850k|  6573k|     0 |   0.0 |2106M| 596 |   - | 910 |1255 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
670.40/670.42	c   619s|  6860k|  6583k|     0 |   0.0 |2109M| 596 |   - | 910 |1109 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
671.31/671.38	c   620s|  6870k|  6593k|     0 |   0.0 |2112M| 596 |   - | 910 |1120 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
672.30/672.37	c   621s|  6880k|  6602k|     0 |   0.0 |2115M| 596 |   - | 910 |1159 |   0 |   0 |   0 |1095k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
673.31/673.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
673.31/673.31	c   622s|  6890k|  6612k|     0 |   0.0 |2118M| 596 |   - | 910 |1134 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
674.21/674.21	c   623s|  6900k|  6622k|     0 |   0.0 |2121M| 596 |   - | 910 |1205 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
675.21/675.20	c   623s|  6910k|  6632k|     0 |   0.0 |2123M| 596 |   - | 910 |1187 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
676.11/676.13	c   624s|  6920k|  6641k|     0 |   0.0 |2126M| 596 |   - | 910 |1198 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
677.11/677.13	c   625s|  6930k|  6651k|     0 |   0.0 |2129M| 596 |   - | 910 |1091 |   0 |   0 |   0 |1099k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
678.10/678.16	c   626s|  6940k|  6661k|     0 |   0.0 |2132M| 596 |   - | 910 |1175 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
679.01/679.08	c   627s|  6950k|  6671k|     0 |   0.0 |2135M| 596 |   - | 910 |1245 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
680.01/680.09	c   628s|  6960k|  6681k|     0 |   0.0 |2138M| 596 |   - | 910 |1209 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
680.91/680.99	c   629s|  6970k|  6690k|     0 |   0.0 |2141M| 596 |   - | 910 |1158 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
681.81/681.89	c   630s|  6980k|  6700k|     0 |   0.0 |2144M| 596 |   - | 910 |1119 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
682.81/682.87	c   631s|  6990k|  6710k|     0 |   0.0 |2147M| 596 |   - | 910 |1136 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
683.81/683.83	c   632s|  7000k|  6720k|     0 |   0.0 |2149M| 596 |   - | 910 |1162 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
684.71/684.77	c   632s|  7010k|  6730k|     0 |   0.0 |2152M| 596 |   - | 910 |1158 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
685.71/685.78	c   633s|  7020k|  6739k|     0 |   0.0 |2155M| 596 |   - | 910 |1133 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
686.70/686.73	c   634s|  7030k|  6749k|     0 |   0.0 |2158M| 596 |   - | 910 |1131 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
687.61/687.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
687.61/687.64	c   635s|  7040k|  6759k|     0 |   0.0 |2161M| 596 |   - | 910 |1155 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
688.51/688.58	c   636s|  7050k|  6769k|     0 |   0.0 |2164M| 596 |   - | 910 |1138 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
689.51/689.51	c   637s|  7060k|  6779k|     0 |   0.0 |2167M| 596 |   - | 910 |1120 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
690.41/690.46	c   638s|  7070k|  6788k|     0 |   0.0 |2170M| 596 |   - | 910 |1164 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
691.40/691.42	c   639s|  7080k|  6798k|     0 |   0.0 |2173M| 596 |   - | 910 |1125 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
692.30/692.34	c   639s|  7090k|  6808k|     0 |   0.0 |2175M| 596 |   - | 910 |1127 |   0 |   0 |   0 |1112k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
693.20/693.22	c   640s|  7100k|  6818k|     0 |   0.0 |2178M| 596 |   - | 910 |1165 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
694.21/694.26	c   641s|  7110k|  6828k|     0 |   0.0 |2181M| 596 |   - | 910 |1183 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
695.11/695.20	c   642s|  7120k|  6837k|     0 |   0.0 |2184M| 596 |   - | 910 |1272 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
696.21/696.27	c   643s|  7130k|  6847k|     0 |   0.0 |2187M| 596 |   - | 910 |1227 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
697.21/697.24	c   644s|  7140k|  6857k|     0 |   0.0 |2190M| 596 |   - | 910 |1198 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
698.10/698.17	c   645s|  7150k|  6867k|     0 |   0.0 |2193M| 596 |   - | 910 |1136 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
699.11/699.12	c   646s|  7160k|  6876k|     0 |   0.0 |2196M| 596 |   - | 910 |1213 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
700.10/700.10	c   647s|  7170k|  6886k|     0 |   0.0 |2199M| 596 |   - | 910 |1222 |   0 |   0 |   0 |1119k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
701.01/701.05	c   647s|  7180k|  6896k|     0 |   0.0 |2202M| 596 |   - | 910 |1271 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
702.00/702.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.00/702.05	c   648s|  7190k|  6906k|     0 |   0.0 |2204M| 596 |   - | 910 |1305 |   0 |   0 |   0 |1121k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
703.01/703.07	c   649s|  7200k|  6916k|     0 |   0.0 |2207M| 596 |   - | 910 |1334 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
704.01/704.07	c   650s|  7210k|  6925k|     0 |   0.0 |2210M| 596 |   - | 910 |1173 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
705.02/705.07	c   651s|  7220k|  6935k|     0 |   0.0 |2213M| 596 |   - | 910 |1145 |   0 |   0 |   0 |1124k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
706.00/706.04	c   652s|  7230k|  6945k|     0 |   0.0 |2216M| 596 |   - | 910 |1170 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
706.91/706.98	c   653s|  7240k|  6955k|     0 |   0.0 |2219M| 596 |   - | 910 |1177 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
707.91/707.98	c   654s|  7250k|  6965k|     0 |   0.0 |2222M| 596 |   - | 910 |1120 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
708.91/708.96	c   655s|  7260k|  6974k|     0 |   0.0 |2225M| 596 |   - | 910 |1179 |   0 |   0 |   0 |1127k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
709.80/709.89	c   656s|  7270k|  6984k|     0 |   0.0 |2228M| 596 |   - | 910 |1193 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
710.81/710.88	c   657s|  7280k|  6994k|     0 |   0.0 |2230M| 596 |   - | 910 |1218 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
711.90/711.93	c   657s|  7290k|  7004k|     0 |   0.0 |2233M| 596 |   - | 910 |1348 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
712.91/712.92	c   658s|  7300k|  7013k|     0 |   0.0 |2236M| 596 |   - | 910 |1201 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
713.81/713.89	c   659s|  7310k|  7023k|     0 |   0.0 |2239M| 596 |   - | 910 |1068 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
714.81/714.87	c   660s|  7320k|  7033k|     0 |   0.0 |2242M| 596 |   - | 910 |1177 |   0 |   0 |   0 |1132k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
715.81/715.89	c   661s|  7330k|  7043k|     0 |   0.0 |2245M| 596 |   - | 910 |1173 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
716.81/716.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
716.81/716.82	c   662s|  7340k|  7053k|     0 |   0.0 |2248M| 596 |   - | 910 |1111 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
717.81/717.83	c   663s|  7350k|  7062k|     0 |   0.0 |2251M| 596 |   - | 910 |1077 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
718.70/718.77	c   664s|  7360k|  7072k|     0 |   0.0 |2254M| 596 |   - | 910 |1099 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
719.71/719.73	c   665s|  7370k|  7082k|     0 |   0.0 |2257M| 596 |   - | 910 |1125 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
720.61/720.68	c   666s|  7380k|  7092k|     0 |   0.0 |2259M| 596 |   - | 910 |1138 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
721.62/721.66	c   667s|  7390k|  7102k|     0 |   0.0 |2262M| 596 |   - | 910 |1105 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
722.51/722.59	c   667s|  7400k|  7111k|     0 |   0.0 |2265M| 596 |   - | 910 |1185 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
723.51/723.56	c   668s|  7410k|  7121k|     0 |   0.0 |2268M| 596 |   - | 910 |1171 |   0 |   0 |   0 |1139k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
724.41/724.48	c   669s|  7420k|  7131k|     0 |   0.0 |2271M| 596 |   - | 910 |1199 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
725.41/725.43	c   670s|  7430k|  7141k|     0 |   0.0 |2274M| 596 |   - | 910 |1149 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
726.31/726.38	c   671s|  7440k|  7151k|     0 |   0.0 |2277M| 596 |   - | 910 |1098 |   0 |   0 |   0 |1142k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
727.31/727.31	c   672s|  7450k|  7160k|     0 |   0.0 |2280M| 596 |   - | 910 |1157 |   0 |   0 |   0 |1143k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
728.22/728.22	c   673s|  7460k|  7170k|     0 |   0.0 |2283M| 596 |   - | 910 |1121 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
729.10/729.13	c   673s|  7470k|  7180k|     0 |   0.0 |2286M| 596 |   - | 910 |1198 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
730.01/730.04	c   674s|  7480k|  7190k|     0 |   0.0 |2289M| 596 |   - | 910 |1203 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
731.01/731.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
731.01/731.02	c   675s|  7490k|  7200k|     0 |   0.0 |2291M| 596 |   - | 910 |1243 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
731.91/731.98	c   676s|  7500k|  7209k|     0 |   0.0 |2294M| 596 |   - | 910 |1226 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
732.81/732.89	c   677s|  7510k|  7219k|     0 |   0.0 |2297M| 596 |   - | 910 |1152 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
733.80/733.85	c   678s|  7520k|  7229k|     0 |   0.0 |2300M| 596 |   - | 910 |1149 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
734.71/734.76	c   679s|  7530k|  7239k|     0 |   0.0 |2303M| 596 |   - | 910 |1246 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
735.70/735.71	c   679s|  7540k|  7248k|     0 |   0.0 |2306M| 596 |   - | 910 |1104 |   0 |   0 |   0 |1150k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
736.61/736.65	c   680s|  7550k|  7258k|     0 |   0.0 |2309M| 596 |   - | 910 |1129 |   0 |   0 |   0 |1151k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
737.51/737.57	c   681s|  7560k|  7268k|     0 |   0.0 |2312M| 596 |   - | 910 |1168 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
738.41/738.48	c   682s|  7570k|  7278k|     0 |   0.0 |2315M| 596 |   - | 910 |1147 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
739.41/739.45	c   683s|  7580k|  7288k|     0 |   0.0 |2318M| 596 |   - | 910 |1231 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
740.31/740.38	c   684s|  7590k|  7297k|     0 |   0.0 |2320M| 596 |   - | 910 |1182 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
741.31/741.37	c   685s|  7600k|  7307k|     0 |   0.0 |2323M| 596 |   - | 910 |1184 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
742.31/742.33	c   686s|  7610k|  7317k|     0 |   0.0 |2326M| 596 |   - | 910 |1287 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
743.21/743.28	c   686s|  7620k|  7327k|     0 |   0.0 |2329M| 596 |   - | 910 |1270 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
744.21/744.26	c   687s|  7630k|  7337k|     0 |   0.0 |2332M| 596 |   - | 910 |1160 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
745.21/745.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.21/745.20	c   688s|  7640k|  7346k|     0 |   0.0 |2335M| 596 |   - | 910 |1084 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
746.11/746.17	c   689s|  7650k|  7356k|     0 |   0.0 |2338M| 596 |   - | 910 |1124 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
747.01/747.08	c   690s|  7660k|  7366k|     0 |   0.0 |2341M| 596 |   - | 910 |1140 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
748.02/748.06	c   691s|  7670k|  7376k|     0 |   0.0 |2343M| 596 |   - | 910 |1136 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
749.02/749.07	c   692s|  7680k|  7385k|     0 |   0.0 |2346M| 596 |   - | 910 |1122 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
750.01/750.02	c   693s|  7690k|  7395k|     0 |   0.0 |2349M| 596 |   - | 910 |1252 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
750.90/750.94	c   693s|  7700k|  7405k|     0 |   0.0 |2352M| 596 |   - | 910 |1230 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
751.81/751.87	c   694s|  7710k|  7415k|     0 |   0.0 |2355M| 596 |   - | 910 |1180 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
752.81/752.80	c   695s|  7720k|  7425k|     0 |   0.0 |2358M| 596 |   - | 910 |1140 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
753.71/753.76	c   696s|  7730k|  7434k|     0 |   0.0 |2361M| 596 |   - | 910 |1295 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
754.71/754.78	c   697s|  7740k|  7444k|     0 |   0.0 |2364M| 596 |   - | 910 |1258 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
755.71/755.73	c   698s|  7750k|  7454k|     0 |   0.0 |2367M| 596 |   - | 910 |1278 |   0 |   0 |   0 |1167k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
756.72/756.70	c   699s|  7760k|  7464k|     0 |   0.0 |2370M| 596 |   - | 910 |1284 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
757.71/757.70	c   700s|  7770k|  7474k|     0 |   0.0 |2373M| 596 |   - | 910 |1291 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
758.71/758.79	c   701s|  7780k|  7483k|     0 |   0.0 |2376M| 596 |   - | 910 |1218 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
759.71/759.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.71/759.79	c   702s|  7790k|  7493k|     0 |   0.0 |2378M| 596 |   - | 910 |1188 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
760.71/760.75	c   703s|  7800k|  7503k|     0 |   0.0 |2381M| 596 |   - | 910 |1162 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
761.71/761.77	c   704s|  7810k|  7513k|     0 |   0.0 |2384M| 596 |   - | 910 |1174 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
762.71/762.70	c   704s|  7820k|  7523k|     0 |   0.0 |2387M| 596 |   - | 910 |1214 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
763.60/763.64	c   705s|  7830k|  7532k|     0 |   0.0 |2390M| 596 |   - | 910 |1191 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
764.61/764.61	c   706s|  7840k|  7542k|     0 |   0.0 |2393M| 596 |   - | 910 |1194 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
765.52/765.53	c   707s|  7850k|  7552k|     0 |   0.0 |2396M| 596 |   - | 910 |1141 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
766.41/766.45	c   708s|  7860k|  7562k|     0 |   0.0 |2399M| 596 |   - | 910 |1201 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
767.31/767.36	c   709s|  7870k|  7572k|     0 |   0.0 |2402M| 596 |   - | 910 |1202 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
768.31/768.32	c   710s|  7880k|  7581k|     0 |   0.0 |2404M| 596 |   - | 910 |1143 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
769.21/769.26	c   710s|  7890k|  7591k|     0 |   0.0 |2407M| 596 |   - | 910 |1193 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
770.21/770.23	c   711s|  7900k|  7601k|     0 |   0.0 |2410M| 596 |   - | 910 |1184 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
771.21/771.20	c   712s|  7910k|  7611k|     0 |   0.0 |2413M| 596 |   - | 910 |1209 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
772.22/772.22	c   713s|  7920k|  7620k|     0 |   0.0 |2416M| 596 |   - | 910 |1145 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
773.11/773.19	c   714s|  7930k|  7630k|     0 |   0.0 |2419M| 596 |   - | 910 |1216 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
774.11/774.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
774.11/774.19	c   715s|  7940k|  7640k|     0 |   0.0 |2422M| 596 |   - | 910 |1148 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
775.11/775.16	c   716s|  7950k|  7650k|     0 |   0.0 |2425M| 596 |   - | 910 |1132 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
776.11/776.10	c   717s|  7960k|  7660k|     0 |   0.0 |2428M| 596 |   - | 910 |1185 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
777.01/777.03	c   718s|  7970k|  7669k|     0 |   0.0 |2431M| 596 |   - | 910 |1214 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
777.91/777.95	c   719s|  7980k|  7679k|     0 |   0.0 |2433M| 596 |   - | 910 |1180 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
778.81/778.84	c   719s|  7990k|  7689k|     0 |   0.0 |2436M| 596 |   - | 910 |1143 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
779.71/779.74	c   720s|  8000k|  7699k|     0 |   0.0 |2439M| 596 |   - | 910 |1177 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
780.61/780.69	c   721s|  8010k|  7709k|     0 |   0.0 |2442M| 596 |   - | 910 |1173 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
781.61/781.60	c   722s|  8020k|  7718k|     0 |   0.0 |2445M| 596 |   - | 910 |1124 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
782.51/782.53	c   723s|  8030k|  7728k|     0 |   0.0 |2448M| 596 |   - | 910 |1132 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
783.41/783.48	c   724s|  8040k|  7738k|     0 |   0.0 |2451M| 596 |   - | 910 |1149 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
784.31/784.37	c   724s|  8050k|  7748k|     0 |   0.0 |2454M| 596 |   - | 910 |1149 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
785.31/785.31	c   725s|  8060k|  7758k|     0 |   0.0 |2457M| 596 |   - | 910 |1204 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
786.21/786.26	c   726s|  8070k|  7767k|     0 |   0.0 |2459M| 596 |   - | 910 |1144 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
787.11/787.18	c   727s|  8080k|  7777k|     0 |   0.0 |2462M| 596 |   - | 910 |1195 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
788.11/788.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
788.11/788.11	c   728s|  8090k|  7787k|     0 |   0.0 |2465M| 596 |   - | 910 |1220 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
789.01/789.01	c   729s|  8100k|  7797k|     0 |   0.0 |2468M| 596 |   - | 910 |1210 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
789.91/789.92	c   730s|  8110k|  7807k|     0 |   0.0 |2471M| 596 |   - | 910 |1165 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
790.82/790.88	c   731s|  8120k|  7816k|     0 |   0.0 |2474M| 596 |   - | 910 |1258 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
791.81/791.80	c   731s|  8130k|  7826k|     0 |   0.0 |2477M| 596 |   - | 910 |1132 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
792.71/792.76	c   732s|  8140k|  7836k|     0 |   0.0 |2480M| 596 |   - | 910 |1117 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
793.61/793.66	c   733s|  8150k|  7846k|     0 |   0.0 |2483M| 596 |   - | 910 |1052 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
794.61/794.62	c   734s|  8160k|  7855k|     0 |   0.0 |2485M| 596 |   - | 910 |1019 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
795.51/795.56	c   735s|  8170k|  7865k|     0 |   0.0 |2488M| 596 |   - | 910 |1150 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
796.41/796.48	c   736s|  8180k|  7875k|     0 |   0.0 |2491M| 596 |   - | 910 |1120 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
797.31/797.39	c   737s|  8190k|  7885k|     0 |   0.0 |2494M| 596 |   - | 910 |1234 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
798.31/798.32	c   737s|  8200k|  7895k|     0 |   0.0 |2497M| 596 |   - | 910 |1214 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
799.21/799.24	c   738s|  8210k|  7904k|     0 |   0.0 |2500M| 596 |   - | 910 |1213 |   0 |   0 |   0 |1205k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
800.11/800.16	c   739s|  8220k|  7914k|     0 |   0.0 |2503M| 596 |   - | 910 |1214 |   0 |   0 |   0 |1205k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
801.11/801.10	c   740s|  8230k|  7924k|     0 |   0.0 |2506M| 596 |   - | 910 |1141 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
802.01/802.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.01/802.09	c   741s|  8240k|  7934k|     0 |   0.0 |2509M| 596 |   - | 910 |1108 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
803.02/803.01	c   742s|  8250k|  7944k|     0 |   0.0 |2512M| 596 |   - | 910 |1080 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
803.91/803.95	c   743s|  8260k|  7953k|     0 |   0.0 |2514M| 596 |   - | 910 |1081 |   0 |   0 |   0 |1209k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
804.81/804.88	c   743s|  8270k|  7963k|     0 |   0.0 |2517M| 596 |   - | 910 |1164 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
805.91/805.92	c   744s|  8280k|  7973k|     0 |   0.0 |2520M| 596 |   - | 910 |1131 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
806.81/806.85	c   745s|  8290k|  7983k|     0 |   0.0 |2523M| 596 |   - | 910 |1136 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
807.81/807.83	c   746s|  8300k|  7993k|     0 |   0.0 |2526M| 596 |   - | 910 |1195 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
808.81/808.80	c   747s|  8310k|  8002k|     0 |   0.0 |2529M| 596 |   - | 910 |1253 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
809.71/809.75	c   748s|  8320k|  8012k|     0 |   0.0 |2532M| 596 |   - | 910 |1181 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
810.62/810.67	c   749s|  8330k|  8022k|     0 |   0.0 |2535M| 596 |   - | 910 |1208 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
811.61/811.60	c   750s|  8340k|  8032k|     0 |   0.0 |2538M| 596 |   - | 910 |1187 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
812.51/812.52	c   751s|  8350k|  8041k|     0 |   0.0 |2541M| 596 |   - | 910 |1203 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
813.41/813.46	c   751s|  8360k|  8051k|     0 |   0.0 |2543M| 596 |   - | 910 |1189 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
814.41/814.40	c   752s|  8370k|  8061k|     0 |   0.0 |2546M| 596 |   - | 910 |1227 |   0 |   0 |   0 |1218k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
815.32/815.33	c   753s|  8380k|  8071k|     0 |   0.0 |2549M| 596 |   - | 910 |1216 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
816.31/816.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
816.31/816.30	c   754s|  8390k|  8081k|     0 |   0.0 |2552M| 596 |   - | 910 |1118 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
817.21/817.22	c   755s|  8400k|  8090k|     0 |   0.0 |2555M| 596 |   - | 910 |1159 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
818.11/818.16	c   756s|  8410k|  8100k|     0 |   0.0 |2558M| 596 |   - | 910 |1230 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
819.11/819.14	c   757s|  8420k|  8110k|     0 |   0.0 |2561M| 596 |   - | 910 |1182 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
820.01/820.09	c   758s|  8430k|  8120k|     0 |   0.0 |2564M| 596 |   - | 910 |1123 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
820.92/820.99	c   758s|  8440k|  8130k|     0 |   0.0 |2567M| 596 |   - | 910 |1260 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
821.92/821.91	c   759s|  8450k|  8139k|     0 |   0.0 |2569M| 596 |   - | 910 |1129 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
822.91/822.91	c   760s|  8460k|  8149k|     0 |   0.0 |2572M| 596 |   - | 910 |1190 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
823.81/823.90	c   761s|  8470k|  8159k|     0 |   0.0 |2575M| 596 |   - | 910 |1139 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
824.81/824.85	c   762s|  8480k|  8169k|     0 |   0.0 |2578M| 596 |   - | 910 |1146 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
825.81/825.84	c   763s|  8490k|  8178k|     0 |   0.0 |2581M| 596 |   - | 910 |1151 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
826.81/826.85	c   764s|  8500k|  8188k|     0 |   0.0 |2584M| 596 |   - | 910 |1178 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
827.71/827.78	c   765s|  8510k|  8198k|     0 |   0.0 |2587M| 596 |   - | 910 |1110 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
828.71/828.72	c   766s|  8520k|  8208k|     0 |   0.0 |2590M| 596 |   - | 910 |1104 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
829.61/829.67	c   766s|  8530k|  8218k|     0 |   0.0 |2593M| 596 |   - | 910 |1133 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
830.61/830.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.61/830.60	c   767s|  8540k|  8227k|     0 |   0.0 |2596M| 596 |   - | 910 |1177 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
831.52/831.56	c   768s|  8550k|  8237k|     0 |   0.0 |2599M| 596 |   - | 910 |1333 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
832.52/832.53	c   769s|  8560k|  8247k|     0 |   0.0 |2601M| 596 |   - | 910 |1219 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
833.51/833.54	c   770s|  8570k|  8257k|     0 |   0.0 |2604M| 596 |   - | 910 |1197 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
834.51/834.59	c   771s|  8580k|  8267k|     0 |   0.0 |2607M| 596 |   - | 910 |1212 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
835.51/835.51	c   772s|  8590k|  8276k|     0 |   0.0 |2610M| 596 |   - | 910 |1200 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
836.41/836.42	c   773s|  8600k|  8286k|     0 |   0.0 |2613M| 596 |   - | 910 |1351 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
837.31/837.34	c   773s|  8610k|  8296k|     0 |   0.0 |2616M| 596 |   - | 910 |1254 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
838.22/838.25	c   774s|  8620k|  8306k|     0 |   0.0 |2619M| 596 |   - | 910 |1199 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
839.12/839.17	c   775s|  8630k|  8316k|     0 |   0.0 |2622M| 596 |   - | 910 |1262 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
840.11/840.11	c   776s|  8640k|  8325k|     0 |   0.0 |2625M| 596 |   - | 910 |1189 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
841.01/841.03	c   777s|  8650k|  8335k|     0 |   0.0 |2628M| 596 |   - | 910 |1262 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
841.91/841.94	c   778s|  8660k|  8345k|     0 |   0.0 |2630M| 596 |   - | 910 |1233 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
842.81/842.86	c   779s|  8670k|  8355k|     0 |   0.0 |2633M| 596 |   - | 910 |1260 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
843.72/843.80	c   779s|  8680k|  8364k|     0 |   0.0 |2636M| 596 |   - | 910 |1207 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
844.71/844.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
844.71/844.72	c   780s|  8690k|  8374k|     0 |   0.0 |2639M| 596 |   - | 910 |1230 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
845.61/845.66	c   781s|  8700k|  8384k|     0 |   0.0 |2642M| 596 |   - | 910 |1198 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
846.51/846.57	c   782s|  8710k|  8394k|     0 |   0.0 |2645M| 596 |   - | 910 |1156 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
847.51/847.56	c   783s|  8720k|  8404k|     0 |   0.0 |2648M| 596 |   - | 910 |1231 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
848.61/848.67	c   784s|  8730k|  8413k|     0 |   0.0 |2651M| 596 |   - | 910 |1238 |   0 |   0 |   0 |1248k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
849.62/849.66	c   785s|  8740k|  8423k|     0 |   0.0 |2654M| 596 |   - | 910 |1262 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
850.51/850.59	c   786s|  8750k|  8433k|     0 |   0.0 |2656M| 596 |   - | 910 |1198 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
851.61/851.61	c   787s|  8760k|  8443k|     0 |   0.0 |2659M| 596 |   - | 910 |1242 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
852.52/852.55	c   788s|  8770k|  8453k|     0 |   0.0 |2662M| 596 |   - | 910 |1174 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
853.52/853.50	c   788s|  8780k|  8462k|     0 |   0.0 |2665M| 596 |   - | 910 |1208 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
854.41/854.49	c   789s|  8790k|  8472k|     0 |   0.0 |2668M| 596 |   - | 910 |1158 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
855.41/855.46	c   790s|  8800k|  8482k|     0 |   0.0 |2671M| 596 |   - | 910 |1081 |   0 |   0 |   0 |1254k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
856.42/856.43	c   791s|  8810k|  8492k|     0 |   0.0 |2674M| 596 |   - | 910 |1205 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
857.41/857.40	c   792s|  8820k|  8502k|     0 |   0.0 |2677M| 596 |   - | 910 |1156 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
858.32/858.30	c   793s|  8830k|  8511k|     0 |   0.0 |2680M| 596 |   - | 910 |1177 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
859.32/859.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
859.32/859.37	c   794s|  8840k|  8521k|     0 |   0.0 |2682M| 596 |   - | 910 |1156 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
860.31/860.32	c   795s|  8850k|  8531k|     0 |   0.0 |2685M| 596 |   - | 910 |1098 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
861.22/861.30	c   796s|  8860k|  8541k|     0 |   0.0 |2688M| 596 |   - | 910 |1123 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
862.21/862.27	c   797s|  8870k|  8551k|     0 |   0.0 |2691M| 596 |   - | 910 |1155 |   0 |   0 |   0 |1260k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
863.21/863.24	c   797s|  8880k|  8560k|     0 |   0.0 |2694M| 596 |   - | 910 |1153 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
864.11/864.18	c   798s|  8890k|  8570k|     0 |   0.0 |2697M| 596 |   - | 910 |1127 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
865.11/865.13	c   799s|  8900k|  8580k|     0 |   0.0 |2700M| 596 |   - | 910 |1118 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
866.11/866.17	c   800s|  8910k|  8590k|     0 |   0.0 |2703M| 596 |   - | 910 |1238 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
867.11/867.12	c   801s|  8920k|  8600k|     0 |   0.0 |2706M| 596 |   - | 910 |1139 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
868.12/868.14	c   802s|  8930k|  8609k|     0 |   0.0 |2709M| 596 |   - | 910 |1186 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
869.11/869.16	c   803s|  8940k|  8619k|     0 |   0.0 |2712M| 596 |   - | 910 |1247 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
870.02/870.08	c   804s|  8950k|  8629k|     0 |   0.0 |2714M| 596 |   - | 910 |1139 |   0 |   0 |   0 |1266k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
871.01/871.01	c   805s|  8960k|  8639k|     0 |   0.0 |2717M| 596 |   - | 910 |1115 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
872.01/872.04	c   806s|  8970k|  8649k|     0 |   0.0 |2720M| 596 |   - | 910 |1115 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
873.11/873.12	c   807s|  8980k|  8658k|     0 |   0.0 |2723M| 596 |   - | 910 |1153 |   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
874.02/874.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
874.02/874.08	c   808s|  8990k|  8668k|     0 |   0.0 |2726M| 596 |   - | 910 |1183 |   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
874.91/874.98	c   808s|  9000k|  8678k|     0 |   0.0 |2729M| 596 |   - | 910 |1144 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
875.91/875.95	c   809s|  9010k|  8688k|     0 |   0.0 |2732M| 596 |   - | 910 |1155 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
876.91/876.99	c   810s|  9020k|  8697k|     0 |   0.0 |2735M| 596 |   - | 910 |1120 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
877.91/877.91	c   811s|  9030k|  8707k|     0 |   0.0 |2738M| 596 |   - | 910 |1123 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
878.92/878.97	c   812s|  9040k|  8717k|     0 |   0.0 |2741M| 596 |   - | 910 |1318 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
879.92/879.91	c   813s|  9050k|  8727k|     0 |   0.0 |2743M| 596 |   - | 910 |1182 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
880.91/880.93	c   814s|  9060k|  8737k|     0 |   0.0 |2746M| 596 |   - | 910 |1131 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
881.81/881.83	c   815s|  9070k|  8746k|     0 |   0.0 |2749M| 596 |   - | 910 |1149 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
882.91/882.90	c   816s|  9080k|  8756k|     0 |   0.0 |2752M| 596 |   - | 910 |1351 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
883.82/883.89	c   817s|  9090k|  8766k|     0 |   0.0 |2755M| 596 |   - | 910 |1256 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
884.91/884.91	c   818s|  9100k|  8776k|     0 |   0.0 |2758M| 596 |   - | 910 |1284 |   0 |   0 |   0 |1279k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
886.01/886.00	c   819s|  9110k|  8786k|     0 |   0.0 |2761M| 596 |   - | 910 |1276 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
886.91/886.99	c   820s|  9120k|  8795k|     0 |   0.0 |2764M| 596 |   - | 910 |1219 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
888.01/888.01	c   820s|  9130k|  8805k|     0 |   0.0 |2767M| 596 |   - | 910 |1205 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
889.02/889.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
889.02/889.01	c   821s|  9140k|  8815k|     0 |   0.0 |2769M| 596 |   - | 910 |1235 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
890.01/890.01	c   822s|  9150k|  8825k|     0 |   0.0 |2772M| 596 |   - | 910 |1164 |   0 |   0 |   0 |1283k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
890.91/890.96	c   823s|  9160k|  8834k|     0 |   0.0 |2775M| 596 |   - | 910 |1225 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
891.91/891.95	c   824s|  9170k|  8844k|     0 |   0.0 |2778M| 596 |   - | 910 |1282 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
892.81/892.89	c   825s|  9180k|  8854k|     0 |   0.0 |2781M| 596 |   - | 910 |1287 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
893.81/893.86	c   826s|  9190k|  8864k|     0 |   0.0 |2784M| 596 |   - | 910 |1198 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
894.81/894.85	c   827s|  9200k|  8874k|     0 |   0.0 |2787M| 596 |   - | 910 |1275 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
895.81/895.81	c   828s|  9210k|  8883k|     0 |   0.0 |2790M| 596 |   - | 910 |1153 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
896.81/896.84	c   829s|  9220k|  8893k|     0 |   0.0 |2793M| 596 |   - | 910 |1193 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
897.71/897.75	c   829s|  9230k|  8903k|     0 |   0.0 |2796M| 596 |   - | 910 |1170 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
898.72/898.73	c   830s|  9240k|  8913k|     0 |   0.0 |2799M| 596 |   - | 910 |1228 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
899.72/899.72	c   831s|  9250k|  8923k|     0 |   0.0 |2801M| 596 |   - | 910 |1288 |   0 |   0 |   0 |1291k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
900.72/900.75	c   832s|  9260k|  8932k|     0 |   0.0 |2804M| 596 |   - | 910 |1246 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
901.71/901.71	c   833s|  9270k|  8942k|     0 |   0.0 |2807M| 596 |   - | 910 |1200 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
902.61/902.61	c   834s|  9280k|  8952k|     0 |   0.0 |2810M| 596 |   - | 910 |1295 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
903.72/903.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
903.72/903.71	c   835s|  9290k|  8962k|     0 |   0.0 |2813M| 596 |   - | 910 |1221 |   0 |   0 |   0 |1294k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
904.71/904.73	c   836s|  9300k|  8971k|     0 |   0.0 |2816M| 596 |   - | 910 |1219 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
905.61/905.68	c   837s|  9310k|  8981k|     0 |   0.0 |2819M| 596 |   - | 910 |1251 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
906.61/906.64	c   838s|  9320k|  8991k|     0 |   0.0 |2822M| 596 |   - | 910 |1231 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
907.62/907.65	c   839s|  9330k|  9001k|     0 |   0.0 |2825M| 596 |   - | 910 |1249 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
908.62/908.68	c   840s|  9340k|  9011k|     0 |   0.0 |2828M| 596 |   - | 910 |1215 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
909.61/909.70	c   841s|  9350k|  9020k|     0 |   0.0 |2830M| 596 |   - | 910 |1196 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
910.61/910.65	c   841s|  9360k|  9030k|     0 |   0.0 |2833M| 596 |   - | 910 |1290 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
911.71/911.73	c   842s|  9370k|  9040k|     0 |   0.0 |2836M| 596 |   - | 910 |1226 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
912.72/912.74	c   843s|  9380k|  9050k|     0 |   0.0 |2839M| 596 |   - | 910 |1258 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
913.71/913.72	c   844s|  9390k|  9060k|     0 |   0.0 |2842M| 596 |   - | 910 |1303 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
914.72/914.71	c   845s|  9400k|  9069k|     0 |   0.0 |2845M| 596 |   - | 910 |1259 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
915.61/915.68	c   846s|  9410k|  9079k|     0 |   0.0 |2848M| 596 |   - | 910 |1205 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
916.62/916.60	c   847s|  9420k|  9089k|     0 |   0.0 |2851M| 596 |   - | 910 |1204 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
917.61/917.65	c   848s|  9430k|  9099k|     0 |   0.0 |2854M| 596 |   - | 910 |1188 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
918.62/918.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
918.62/918.62	c   849s|  9440k|  9108k|     0 |   0.0 |2857M| 596 |   - | 910 |1135 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
919.52/919.59	c   850s|  9450k|  9118k|     0 |   0.0 |2859M| 596 |   - | 910 |1192 |   0 |   0 |   0 |1307k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
920.62/920.62	c   851s|  9460k|  9128k|     0 |   0.0 |2862M| 596 |   - | 910 |1252 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
921.51/921.54	c   852s|  9470k|  9138k|     0 |   0.0 |2865M| 596 |   - | 910 |1213 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
922.61/922.60	c   853s|  9480k|  9148k|     0 |   0.0 |2868M| 596 |   - | 910 |1204 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
922.71/922.71	c (node 9481232) switching to memory saving mode (mem: 2736.0M/3420.0M)
926.31/926.31	c   856s|  9490k|  9147k|     0 |   0.0 |2866M| 596 |   - | 910 |1735 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
929.21/929.28	c   859s|  9500k|  9145k|     0 |   0.0 |2866M| 596 |   - | 910 |1891 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
932.21/932.23	c   862s|  9510k|  9145k|     0 |   0.0 |2865M| 596 |   - | 910 |1890 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
935.01/935.08	c   864s|  9520k|  9144k|     0 |   0.0 |2865M| 596 |   - | 910 |1824 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
937.91/937.94	c   867s|  9530k|  9144k|     0 |   0.0 |2865M| 596 |   - | 910 |2000 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
940.82/940.84	c   870s|  9540k|  9144k|     0 |   0.0 |2864M| 596 |   - | 910 |1756 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
943.61/943.69	c   873s|  9550k|  9143k|     0 |   0.0 |2864M| 596 |   - | 910 |1969 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
946.52/946.57	c   875s|  9560k|  9143k|     0 |   0.0 |2864M| 596 |   - | 910 |1950 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
949.42/949.45	c   878s|  9570k|  9143k|     0 |   0.0 |2863M| 596 |   - | 910 |2098 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
952.21/952.27	c   881s|  9580k|  9142k|     0 |   0.0 |2863M| 596 |   - | 910 |2217 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
955.02/955.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
955.02/955.07	c   883s|  9590k|  9142k|     0 |   0.0 |2863M| 596 |   - | 910 |1806 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
957.91/957.98	c   886s|  9600k|  9142k|     0 |   0.0 |2863M| 596 |   - | 910 |2076 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
960.72/960.77	c   889s|  9610k|  9142k|     0 |   0.0 |2862M| 596 |   - | 910 |2009 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
963.62/963.63	c   892s|  9620k|  9141k|     0 |   0.0 |2862M| 596 |   - | 910 |2199 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
966.41/966.47	c   894s|  9630k|  9141k|     0 |   0.0 |2862M| 596 |   - | 910 |2134 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
969.31/969.33	c   897s|  9640k|  9141k|     0 |   0.0 |2862M| 596 |   - | 910 |2672 |   0 |   0 |   0 |1536k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
972.11/972.16	c   900s|  9650k|  9140k|     0 |   0.0 |2862M| 596 |   - | 910 |1911 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
975.12/975.11	c   902s|  9660k|  9140k|     0 |   0.0 |2861M| 596 |   - | 910 |2038 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
977.92/977.94	c   905s|  9670k|  9140k|     0 |   0.0 |2861M| 596 |   - | 910 |1988 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
980.92/980.91	c   908s|  9680k|  9139k|     0 |   0.0 |2861M| 596 |   - | 910 |2447 |   0 |   0 |   0 |1594k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
983.71/983.76	c   911s|  9690k|  9139k|     0 |   0.0 |2861M| 596 |   - | 910 |2030 |   0 |   0 |   0 |1608k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
986.51/986.59	c   913s|  9700k|  9139k|     0 |   0.0 |2861M| 596 |   - | 910 |2436 |   0 |   0 |   0 |1622k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
989.42/989.43	c   916s|  9710k|  9139k|     0 |   0.0 |2860M| 596 |   - | 910 |2033 |   0 |   0 |   0 |1637k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
992.22/992.28	c   919s|  9720k|  9139k|     0 |   0.0 |2861M| 596 |   - | 910 |2557 |   0 |   0 |   0 |1652k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
995.22/995.22	c   921s|  9730k|  9138k|     0 |   0.0 |2860M| 596 |   - | 910 |2467 |   0 |   0 |   0 |1668k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
998.01/998.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
998.01/998.08	c   924s|  9740k|  9138k|     0 |   0.0 |2860M| 596 |   - | 910 |2175 |   0 |   0 |   0 |1682k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1000.82/1000.88	c   927s|  9750k|  9138k|     0 |   0.0 |2860M| 596 |   - | 910 |1997 |   0 |   0 |   0 |1695k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1003.82/1003.80	c   930s|  9760k|  9137k|     0 |   0.0 |2859M| 596 |   - | 910 |2161 |   0 |   0 |   0 |1710k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1006.62/1006.65	c   932s|  9770k|  9137k|     0 |   0.0 |2859M| 596 |   - | 910 |1815 |   0 |   0 |   0 |1723k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1009.61/1009.62	c   935s|  9780k|  9136k|     0 |   0.0 |2859M| 596 |   - | 910 |2709 |   0 |   0 |   0 |1739k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1012.41/1012.47	c   938s|  9790k|  9136k|     0 |   0.0 |2858M| 596 |   - | 910 |1886 |   0 |   0 |   0 |1752k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1015.32/1015.35	c   940s|  9800k|  9136k|     0 |   0.0 |2858M| 596 |   - | 910 |2014 |   0 |   0 |   0 |1765k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1018.32/1018.31	c   943s|  9810k|  9135k|     0 |   0.0 |2858M| 596 |   - | 910 |2596 |   0 |   0 |   0 |1781k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1021.11/1021.15	c   946s|  9820k|  9135k|     0 |   0.0 |2858M| 596 |   - | 910 |1877 |   0 |   0 |   0 |1795k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1024.02/1024.07	c   949s|  9830k|  9135k|     0 |   0.0 |2858M| 596 |   - | 910 |2127 |   0 |   0 |   0 |1808k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1026.92/1026.96	c   951s|  9840k|  9134k|     0 |   0.0 |2857M| 596 |   - | 910 |2397 |   0 |   0 |   0 |1823k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1029.81/1029.80	c   954s|  9850k|  9134k|     0 |   0.0 |2857M| 596 |   - | 910 |2379 |   0 |   0 |   0 |1837k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1032.61/1032.69	c   957s|  9860k|  9134k|     0 |   0.0 |2857M| 596 |   - | 910 |2115 |   0 |   0 |   0 |1849k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1035.62/1035.65	c   960s|  9870k|  9134k|     0 |   0.0 |2857M| 596 |   - | 910 |2912 |   0 |   0 |   0 |1865k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1038.51/1038.58	c   962s|  9880k|  9133k|     0 |   0.0 |2857M| 596 |   - | 910 |2121 |   0 |   0 |   0 |1879k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1041.42/1041.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1041.42/1041.48	c   965s|  9890k|  9133k|     0 |   0.0 |2856M| 596 |   - | 910 |1950 |   0 |   0 |   0 |1892k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1044.31/1044.37	c   968s|  9900k|  9133k|     0 |   0.0 |2856M| 596 |   - | 910 |2237 |   0 |   0 |   0 |1905k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1047.22/1047.22	c   971s|  9910k|  9133k|     0 |   0.0 |2857M| 596 |   - | 910 |3025 |   0 |   0 |   0 |1920k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1050.12/1050.11	c   973s|  9920k|  9132k|     0 |   0.0 |2856M| 596 |   - | 910 |2804 |   0 |   0 |   0 |1934k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1053.01/1053.00	c   976s|  9930k|  9132k|     0 |   0.0 |2856M| 596 |   - | 910 |1992 |   0 |   0 |   0 |1947k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1055.82/1055.82	c   979s|  9940k|  9132k|     0 |   0.0 |2856M| 596 |   - | 910 |2255 |   0 |   0 |   0 |1960k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1058.72/1058.77	c   982s|  9950k|  9132k|     0 |   0.0 |2856M| 596 |   - | 910 |2216 |   0 |   0 |   0 |1973k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1061.62/1061.66	c   984s|  9960k|  9132k|     0 |   0.0 |2856M| 596 |   - | 910 |3152 |   0 |   0 |   0 |1988k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1064.62/1064.63	c   987s|  9970k|  9131k|     0 |   0.0 |2856M| 596 |   - | 910 |2703 |   0 |   0 |   0 |2004k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1067.52/1067.55	c   990s|  9980k|  9131k|     0 |   0.0 |2855M| 596 |   - | 910 |1895 |   0 |   0 |   0 |2017k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1070.33/1070.38	c   993s|  9990k|  9131k|     0 |   0.0 |2855M| 596 |   - | 910 |2021 |   0 |   0 |   0 |2030k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1073.32/1073.31	c   995s| 10000k|  9131k|     0 |   0.0 |2855M| 596 |   - | 910 |1987 |   0 |   0 |   0 |2043k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1076.12/1076.12	c   998s| 10010k|  9131k|     0 |   0.0 |2855M| 596 |   - | 910 |2721 |   0 |   0 |   0 |2057k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1078.91/1078.97	c  1001s| 10020k|  9130k|     0 |   0.0 |2855M| 596 |   - | 910 |2488 |   0 |   0 |   0 |2071k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1081.92/1081.91	c  1003s| 10030k|  9130k|     0 |   0.0 |2855M| 596 |   - | 910 |2604 |   0 |   0 |   0 |2085k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1084.82/1084.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1084.82/1084.80	c  1006s| 10040k|  9130k|     0 |   0.0 |2854M| 596 |   - | 910 |1860 |   0 |   0 |   0 |2099k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1087.72/1087.72	c  1009s| 10050k|  9130k|     0 |   0.0 |2854M| 596 |   - | 910 |1851 |   0 |   0 |   0 |2113k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1090.51/1090.58	c  1012s| 10060k|  9130k|     0 |   0.0 |2854M| 596 |   - | 910 |2300 |   0 |   0 |   0 |2126k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1093.42/1093.46	c  1014s| 10070k|  9130k|     0 |   0.0 |2855M| 596 |   - | 910 |2650 |   0 |   0 |   0 |2139k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1096.31/1096.36	c  1017s| 10080k|  9129k|     0 |   0.0 |2855M| 596 |   - | 910 |2993 |   0 |   0 |   0 |2155k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1099.12/1099.18	c  1020s| 10090k|  9129k|     0 |   0.0 |2854M| 596 |   - | 910 |2492 |   0 |   0 |   0 |2168k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1102.12/1102.11	c  1023s| 10100k|  9129k|     0 |   0.0 |2854M| 596 |   - | 910 |2176 |   0 |   0 |   0 |2181k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1104.92/1104.95	c  1025s| 10110k|  9129k|     0 |   0.0 |2854M| 596 |   - | 910 |1980 |   0 |   0 |   0 |2193k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1107.92/1107.95	c  1028s| 10120k|  9129k|     0 |   0.0 |2854M| 596 |   - | 910 |2175 |   0 |   0 |   0 |2207k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1110.82/1110.84	c  1031s| 10130k|  9129k|     0 |   0.0 |2854M| 596 |   - | 910 |2120 |   0 |   0 |   0 |2219k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1113.62/1113.65	c  1034s| 10140k|  9129k|     0 |   0.0 |2854M| 596 |   - | 910 |2133 |   0 |   0 |   0 |2231k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1116.42/1116.44	c  1036s| 10150k|  9129k|     0 |   0.0 |2854M| 596 |   - | 910 |2841 |   0 |   0 |   0 |2245k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1119.32/1119.34	c  1039s| 10160k|  9128k|     0 |   0.0 |2854M| 596 |   - | 910 |2573 |   0 |   0 |   0 |2259k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1122.22/1122.24	c  1042s| 10170k|  9128k|     0 |   0.0 |2854M| 596 |   - | 910 |2877 |   0 |   0 |   0 |2273k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1125.12/1125.15	c  1044s| 10180k|  9128k|     0 |   0.0 |2854M| 596 |   - | 910 |2822 |   0 |   0 |   0 |2287k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1128.12/1128.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1128.12/1128.16	c  1047s| 10190k|  9128k|     0 |   0.0 |2853M| 596 |   - | 910 |2268 |   0 |   0 |   0 |2301k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1131.12/1131.10	c  1050s| 10200k|  9128k|     0 |   0.0 |2853M| 596 |   - | 910 |2271 |   0 |   0 |   0 |2314k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1134.03/1134.06	c  1053s| 10210k|  9128k|     0 |   0.0 |2853M| 596 |   - | 910 |1965 |   0 |   0 |   0 |2325k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1136.82/1136.87	c  1056s| 10220k|  9128k|     0 |   0.0 |2853M| 596 |   - | 910 |2190 |   0 |   0 |   0 |2338k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1139.72/1139.79	c  1058s| 10230k|  9128k|     0 |   0.0 |2853M| 596 |   - | 910 |2341 |   0 |   0 |   0 |2351k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1142.62/1142.64	c  1061s| 10240k|  9127k|     0 |   0.0 |2853M| 596 |   - | 910 |2780 |   0 |   0 |   0 |2366k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1145.51/1145.54	c  1064s| 10250k|  9127k|     0 |   0.0 |2853M| 596 |   - | 910 |2759 |   0 |   0 |   0 |2380k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1148.51/1148.50	c  1066s| 10260k|  9127k|     0 |   0.0 |2853M| 596 |   - | 910 |2604 |   0 |   0 |   0 |2394k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1151.42/1151.42	c  1069s| 10270k|  9127k|     0 |   0.0 |2853M| 596 |   - | 910 |2497 |   0 |   0 |   0 |2407k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1154.32/1154.34	c  1072s| 10280k|  9127k|     0 |   0.0 |2853M| 596 |   - | 910 |2271 |   0 |   0 |   0 |2420k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1157.23/1157.29	c  1075s| 10290k|  9127k|     0 |   0.0 |2853M| 596 |   - | 910 |2561 |   0 |   0 |   0 |2435k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1160.22/1160.23	c  1078s| 10300k|  9127k|     0 |   0.0 |2852M| 596 |   - | 910 |2017 |   0 |   0 |   0 |2446k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1163.12/1163.14	c  1080s| 10310k|  9127k|     0 |   0.0 |2852M| 596 |   - | 910 |2204 |   0 |   0 |   0 |2458k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1165.93/1166.00	c  1083s| 10320k|  9127k|     0 |   0.0 |2852M| 596 |   - | 910 |2243 |   0 |   0 |   0 |2471k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1168.92/1168.92	c  1086s| 10330k|  9126k|     0 |   0.0 |2853M| 596 |   - | 910 |2794 |   0 |   0 |   0 |2485k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1171.82/1171.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1171.82/1171.83	c  1089s| 10340k|  9126k|     0 |   0.0 |2853M| 596 |   - | 910 |2638 |   0 |   0 |   0 |2499k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1174.73/1174.79	c  1091s| 10350k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2410 |   0 |   0 |   0 |2513k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1177.62/1177.67	c  1094s| 10360k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2269 |   0 |   0 |   0 |2527k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1180.52/1180.54	c  1097s| 10370k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2284 |   0 |   0 |   0 |2540k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1183.42/1183.42	c  1100s| 10380k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2247 |   0 |   0 |   0 |2553k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1186.32/1186.31	c  1102s| 10390k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2749 |   0 |   0 |   0 |2565k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1189.32/1189.31	c  1105s| 10400k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2365 |   0 |   0 |   0 |2578k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1192.22/1192.21	c  1108s| 10410k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2035 |   0 |   0 |   0 |2590k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1195.12/1195.11	c  1111s| 10420k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2094 |   0 |   0 |   0 |2602k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1197.92/1197.97	c  1113s| 10430k|  9126k|     0 |   0.0 |2852M| 596 |   - | 910 |2643 |   0 |   0 |   0 |2615k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1200.92/1200.92	c  1116s| 10440k|  9125k|     0 |   0.0 |2852M| 596 |   - | 910 |2419 |   0 |   0 |   0 |2629k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1203.82/1203.83	c  1119s| 10450k|  9125k|     0 |   0.0 |2852M| 596 |   - | 910 |2873 |   0 |   0 |   0 |2644k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1206.73/1206.77	c  1122s| 10460k|  9125k|     0 |   0.0 |2852M| 596 |   - | 910 |2558 |   0 |   0 |   0 |2657k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1209.73/1209.71	c  1124s| 10470k|  9125k|     0 |   0.0 |2852M| 596 |   - | 910 |2887 |   0 |   0 |   0 |2671k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1212.62/1212.66	c  1127s| 10480k|  9125k|     0 |   0.0 |2852M| 596 |   - | 910 |2572 |   0 |   0 |   0 |2684k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1215.62/1215.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1215.62/1215.64	c  1130s| 10490k|  9125k|     0 |   0.0 |2851M| 596 |   - | 910 |2128 |   0 |   0 |   0 |2697k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1218.42/1218.45	c  1133s| 10500k|  9125k|     0 |   0.0 |2851M| 596 |   - | 910 |2364 |   0 |   0 |   0 |2710k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1221.42/1221.47	c  1136s| 10510k|  9125k|     0 |   0.0 |2851M| 596 |   - | 910 |2319 |   0 |   0 |   0 |2723k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1224.33/1224.36	c  1138s| 10520k|  9125k|     0 |   0.0 |2851M| 596 |   - | 910 |2198 |   0 |   0 |   0 |2734k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1227.22/1227.27	c  1141s| 10530k|  9125k|     0 |   0.0 |2851M| 596 |   - | 910 |2267 |   0 |   0 |   0 |2745k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1230.12/1230.18	c  1144s| 10540k|  9125k|     0 |   0.0 |2851M| 596 |   - | 910 |2213 |   0 |   0 |   0 |2757k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1233.03/1233.02	c  1147s| 10550k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2447 |   0 |   0 |   0 |2769k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1235.92/1235.96	c  1149s| 10560k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2299 |   0 |   0 |   0 |2781k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1238.82/1238.85	c  1152s| 10570k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2843 |   0 |   0 |   0 |2795k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1241.72/1241.80	c  1155s| 10580k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2558 |   0 |   0 |   0 |2808k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1244.72/1244.78	c  1158s| 10590k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2533 |   0 |   0 |   0 |2823k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1247.72/1247.71	c  1160s| 10600k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2480 |   0 |   0 |   0 |2837k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1250.62/1250.67	c  1163s| 10610k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2507 |   0 |   0 |   0 |2850k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1253.62/1253.61	c  1166s| 10620k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2721 |   0 |   0 |   0 |2863k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1256.52/1256.56	c  1169s| 10630k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2439 |   0 |   0 |   0 |2877k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1259.52/1259.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.52/1259.54	c  1172s| 10640k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2399 |   0 |   0 |   0 |2892k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1262.52/1262.58	c  1174s| 10650k|  9124k|     0 |   0.0 |2851M| 596 |   - | 910 |2662 |   0 |   0 |   0 |2906k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1265.53/1265.55	c  1177s| 10660k|  9124k|     0 |   0.0 |2850M| 596 |   - | 910 |2165 |   0 |   0 |   0 |2917k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1268.42/1268.47	c  1180s| 10670k|  9124k|     0 |   0.0 |2850M| 596 |   - | 910 |2189 |   0 |   0 |   0 |2929k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1271.32/1271.39	c  1183s| 10680k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2163 |   0 |   0 |   0 |2941k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1274.22/1274.30	c  1186s| 10690k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2250 |   0 |   0 |   0 |2954k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1277.22/1277.25	c  1188s| 10700k|  9123k|     0 |   0.0 |2851M| 596 |   - | 910 |2677 |   0 |   0 |   0 |2968k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1280.22/1280.23	c  1191s| 10710k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2325 |   0 |   0 |   0 |2981k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1283.12/1283.16	c  1194s| 10720k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2480 |   0 |   0 |   0 |2993k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1286.12/1286.13	c  1197s| 10730k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2639 |   0 |   0 |   0 |3007k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1289.13/1289.16	c  1200s| 10740k|  9123k|     0 |   0.0 |2851M| 596 |   - | 910 |2895 |   0 |   0 |   0 |3021k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1292.02/1292.09	c  1202s| 10750k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2551 |   0 |   0 |   0 |3033k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1295.02/1295.06	c  1205s| 10760k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2369 |   0 |   0 |   0 |3047k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1297.92/1297.98	c  1208s| 10770k|  9123k|     0 |   0.0 |2851M| 596 |   - | 910 |2860 |   0 |   0 |   0 |3061k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1301.02/1301.01	c  1211s| 10780k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2325 |   0 |   0 |   0 |3074k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1303.92/1303.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1303.92/1303.98	c  1214s| 10790k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2755 |   0 |   0 |   0 |3088k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1307.02/1307.04	c  1217s| 10800k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2746 |   0 |   0 |   0 |3102k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1310.13/1310.15	c  1219s| 10810k|  9123k|     0 |   0.0 |2850M| 596 |   - | 910 |2357 |   0 |   0 |   0 |3115k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1313.12/1313.11	c  1222s| 10820k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2047 |   0 |   0 |   0 |3126k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1316.02/1316.03	c  1225s| 10830k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2072 |   0 |   0 |   0 |3138k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1318.93/1318.92	c  1228s| 10840k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2411 |   0 |   0 |   0 |3150k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1321.82/1321.87	c  1231s| 10850k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2139 |   0 |   0 |   0 |3162k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1324.82/1324.81	c  1233s| 10860k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2280 |   0 |   0 |   0 |3175k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1327.73/1327.76	c  1236s| 10870k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2515 |   0 |   0 |   0 |3189k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1330.72/1330.74	c  1239s| 10880k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2696 |   0 |   0 |   0 |3202k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1333.63/1333.68	c  1242s| 10890k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2317 |   0 |   0 |   0 |3214k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1336.52/1336.56	c  1244s| 10900k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2986 |   0 |   0 |   0 |3227k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1339.62/1339.61	c  1247s| 10910k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2936 |   0 |   0 |   0 |3241k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1342.63/1342.61	c  1250s| 10920k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2605 |   0 |   0 |   0 |3254k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1345.62/1345.63	c  1253s| 10930k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2307 |   0 |   0 |   0 |3268k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1348.53/1348.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1348.53/1348.57	c  1256s| 10940k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2264 |   0 |   0 |   0 |3281k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1351.52/1351.51	c  1259s| 10950k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2274 |   0 |   0 |   0 |3295k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1354.43/1354.44	c  1261s| 10960k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2160 |   0 |   0 |   0 |3308k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1357.43/1357.43	c  1264s| 10970k|  9122k|     0 |   0.0 |2850M| 596 |   - | 910 |2777 |   0 |   0 |   0 |3322k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1360.43/1360.49	c  1267s| 10980k|  9121k|     0 |   0.0 |2850M| 596 |   - | 910 |2621 |   0 |   0 |   0 |3335k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1363.43/1363.44	c  1270s| 10990k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2373 |   0 |   0 |   0 |3347k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1366.33/1366.39	c  1273s| 11000k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2333 |   0 |   0 |   0 |3358k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1369.33/1369.31	c  1275s| 11010k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2420 |   0 |   0 |   0 |3370k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1372.13/1372.19	c  1278s| 11020k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2446 |   0 |   0 |   0 |3382k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1375.13/1375.15	c  1281s| 11030k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2444 |   0 |   0 |   0 |3393k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1378.12/1378.12	c  1284s| 11040k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2569 |   0 |   0 |   0 |3406k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1381.12/1381.13	c  1287s| 11050k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2486 |   0 |   0 |   0 |3419k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1384.12/1384.15	c  1290s| 11060k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2545 |   0 |   0 |   0 |3432k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1387.14/1387.13	c  1292s| 11070k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2516 |   0 |   0 |   0 |3445k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1390.12/1390.11	c  1295s| 11080k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2648 |   0 |   0 |   0 |3459k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1393.13/1393.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1393.13/1393.14	c  1298s| 11090k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2790 |   0 |   0 |   0 |3472k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1396.23/1396.21	c  1301s| 11100k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2661 |   0 |   0 |   0 |3487k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1399.13/1399.12	c  1304s| 11110k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2545 |   0 |   0 |   0 |3501k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1402.02/1402.06	c  1306s| 11120k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2723 |   0 |   0 |   0 |3514k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1405.03/1405.01	c  1309s| 11130k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2966 |   0 |   0 |   0 |3528k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1407.93/1407.93	c  1312s| 11140k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2866 |   0 |   0 |   0 |3540k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1410.92/1410.99	c  1315s| 11150k|  9121k|     0 |   0.0 |2849M| 596 |   - | 910 |2935 |   0 |   0 |   0 |3555k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1414.02/1414.07	c  1318s| 11160k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2848 |   0 |   0 |   0 |3568k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1417.13/1417.13	c  1321s| 11170k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2612 |   0 |   0 |   0 |3580k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1420.13/1420.12	c  1324s| 11180k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2427 |   0 |   0 |   0 |3593k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1423.03/1423.07	c  1326s| 11190k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2223 |   0 |   0 |   0 |3604k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1426.03/1426.05	c  1329s| 11200k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2398 |   0 |   0 |   0 |3616k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1428.93/1428.95	c  1332s| 11210k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2177 |   0 |   0 |   0 |3628k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1431.92/1431.90	c  1335s| 11220k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2332 |   0 |   0 |   0 |3641k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1434.93/1434.95	c  1338s| 11230k|  9120k|     0 |   0.0 |2848M| 596 |   - | 910 |2119 |   0 |   0 |   0 |3653k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1437.93/1437.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1437.93/1437.93	c  1340s| 11240k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2450 |   0 |   0 |   0 |3666k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1440.83/1440.90	c  1343s| 11250k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2424 |   0 |   0 |   0 |3678k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1443.93/1443.92	c  1346s| 11260k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2714 |   0 |   0 |   0 |3691k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1446.93/1446.91	c  1349s| 11270k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2603 |   0 |   0 |   0 |3704k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1449.92/1449.92	c  1352s| 11280k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2568 |   0 |   0 |   0 |3718k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1452.93/1452.93	c  1355s| 11290k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2690 |   0 |   0 |   0 |3732k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1456.02/1456.02	c  1358s| 11300k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2422 |   0 |   0 |   0 |3745k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1458.93/1458.98	c  1360s| 11310k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |3078 |   0 |   0 |   0 |3761k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1462.03/1462.03	c  1363s| 11320k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |2491 |   0 |   0 |   0 |3774k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1465.03/1465.05	c  1366s| 11330k|  9120k|     0 |   0.0 |2849M| 596 |   - | 910 |3048 |   0 |   0 |   0 |3790k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1468.03/1468.05	c  1369s| 11340k|  9120k|     0 |   0.0 |2848M| 596 |   - | 910 |2292 |   0 |   0 |   0 |3801k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1471.03/1471.03	c  1372s| 11350k|  9119k|     0 |   0.0 |2849M| 596 |   - | 910 |2650 |   0 |   0 |   0 |3816k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1474.03/1474.05	c  1375s| 11360k|  9119k|     0 |   0.0 |2849M| 596 |   - | 910 |2759 |   0 |   0 |   0 |3829k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1477.12/1477.10	c  1377s| 11370k|  9119k|     0 |   0.0 |2849M| 596 |   - | 910 |2923 |   0 |   0 |   0 |3841k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1480.12/1480.17	c  1380s| 11380k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2676 |   0 |   0 |   0 |3853k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1483.13/1483.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.13/1483.13	c  1383s| 11390k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2569 |   0 |   0 |   0 |3864k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1486.13/1486.11	c  1386s| 11400k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2248 |   0 |   0 |   0 |3876k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1489.03/1489.08	c  1389s| 11410k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2191 |   0 |   0 |   0 |3888k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1492.03/1492.04	c  1392s| 11420k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2432 |   0 |   0 |   0 |3899k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1494.83/1494.89	c  1394s| 11430k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |3033 |   0 |   0 |   0 |3910k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1497.83/1497.90	c  1397s| 11440k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2445 |   0 |   0 |   0 |3922k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1500.83/1500.88	c  1400s| 11450k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2122 |   0 |   0 |   0 |3934k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1503.83/1503.85	c  1403s| 11460k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2287 |   0 |   0 |   0 |3948k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1506.83/1506.80	c  1406s| 11470k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2587 |   0 |   0 |   0 |3961k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1510.43/1510.48	c  1409s| 11480k|  9119k|     0 |   0.0 |2849M| 596 |   - | 910 |3181 |   0 |   0 |   0 |3975k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1513.72/1513.79	c  1412s| 11490k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2982 |   0 |   0 |   0 |3988k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1517.53/1517.59	c  1416s| 11500k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2504 |   0 |   0 |   0 |4001k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1521.34/1521.39	c  1419s| 11510k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2855 |   0 |   0 |   0 |4014k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1524.73/1524.77	c  1422s| 11520k|  9119k|     0 |   0.0 |2848M| 596 |   - | 910 |2545 |   0 |   0 |   0 |4028k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1528.23/1528.27	c  1426s| 11530k|  9119k|     0 |   0.0 |2849M| 596 |   - | 910 |3107 |   0 |   0 |   0 |4041k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1531.83/1531.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1531.83/1531.84	c  1429s| 11540k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2548 |   0 |   0 |   0 |4053k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1534.82/1534.84	c  1432s| 11550k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2582 |   0 |   0 |   0 |4067k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1538.32/1538.36	c  1435s| 11560k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |3011 |   0 |   0 |   0 |4081k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1541.43/1541.40	c  1438s| 11570k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2799 |   0 |   0 |   0 |4094k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1544.43/1544.43	c  1441s| 11580k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2801 |   0 |   0 |   0 |4107k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1547.53/1547.53	c  1444s| 11590k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |3182 |   0 |   0 |   0 |4121k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1550.63/1550.65	c  1447s| 11600k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2957 |   0 |   0 |   0 |4136k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1553.73/1553.76	c  1450s| 11610k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |3019 |   0 |   0 |   0 |4149k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1556.83/1556.88	c  1453s| 11620k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2624 |   0 |   0 |   0 |4160k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1559.93/1559.98	c  1456s| 11630k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2642 |   0 |   0 |   0 |4173k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1563.04/1563.00	c  1459s| 11640k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2746 |   0 |   0 |   0 |4186k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1566.03/1566.00	c  1462s| 11650k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2466 |   0 |   0 |   0 |4197k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1568.93/1568.96	c  1464s| 11660k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2287 |   0 |   0 |   0 |4209k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1571.93/1571.95	c  1467s| 11670k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2253 |   0 |   0 |   0 |4220k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1575.03/1575.00	c  1470s| 11680k|  9118k|     0 |   0.0 |2847M| 596 |   - | 910 |2139 |   0 |   0 |   0 |4231k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1577.93/1577.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1577.93/1577.99	c  1473s| 11690k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2579 |   0 |   0 |   0 |4243k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1580.93/1580.93	c  1476s| 11700k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2521 |   0 |   0 |   0 |4254k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1583.83/1583.82	c  1479s| 11710k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2832 |   0 |   0 |   0 |4266k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1586.83/1586.82	c  1481s| 11720k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2448 |   0 |   0 |   0 |4279k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1590.03/1590.01	c  1484s| 11730k|  9118k|     0 |   0.0 |2847M| 596 |   - | 910 |2202 |   0 |   0 |   0 |4291k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1593.13/1593.18	c  1488s| 11740k|  9118k|     0 |   0.0 |2847M| 596 |   - | 910 |2263 |   0 |   0 |   0 |4303k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1596.33/1596.39	c  1491s| 11750k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2583 |   0 |   0 |   0 |4316k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1599.53/1599.52	c  1494s| 11760k|  9118k|     0 |   0.0 |2848M| 596 |   - | 910 |2750 |   0 |   0 |   0 |4329k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1602.73/1602.71	c  1497s| 11770k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |2616 |   0 |   0 |   0 |4342k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1605.83/1605.88	c  1500s| 11780k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |2886 |   0 |   0 |   0 |4355k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1609.13/1609.18	c  1503s| 11790k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |2819 |   0 |   0 |   0 |4368k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1612.33/1612.32	c  1506s| 11800k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |2592 |   0 |   0 |   0 |4380k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1615.53/1615.55	c  1509s| 11810k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |2519 |   0 |   0 |   0 |4392k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1618.63/1618.65	c  1512s| 11820k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |2512 |   0 |   0 |   0 |4405k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1621.83/1621.81	c  1515s| 11830k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2399 |   0 |   0 |   0 |4418k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1624.93/1624.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.93/1624.96	c  1518s| 11840k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2475 |   0 |   0 |   0 |4430k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1628.13/1628.14	c  1521s| 11850k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |3039 |   0 |   0 |   0 |4443k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1631.34/1631.31	c  1524s| 11860k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |3052 |   0 |   0 |   0 |4456k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1634.73/1634.75	c  1527s| 11870k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |3185 |   0 |   0 |   0 |4470k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1638.03/1638.00	c  1530s| 11880k|  9117k|     0 |   0.0 |2848M| 596 |   - | 910 |3027 |   0 |   0 |   0 |4483k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1641.33/1641.38	c  1534s| 11890k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2600 |   0 |   0 |   0 |4495k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1644.54/1644.53	c  1537s| 11900k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2782 |   0 |   0 |   0 |4508k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1647.83/1647.87	c  1540s| 11910k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2729 |   0 |   0 |   0 |4520k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1651.13/1651.11	c  1543s| 11920k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2507 |   0 |   0 |   0 |4531k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1654.23/1654.30	c  1546s| 11930k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2431 |   0 |   0 |   0 |4543k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1657.43/1657.48	c  1549s| 11940k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2449 |   0 |   0 |   0 |4555k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1660.83/1660.81	c  1552s| 11950k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2309 |   0 |   0 |   0 |4567k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1663.93/1663.96	c  1555s| 11960k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2451 |   0 |   0 |   0 |4579k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1667.14/1667.15	c  1558s| 11970k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2326 |   0 |   0 |   0 |4590k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1670.13/1670.18	c  1561s| 11980k|  9117k|     0 |   0.0 |2847M| 596 |   - | 910 |2777 |   0 |   0 |   0 |4603k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1673.43/1673.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1673.43/1673.43	c  1564s| 11990k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2554 |   0 |   0 |   0 |4615k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1676.64/1676.66	c  1568s| 12000k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2288 |   0 |   0 |   0 |4627k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1679.94/1679.93	c  1571s| 12010k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2398 |   0 |   0 |   0 |4639k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1683.04/1683.07	c  1574s| 12020k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2244 |   0 |   0 |   0 |4652k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1686.23/1686.26	c  1577s| 12030k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2697 |   0 |   0 |   0 |4665k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1689.44/1689.41	c  1580s| 12040k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2781 |   0 |   0 |   0 |4677k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1692.63/1692.63	c  1583s| 12050k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |3144 |   0 |   0 |   0 |4691k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1695.83/1695.83	c  1586s| 12060k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |3195 |   0 |   0 |   0 |4705k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1699.34/1699.30	c  1589s| 12070k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2531 |   0 |   0 |   0 |4718k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1702.43/1702.43	c  1592s| 12080k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2536 |   0 |   0 |   0 |4732k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1705.63/1705.69	c  1595s| 12090k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2635 |   0 |   0 |   0 |4746k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1708.93/1708.92	c  1598s| 12100k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2724 |   0 |   0 |   0 |4759k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1712.13/1712.14	c  1602s| 12110k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2952 |   0 |   0 |   0 |4773k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1715.33/1715.34	c  1605s| 12120k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2911 |   0 |   0 |   0 |4785k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1718.73/1718.75	c  1608s| 12130k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |3072 |   0 |   0 |   0 |4800k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1721.93/1721.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1721.93/1721.96	c  1611s| 12140k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |3345 |   0 |   0 |   0 |4814k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1725.33/1725.30	c  1614s| 12150k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |3026 |   0 |   0 |   0 |4827k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1728.53/1728.53	c  1617s| 12160k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2566 |   0 |   0 |   0 |4839k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1731.83/1731.85	c  1620s| 12170k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2696 |   0 |   0 |   0 |4851k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1735.03/1735.07	c  1624s| 12180k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2586 |   0 |   0 |   0 |4863k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1738.23/1738.23	c  1627s| 12190k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2697 |   0 |   0 |   0 |4875k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1741.43/1741.42	c  1630s| 12200k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2540 |   0 |   0 |   0 |4887k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1744.64/1744.69	c  1633s| 12210k|  9116k|     0 |   0.0 |2847M| 596 |   - | 910 |2575 |   0 |   0 |   0 |4899k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1747.84/1747.87	c  1636s| 12220k|  9116k|     0 |   0.0 |2846M| 596 |   - | 910 |2438 |   0 |   0 |   0 |4911k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1751.14/1751.16	c  1639s| 12230k|  9115k|     0 |   0.0 |2847M| 596 |   - | 910 |2706 |   0 |   0 |   0 |4923k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1754.34/1754.37	c  1642s| 12240k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2486 |   0 |   0 |   0 |4934k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1757.53/1757.60	c  1645s| 12250k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2398 |   0 |   0 |   0 |4945k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1760.83/1760.80	c  1648s| 12260k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2337 |   0 |   0 |   0 |4957k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1763.93/1763.97	c  1651s| 12270k|  9115k|     0 |   0.0 |2847M| 596 |   - | 910 |2745 |   0 |   0 |   0 |4969k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1767.14/1767.20	c  1654s| 12280k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2393 |   0 |   0 |   0 |4980k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1770.23/1770.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1770.23/1770.29	c  1657s| 12290k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2464 |   0 |   0 |   0 |4992k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1773.54/1773.52	c  1660s| 12300k|  9115k|     0 |   0.0 |2847M| 596 |   - | 910 |2700 |   0 |   0 |   0 |5004k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1776.63/1776.64	c  1663s| 12310k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2333 |   0 |   0 |   0 |5016k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1779.74/1779.79	c  1666s| 12320k|  9115k|     0 |   0.0 |2847M| 596 |   - | 910 |2752 |   0 |   0 |   0 |5029k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1782.93/1782.96	c  1670s| 12330k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2344 |   0 |   0 |   0 |5041k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1786.24/1786.23	c  1673s| 12340k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2487 |   0 |   0 |   0 |5055k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1789.43/1789.40	c  1676s| 12350k|  9115k|     0 |   0.0 |2847M| 596 |   - | 910 |2817 |   0 |   0 |   0 |5068k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1792.74/1792.78	c  1679s| 12360k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2622 |   0 |   0 |   0 |5082k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1795.93/1795.90	c  1682s| 12370k|  9115k|     0 |   0.0 |2847M| 596 |   - | 910 |2702 |   0 |   0 |   0 |5094k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
1799.13/1799.13	c  1685s| 12380k|  9115k|     0 |   0.0 |2846M| 596 |   - | 910 |2395 |   0 |   0 |   0 |5107k|   0 | 0.000000e+00 | 8.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) : 1685.89
1800.04/1800.00	c Solving Nodes      : 12382722
1800.04/1800.00	c Primal Bound       : +8.60000000000000e+01 (1 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 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 
1800.04/1800.00	v -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 x803 -x802 -x801 -x800 -x799 -x798 
1800.04/1800.00	v -x797 -x796 -x795 -x794 -x793 x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 x777 
1800.04/1800.00	v -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 
1800.04/1800.00	v -x755 -x754 -x753 -x752 -x751 x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 x736 -x735 
1800.04/1800.00	v -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 
1800.04/1800.00	v -x713 -x712 -x711 -x710 x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 x698 -x697 -x696 -x695 -x694 -x693 
1800.04/1800.00	v -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 
1800.04/1800.00	v -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 x654 -x653 -x652 -x651 
1800.04/1800.00	v -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 
1800.04/1800.00	v -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 
1800.04/1800.00	v -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 
1800.04/1800.00	v -x587 -x586 x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 x571 -x570 -x569 -x568 -x567 
1800.04/1800.00	v -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 x546 
1800.04/1800.00	v -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 
1800.04/1800.00	v -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 
1800.04/1800.00	v -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 -x484 -x483 
1800.04/1800.00	v -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 
1800.04/1800.00	v -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 x446 -x445 -x444 -x443 -x442 -x441 
1800.04/1800.00	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 
1800.04/1800.00	v -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 x401 -x400 -x399 
1800.04/1800.00	v -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 
1800.04/1800.00	v -x377 -x376 -x375 -x374 x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 
1800.04/1800.00	v -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 x342 -x341 -x340 -x339 -x338 -x337 -x336 
1800.04/1800.00	v -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 
1800.04/1800.00	v -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 
1800.04/1800.00	v x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 
1800.04/1800.00	v -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 
1800.04/1800.00	v -x251 -x250 -x249 -x248 -x247 -x246 x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 x231 
1800.04/1800.00	v -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.00	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.00	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.00	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.00	v -x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.00	v -x125 -x124 -x123 x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.04/1800.00	v -x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 
1800.04/1800.00	v -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1800.04/1800.00	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 
1800.04/1800.00	v -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 
1800.04/1800.00	v -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1685.89
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693678-1277886462.wbo
1800.04/1800.00	c   Variables        : 910 (875 binary, 0 integer, 0 implicit integer, 35 continuous)
1800.04/1800.00	c   Constraints      : 118 initial, 118 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693678-1277886462.wbo
1800.04/1800.00	c   Variables        : 910 (875 binary, 0 integer, 0 implicit integer, 35 continuous)
1800.04/1800.00	c   Constraints      : 117 initial, 7659 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.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          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   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0         35          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        :         35          0      49030          0      41724          0        586          0          0          0
1800.04/1800.00	c   setppc           :         21          0   24054503          0   11501540    1109889   80167450          0          0          0
1800.04/1800.00	c   linear           :         35          0   22944691          0   11501604     343355    8023666          0          0          0
1800.04/1800.00	c   logicor          :         26+         0   12625556          0   11501604     495626   14843515          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0   11501605          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        :       0.03       0.00       0.01       0.00       0.02
1800.04/1800.00	c   setppc           :     317.94       0.00     255.96       0.00      61.98
1800.04/1800.00	c   linear           :     123.30       0.00     118.82       0.00       4.48
1800.04/1800.00	c   logicor          :     302.53       0.00     237.48       0.00      65.05
1800.04/1800.00	c   countsols        :       2.09       0.00       0.00       0.00       2.09
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       5.27          2          0          0
1800.04/1800.00	c   rootredcost      :       4.75          0          0          0
1800.04/1800.00	c   pseudoobj        :      26.11   24054385          4        403
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :     328.06    1948874    1948874   11952150      122.3    1276905       22.7          -
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.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -    4187093       49.0          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -     924161      127.9          -          -          -
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        :     452.12   11501604          0          0          0          0   23003208
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 :       0.05          -          1
1800.04/1800.00	c   oneopt           :       3.51          0          0
1800.04/1800.00	c   trivial          :       0.00          2          0
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              :       2.68          0          0
1800.04/1800.00	c   trysol           :       2.25          1          0
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            :   12382722
1800.04/1800.00	c   nodes (total)    :   12382722
1800.04/1800.00	c   nodes left       :    9115585
1800.04/1800.00	c   max depth        :        596
1800.04/1800.00	c   max depth (total):        596
1800.04/1800.00	c   backtracks       :    1126279 (9.1%)
1800.04/1800.00	c   delayed cutoffs  :    1502581
1800.04/1800.00	c   repropagations   :    2509757 (53742529 domain reductions, 1067757 cutoffs)
1800.04/1800.00	c   avg switch length:       3.55
1800.04/1800.00	c   switching time   :     244.83
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          1 (1 improvements)
1800.04/1800.00	c   First Solution   : +8.60000000000000e+01   (in run 1, after 4370627 nodes, 401.04 seconds, depth 576, found by <relaxation>)
1800.04/1800.00	c   Primal Bound     : +8.60000000000000e+01   (in run 1, after 4370627 nodes, 401.04 seconds, depth 576, 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	86

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693678-1277886462/watcher-2693678-1277886462 -o /tmp/evaluation-result-2693678-1277886462/solver-2693678-1277886462 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693678-1277886462.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.82 1.84 0.79 3/198 10365
/proc/meminfo: memFree=30882268/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=8556 CPUtime=0
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 1618 0 0 0 0 0 0 0 25 0 1 0 129942990 8761344 1541 4089446400 4194304 7136930 140735096371360 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10365/statm: 2139 1541 275 719 0 1418 0

[startup+0.078691 s]
/proc/loadavg: 2.82 1.84 0.79 3/198 10365
/proc/meminfo: memFree=30882268/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=14396 CPUtime=0.06
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 4582 0 0 0 6 0 0 0 18 0 1 0 129942990 14741504 2867 4089446400 4194304 7136930 140735096371360 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 3599 2867 394 719 0 2878 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14396

[startup+0.100687 s]
/proc/loadavg: 2.82 1.84 0.79 3/198 10365
/proc/meminfo: memFree=30882268/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=14396 CPUtime=0.09
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 4584 0 0 0 8 1 0 0 18 0 1 0 129942990 14741504 2869 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 3599 2869 394 719 0 2878 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14396

[startup+0.30077 s]
/proc/loadavg: 2.82 1.84 0.79 3/198 10365
/proc/meminfo: memFree=30882268/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=15740 CPUtime=0.29
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 4956 0 0 0 27 2 0 0 18 0 1 0 129942990 16117760 3241 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 3935 3241 394 719 0 3214 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15740

[startup+0.700698 s]
/proc/loadavg: 2.82 1.84 0.79 3/198 10365
/proc/meminfo: memFree=30882268/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=17172 CPUtime=0.69
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 5323 0 0 0 64 5 0 0 18 0 1 0 129942990 17584128 3608 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 4293 3608 394 719 0 3572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17172

[startup+1.50056 s]
/proc/loadavg: 2.82 1.84 0.79 3/199 10366
/proc/meminfo: memFree=30868124/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=20320 CPUtime=1.49
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 6125 0 0 0 139 10 0 0 19 0 1 0 129942990 20807680 4410 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 5080 4410 394 719 0 4359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20320

[startup+3.10015 s]
/proc/loadavg: 2.82 1.84 0.79 3/199 10366
/proc/meminfo: memFree=30864244/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=26440 CPUtime=3.09
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 7728 0 0 0 280 29 0 0 25 0 1 0 129942990 27074560 6013 4089446400 4194304 7136930 140735096371360 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 6610 6013 394 719 0 5889 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26440

[startup+6.30071 s]
/proc/loadavg: 2.76 1.84 0.79 3/199 10366
/proc/meminfo: memFree=30849240/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=41476 CPUtime=6.29
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 11105 0 0 0 575 54 0 0 25 0 1 0 129942990 42471424 9390 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 10369 9390 394 719 0 9648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41476

[startup+12.7006 s]
/proc/loadavg: 2.70 1.84 0.80 3/199 10366
/proc/meminfo: memFree=30827468/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=62424 CPUtime=12.69
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 16629 0 0 0 1168 101 0 0 25 0 1 0 129942990 63922176 14914 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 15606 14914 394 719 0 14885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62424

[startup+25.5003 s]
/proc/loadavg: 2.54 1.85 0.82 3/199 10367
/proc/meminfo: memFree=30781088/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=110476 CPUtime=25.49
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 28137 0 0 0 2346 203 0 0 25 0 1 0 129942990 113127424 26422 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 27619 26422 394 719 0 26898 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110476

[startup+51.1007 s]
/proc/loadavg: 2.36 1.86 0.85 3/199 10367
/proc/meminfo: memFree=30689100/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=206512 CPUtime=51.09
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 51213 0 0 0 4695 414 0 0 25 0 1 0 129942990 211468288 49498 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 51628 49498 394 719 0 50907 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 206512

[startup+102.307 s]
/proc/loadavg: 2.15 1.88 0.91 3/199 10369
/proc/meminfo: memFree=30511584/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=390064 CPUtime=102.3
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 95190 0 0 0 9401 829 0 0 25 0 1 0 129942990 399425536 93475 4089446400 4194304 7136930 140735096371360 18446744073709551615 4407888 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 97516 93475 394 719 0 96795 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 390064

[startup+162.301 s]
/proc/loadavg: 2.09 1.91 0.98 3/199 10370
/proc/meminfo: memFree=30303080/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=589828 CPUtime=162.29
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 147692 0 0 0 14903 1326 0 0 25 0 1 0 129942990 603983872 145977 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 147457 145977 394 719 0 146736 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 589828

[startup+222.3 s]
/proc/loadavg: 2.03 1.93 1.04 3/199 10371
/proc/meminfo: memFree=30081676/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=833568 CPUtime=222.29
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 202947 0 0 0 20417 1812 0 0 25 0 1 0 129942990 853573632 201232 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 208392 201232 394 719 0 207671 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 833568

[startup+282.301 s]
/proc/loadavg: 2.01 1.94 1.10 3/199 10376
/proc/meminfo: memFree=29874348/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1031024 CPUtime=282.3
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 254724 0 0 0 25926 2304 0 0 25 0 1 0 129942990 1055768576 253009 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 257756 253009 394 719 0 257035 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1031024

[startup+342.301 s]
/proc/loadavg: 2.00 1.95 1.15 3/199 10378
/proc/meminfo: memFree=29672768/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1221776 CPUtime=342.3
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 304494 0 0 0 31475 2755 0 0 25 0 1 0 129942990 1251098624 302779 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 305444 302779 394 719 0 304723 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1221776

[startup+402.3 s]
/proc/loadavg: 2.06 1.97 1.20 3/199 10380
/proc/meminfo: memFree=29517704/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1372468 CPUtime=402.3
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 343622 0 0 0 37112 3118 0 0 25 0 1 0 129942990 1405407232 341907 4089446400 4194304 7136930 140735096371360 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 343117 341907 394 719 0 342396 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1372468

[startup+462.301 s]
/proc/loadavg: 2.02 1.97 1.25 3/199 10381
/proc/meminfo: memFree=29312860/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1633304 CPUtime=462.3
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 394319 0 0 0 42675 3555 0 0 25 0 1 0 129942990 1672503296 392604 4089446400 4194304 7136930 140735096371360 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 408326 392604 394 719 0 407605 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1633304

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 1.30 3/199 10382
/proc/meminfo: memFree=29123700/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1813840 CPUtime=522.31
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 441876 0 0 0 48220 4011 0 0 25 0 1 0 129942990 1857372160 440161 4089446400 4194304 7136930 140735096371360 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 453460 440161 394 719 0 452739 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1813840

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.34 3/199 10384
/proc/meminfo: memFree=28929600/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1997028 CPUtime=582.3
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 490075 0 0 0 53766 4464 0 0 25 0 1 0 129942990 2044956672 488360 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 499257 488360 394 719 0 498536 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1997028

[startup+642.301 s]
/proc/loadavg: 2.00 1.97 1.38 3/199 10386
/proc/meminfo: memFree=28731624/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=2183372 CPUtime=642.32
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 539071 0 0 0 59309 4923 0 0 25 0 1 0 129942990 2235772928 537356 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 545843 537356 394 719 0 545122 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2183372

[startup+702.301 s]

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

/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794529 0 0 0 98487 7745 0 0 25 0 1 0 129942990 3224367104 757074 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 787199 757074 394 719 0 786478 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3148796

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.62 3/199 10398
/proc/meminfo: memFree=27849732/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3148928 CPUtime=1122.32
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794568 0 0 0 104171 8061 0 0 25 0 1 0 129942990 3224502272 757113 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 787232 757113 394 719 0 786511 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3148928

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/199 10400
/proc/meminfo: memFree=27849560/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149064 CPUtime=1182.32
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794593 0 0 0 109849 8383 0 0 25 0 1 0 129942990 3224641536 757138 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 787266 757138 394 719 0 786545 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3149064

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/199 10402
/proc/meminfo: memFree=27849252/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149220 CPUtime=1242.32
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794621 0 0 0 115525 8707 0 0 25 0 1 0 129942990 3224801280 757166 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 787305 757166 394 719 0 786584 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3149220

[startup+1302.3 s]
/proc/loadavg: 2.19 2.08 1.71 3/199 10404
/proc/meminfo: memFree=27849188/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149220 CPUtime=1302.33
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794644 0 0 0 121200 9033 0 0 25 0 1 0 129942990 3224801280 757189 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 787305 757189 394 719 0 786584 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3149220

[startup+1362.3 s]
/proc/loadavg: 2.07 2.06 1.73 3/199 10405
/proc/meminfo: memFree=27849012/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149360 CPUtime=1362.32
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794664 0 0 0 126875 9357 0 0 25 0 1 0 129942990 3224944640 757209 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 787340 757209 394 719 0 786619 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3149360

[startup+1422.31 s]
/proc/loadavg: 1.96 2.03 1.73 4/199 10406
/proc/meminfo: memFree=27848916/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149360 CPUtime=1422.33
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794666 0 0 0 132564 9669 0 0 25 0 1 0 129942990 3224944640 757211 4089446400 4194304 7136930 140735096371360 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10365/statm: 787340 757211 394 719 0 786619 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3149360

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 1.75 3/180 10523
/proc/meminfo: memFree=28368216/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149524 CPUtime=1482.32
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794691 0 0 0 138233 9999 0 0 25 0 1 0 129942990 3225112576 757236 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10365/statm: 787381 757236 394 719 0 786660 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 3149524

[startup+1542.3 s]
/proc/loadavg: 3.39 2.40 1.89 3/180 10532
/proc/meminfo: memFree=28239988/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149524 CPUtime=1542.33
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794691 0 0 0 143905 10328 0 0 25 0 1 0 129942990 3225112576 757236 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10365/statm: 787381 757236 394 719 0 786660 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3149524

[startup+1602.3 s]
/proc/loadavg: 2.51 2.33 1.90 3/180 10534
/proc/meminfo: memFree=28303680/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149524 CPUtime=1602.33
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794692 0 0 0 149625 10608 0 0 25 0 1 0 129942990 3225112576 757237 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10365/statm: 787381 757237 394 719 0 786660 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3149524

[startup+1662.3 s]
/proc/loadavg: 2.18 2.26 1.90 3/180 10535
/proc/meminfo: memFree=28303984/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149524 CPUtime=1662.34
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794692 0 0 0 155380 10854 0 0 25 0 1 0 129942990 3225112576 757237 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10365/statm: 787381 757237 394 719 0 786660 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3149524

[startup+1722.3 s]
/proc/loadavg: 2.07 2.21 1.91 3/180 10536
/proc/meminfo: memFree=28303316/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149524 CPUtime=1722.33
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794692 0 0 0 161129 11104 0 0 25 0 1 0 129942990 3225112576 757237 4089446400 4194304 7136930 140735096371360 18446744073709551615 4948411 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10365/statm: 787381 757237 394 719 0 786660 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 3149524

[startup+1782.3 s]
/proc/loadavg: 2.02 2.17 1.91 3/180 10538
/proc/meminfo: memFree=28303500/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149808 CPUtime=1782.34
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794766 0 0 0 166889 11345 0 0 25 0 1 0 129942990 3225403392 757311 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10365/statm: 787452 757311 394 719 0 786731 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3149808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.16 1.91 3/180 10539
/proc/meminfo: memFree=28303368/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3149808 CPUtime=1800.04
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794766 0 0 0 168589 11415 0 0 25 0 1 0 129942990 3225403392 757311 4089446400 4194304 7136930 140735096371360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10365/statm: 787452 757311 394 719 0 786731 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3149808

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10365

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.16 1.91 3/181 10540
/proc/meminfo: memFree=28305220/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3147744 CPUtime=1801.44
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794771 0 0 0 168729 11415 0 0 25 0 1 0 129942990 3223289856 756800 4089446400 4194304 7136930 140735096371360 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10365/statm: 786936 756800 399 719 0 786215 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3147744

[startup+1801.81 s]
/proc/loadavg: 2.02 2.16 1.91 3/181 10540
/proc/meminfo: memFree=28305340/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3147744 CPUtime=1801.84
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794771 0 0 0 168769 11415 0 0 25 0 1 0 129942990 3223289856 756800 4089446400 4194304 7136930 140735096371360 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10365/statm: 786936 756800 399 719 0 786215 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3147744

[startup+1802 s]
/proc/loadavg: 2.02 2.16 1.91 3/181 10540
/proc/meminfo: memFree=28305340/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=3147744 CPUtime=1802.04
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4202496 794771 0 0 0 168789 11415 0 0 25 0 1 0 129942990 3223289856 756800 4089446400 4194304 7136930 140735096371360 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10365/statm: 786936 756800 399 719 0 786215 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3147744

[startup+1802.1 s]
/proc/loadavg: 2.02 2.16 1.91 3/181 10540
/proc/meminfo: memFree=28305340/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=0 CPUtime=1802.13
/proc/10365/stat : 10365 (pbscip.linux.x8) R 10363 10365 10004 0 -1 4203524 794771 0 0 0 168789 11424 0 0 25 0 1 0 129942990 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10365/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): 1687.9
CPU system time (s): 114.257
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3405748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1687.9
system time used= 114.257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 794771
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2614

runsolver used 2.83357 second user time and 5.54716 second system time

The end

Launcher Data

Begin job on node123 at 2010-06-30 10:27:42
IDJOB=2693678
IDBENCH=78666
IDSOLVER=1206
FILE ID=node123/2693678-1277886462
PBS_JOBID= 11197108
Free space on /tmp= 74200 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr--soft-66-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-2693678-1277886462/watcher-2693678-1277886462 -o /tmp/evaluation-result-2693678-1277886462/solver-2693678-1277886462 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693678-1277886462.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d97c5722fe377ef62d4d83eb3fe2e1eb
RANDOM SEED=118585346

node123.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.804
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.60
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.804
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	: 5294.59
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.804
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.804
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.75
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.804
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.804
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.71
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.804
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.804
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:      30882796 kB
Buffers:        170572 kB
Cached:        1089076 kB
SwapCached:          0 kB
Active:        1141764 kB
Inactive:       782192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30882796 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3152 kB
Writeback:           0 kB
AnonPages:      664436 kB
Mapped:          20296 kB
Slab:            79048 kB
PageTables:       5940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1652616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74192 MiB
End job on node123 at 2010-06-30 10:57:44