Trace number 2693964

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 (MO) 1242.46 1242.43

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMa882a0978da6ad149ec004c2c9449010
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.076988
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 constraints82
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 4216
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4215
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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693964-1277919298.wbo>
0.00/0.00	c original problem has 1004 variables (922 bin, 0 int, 0 impl, 82 cont) and 165 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	o 4215
0.00/0.01	c feasible solution found by trivial heuristic, objective value  4.215000e+03
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, 82 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 82 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 82 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/922 (11.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 82 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  82 implications, 0 cliques
0.00/0.01	c presolved problem has 1004 variables (922 bin, 0 int, 0 impl, 82 cont) and 164 constraints
0.00/0.01	c      82 constraints of type <indicator>
0.00/0.01	c      82 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |2103k|   0 |   - |1004 | 164 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
0.79/0.86	c   0.8s| 10000 |  9821 |     0 |   0.0 |5926k| 573 |   - |1004 |1043 |   0 |   0 |   0 | 900 |   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
1.69/1.73	c   1.6s| 20000 | 19610 |     0 |   0.0 |9516k| 573 |   - |1004 |1960 |   0 |   0 |   0 |1970 |   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
2.49/2.58	c   2.4s| 30000 | 29368 |     0 |   0.0 |  12M| 573 |   - |1004 |2039 |   0 |   0 |   0 |3180 |   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
3.30/3.31	c   3.1s| 40000 | 39064 |     0 |   0.0 |  15M| 573 |   - |1004 |2249 |   0 |   0 |   0 |4699 |   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
3.99/4.02	c   3.8s| 50000 | 48550 |     0 |   0.0 |  19M| 573 |   - |1004 |3350 |   0 |   0 |   0 |7269 |   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
4.89/4.97	c   4.7s| 60000 | 57554 |     0 |   0.0 |  26M| 629 |   - |1004 |6940 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
5.99/6.01	c   5.7s| 70000 | 67361 |     0 |   0.0 |  27M| 629 |   - |1004 |1224 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
6.89/6.94	c   6.5s| 80000 | 77171 |     0 |   0.0 |  30M| 629 |   - |1004 |1082 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
7.78/7.88	c   7.4s| 90000 | 86968 |     0 |   0.0 |  33M| 629 |   - |1004 | 988 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
8.79/8.82	c   8.3s|100000 | 96755 |     0 |   0.0 |  36M| 629 |   - |1004 | 963 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
9.59/9.68	c   9.2s|110000 |106536 |     0 |   0.0 |  38M| 629 |   - |1004 | 923 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
10.49/10.54	c  10.0s|120000 |116320 |     0 |   0.0 |  41M| 629 |   - |1004 | 879 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
11.39/11.46	c  10.8s|130000 |126102 |     0 |   0.0 |  44M| 629 |   - |1004 | 850 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
12.29/12.38	c  11.7s|140000 |135884 |     0 |   0.0 |  47M| 629 |   - |1004 | 817 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
13.20/13.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.20/13.28	c  12.6s|150000 |145655 |     0 |   0.0 |  50M| 629 |   - |1004 | 912 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
14.09/14.20	c  13.4s|160000 |155444 |     0 |   0.0 |  53M| 629 |   - |1004 | 923 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
15.09/15.11	c  14.3s|170000 |165231 |     0 |   0.0 |  56M| 629 |   - |1004 | 962 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
15.89/15.98	c  15.1s|180000 |175011 |     0 |   0.0 |  59M| 629 |   - |1004 |1030 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
16.79/16.81	c  15.9s|190000 |184806 |     0 |   0.0 |  61M| 629 |   - |1004 |1029 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
17.69/17.71	c  16.8s|200000 |194590 |     0 |   0.0 |  64M| 629 |   - |1004 |1077 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
18.60/18.62	c  17.6s|210000 |204374 |     0 |   0.0 |  67M| 629 |   - |1004 |1063 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
19.49/19.54	c  18.5s|220000 |214138 |     0 |   0.0 |  70M| 629 |   - |1004 |1144 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
20.39/20.46	c  19.3s|230000 |223914 |     0 |   0.0 |  73M| 629 |   - |1004 |1179 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
21.29/21.34	c  20.2s|240000 |233711 |     0 |   0.0 |  76M| 629 |   - |1004 |1190 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
22.19/22.23	c  21.0s|250000 |243501 |     0 |   0.0 |  79M| 629 |   - |1004 |1207 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
22.99/23.06	c  21.8s|260000 |253288 |     0 |   0.0 |  82M| 629 |   - |1004 |1236 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
23.89/23.92	c  22.6s|270000 |263079 |     0 |   0.0 |  84M| 629 |   - |1004 |1256 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
24.79/24.83	c  23.5s|280000 |272872 |     0 |   0.0 |  87M| 629 |   - |1004 |1277 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
25.69/25.75	c  24.4s|290000 |282654 |     0 |   0.0 |  90M| 629 |   - |1004 |1233 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
26.59/26.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.59/26.66	c  25.2s|300000 |292426 |     0 |   0.0 |  93M| 629 |   - |1004 |1300 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
27.49/27.58	c  26.1s|310000 |302182 |     0 |   0.0 |  96M| 629 |   - |1004 |1307 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
28.39/28.48	c  26.9s|320000 |311967 |     0 |   0.0 |  99M| 629 |   - |1004 |1332 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
29.29/29.31	c  27.7s|330000 |321748 |     0 |   0.0 | 102M| 629 |   - |1004 |1380 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
30.09/30.16	c  28.5s|340000 |331517 |     0 |   0.0 | 104M| 629 |   - |1004 |1395 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
30.99/31.07	c  29.4s|350000 |341304 |     0 |   0.0 | 107M| 629 |   - |1004 |1357 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
31.89/31.97	c  30.2s|360000 |351063 |     0 |   0.0 | 110M| 629 |   - |1004 |1340 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
32.79/32.88	c  31.1s|370000 |360835 |     0 |   0.0 | 113M| 629 |   - |1004 |1338 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
33.69/33.78	c  31.9s|380000 |370612 |     0 |   0.0 | 116M| 629 |   - |1004 |1344 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
34.59/34.68	c  32.8s|390000 |380393 |     0 |   0.0 | 119M| 629 |   - |1004 |1440 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
35.49/35.55	c  33.6s|400000 |390162 |     0 |   0.0 | 121M| 629 |   - |1004 |1455 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
36.30/36.38	c  34.4s|410000 |399922 |     0 |   0.0 | 124M| 629 |   - |1004 |1443 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
37.19/37.27	c  35.2s|420000 |409688 |     0 |   0.0 | 127M| 629 |   - |1004 |1430 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
38.09/38.18	c  36.1s|430000 |419446 |     0 |   0.0 | 130M| 629 |   - |1004 |1418 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
38.99/39.07	c  36.9s|440000 |429219 |     0 |   0.0 | 133M| 629 |   - |1004 |1458 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
39.89/39.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.89/39.96	c  37.8s|450000 |438986 |     0 |   0.0 | 136M| 629 |   - |1004 |1576 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
40.80/40.88	c  38.6s|460000 |448763 |     0 |   0.0 | 139M| 629 |   - |1004 |1505 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
41.69/41.78	c  39.5s|470000 |458538 |     0 |   0.0 | 141M| 629 |   - |1004 |1429 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
42.59/42.61	c  40.3s|480000 |468271 |     0 |   0.0 | 144M| 629 |   - |1004 |1563 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
43.39/43.46	c  41.1s|490000 |478031 |     0 |   0.0 | 147M| 629 |   - |1004 |1570 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
44.29/44.35	c  41.9s|500000 |487790 |     0 |   0.0 | 150M| 629 |   - |1004 |1678 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
45.19/45.27	c  42.8s|510000 |497560 |     0 |   0.0 | 153M| 629 |   - |1004 |1636 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
46.09/46.18	c  43.7s|520000 |507303 |     0 |   0.0 | 156M| 629 |   - |1004 |1658 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
46.99/47.09	c  44.5s|530000 |517069 |     0 |   0.0 | 159M| 629 |   - |1004 |1702 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
47.99/48.00	c  45.4s|540000 |526814 |     0 |   0.0 | 161M| 629 |   - |1004 |1612 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
48.79/48.86	c  46.2s|550000 |536561 |     0 |   0.0 | 164M| 629 |   - |1004 |1634 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
49.59/49.68	c  47.0s|560000 |546315 |     0 |   0.0 | 167M| 629 |   - |1004 |1682 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
50.50/50.57	c  47.8s|570000 |556072 |     0 |   0.0 | 170M| 629 |   - |1004 |1678 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
51.39/51.48	c  48.6s|580000 |565844 |     0 |   0.0 | 173M| 629 |   - |1004 |1626 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
52.29/52.37	c  49.5s|590000 |575625 |     0 |   0.0 | 176M| 629 |   - |1004 |1529 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
53.19/53.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.19/53.28	c  50.4s|600000 |585381 |     0 |   0.0 | 179M| 629 |   - |1004 |1571 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
54.09/54.19	c  51.2s|610000 |595129 |     0 |   0.0 | 182M| 629 |   - |1004 |1587 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
55.00/55.07	c  52.1s|620000 |604902 |     0 |   0.0 | 184M| 629 |   - |1004 |1600 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
55.79/55.88	c  52.8s|630000 |614677 |     0 |   0.0 | 187M| 629 |   - |1004 |1615 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
56.69/56.74	c  53.6s|640000 |624439 |     0 |   0.0 | 190M| 629 |   - |1004 |1586 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
57.59/57.64	c  54.5s|650000 |634204 |     0 |   0.0 | 193M| 629 |   - |1004 |1610 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
58.49/58.54	c  55.4s|660000 |643962 |     0 |   0.0 | 196M| 629 |   - |1004 |1692 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
59.40/59.45	c  56.2s|670000 |653730 |     0 |   0.0 | 199M| 629 |   - |1004 |1722 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
60.29/60.34	c  57.1s|680000 |663495 |     0 |   0.0 | 202M| 629 |   - |1004 |1770 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
61.20/61.24	c  57.9s|690000 |673253 |     0 |   0.0 | 204M| 629 |   - |1004 |1796 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
61.99/62.09	c  58.7s|700000 |682989 |     0 |   0.0 | 207M| 629 |   - |1004 |1643 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
62.89/62.93	c  59.5s|710000 |692743 |     0 |   0.0 | 210M| 629 |   - |1004 |1657 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
63.79/63.83	c  60.3s|720000 |702489 |     0 |   0.0 | 213M| 629 |   - |1004 |1636 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
64.69/64.74	c  61.2s|730000 |712239 |     0 |   0.0 | 216M| 629 |   - |1004 |1662 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
65.59/65.63	c  62.0s|740000 |721993 |     0 |   0.0 | 219M| 629 |   - |1004 |1657 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
66.49/66.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.49/66.54	c  62.9s|750000 |731742 |     0 |   0.0 | 222M| 629 |   - |1004 |1726 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
67.40/67.43	c  63.8s|760000 |741527 |     0 |   0.0 | 225M| 629 |   - |1004 |1692 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
68.20/68.28	c  64.5s|770000 |751269 |     0 |   0.0 | 227M| 629 |   - |1004 |1715 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
68.99/69.09	c  65.3s|780000 |761031 |     0 |   0.0 | 230M| 629 |   - |1004 |1790 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
69.89/69.94	c  66.1s|790000 |770794 |     0 |   0.0 | 233M| 629 |   - |1004 |1772 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
70.79/70.83	c  67.0s|800000 |780539 |     0 |   0.0 | 236M| 629 |   - |1004 |1868 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
71.69/71.74	c  67.8s|810000 |790283 |     0 |   0.0 | 239M| 629 |   - |1004 |1919 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
72.59/72.64	c  68.7s|820000 |800042 |     0 |   0.0 | 242M| 629 |   - |1004 |1902 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
73.49/73.53	c  69.5s|830000 |809803 |     0 |   0.0 | 245M| 629 |   - |1004 |1864 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
74.29/74.38	c  70.3s|840000 |819553 |     0 |   0.0 | 247M| 629 |   - |1004 |1807 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
75.20/75.20	c  71.1s|850000 |829296 |     0 |   0.0 | 250M| 629 |   - |1004 |1930 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
76.00/76.03	c  71.9s|860000 |839036 |     0 |   0.0 | 253M| 629 |   - |1004 |1782 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
76.90/76.93	c  72.7s|870000 |848788 |     0 |   0.0 | 256M| 629 |   - |1004 |1898 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
77.79/77.83	c  73.6s|880000 |858546 |     0 |   0.0 | 259M| 629 |   - |1004 |1854 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
78.69/78.74	c  74.4s|890000 |868294 |     0 |   0.0 | 262M| 629 |   - |1004 |1654 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
79.59/79.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.59/79.65	c  75.3s|900000 |878057 |     0 |   0.0 | 265M| 629 |   - |1004 |1647 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
80.49/80.54	c  76.2s|910000 |887784 |     0 |   0.0 | 268M| 629 |   - |1004 |1713 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
81.39/81.41	c  77.0s|920000 |897527 |     0 |   0.0 | 270M| 629 |   - |1004 |1768 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
82.19/82.21	c  77.7s|930000 |907272 |     0 |   0.0 | 273M| 629 |   - |1004 |1796 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
83.00/83.06	c  78.5s|940000 |917039 |     0 |   0.0 | 276M| 629 |   - |1004 |1798 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
83.89/83.99	c  79.4s|950000 |926765 |     0 |   0.0 | 279M| 629 |   - |1004 |1765 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
84.79/84.87	c  80.2s|960000 |936504 |     0 |   0.0 | 282M| 629 |   - |1004 |1872 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
85.70/85.77	c  81.1s|970000 |946246 |     0 |   0.0 | 285M| 629 |   - |1004 |1842 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
86.59/86.66	c  81.9s|980000 |955991 |     0 |   0.0 | 288M| 629 |   - |1004 |1937 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
87.49/87.54	c  82.8s|990000 |965731 |     0 |   0.0 | 291M| 629 |   - |1004 |2053 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
88.30/88.36	c  83.5s|  1000k|975490 |     0 |   0.0 | 294M| 629 |   - |1004 |2076 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
89.10/89.19	c  84.3s|  1010k|985220 |     0 |   0.0 | 296M| 629 |   - |1004 |2104 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
89.99/90.07	c  85.2s|  1020k|994988 |     0 |   0.0 | 299M| 629 |   - |1004 |2133 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
90.90/90.94	c  86.0s|  1030k|  1004k|     0 |   0.0 | 302M| 629 |   - |1004 |1944 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
91.80/91.85	c  86.8s|  1040k|  1014k|     0 |   0.0 | 305M| 629 |   - |1004 |2004 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
92.69/92.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.69/92.72	c  87.7s|  1050k|  1024k|     0 |   0.0 | 308M| 629 |   - |1004 |1933 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
93.59/93.61	c  88.5s|  1060k|  1033k|     0 |   0.0 | 311M| 629 |   - |1004 |2008 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
94.39/94.47	c  89.3s|  1070k|  1043k|     0 |   0.0 | 314M| 629 |   - |1004 |1951 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
95.19/95.29	c  90.1s|  1080k|  1053k|     0 |   0.0 | 317M| 629 |   - |1004 |1803 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
96.09/96.13	c  90.9s|  1090k|  1063k|     0 |   0.0 | 319M| 629 |   - |1004 |1843 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
97.00/97.00	c  91.7s|  1100k|  1072k|     0 |   0.0 | 322M| 629 |   - |1004 |1847 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
97.80/97.89	c  92.5s|  1110k|  1082k|     0 |   0.0 | 325M| 629 |   - |1004 |1861 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
98.79/98.80	c  93.4s|  1120k|  1092k|     0 |   0.0 | 328M| 629 |   - |1004 |1891 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
99.69/99.71	c  94.3s|  1130k|  1102k|     0 |   0.0 | 331M| 629 |   - |1004 |1861 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
100.59/100.61	c  95.1s|  1140k|  1111k|     0 |   0.0 | 334M| 629 |   - |1004 |1816 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
101.39/101.44	c  95.9s|  1150k|  1121k|     0 |   0.0 | 337M| 629 |   - |1004 |1904 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
102.20/102.24	c  96.7s|  1160k|  1131k|     0 |   0.0 | 340M| 629 |   - |1004 |1952 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
103.10/103.12	c  97.5s|  1170k|  1141k|     0 |   0.0 | 343M| 629 |   - |1004 |2014 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
103.89/103.99	c  98.3s|  1180k|  1150k|     0 |   0.0 | 345M| 629 |   - |1004 |2087 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
104.80/104.89	c  99.2s|  1190k|  1160k|     0 |   0.0 | 348M| 629 |   - |1004 |2070 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
105.69/105.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.69/105.76	c   100s|  1200k|  1170k|     0 |   0.0 | 351M| 629 |   - |1004 |2011 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
106.60/106.68	c   101s|  1210k|  1180k|     0 |   0.0 | 354M| 629 |   - |1004 |1989 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
107.49/107.56	c   102s|  1220k|  1189k|     0 |   0.0 | 357M| 629 |   - |1004 |1988 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
108.29/108.37	c   102s|  1230k|  1199k|     0 |   0.0 | 360M| 629 |   - |1004 |2071 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
109.10/109.19	c   103s|  1240k|  1209k|     0 |   0.0 | 363M| 629 |   - |1004 |2034 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
110.00/110.08	c   104s|  1250k|  1219k|     0 |   0.0 | 366M| 629 |   - |1004 |2130 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
110.90/110.97	c   105s|  1260k|  1228k|     0 |   0.0 | 369M| 629 |   - |1004 |2230 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
111.80/111.88	c   106s|  1270k|  1238k|     0 |   0.0 | 371M| 629 |   - |1004 |2190 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
112.70/112.77	c   107s|  1280k|  1248k|     0 |   0.0 | 374M| 629 |   - |1004 |2220 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
113.59/113.66	c   107s|  1290k|  1257k|     0 |   0.0 | 377M| 629 |   - |1004 |2152 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
114.40/114.49	c   108s|  1300k|  1267k|     0 |   0.0 | 380M| 629 |   - |1004 |2070 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
115.30/115.32	c   109s|  1310k|  1277k|     0 |   0.0 | 383M| 629 |   - |1004 |2218 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
116.10/116.17	c   110s|  1320k|  1287k|     0 |   0.0 | 386M| 629 |   - |1004 |2317 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
116.99/117.08	c   111s|  1330k|  1296k|     0 |   0.0 | 389M| 629 |   - |1004 |2296 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
117.89/117.93	c   111s|  1340k|  1306k|     0 |   0.0 | 392M| 629 |   - |1004 |2179 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
118.80/118.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.80/118.80	c   112s|  1350k|  1316k|     0 |   0.0 | 395M| 629 |   - |1004 |2229 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
119.60/119.67	c   113s|  1360k|  1325k|     0 |   0.0 | 398M| 629 |   - |1004 |2172 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
120.49/120.57	c   114s|  1370k|  1335k|     0 |   0.0 | 400M| 629 |   - |1004 |2257 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
121.29/121.36	c   115s|  1380k|  1345k|     0 |   0.0 | 403M| 629 |   - |1004 |2255 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
122.20/122.20	c   116s|  1390k|  1355k|     0 |   0.0 | 406M| 629 |   - |1004 |2293 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
123.00/123.06	c   116s|  1400k|  1364k|     0 |   0.0 | 409M| 629 |   - |1004 |2266 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
123.90/123.96	c   117s|  1410k|  1374k|     0 |   0.0 | 412M| 629 |   - |1004 |2202 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
124.80/124.83	c   118s|  1420k|  1384k|     0 |   0.0 | 415M| 629 |   - |1004 |2232 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
125.70/125.72	c   119s|  1430k|  1393k|     0 |   0.0 | 418M| 629 |   - |1004 |2264 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
126.60/126.60	c   120s|  1440k|  1403k|     0 |   0.0 | 421M| 629 |   - |1004 |2175 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
127.39/127.44	c   120s|  1450k|  1413k|     0 |   0.0 | 424M| 629 |   - |1004 |2258 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
128.19/128.25	c   121s|  1460k|  1423k|     0 |   0.0 | 426M| 629 |   - |1004 |2279 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
128.99/129.08	c   122s|  1470k|  1432k|     0 |   0.0 | 429M| 629 |   - |1004 |2342 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
129.90/129.95	c   123s|  1480k|  1442k|     0 |   0.0 | 432M| 629 |   - |1004 |2354 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
130.80/130.82	c   124s|  1490k|  1452k|     0 |   0.0 | 435M| 629 |   - |1004 |2186 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
131.70/131.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.70/131.71	c   124s|  1500k|  1462k|     0 |   0.0 | 438M| 629 |   - |1004 |2188 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
132.60/132.60	c   125s|  1510k|  1471k|     0 |   0.0 | 441M| 629 |   - |1004 |2349 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
133.40/133.48	c   126s|  1520k|  1481k|     0 |   0.0 | 444M| 629 |   - |1004 |2395 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
134.20/134.28	c   127s|  1530k|  1491k|     0 |   0.0 | 447M| 629 |   - |1004 |2470 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
134.99/135.09	c   128s|  1540k|  1500k|     0 |   0.0 | 450M| 629 |   - |1004 |2221 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
135.89/135.92	c   128s|  1550k|  1510k|     0 |   0.0 | 453M| 629 |   - |1004 |2340 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
136.79/136.83	c   129s|  1560k|  1520k|     0 |   0.0 | 455M| 629 |   - |1004 |2266 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
137.60/137.68	c   130s|  1570k|  1530k|     0 |   0.0 | 458M| 629 |   - |1004 |2456 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
138.50/138.58	c   131s|  1580k|  1539k|     0 |   0.0 | 461M| 629 |   - |1004 |2412 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
139.40/139.43	c   132s|  1590k|  1549k|     0 |   0.0 | 464M| 629 |   - |1004 |2600 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
140.30/140.35	c   133s|  1600k|  1559k|     0 |   0.0 | 467M| 629 |   - |1004 |2559 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
141.10/141.12	c   133s|  1610k|  1568k|     0 |   0.0 | 470M| 629 |   - |1004 |2581 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
141.90/141.99	c   134s|  1620k|  1578k|     0 |   0.0 | 473M| 629 |   - |1004 |2532 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
142.80/142.87	c   135s|  1630k|  1588k|     0 |   0.0 | 476M| 629 |   - |1004 |2550 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
143.69/143.74	c   136s|  1640k|  1597k|     0 |   0.0 | 479M| 629 |   - |1004 |2469 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
144.59/144.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
144.59/144.60	c   137s|  1650k|  1607k|     0 |   0.0 | 482M| 629 |   - |1004 |2413 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
145.39/145.47	c   137s|  1660k|  1617k|     0 |   0.0 | 485M| 629 |   - |1004 |2470 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
146.30/146.37	c   138s|  1670k|  1627k|     0 |   0.0 | 487M| 629 |   - |1004 |2478 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
147.19/147.21	c   139s|  1680k|  1636k|     0 |   0.0 | 490M| 629 |   - |1004 |2590 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
147.99/148.02	c   140s|  1690k|  1646k|     0 |   0.0 | 493M| 629 |   - |1004 |2555 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
148.79/148.86	c   141s|  1700k|  1656k|     0 |   0.0 | 496M| 629 |   - |1004 |2607 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
149.70/149.74	c   141s|  1710k|  1665k|     0 |   0.0 | 499M| 629 |   - |1004 |2502 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
150.60/150.60	c   142s|  1720k|  1675k|     0 |   0.0 | 502M| 629 |   - |1004 |2697 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
151.50/151.51	c   143s|  1730k|  1685k|     0 |   0.0 | 505M| 629 |   - |1004 |2579 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
152.29/152.38	c   144s|  1740k|  1694k|     0 |   0.0 | 508M| 629 |   - |1004 |2682 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
153.19/153.28	c   145s|  1750k|  1704k|     0 |   0.0 | 511M| 629 |   - |1004 |2623 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
154.09/154.11	c   146s|  1760k|  1714k|     0 |   0.0 | 514M| 629 |   - |1004 |2769 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
154.90/154.96	c   146s|  1770k|  1723k|     0 |   0.0 | 517M| 629 |   - |1004 |2888 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
155.79/155.83	c   147s|  1780k|  1733k|     0 |   0.0 | 520M| 629 |   - |1004 |2939 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
156.69/156.73	c   148s|  1790k|  1743k|     0 |   0.0 | 523M| 629 |   - |1004 |3052 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
157.60/157.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.60/157.60	c   149s|  1800k|  1753k|     0 |   0.0 | 525M| 629 |   - |1004 |2914 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
158.49/158.50	c   150s|  1810k|  1762k|     0 |   0.0 | 528M| 629 |   - |1004 |2772 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
159.30/159.36	c   151s|  1820k|  1772k|     0 |   0.0 | 531M| 629 |   - |1004 |2643 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
160.20/160.21	c   151s|  1830k|  1782k|     0 |   0.0 | 534M| 629 |   - |1004 |2835 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
160.99/161.02	c   152s|  1840k|  1791k|     0 |   0.0 | 537M| 629 |   - |1004 |2544 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
161.79/161.85	c   153s|  1850k|  1801k|     0 |   0.0 | 540M| 629 |   - |1004 |2669 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
162.70/162.74	c   154s|  1860k|  1811k|     0 |   0.0 | 543M| 629 |   - |1004 |2615 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
163.59/163.61	c   155s|  1870k|  1820k|     0 |   0.0 | 546M| 629 |   - |1004 |2692 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
164.39/164.50	c   155s|  1880k|  1830k|     0 |   0.0 | 549M| 629 |   - |1004 |2502 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
165.29/165.36	c   156s|  1890k|  1840k|     0 |   0.0 | 552M| 629 |   - |1004 |2607 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
166.20/166.26	c   157s|  1900k|  1849k|     0 |   0.0 | 555M| 629 |   - |1004 |2497 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
166.99/167.06	c   158s|  1910k|  1859k|     0 |   0.0 | 558M| 629 |   - |1004 |2700 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
167.79/167.88	c   159s|  1920k|  1869k|     0 |   0.0 | 561M| 629 |   - |1004 |2798 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
168.70/168.74	c   159s|  1930k|  1879k|     0 |   0.0 | 563M| 629 |   - |1004 |2767 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
169.60/169.62	c   160s|  1940k|  1888k|     0 |   0.0 | 566M| 629 |   - |1004 |2848 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
170.40/170.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.40/170.49	c   161s|  1950k|  1898k|     0 |   0.0 | 569M| 629 |   - |1004 |2754 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
171.30/171.36	c   162s|  1960k|  1908k|     0 |   0.0 | 572M| 629 |   - |1004 |2883 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
172.19/172.25	c   163s|  1970k|  1917k|     0 |   0.0 | 575M| 629 |   - |1004 |2748 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
172.99/173.09	c   164s|  1980k|  1927k|     0 |   0.0 | 578M| 629 |   - |1004 |2969 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
173.90/173.95	c   164s|  1990k|  1937k|     0 |   0.0 | 581M| 629 |   - |1004 |2733 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
174.69/174.77	c   165s|  2000k|  1946k|     0 |   0.0 | 584M| 629 |   - |1004 |2898 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
175.59/175.68	c   166s|  2010k|  1956k|     0 |   0.0 | 587M| 629 |   - |1004 |2743 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
176.49/176.55	c   167s|  2020k|  1966k|     0 |   0.0 | 590M| 629 |   - |1004 |2901 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
177.39/177.47	c   168s|  2030k|  1975k|     0 |   0.0 | 593M| 629 |   - |1004 |2800 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
178.30/178.33	c   168s|  2040k|  1985k|     0 |   0.0 | 596M| 629 |   - |1004 |2896 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
179.20/179.21	c   169s|  2050k|  1995k|     0 |   0.0 | 599M| 629 |   - |1004 |2659 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
180.00/180.04	c   170s|  2060k|  2004k|     0 |   0.0 | 602M| 629 |   - |1004 |2852 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
180.80/180.85	c   171s|  2070k|  2014k|     0 |   0.0 | 605M| 629 |   - |1004 |2756 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
181.69/181.75	c   172s|  2080k|  2024k|     0 |   0.0 | 607M| 629 |   - |1004 |2876 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
182.60/182.62	c   172s|  2090k|  2033k|     0 |   0.0 | 610M| 629 |   - |1004 |2932 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
183.50/183.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.50/183.55	c   173s|  2100k|  2043k|     0 |   0.0 | 613M| 629 |   - |1004 |2847 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
184.39/184.40	c   174s|  2110k|  2053k|     0 |   0.0 | 616M| 629 |   - |1004 |3026 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
185.30/185.33	c   175s|  2120k|  2062k|     0 |   0.0 | 619M| 629 |   - |1004 |2820 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
186.20/186.20	c   176s|  2130k|  2072k|     0 |   0.0 | 622M| 629 |   - |1004 |3053 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
187.00/187.01	c   177s|  2140k|  2082k|     0 |   0.0 | 625M| 629 |   - |1004 |3033 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
187.79/187.85	c   177s|  2150k|  2091k|     0 |   0.0 | 628M| 629 |   - |1004 |2943 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
188.69/188.75	c   178s|  2160k|  2101k|     0 |   0.0 | 631M| 629 |   - |1004 |2995 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
189.59/189.65	c   179s|  2170k|  2111k|     0 |   0.0 | 634M| 629 |   - |1004 |2971 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
190.50/190.54	c   180s|  2180k|  2120k|     0 |   0.0 | 637M| 629 |   - |1004 |3026 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
191.40/191.47	c   181s|  2190k|  2130k|     0 |   0.0 | 640M| 629 |   - |1004 |2920 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
192.29/192.35	c   182s|  2200k|  2140k|     0 |   0.0 | 643M| 629 |   - |1004 |2771 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
193.19/193.22	c   182s|  2210k|  2149k|     0 |   0.0 | 646M| 629 |   - |1004 |2835 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
194.00/194.05	c   183s|  2220k|  2159k|     0 |   0.0 | 649M| 629 |   - |1004 |3058 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
194.90/194.94	c   184s|  2230k|  2169k|     0 |   0.0 | 652M| 629 |   - |1004 |2806 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
195.80/195.83	c   185s|  2240k|  2178k|     0 |   0.0 | 655M| 629 |   - |1004 |2796 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
196.70/196.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.70/196.74	c   186s|  2250k|  2188k|     0 |   0.0 | 658M| 629 |   - |1004 |2816 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
197.59/197.63	c   187s|  2260k|  2197k|     0 |   0.0 | 661M| 629 |   - |1004 |2737 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
198.50/198.53	c   187s|  2270k|  2207k|     0 |   0.0 | 664M| 629 |   - |1004 |2911 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
199.40/199.43	c   188s|  2280k|  2217k|     0 |   0.0 | 667M| 629 |   - |1004 |3059 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
200.20/200.25	c   189s|  2290k|  2226k|     0 |   0.0 | 670M| 629 |   - |1004 |3185 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
201.09/201.11	c   190s|  2300k|  2236k|     0 |   0.0 | 673M| 629 |   - |1004 |3075 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
202.00/202.00	c   191s|  2310k|  2246k|     0 |   0.0 | 676M| 629 |   - |1004 |3309 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
202.89/202.93	c   192s|  2320k|  2255k|     0 |   0.0 | 678M| 629 |   - |1004 |3091 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
203.69/203.79	c   192s|  2330k|  2265k|     0 |   0.0 | 682M| 629 |   - |1004 |3210 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
204.70/204.70	c   193s|  2340k|  2275k|     0 |   0.0 | 684M| 629 |   - |1004 |2873 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
205.50/205.60	c   194s|  2350k|  2284k|     0 |   0.0 | 687M| 629 |   - |1004 |3115 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
206.40/206.45	c   195s|  2360k|  2294k|     0 |   0.0 | 690M| 629 |   - |1004 |3190 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
207.20/207.28	c   196s|  2370k|  2304k|     0 |   0.0 | 693M| 629 |   - |1004 |3181 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
208.10/208.19	c   197s|  2380k|  2313k|     0 |   0.0 | 696M| 629 |   - |1004 |3283 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
209.09/209.10	c   197s|  2390k|  2323k|     0 |   0.0 | 699M| 629 |   - |1004 |3380 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
209.90/209.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.90/209.98	c   198s|  2400k|  2333k|     0 |   0.0 | 703M| 629 |   - |1004 |3511 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
210.80/210.87	c   199s|  2410k|  2342k|     0 |   0.0 | 706M| 629 |   - |1004 |3404 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
211.69/211.74	c   200s|  2420k|  2352k|     0 |   0.0 | 708M| 629 |   - |1004 |3167 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
212.50/212.59	c   201s|  2430k|  2361k|     0 |   0.0 | 711M| 629 |   - |1004 |3090 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
213.31/213.39	c   202s|  2440k|  2371k|     0 |   0.0 | 714M| 629 |   - |1004 |3192 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
214.20/214.28	c   202s|  2450k|  2381k|     0 |   0.0 | 717M| 629 |   - |1004 |3080 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
215.10/215.15	c   203s|  2460k|  2390k|     0 |   0.0 | 720M| 629 |   - |1004 |3192 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
215.99/216.06	c   204s|  2470k|  2400k|     0 |   0.0 | 723M| 629 |   - |1004 |3107 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
216.90/216.95	c   205s|  2480k|  2410k|     0 |   0.0 | 726M| 629 |   - |1004 |3298 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
217.80/217.87	c   206s|  2490k|  2419k|     0 |   0.0 | 729M| 629 |   - |1004 |3082 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
218.69/218.79	c   207s|  2500k|  2429k|     0 |   0.0 | 732M| 629 |   - |1004 |3194 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
219.59/219.65	c   207s|  2510k|  2438k|     0 |   0.0 | 735M| 629 |   - |1004 |3081 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
220.49/220.50	c   208s|  2520k|  2448k|     0 |   0.0 | 738M| 629 |   - |1004 |3284 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
221.40/221.41	c   209s|  2530k|  2458k|     0 |   0.0 | 741M| 629 |   - |1004 |3421 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
222.29/222.32	c   210s|  2540k|  2467k|     0 |   0.0 | 744M| 629 |   - |1004 |3330 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
223.20/223.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.20/223.24	c   211s|  2550k|  2477k|     0 |   0.0 | 747M| 629 |   - |1004 |3183 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
224.10/224.16	c   212s|  2560k|  2486k|     0 |   0.0 | 750M| 629 |   - |1004 |3298 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
224.99/225.04	c   213s|  2570k|  2496k|     0 |   0.0 | 753M| 629 |   - |1004 |3468 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
225.90/225.90	c   213s|  2580k|  2506k|     0 |   0.0 | 756M| 629 |   - |1004 |3215 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
226.70/226.74	c   214s|  2590k|  2515k|     0 |   0.0 | 759M| 629 |   - |1004 |3250 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
227.60/227.66	c   215s|  2600k|  2525k|     0 |   0.0 | 762M| 629 |   - |1004 |3133 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
228.50/228.51	c   216s|  2610k|  2534k|     0 |   0.0 | 765M| 629 |   - |1004 |3153 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
229.40/229.45	c   217s|  2620k|  2544k|     0 |   0.0 | 768M| 629 |   - |1004 |2936 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
230.30/230.34	c   218s|  2630k|  2554k|     0 |   0.0 | 771M| 629 |   - |1004 |3121 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
231.20/231.26	c   218s|  2640k|  2563k|     0 |   0.0 | 774M| 629 |   - |1004 |3050 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
232.11/232.14	c   219s|  2650k|  2573k|     0 |   0.0 | 778M| 629 |   - |1004 |3373 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
233.00/233.00	c   220s|  2660k|  2583k|     0 |   0.0 | 780M| 629 |   - |1004 |3281 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
234.00/234.03	c   221s|  2670k|  2592k|     0 |   0.0 | 784M| 629 |   - |1004 |3357 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
235.20/235.27	c   222s|  2680k|  2602k|     0 |   0.0 | 786M| 629 |   - |1004 |3185 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
236.51/236.54	c   223s|  2690k|  2611k|     0 |   0.0 | 789M| 629 |   - |1004 |3012 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
237.70/237.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.70/237.79	c   225s|  2700k|  2621k|     0 |   0.0 | 792M| 629 |   - |1004 |3205 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
239.00/239.03	c   226s|  2710k|  2631k|     0 |   0.0 | 796M| 629 |   - |1004 |3259 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
240.09/240.16	c   227s|  2720k|  2640k|     0 |   0.0 | 799M| 629 |   - |1004 |3481 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
241.40/241.48	c   228s|  2730k|  2650k|     0 |   0.0 | 802M| 629 |   - |1004 |3429 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
242.59/242.66	c   229s|  2740k|  2659k|     0 |   0.0 | 805M| 629 |   - |1004 |3630 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
243.89/243.92	c   231s|  2750k|  2669k|     0 |   0.0 | 808M| 629 |   - |1004 |3319 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
245.10/245.13	c   232s|  2760k|  2679k|     0 |   0.0 | 811M| 629 |   - |1004 |3625 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
246.10/246.18	c   233s|  2770k|  2688k|     0 |   0.0 | 814M| 629 |   - |1004 |3283 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
247.00/247.06	c   234s|  2780k|  2698k|     0 |   0.0 | 817M| 629 |   - |1004 |3627 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
247.90/247.97	c   234s|  2790k|  2707k|     0 |   0.0 | 820M| 629 |   - |1004 |3751 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
248.80/248.87	c   235s|  2800k|  2717k|     0 |   0.0 | 823M| 629 |   - |1004 |4003 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
249.70/249.76	c   236s|  2810k|  2726k|     0 |   0.0 | 826M| 629 |   - |1004 |3729 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
250.60/250.69	c   237s|  2820k|  2736k|     0 |   0.0 | 829M| 629 |   - |1004 |4042 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
251.60/251.60	c   238s|  2830k|  2746k|     0 |   0.0 | 832M| 629 |   - |1004 |3691 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
252.39/252.43	c   239s|  2840k|  2755k|     0 |   0.0 | 835M| 629 |   - |1004 |3954 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
253.19/253.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.19/253.26	c   239s|  2850k|  2765k|     0 |   0.0 | 838M| 629 |   - |1004 |4074 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
254.20/254.20	c   240s|  2860k|  2774k|     0 |   0.0 | 841M| 629 |   - |1004 |4011 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
255.00/255.08	c   241s|  2870k|  2784k|     0 |   0.0 | 844M| 629 |   - |1004 |3736 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
256.00/256.02	c   242s|  2880k|  2793k|     0 |   0.0 | 847M| 629 |   - |1004 |3963 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
256.80/256.89	c   243s|  2890k|  2803k|     0 |   0.0 | 850M| 629 |   - |1004 |3872 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
257.80/257.85	c   244s|  2900k|  2813k|     0 |   0.0 | 853M| 629 |   - |1004 |3991 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
258.70/258.72	c   244s|  2910k|  2822k|     0 |   0.0 | 856M| 629 |   - |1004 |4326 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
259.50/259.59	c   245s|  2920k|  2832k|     0 |   0.0 | 859M| 629 |   - |1004 |3798 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
260.40/260.48	c   246s|  2930k|  2841k|     0 |   0.0 | 862M| 629 |   - |1004 |3641 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
261.39/261.42	c   247s|  2940k|  2851k|     0 |   0.0 | 865M| 629 |   - |1004 |3629 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
262.30/262.32	c   248s|  2950k|  2860k|     0 |   0.0 | 868M| 629 |   - |1004 |3670 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
263.20/263.26	c   249s|  2960k|  2870k|     0 |   0.0 | 871M| 629 |   - |1004 |3733 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
264.10/264.17	c   250s|  2970k|  2880k|     0 |   0.0 | 875M| 629 |   - |1004 |4124 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
265.00/265.07	c   250s|  2980k|  2889k|     0 |   0.0 | 878M| 629 |   - |1004 |4011 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
265.90/265.94	c   251s|  2990k|  2899k|     0 |   0.0 | 881M| 629 |   - |1004 |4411 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
266.80/266.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
266.80/266.83	c   252s|  3000k|  2908k|     0 |   0.0 | 884M| 629 |   - |1004 |4190 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
267.70/267.72	c   253s|  3010k|  2918k|     0 |   0.0 | 887M| 629 |   - |1004 |4332 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
268.60/268.63	c   254s|  3020k|  2927k|     0 |   0.0 | 890M| 629 |   - |1004 |4441 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
269.51/269.52	c   255s|  3030k|  2937k|     0 |   0.0 | 893M| 629 |   - |1004 |4275 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
270.29/270.38	c   255s|  3040k|  2947k|     0 |   0.0 | 896M| 629 |   - |1004 |3964 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
271.20/271.29	c   256s|  3050k|  2956k|     0 |   0.0 | 899M| 629 |   - |1004 |3775 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
272.10/272.10	c   257s|  3060k|  2966k|     0 |   0.0 | 902M| 629 |   - |1004 |3884 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
272.90/272.97	c   258s|  3070k|  2975k|     0 |   0.0 | 905M| 629 |   - |1004 |3765 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
273.81/273.85	c   259s|  3080k|  2985k|     0 |   0.0 | 908M| 629 |   - |1004 |3661 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
274.80/274.82	c   260s|  3090k|  2994k|     0 |   0.0 | 911M| 629 |   - |1004 |4014 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
275.70/275.72	c   261s|  3100k|  3004k|     0 |   0.0 | 914M| 629 |   - |1004 |4092 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
276.60/276.62	c   261s|  3110k|  3013k|     0 |   0.0 | 917M| 629 |   - |1004 |4025 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
277.40/277.49	c   262s|  3120k|  3023k|     0 |   0.0 | 920M| 629 |   - |1004 |4149 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
278.40/278.44	c   263s|  3130k|  3032k|     0 |   0.0 | 923M| 629 |   - |1004 |3929 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
279.20/279.26	c   264s|  3140k|  3042k|     0 |   0.0 | 926M| 629 |   - |1004 |4007 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
280.19/280.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.19/280.24	c   265s|  3150k|  3052k|     0 |   0.0 | 929M| 629 |   - |1004 |4168 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
281.09/281.15	c   266s|  3160k|  3061k|     0 |   0.0 | 932M| 629 |   - |1004 |4211 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
282.09/282.14	c   267s|  3170k|  3071k|     0 |   0.0 | 935M| 629 |   - |1004 |4145 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
283.00/283.04	c   267s|  3180k|  3080k|     0 |   0.0 | 939M| 629 |   - |1004 |4358 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
284.00/284.00	c   268s|  3190k|  3090k|     0 |   0.0 | 942M| 629 |   - |1004 |4126 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
284.80/284.87	c   269s|  3200k|  3099k|     0 |   0.0 | 945M| 629 |   - |1004 |4483 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
285.70/285.74	c   270s|  3210k|  3109k|     0 |   0.0 | 948M| 629 |   - |1004 |4446 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
286.60/286.61	c   271s|  3220k|  3118k|     0 |   0.0 | 951M| 629 |   - |1004 |4725 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
287.50/287.54	c   272s|  3230k|  3128k|     0 |   0.0 | 954M| 629 |   - |1004 |4586 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
288.39/288.44	c   273s|  3240k|  3137k|     0 |   0.0 | 957M| 629 |   - |1004 |4954 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
289.40/289.43	c   273s|  3250k|  3147k|     0 |   0.0 | 960M| 629 |   - |1004 |4879 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
290.30/290.37	c   274s|  3260k|  3156k|     0 |   0.0 | 963M| 629 |   - |1004 |5025 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
291.30/291.30	c   275s|  3270k|  3166k|     0 |   0.0 | 967M| 629 |   - |1004 |4993 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
292.20/292.22	c   276s|  3280k|  3175k|     0 |   0.0 | 970M| 629 |   - |1004 |5384 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
293.20/293.20	c   277s|  3290k|  3185k|     0 |   0.0 | 973M| 629 |   - |1004 |5245 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
294.09/294.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.09/294.15	c   278s|  3300k|  3194k|     0 |   0.0 | 976M| 629 |   - |1004 |5272 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
295.10/295.12	c   279s|  3310k|  3204k|     0 |   0.0 | 979M| 629 |   - |1004 |5168 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
296.00/296.04	c   280s|  3320k|  3213k|     0 |   0.0 | 982M| 629 |   - |1004 |5497 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
297.01/297.02	c   281s|  3330k|  3223k|     0 |   0.0 | 985M| 629 |   - |1004 |5186 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
297.90/297.90	c   282s|  3340k|  3232k|     0 |   0.0 | 988M| 629 |   - |1004 |5531 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
298.70/298.78	c   282s|  3350k|  3242k|     0 |   0.0 | 991M| 629 |   - |1004 |4702 |   0 |   0 |   0 | 557k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
299.60/299.65	c   283s|  3360k|  3251k|     0 |   0.0 | 994M| 629 |   - |1004 |4633 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
300.60/300.62	c   284s|  3370k|  3261k|     0 |   0.0 | 997M| 629 |   - |1004 |4317 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
301.50/301.54	c   285s|  3380k|  3270k|     0 |   0.0 |1000M| 629 |   - |1004 |4435 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
302.51/302.57	c   286s|  3390k|  3279k|     0 |   0.0 |1004M| 629 |   - |1004 |4575 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
303.40/303.48	c   287s|  3400k|  3289k|     0 |   0.0 |1007M| 629 |   - |1004 |4460 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
304.40/304.45	c   288s|  3410k|  3298k|     0 |   0.0 |1010M| 629 |   - |1004 |4722 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
305.20/305.29	c   288s|  3420k|  3308k|     0 |   0.0 |1013M| 629 |   - |1004 |4748 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
306.20/306.28	c   289s|  3430k|  3317k|     0 |   0.0 |1016M| 629 |   - |1004 |4732 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
307.20/307.24	c   290s|  3440k|  3327k|     0 |   0.0 |1019M| 629 |   - |1004 |4887 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
308.20/308.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.20/308.23	c   291s|  3450k|  3336k|     0 |   0.0 |1023M| 629 |   - |1004 |5069 |   0 |   0 |   0 | 585k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
309.10/309.16	c   292s|  3460k|  3346k|     0 |   0.0 |1025M| 629 |   - |1004 |4677 |   0 |   0 |   0 | 587k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
310.10/310.14	c   293s|  3470k|  3355k|     0 |   0.0 |1029M| 629 |   - |1004 |4752 |   0 |   0 |   0 | 590k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
311.00/311.09	c   294s|  3480k|  3365k|     0 |   0.0 |1032M| 629 |   - |1004 |4314 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
311.90/311.96	c   295s|  3490k|  3374k|     0 |   0.0 |1035M| 629 |   - |1004 |4475 |   0 |   0 |   0 | 596k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
312.90/312.90	c   296s|  3500k|  3383k|     0 |   0.0 |1038M| 629 |   - |1004 |4443 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
313.90/313.93	c   297s|  3510k|  3393k|     0 |   0.0 |1041M| 629 |   - |1004 |4614 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
314.80/314.89	c   298s|  3520k|  3402k|     0 |   0.0 |1044M| 629 |   - |1004 |4900 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
315.80/315.83	c   298s|  3530k|  3412k|     0 |   0.0 |1048M| 629 |   - |1004 |5052 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
316.80/316.89	c   299s|  3540k|  3421k|     0 |   0.0 |1051M| 629 |   - |1004 |5274 |   0 |   0 |   0 | 611k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
317.70/317.78	c   300s|  3550k|  3431k|     0 |   0.0 |1054M| 629 |   - |1004 |5125 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
318.70/318.72	c   301s|  3560k|  3440k|     0 |   0.0 |1057M| 629 |   - |1004 |5377 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
319.60/319.63	c   302s|  3570k|  3449k|     0 |   0.0 |1060M| 629 |   - |1004 |5473 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
320.60/320.63	c   303s|  3580k|  3459k|     0 |   0.0 |1063M| 629 |   - |1004 |5650 |   0 |   0 |   0 | 623k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
321.50/321.56	c   304s|  3590k|  3468k|     0 |   0.0 |1066M| 629 |   - |1004 |5236 |   0 |   0 |   0 | 626k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
322.50/322.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
322.50/322.55	c   305s|  3600k|  3478k|     0 |   0.0 |1070M| 629 |   - |1004 |5520 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
323.50/323.50	c   306s|  3610k|  3487k|     0 |   0.0 |1073M| 629 |   - |1004 |5364 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
324.41/324.41	c   307s|  3620k|  3496k|     0 |   0.0 |1076M| 629 |   - |1004 |5788 |   0 |   0 |   0 | 635k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
325.30/325.34	c   307s|  3630k|  3506k|     0 |   0.0 |1079M| 629 |   - |1004 |5638 |   0 |   0 |   0 | 638k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
326.20/326.26	c   308s|  3640k|  3515k|     0 |   0.0 |1082M| 629 |   - |1004 |5538 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
327.29/327.30	c   309s|  3650k|  3525k|     0 |   0.0 |1085M| 629 |   - |1004 |5602 |   0 |   0 |   0 | 644k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
328.20/328.29	c   310s|  3660k|  3534k|     0 |   0.0 |1089M| 629 |   - |1004 |5725 |   0 |   0 |   0 | 647k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
329.40/329.40	c   311s|  3670k|  3543k|     0 |   0.0 |1092M| 629 |   - |1004 |5443 |   0 |   0 |   0 | 651k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
330.30/330.39	c   312s|  3680k|  3553k|     0 |   0.0 |1095M| 629 |   - |1004 |5602 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
331.30/331.34	c   313s|  3690k|  3562k|     0 |   0.0 |1098M| 629 |   - |1004 |6134 |   0 |   0 |   0 | 657k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
332.30/332.35	c   314s|  3700k|  3571k|     0 |   0.0 |1101M| 629 |   - |1004 |6036 |   0 |   0 |   0 | 660k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
333.31/333.30	c   315s|  3710k|  3581k|     0 |   0.0 |1105M| 629 |   - |1004 |6552 |   0 |   0 |   0 | 663k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
334.30/334.35	c   316s|  3720k|  3590k|     0 |   0.0 |1108M| 629 |   - |1004 |6792 |   0 |   0 |   0 | 667k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
335.20/335.28	c   317s|  3730k|  3599k|     0 |   0.0 |1111M| 629 |   - |1004 |6694 |   0 |   0 |   0 | 670k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
336.20/336.29	c   318s|  3740k|  3609k|     0 |   0.0 |1115M| 629 |   - |1004 |6893 |   0 |   0 |   0 | 673k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
337.20/337.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.20/337.25	c   319s|  3750k|  3618k|     0 |   0.0 |1118M| 629 |   - |1004 |6842 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
338.10/338.12	c   320s|  3760k|  3628k|     0 |   0.0 |1121M| 629 |   - |1004 |7459 |   0 |   0 |   0 | 680k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
339.10/339.12	c   320s|  3770k|  3637k|     0 |   0.0 |1125M| 629 |   - |1004 |7435 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
340.10/340.14	c   321s|  3780k|  3646k|     0 |   0.0 |1128M| 629 |   - |1004 |7623 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
341.10/341.20	c   322s|  3790k|  3655k|     0 |   0.0 |1131M| 629 |   - |1004 |7649 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
342.20/342.22	c   323s|  3800k|  3665k|     0 |   0.0 |1134M| 629 |   - |1004 |6985 |   0 |   0 |   0 | 693k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
343.30/343.30	c   324s|  3810k|  3674k|     0 |   0.0 |1138M| 629 |   - |1004 |7579 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
344.31/344.32	c   325s|  3820k|  3683k|     0 |   0.0 |1141M| 629 |   - |1004 |7064 |   0 |   0 |   0 | 700k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
345.31/345.31	c   326s|  3830k|  3693k|     0 |   0.0 |1144M| 629 |   - |1004 |7299 |   0 |   0 |   0 | 704k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
346.41/346.41	c   327s|  3840k|  3702k|     0 |   0.0 |1147M| 629 |   - |1004 |7276 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
347.40/347.47	c   328s|  3850k|  3711k|     0 |   0.0 |1150M| 629 |   - |1004 |6458 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
348.50/348.50	c   329s|  3860k|  3721k|     0 |   0.0 |1153M| 629 |   - |1004 |7103 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
349.59/349.64	c   331s|  3870k|  3730k|     0 |   0.0 |1156M| 629 |   - |1004 |6302 |   0 |   0 |   0 | 719k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
350.60/350.62	c   331s|  3880k|  3739k|     0 |   0.0 |1159M| 629 |   - |1004 |6342 |   0 |   0 |   0 | 722k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
351.59/351.62	c   332s|  3890k|  3748k|     0 |   0.0 |1163M| 629 |   - |1004 |6436 |   0 |   0 |   0 | 726k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
352.60/352.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.60/352.69	c   333s|  3900k|  3758k|     0 |   0.0 |1166M| 629 |   - |1004 |6712 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
353.60/353.64	c   334s|  3910k|  3767k|     0 |   0.0 |1169M| 629 |   - |1004 |7115 |   0 |   0 |   0 | 733k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
354.70/354.76	c   335s|  3920k|  3776k|     0 |   0.0 |1172M| 629 |   - |1004 |6912 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
355.80/355.84	c   336s|  3930k|  3786k|     0 |   0.0 |1175M| 629 |   - |1004 |6542 |   0 |   0 |   0 | 740k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
356.90/356.93	c   337s|  3940k|  3795k|     0 |   0.0 |1179M| 629 |   - |1004 |7337 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
357.90/357.95	c   338s|  3950k|  3804k|     0 |   0.0 |1182M| 629 |   - |1004 |7552 |   0 |   0 |   0 | 748k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
358.90/358.97	c   339s|  3960k|  3813k|     0 |   0.0 |1185M| 629 |   - |1004 |7149 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
360.00/360.03	c   340s|  3970k|  3823k|     0 |   0.0 |1189M| 629 |   - |1004 |7807 |   0 |   0 |   0 | 756k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
361.20/361.23	c   342s|  3980k|  3832k|     0 |   0.0 |1192M| 629 |   - |1004 |7608 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
362.20/362.29	c   343s|  3990k|  3841k|     0 |   0.0 |1195M| 629 |   - |1004 |6644 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
363.30/363.34	c   344s|  4000k|  3850k|     0 |   0.0 |1198M| 629 |   - |1004 |7400 |   0 |   0 |   0 | 768k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
364.40/364.40	c   345s|  4010k|  3859k|     0 |   0.0 |1202M| 629 |   - |1004 |7736 |   0 |   0 |   0 | 772k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
365.50/365.50	c   346s|  4020k|  3869k|     0 |   0.0 |1205M| 629 |   - |1004 |7981 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
366.60/366.60	c   347s|  4030k|  3878k|     0 |   0.0 |1208M| 629 |   - |1004 |8786 |   0 |   0 |   0 | 780k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
367.70/367.74	c   348s|  4040k|  3887k|     0 |   0.0 |1211M| 629 |   - |1004 |7905 |   0 |   0 |   0 | 784k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
368.80/368.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.80/368.85	c   349s|  4050k|  3896k|     0 |   0.0 |1215M| 629 |   - |1004 |8079 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
369.90/369.92	c   350s|  4060k|  3905k|     0 |   0.0 |1218M| 629 |   - |1004 |8205 |   0 |   0 |   0 | 792k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
371.00/371.03	c   351s|  4070k|  3915k|     0 |   0.0 |1221M| 629 |   - |1004 |8165 |   0 |   0 |   0 | 797k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
372.19/372.20	c   352s|  4080k|  3924k|     0 |   0.0 |1225M| 629 |   - |1004 |8363 |   0 |   0 |   0 | 801k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
373.30/373.31	c   353s|  4090k|  3933k|     0 |   0.0 |1228M| 629 |   - |1004 |8059 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
374.40/374.49	c   354s|  4100k|  3942k|     0 |   0.0 |1231M| 629 |   - |1004 |8338 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
375.60/375.66	c   355s|  4110k|  3951k|     0 |   0.0 |1234M| 629 |   - |1004 |8632 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
376.70/376.74	c   356s|  4120k|  3960k|     0 |   0.0 |1237M| 629 |   - |1004 |8417 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
377.70/377.78	c   357s|  4130k|  3969k|     0 |   0.0 |1241M| 629 |   - |1004 |9093 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
379.00/379.02	c   359s|  4140k|  3978k|     0 |   0.0 |1244M| 629 |   - |1004 |9025 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
380.20/380.23	c   360s|  4150k|  3988k|     0 |   0.0 |1248M| 629 |   - |1004 |9395 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
381.30/381.35	c   361s|  4160k|  3997k|     0 |   0.0 |1251M| 629 |   - |1004 |9560 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
382.40/382.48	c   362s|  4170k|  4006k|     0 |   0.0 |1255M| 629 |   - |1004 |  10k|   0 |   0 |   0 | 841k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
383.60/383.65	c   363s|  4180k|  4015k|     0 |   0.0 |1259M| 629 |   - |1004 |  10k|   0 |   0 |   0 | 846k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
384.80/384.80	c   364s|  4190k|  4024k|     0 |   0.0 |1262M| 629 |   - |1004 |  10k|   0 |   0 |   0 | 850k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
385.90/385.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.90/385.95	c   365s|  4200k|  4033k|     0 |   0.0 |1265M| 629 |   - |1004 |9898 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
387.00/387.09	c   366s|  4210k|  4042k|     0 |   0.0 |1268M| 629 |   - |1004 |  10k|   0 |   0 |   0 | 859k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
388.20/388.29	c   367s|  4220k|  4051k|     0 |   0.0 |1272M| 629 |   - |1004 |9987 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
389.50/389.58	c   369s|  4230k|  4060k|     0 |   0.0 |1274M| 629 |   - |1004 |8674 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
390.70/390.74	c   370s|  4240k|  4069k|     0 |   0.0 |1277M| 629 |   - |1004 |8039 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
391.90/391.92	c   371s|  4250k|  4078k|     0 |   0.0 |1281M| 629 |   - |1004 |8429 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
393.00/393.09	c   372s|  4260k|  4087k|     0 |   0.0 |1284M| 629 |   - |1004 |8842 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
394.30/394.31	c   373s|  4270k|  4096k|     0 |   0.0 |1288M| 629 |   - |1004 |9322 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
395.70/395.70	c   374s|  4280k|  4105k|     0 |   0.0 |1291M| 629 |   - |1004 |9375 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
396.90/396.98	c   376s|  4290k|  4114k|     0 |   0.0 |1295M| 629 |   - |1004 |9818 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
398.20/398.27	c   377s|  4300k|  4123k|     0 |   0.0 |1298M| 629 |   - |1004 |9812 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
399.60/399.61	c   378s|  4310k|  4131k|     0 |   0.0 |1301M| 629 |   - |1004 |9705 |   0 |   0 |   0 | 914k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
400.90/400.97	c   379s|  4320k|  4140k|     0 |   0.0 |1305M| 629 |   - |1004 |  10k|   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
402.20/402.28	c   381s|  4330k|  4149k|     0 |   0.0 |1307M| 629 |   - |1004 |8952 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
403.51/403.56	c   382s|  4340k|  4158k|     0 |   0.0 |1311M| 629 |   - |1004 |8997 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
404.90/404.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.90/404.91	c   383s|  4350k|  4167k|     0 |   0.0 |1314M| 629 |   - |1004 |9227 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
406.20/406.23	c   384s|  4360k|  4176k|     0 |   0.0 |1317M| 629 |   - |1004 |9023 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
407.60/407.62	c   386s|  4370k|  4184k|     0 |   0.0 |1321M| 629 |   - |1004 |9233 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
408.90/408.98	c   387s|  4380k|  4193k|     0 |   0.0 |1324M| 629 |   - |1004 |9328 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
410.31/410.32	c   388s|  4390k|  4202k|     0 |   0.0 |1328M| 629 |   - |1004 |  10k|   0 |   0 |   0 | 962k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
411.60/411.62	c   390s|  4400k|  4211k|     0 |   0.0 |1331M| 629 |   - |1004 |9298 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
413.00/413.01	c   391s|  4410k|  4219k|     0 |   0.0 |1334M| 629 |   - |1004 |9946 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
414.40/414.43	c   392s|  4420k|  4228k|     0 |   0.0 |1338M| 629 |   - |1004 |  10k|   0 |   0 |   0 | 981k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
415.81/415.84	c   394s|  4430k|  4237k|     0 |   0.0 |1341M| 629 |   - |1004 |  11k|   0 |   0 |   0 | 988k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
417.10/417.11	c   395s|  4440k|  4246k|     0 |   0.0 |1345M| 629 |   - |1004 |  11k|   0 |   0 |   0 | 994k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
418.60/418.66	c   396s|  4450k|  4254k|     0 |   0.0 |1347M| 629 |   - |1004 |9884 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
420.10/420.19	c   398s|  4460k|  4263k|     0 |   0.0 |1351M| 629 |   - |1004 |  10k|   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
421.60/421.67	c   399s|  4470k|  4271k|     0 |   0.0 |1354M| 629 |   - |1004 |  10k|   0 |   0 |   0 |1015k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
423.00/423.02	c   401s|  4480k|  4280k|     0 |   0.0 |1357M| 629 |   - |1004 |  10k|   0 |   0 |   0 |1022k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
424.60/424.60	c   402s|  4490k|  4288k|     0 |   0.0 |1361M| 629 |   - |1004 |  10k|   0 |   0 |   0 |1030k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
426.01/426.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.01/426.07	c   404s|  4500k|  4297k|     0 |   0.0 |1364M| 629 |   - |1004 |  11k|   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
427.60/427.68	c   405s|  4510k|  4305k|     0 |   0.0 |1367M| 629 |   - |1004 |  10k|   0 |   0 |   0 |1046k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
429.10/429.11	c   406s|  4520k|  4314k|     0 |   0.0 |1370M| 629 |   - |1004 |  10k|   0 |   0 |   0 |1053k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
430.50/430.59	c   408s|  4530k|  4322k|     0 |   0.0 |1373M| 629 |   - |1004 |  10k|   0 |   0 |   0 |1061k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
431.90/431.96	c   409s|  4540k|  4331k|     0 |   0.0 |1377M| 629 |   - |1004 |  11k|   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
433.50/433.59	c   411s|  4550k|  4339k|     0 |   0.0 |1380M| 629 |   - |1004 |  11k|   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
435.20/435.24	c   412s|  4560k|  4347k|     0 |   0.0 |1383M| 629 |   - |1004 |  11k|   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
436.70/436.76	c   414s|  4570k|  4356k|     0 |   0.0 |1386M| 629 |   - |1004 |  11k|   0 |   0 |   0 |1094k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
438.20/438.25	c   415s|  4580k|  4364k|     0 |   0.0 |1390M| 629 |   - |1004 |  11k|   0 |   0 |   0 |1103k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
439.80/439.87	c   417s|  4590k|  4372k|     0 |   0.0 |1393M| 629 |   - |1004 |  12k|   0 |   0 |   0 |1111k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
441.40/441.40	c   418s|  4600k|  4380k|     0 |   0.0 |1396M| 629 |   - |1004 |  12k|   0 |   0 |   0 |1120k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
442.81/442.87	c   420s|  4610k|  4389k|     0 |   0.0 |1400M| 629 |   - |1004 |  14k|   0 |   0 |   0 |1129k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
444.41/444.45	c   421s|  4620k|  4397k|     0 |   0.0 |1403M| 629 |   - |1004 |  14k|   0 |   0 |   0 |1137k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
446.00/446.04	c   423s|  4630k|  4405k|     0 |   0.0 |1407M| 629 |   - |1004 |  16k|   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
447.50/447.56	c   424s|  4640k|  4413k|     0 |   0.0 |1411M| 629 |   - |1004 |  17k|   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
449.00/449.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.00/449.01	c   426s|  4650k|  4422k|     0 |   0.0 |1415M| 629 |   - |1004 |  18k|   0 |   0 |   0 |1163k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
450.31/450.39	c   427s|  4660k|  4430k|     0 |   0.0 |1418M| 629 |   - |1004 |  18k|   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
451.70/451.78	c   428s|  4670k|  4439k|     0 |   0.0 |1423M| 629 |   - |1004 |  21k|   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
453.30/453.34	c   430s|  4680k|  4447k|     0 |   0.0 |1427M| 629 |   - |1004 |  23k|   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
454.70/454.73	c   431s|  4690k|  4455k|     0 |   0.0 |1430M| 629 |   - |1004 |  24k|   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
456.20/456.23	c   433s|  4700k|  4464k|     0 |   0.0 |1434M| 629 |   - |1004 |  27k|   0 |   0 |   0 |1205k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
457.51/457.58	c   434s|  4710k|  4472k|     0 |   0.0 |1437M| 629 |   - |1004 |  28k|   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
459.10/459.14	c   435s|  4720k|  4480k|     0 |   0.0 |1441M| 629 |   - |1004 |  30k|   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
460.50/460.58	c   437s|  4730k|  4488k|     0 |   0.0 |1445M| 629 |   - |1004 |  33k|   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
462.01/462.07	c   438s|  4740k|  4497k|     0 |   0.0 |1449M| 629 |   - |1004 |  34k|   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
463.50/463.59	c   440s|  4750k|  4505k|     0 |   0.0 |1453M| 629 |   - |1004 |  38k|   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
465.41/465.47	c   442s|  4760k|  4512k|     0 |   0.0 |1458M| 629 |   - |1004 |  42k|   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
467.20/467.24	c   443s|  4770k|  4520k|     0 |   0.0 |1464M| 629 |   - |1004 |  51k|   0 |   0 |   0 |1275k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
469.00/469.04	c   445s|  4780k|  4527k|     0 |   0.0 |1471M| 629 |   - |1004 |  62k|   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
470.90/470.97	c   447s|  4790k|  4533k|     0 |   0.0 |1480M| 629 |   - |1004 |  79k|   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
473.60/473.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
473.60/473.64	c   450s|  4800k|  4541k|     0 |   0.0 |1487M| 647 |   - |1004 |  57k|   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 4.215000e+03 |    Inf 
473.80/473.87	o 286
473.80/473.87	c * 450s|  4801k|  4540k|     0 |   0.0 |1481M| 647 |   - |1004 |  41k|   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
475.00/475.09	c   451s|  4810k|  4549k|     0 |   0.0 |1473M| 647 |   - |1004 |  10k|   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
476.00/476.05	c   452s|  4820k|  4559k|     0 |   0.0 |1474M| 647 |   - |1004 |4776 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
477.10/477.10	c   453s|  4830k|  4569k|     0 |   0.0 |1477M| 647 |   - |1004 |3847 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
478.10/478.16	c   454s|  4840k|  4579k|     0 |   0.0 |1479M| 647 |   - |1004 |1692 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
479.11/479.15	c   455s|  4850k|  4589k|     0 |   0.0 |1482M| 647 |   - |1004 |1466 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
480.10/480.15	c   456s|  4860k|  4599k|     0 |   0.0 |1485M| 647 |   - |1004 |1427 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
481.10/481.13	c   457s|  4870k|  4609k|     0 |   0.0 |1488M| 647 |   - |1004 |1339 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
482.00/482.04	c   457s|  4880k|  4619k|     0 |   0.0 |1491M| 647 |   - |1004 |1300 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
482.91/482.92	c   458s|  4890k|  4629k|     0 |   0.0 |1494M| 647 |   - |1004 |1330 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
483.81/483.90	c   459s|  4900k|  4639k|     0 |   0.0 |1497M| 647 |   - |1004 |1292 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
484.80/484.85	c   460s|  4910k|  4649k|     0 |   0.0 |1500M| 647 |   - |1004 |1271 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
485.81/485.84	c   461s|  4920k|  4659k|     0 |   0.0 |1503M| 647 |   - |1004 |1381 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
486.80/486.89	c   462s|  4930k|  4669k|     0 |   0.0 |1506M| 647 |   - |1004 |1273 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
487.91/487.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
487.91/487.94	c   463s|  4940k|  4678k|     0 |   0.0 |1509M| 647 |   - |1004 |1228 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
488.80/488.89	c   464s|  4950k|  4688k|     0 |   0.0 |1511M| 647 |   - |1004 |1205 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
489.91/489.90	c   465s|  4960k|  4698k|     0 |   0.0 |1514M| 647 |   - |1004 |1134 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
490.90/490.93	c   466s|  4970k|  4708k|     0 |   0.0 |1517M| 647 |   - |1004 |1075 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
491.90/491.97	c   467s|  4980k|  4717k|     0 |   0.0 |1520M| 647 |   - |1004 |1079 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
493.00/493.00	c   468s|  4990k|  4727k|     0 |   0.0 |1523M| 647 |   - |1004 |1107 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
494.00/494.05	c   469s|  5000k|  4737k|     0 |   0.0 |1526M| 647 |   - |1004 |1082 |   0 |   0 |   0 |1327k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
495.01/495.04	c   470s|  5010k|  4747k|     0 |   0.0 |1529M| 647 |   - |1004 |1073 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
496.00/496.00	c   471s|  5020k|  4757k|     0 |   0.0 |1532M| 647 |   - |1004 |1137 |   0 |   0 |   0 |1329k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
497.01/497.06	c   472s|  5030k|  4766k|     0 |   0.0 |1535M| 647 |   - |1004 |1160 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
498.10/498.12	c   473s|  5040k|  4776k|     0 |   0.0 |1538M| 647 |   - |1004 |1091 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
499.11/499.18	c   474s|  5050k|  4786k|     0 |   0.0 |1541M| 647 |   - |1004 |1245 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
500.20/500.22	c   475s|  5060k|  4796k|     0 |   0.0 |1543M| 647 |   - |1004 |1219 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
501.20/501.26	c   476s|  5070k|  4805k|     0 |   0.0 |1546M| 647 |   - |1004 |1240 |   0 |   0 |   0 |1335k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
502.20/502.20	c   477s|  5080k|  4815k|     0 |   0.0 |1549M| 647 |   - |1004 |1208 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
503.20/503.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.20/503.24	c   478s|  5090k|  4825k|     0 |   0.0 |1552M| 647 |   - |1004 |1197 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
504.21/504.28	c   479s|  5100k|  4835k|     0 |   0.0 |1555M| 647 |   - |1004 |1169 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
505.30/505.33	c   480s|  5110k|  4844k|     0 |   0.0 |1558M| 647 |   - |1004 |1244 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
506.40/506.41	c   481s|  5120k|  4854k|     0 |   0.0 |1561M| 647 |   - |1004 |1238 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
507.40/507.48	c   482s|  5130k|  4864k|     0 |   0.0 |1564M| 647 |   - |1004 |1243 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
508.40/508.44	c   483s|  5140k|  4874k|     0 |   0.0 |1567M| 647 |   - |1004 |1252 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
509.40/509.48	c   484s|  5150k|  4884k|     0 |   0.0 |1570M| 647 |   - |1004 |1301 |   0 |   0 |   0 |1344k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
510.50/510.56	c   485s|  5160k|  4893k|     0 |   0.0 |1573M| 647 |   - |1004 |1264 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
511.60/511.63	c   486s|  5170k|  4903k|     0 |   0.0 |1576M| 647 |   - |1004 |1293 |   0 |   0 |   0 |1347k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
512.61/512.69	c   487s|  5180k|  4913k|     0 |   0.0 |1578M| 647 |   - |1004 |1296 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
513.71/513.75	c   488s|  5190k|  4923k|     0 |   0.0 |1581M| 647 |   - |1004 |1342 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
514.71/514.78	c   489s|  5200k|  4932k|     0 |   0.0 |1584M| 647 |   - |1004 |1393 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
515.70/515.76	c   490s|  5210k|  4942k|     0 |   0.0 |1587M| 647 |   - |1004 |1381 |   0 |   0 |   0 |1352k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
516.80/516.82	c   491s|  5220k|  4952k|     0 |   0.0 |1590M| 647 |   - |1004 |1339 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
517.90/517.91	c   492s|  5230k|  4962k|     0 |   0.0 |1593M| 647 |   - |1004 |1386 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
518.90/518.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
518.90/518.98	c   493s|  5240k|  4972k|     0 |   0.0 |1596M| 647 |   - |1004 |1357 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
520.00/520.03	c   494s|  5250k|  4981k|     0 |   0.0 |1599M| 647 |   - |1004 |1370 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
521.00/521.08	c   495s|  5260k|  4991k|     0 |   0.0 |1602M| 647 |   - |1004 |1422 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
522.01/522.08	c   496s|  5270k|  5001k|     0 |   0.0 |1605M| 647 |   - |1004 |1428 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
523.11/523.16	c   497s|  5280k|  5011k|     0 |   0.0 |1608M| 647 |   - |1004 |1424 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
524.21/524.22	c   498s|  5290k|  5020k|     0 |   0.0 |1610M| 647 |   - |1004 |1438 |   0 |   0 |   0 |1361k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
525.20/525.25	c   499s|  5300k|  5030k|     0 |   0.0 |1613M| 647 |   - |1004 |1425 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
526.30/526.35	c   500s|  5310k|  5040k|     0 |   0.0 |1616M| 647 |   - |1004 |1421 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
527.31/527.37	c   501s|  5320k|  5050k|     0 |   0.0 |1619M| 647 |   - |1004 |1419 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
528.30/528.34	c   502s|  5330k|  5059k|     0 |   0.0 |1622M| 647 |   - |1004 |1433 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
529.30/529.33	c   502s|  5340k|  5069k|     0 |   0.0 |1625M| 647 |   - |1004 |1425 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
530.30/530.34	c   503s|  5350k|  5079k|     0 |   0.0 |1628M| 647 |   - |1004 |1395 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
531.40/531.42	c   504s|  5360k|  5089k|     0 |   0.0 |1631M| 647 |   - |1004 |1386 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
532.41/532.46	c   505s|  5370k|  5099k|     0 |   0.0 |1634M| 647 |   - |1004 |1386 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
533.51/533.51	c   506s|  5380k|  5108k|     0 |   0.0 |1637M| 647 |   - |1004 |1389 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
534.51/534.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.51/534.51	c   507s|  5390k|  5118k|     0 |   0.0 |1639M| 647 |   - |1004 |1431 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
535.51/535.53	c   508s|  5400k|  5128k|     0 |   0.0 |1642M| 647 |   - |1004 |1451 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
536.51/536.58	c   509s|  5410k|  5138k|     0 |   0.0 |1645M| 647 |   - |1004 |1436 |   0 |   0 |   0 |1376k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
537.60/537.63	c   510s|  5420k|  5147k|     0 |   0.0 |1648M| 647 |   - |1004 |1473 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
538.70/538.70	c   511s|  5430k|  5157k|     0 |   0.0 |1651M| 647 |   - |1004 |1483 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
539.71/539.73	c   512s|  5440k|  5167k|     0 |   0.0 |1654M| 647 |   - |1004 |1499 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
540.70/540.75	c   513s|  5450k|  5177k|     0 |   0.0 |1657M| 647 |   - |1004 |1494 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
541.60/541.68	c   514s|  5460k|  5186k|     0 |   0.0 |1660M| 647 |   - |1004 |1498 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
542.70/542.73	c   515s|  5470k|  5196k|     0 |   0.0 |1663M| 647 |   - |1004 |1537 |   0 |   0 |   0 |1383k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
543.70/543.76	c   516s|  5480k|  5206k|     0 |   0.0 |1666M| 647 |   - |1004 |1524 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
544.81/544.84	c   517s|  5490k|  5216k|     0 |   0.0 |1669M| 647 |   - |1004 |1526 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
545.90/545.90	c   518s|  5500k|  5226k|     0 |   0.0 |1671M| 647 |   - |1004 |1467 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
546.90/546.96	c   519s|  5510k|  5235k|     0 |   0.0 |1674M| 647 |   - |1004 |1456 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
547.90/547.92	c   520s|  5520k|  5245k|     0 |   0.0 |1677M| 647 |   - |1004 |1515 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
548.91/548.92	c   521s|  5530k|  5255k|     0 |   0.0 |1680M| 647 |   - |1004 |1520 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
549.91/549.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
549.91/549.98	c   522s|  5540k|  5265k|     0 |   0.0 |1683M| 647 |   - |1004 |1530 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
551.01/551.01	c   523s|  5550k|  5274k|     0 |   0.0 |1686M| 647 |   - |1004 |1583 |   0 |   0 |   0 |1393k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
552.00/552.09	c   524s|  5560k|  5284k|     0 |   0.0 |1689M| 647 |   - |1004 |1605 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
553.10/553.16	c   525s|  5570k|  5294k|     0 |   0.0 |1692M| 647 |   - |1004 |1538 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
554.10/554.16	c   526s|  5580k|  5304k|     0 |   0.0 |1695M| 647 |   - |1004 |1552 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
555.10/555.13	c   527s|  5590k|  5314k|     0 |   0.0 |1698M| 647 |   - |1004 |1545 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
556.20/556.21	c   528s|  5600k|  5323k|     0 |   0.0 |1700M| 647 |   - |1004 |1577 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
557.20/557.25	c   529s|  5610k|  5333k|     0 |   0.0 |1703M| 647 |   - |1004 |1591 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
558.30/558.34	c   530s|  5620k|  5343k|     0 |   0.0 |1706M| 647 |   - |1004 |1628 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
559.31/559.39	c   531s|  5630k|  5353k|     0 |   0.0 |1709M| 647 |   - |1004 |1595 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
560.40/560.42	c   532s|  5640k|  5362k|     0 |   0.0 |1712M| 647 |   - |1004 |1599 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
561.41/561.40	c   533s|  5650k|  5372k|     0 |   0.0 |1715M| 647 |   - |1004 |1583 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
562.40/562.44	c   534s|  5660k|  5382k|     0 |   0.0 |1718M| 647 |   - |1004 |1618 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
563.40/563.45	c   535s|  5670k|  5392k|     0 |   0.0 |1721M| 647 |   - |1004 |1623 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
564.41/564.48	c   536s|  5680k|  5401k|     0 |   0.0 |1724M| 647 |   - |1004 |1613 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
565.51/565.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.51/565.55	c   537s|  5690k|  5411k|     0 |   0.0 |1726M| 647 |   - |1004 |1674 |   0 |   0 |   0 |1410k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
566.61/566.60	c   538s|  5700k|  5421k|     0 |   0.0 |1729M| 647 |   - |1004 |1630 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
567.51/567.57	c   539s|  5710k|  5431k|     0 |   0.0 |1732M| 647 |   - |1004 |1602 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
568.51/568.57	c   540s|  5720k|  5441k|     0 |   0.0 |1735M| 647 |   - |1004 |1608 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
569.60/569.60	c   541s|  5730k|  5450k|     0 |   0.0 |1738M| 647 |   - |1004 |1622 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
570.60/570.67	c   542s|  5740k|  5460k|     0 |   0.0 |1741M| 647 |   - |1004 |1630 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
571.70/571.74	c   543s|  5750k|  5470k|     0 |   0.0 |1744M| 647 |   - |1004 |1662 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
572.71/572.79	c   544s|  5760k|  5480k|     0 |   0.0 |1747M| 647 |   - |1004 |1611 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
573.70/573.78	c   545s|  5770k|  5489k|     0 |   0.0 |1750M| 647 |   - |1004 |1650 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
574.71/574.71	c   546s|  5780k|  5499k|     0 |   0.0 |1753M| 647 |   - |1004 |1659 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
575.71/575.74	c   547s|  5790k|  5509k|     0 |   0.0 |1755M| 647 |   - |1004 |1652 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
576.80/576.80	c   548s|  5800k|  5519k|     0 |   0.0 |1758M| 647 |   - |1004 |1642 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
577.81/577.87	c   549s|  5810k|  5528k|     0 |   0.0 |1761M| 647 |   - |1004 |1648 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
578.90/578.94	c   550s|  5820k|  5538k|     0 |   0.0 |1764M| 647 |   - |1004 |1659 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
579.91/579.99	c   551s|  5830k|  5548k|     0 |   0.0 |1767M| 647 |   - |1004 |1655 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
580.90/580.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
580.90/580.93	c   552s|  5840k|  5558k|     0 |   0.0 |1770M| 647 |   - |1004 |1689 |   0 |   0 |   0 |1428k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
581.91/581.92	c   553s|  5850k|  5567k|     0 |   0.0 |1773M| 647 |   - |1004 |1617 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
582.91/582.96	c   554s|  5860k|  5577k|     0 |   0.0 |1776M| 647 |   - |1004 |1681 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
584.01/584.00	c   555s|  5870k|  5587k|     0 |   0.0 |1778M| 647 |   - |1004 |1629 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
585.01/585.08	c   556s|  5880k|  5597k|     0 |   0.0 |1781M| 647 |   - |1004 |1638 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
586.11/586.15	c   557s|  5890k|  5607k|     0 |   0.0 |1784M| 647 |   - |1004 |1637 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
587.11/587.12	c   558s|  5900k|  5616k|     0 |   0.0 |1787M| 647 |   - |1004 |1601 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
588.11/588.12	c   559s|  5910k|  5626k|     0 |   0.0 |1790M| 647 |   - |1004 |1591 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
589.10/589.16	c   560s|  5920k|  5636k|     0 |   0.0 |1793M| 647 |   - |1004 |1658 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
590.20/590.20	c   561s|  5930k|  5646k|     0 |   0.0 |1796M| 647 |   - |1004 |1581 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
591.21/591.27	c   562s|  5940k|  5655k|     0 |   0.0 |1799M| 647 |   - |1004 |1617 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
592.31/592.37	c   563s|  5950k|  5665k|     0 |   0.0 |1802M| 647 |   - |1004 |1674 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
593.31/593.35	c   564s|  5960k|  5675k|     0 |   0.0 |1805M| 647 |   - |1004 |1666 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
594.20/594.28	c   564s|  5970k|  5685k|     0 |   0.0 |1807M| 647 |   - |1004 |1720 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
595.21/595.27	c   565s|  5980k|  5694k|     0 |   0.0 |1810M| 647 |   - |1004 |1773 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
596.30/596.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
596.30/596.36	c   566s|  5990k|  5704k|     0 |   0.0 |1813M| 647 |   - |1004 |1743 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
597.41/597.41	c   567s|  6000k|  5714k|     0 |   0.0 |1816M| 647 |   - |1004 |1676 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
598.41/598.46	c   568s|  6010k|  5724k|     0 |   0.0 |1819M| 647 |   - |1004 |1616 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
599.42/599.50	c   569s|  6020k|  5733k|     0 |   0.0 |1822M| 647 |   - |1004 |1702 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
600.41/600.45	c   570s|  6030k|  5743k|     0 |   0.0 |1825M| 647 |   - |1004 |1652 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
601.40/601.44	c   571s|  6040k|  5753k|     0 |   0.0 |1828M| 647 |   - |1004 |1650 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
602.41/602.47	c   572s|  6050k|  5763k|     0 |   0.0 |1831M| 647 |   - |1004 |1653 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
603.50/603.51	c   573s|  6060k|  5773k|     0 |   0.0 |1833M| 647 |   - |1004 |1645 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
604.50/604.56	c   574s|  6070k|  5782k|     0 |   0.0 |1836M| 647 |   - |1004 |1711 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
605.61/605.61	c   575s|  6080k|  5792k|     0 |   0.0 |1839M| 647 |   - |1004 |1675 |   0 |   0 |   0 |1458k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
606.61/606.61	c   576s|  6090k|  5802k|     0 |   0.0 |1842M| 647 |   - |1004 |1712 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
607.50/607.57	c   577s|  6100k|  5812k|     0 |   0.0 |1845M| 647 |   - |1004 |1692 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
608.61/608.60	c   578s|  6110k|  5821k|     0 |   0.0 |1848M| 647 |   - |1004 |1673 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
609.60/609.64	c   579s|  6120k|  5831k|     0 |   0.0 |1851M| 647 |   - |1004 |1684 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
610.61/610.67	c   580s|  6130k|  5841k|     0 |   0.0 |1854M| 647 |   - |1004 |1678 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
611.61/611.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.61/611.69	c   581s|  6140k|  5851k|     0 |   0.0 |1857M| 647 |   - |1004 |1700 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
612.71/612.73	c   582s|  6150k|  5860k|     0 |   0.0 |1859M| 647 |   - |1004 |1736 |   0 |   0 |   0 |1467k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
613.61/613.66	c   583s|  6160k|  5870k|     0 |   0.0 |1862M| 647 |   - |1004 |1748 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
614.60/614.67	c   584s|  6170k|  5880k|     0 |   0.0 |1865M| 647 |   - |1004 |1689 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
615.70/615.70	c   585s|  6180k|  5890k|     0 |   0.0 |1868M| 647 |   - |1004 |1705 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
616.71/616.74	c   586s|  6190k|  5900k|     0 |   0.0 |1871M| 647 |   - |1004 |1729 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
617.71/617.78	c   587s|  6200k|  5909k|     0 |   0.0 |1874M| 647 |   - |1004 |1762 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
618.80/618.81	c   588s|  6210k|  5919k|     0 |   0.0 |1877M| 647 |   - |1004 |1691 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
619.80/619.81	c   589s|  6220k|  5929k|     0 |   0.0 |1880M| 647 |   - |1004 |1753 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
620.70/620.77	c   590s|  6230k|  5939k|     0 |   0.0 |1883M| 647 |   - |1004 |1649 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
621.80/621.84	c   591s|  6240k|  5948k|     0 |   0.0 |1885M| 647 |   - |1004 |1710 |   0 |   0 |   0 |1478k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
622.81/622.88	c   592s|  6250k|  5958k|     0 |   0.0 |1888M| 647 |   - |1004 |1626 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
623.91/623.92	c   593s|  6260k|  5968k|     0 |   0.0 |1891M| 647 |   - |1004 |1647 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
625.00/625.02	c   594s|  6270k|  5978k|     0 |   0.0 |1894M| 647 |   - |1004 |1586 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
626.01/626.05	c   595s|  6280k|  5987k|     0 |   0.0 |1897M| 647 |   - |1004 |1681 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
627.02/627.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.02/627.04	c   596s|  6290k|  5997k|     0 |   0.0 |1900M| 647 |   - |1004 |1611 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
628.01/628.07	c   597s|  6300k|  6007k|     0 |   0.0 |1903M| 647 |   - |1004 |1621 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
629.01/629.09	c   598s|  6310k|  6017k|     0 |   0.0 |1906M| 647 |   - |1004 |1691 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
630.11/630.15	c   599s|  6320k|  6027k|     0 |   0.0 |1908M| 647 |   - |1004 |1613 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
631.31/631.34	c   600s|  6330k|  6036k|     0 |   0.0 |1911M| 647 |   - |1004 |1684 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
632.30/632.38	c   601s|  6340k|  6046k|     0 |   0.0 |1914M| 647 |   - |1004 |1642 |   0 |   0 |   0 |1490k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
633.30/633.34	c   602s|  6350k|  6056k|     0 |   0.0 |1917M| 647 |   - |1004 |1678 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
634.31/634.35	c   603s|  6360k|  6066k|     0 |   0.0 |1920M| 647 |   - |1004 |1623 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
635.31/635.40	c   604s|  6370k|  6075k|     0 |   0.0 |1923M| 647 |   - |1004 |1618 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
636.41/636.41	c   605s|  6380k|  6085k|     0 |   0.0 |1926M| 647 |   - |1004 |1616 |   0 |   0 |   0 |1495k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
637.40/637.49	c   606s|  6390k|  6095k|     0 |   0.0 |1929M| 647 |   - |1004 |1625 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
638.51/638.58	c   607s|  6400k|  6105k|     0 |   0.0 |1932M| 647 |   - |1004 |1665 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
639.51/639.59	c   608s|  6410k|  6114k|     0 |   0.0 |1934M| 647 |   - |1004 |1619 |   0 |   0 |   0 |1499k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
640.51/640.59	c   609s|  6420k|  6124k|     0 |   0.0 |1937M| 647 |   - |1004 |1639 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
641.61/641.65	c   610s|  6430k|  6134k|     0 |   0.0 |1940M| 647 |   - |1004 |1652 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
642.71/642.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
642.71/642.73	c   611s|  6440k|  6144k|     0 |   0.0 |1943M| 647 |   - |1004 |1662 |   0 |   0 |   0 |1503k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
643.81/643.80	c   612s|  6450k|  6153k|     0 |   0.0 |1946M| 647 |   - |1004 |1672 |   0 |   0 |   0 |1504k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
644.81/644.83	c   613s|  6460k|  6163k|     0 |   0.0 |1949M| 647 |   - |1004 |1691 |   0 |   0 |   0 |1505k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
645.81/645.86	c   614s|  6470k|  6173k|     0 |   0.0 |1952M| 647 |   - |1004 |1712 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
646.72/646.78	c   614s|  6480k|  6183k|     0 |   0.0 |1955M| 647 |   - |1004 |1672 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
647.81/647.80	c   615s|  6490k|  6192k|     0 |   0.0 |1957M| 647 |   - |1004 |1668 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
648.81/648.84	c   616s|  6500k|  6202k|     0 |   0.0 |1960M| 647 |   - |1004 |1627 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
649.90/650.00	c   617s|  6510k|  6212k|     0 |   0.0 |1963M| 647 |   - |1004 |1654 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
651.01/651.02	c   618s|  6520k|  6222k|     0 |   0.0 |1966M| 647 |   - |1004 |1620 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
652.01/652.07	c   619s|  6530k|  6232k|     0 |   0.0 |1969M| 647 |   - |1004 |1643 |   0 |   0 |   0 |1514k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
653.01/653.06	c   620s|  6540k|  6241k|     0 |   0.0 |1972M| 647 |   - |1004 |1637 |   0 |   0 |   0 |1515k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
654.01/654.06	c   621s|  6550k|  6251k|     0 |   0.0 |1975M| 647 |   - |1004 |1667 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
655.11/655.11	c   622s|  6560k|  6261k|     0 |   0.0 |1978M| 647 |   - |1004 |1745 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
656.11/656.17	c   623s|  6570k|  6271k|     0 |   0.0 |1981M| 647 |   - |1004 |1768 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
657.21/657.20	c   624s|  6580k|  6280k|     0 |   0.0 |1983M| 647 |   - |1004 |1687 |   0 |   0 |   0 |1520k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
658.21/658.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.21/658.23	c   625s|  6590k|  6290k|     0 |   0.0 |1986M| 647 |   - |1004 |1665 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
659.20/659.22	c   626s|  6600k|  6300k|     0 |   0.0 |1989M| 647 |   - |1004 |1679 |   0 |   0 |   0 |1523k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
660.21/660.23	c   627s|  6610k|  6310k|     0 |   0.0 |1992M| 647 |   - |1004 |1723 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
661.21/661.29	c   628s|  6620k|  6319k|     0 |   0.0 |1995M| 647 |   - |1004 |1659 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
662.30/662.33	c   629s|  6630k|  6329k|     0 |   0.0 |1998M| 647 |   - |1004 |1642 |   0 |   0 |   0 |1527k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
663.41/663.41	c   630s|  6640k|  6339k|     0 |   0.0 |2001M| 647 |   - |1004 |1642 |   0 |   0 |   0 |1528k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
664.42/664.42	c   631s|  6650k|  6349k|     0 |   0.0 |2004M| 647 |   - |1004 |1661 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
665.41/665.43	c   632s|  6660k|  6359k|     0 |   0.0 |2006M| 647 |   - |1004 |1611 |   0 |   0 |   0 |1530k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
666.41/666.44	c   633s|  6670k|  6368k|     0 |   0.0 |2009M| 647 |   - |1004 |1640 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
667.41/667.49	c   634s|  6680k|  6378k|     0 |   0.0 |2012M| 647 |   - |1004 |1719 |   0 |   0 |   0 |1533k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
668.51/668.53	c   635s|  6690k|  6388k|     0 |   0.0 |2015M| 647 |   - |1004 |1723 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
669.51/669.53	c   636s|  6700k|  6398k|     0 |   0.0 |2018M| 647 |   - |1004 |1671 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
670.51/670.56	c   637s|  6710k|  6407k|     0 |   0.0 |2021M| 647 |   - |1004 |1710 |   0 |   0 |   0 |1536k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
671.60/671.66	c   638s|  6720k|  6417k|     0 |   0.0 |2024M| 647 |   - |1004 |1659 |   0 |   0 |   0 |1538k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
672.61/672.61	c   639s|  6730k|  6427k|     0 |   0.0 |2027M| 647 |   - |1004 |1629 |   0 |   0 |   0 |1539k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
673.61/673.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
673.61/673.62	c   640s|  6740k|  6437k|     0 |   0.0 |2029M| 647 |   - |1004 |1650 |   0 |   0 |   0 |1540k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
674.60/674.67	c   641s|  6750k|  6446k|     0 |   0.0 |2032M| 647 |   - |1004 |1626 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
675.71/675.73	c   642s|  6760k|  6456k|     0 |   0.0 |2035M| 647 |   - |1004 |1559 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
676.71/676.79	c   643s|  6770k|  6466k|     0 |   0.0 |2038M| 647 |   - |1004 |1615 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
677.81/677.83	c   644s|  6780k|  6476k|     0 |   0.0 |2041M| 647 |   - |1004 |1525 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
678.81/678.86	c   645s|  6790k|  6485k|     0 |   0.0 |2044M| 647 |   - |1004 |1559 |   0 |   0 |   0 |1546k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
679.81/679.83	c   646s|  6800k|  6495k|     0 |   0.0 |2047M| 647 |   - |1004 |1623 |   0 |   0 |   0 |1548k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
680.82/680.86	c   647s|  6810k|  6505k|     0 |   0.0 |2050M| 647 |   - |1004 |1544 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
681.91/681.94	c   648s|  6820k|  6515k|     0 |   0.0 |2053M| 647 |   - |1004 |1615 |   0 |   0 |   0 |1550k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
683.01/683.01	c   649s|  6830k|  6525k|     0 |   0.0 |2055M| 647 |   - |1004 |1592 |   0 |   0 |   0 |1551k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
684.01/684.09	c   650s|  6840k|  6534k|     0 |   0.0 |2058M| 647 |   - |1004 |1579 |   0 |   0 |   0 |1553k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
685.01/685.09	c   651s|  6850k|  6544k|     0 |   0.0 |2061M| 647 |   - |1004 |1591 |   0 |   0 |   0 |1554k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
686.00/686.05	c   652s|  6860k|  6554k|     0 |   0.0 |2064M| 647 |   - |1004 |1610 |   0 |   0 |   0 |1555k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
687.01/687.09	c   653s|  6870k|  6564k|     0 |   0.0 |2067M| 647 |   - |1004 |1629 |   0 |   0 |   0 |1556k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
688.00/688.09	c   654s|  6880k|  6573k|     0 |   0.0 |2070M| 647 |   - |1004 |1674 |   0 |   0 |   0 |1558k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
689.10/689.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.10/689.13	c   655s|  6890k|  6583k|     0 |   0.0 |2073M| 647 |   - |1004 |1650 |   0 |   0 |   0 |1559k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
690.11/690.16	c   656s|  6900k|  6593k|     0 |   0.0 |2076M| 647 |   - |1004 |1607 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
691.21/691.24	c   657s|  6910k|  6603k|     0 |   0.0 |2078M| 647 |   - |1004 |1644 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
692.21/692.24	c   658s|  6920k|  6612k|     0 |   0.0 |2081M| 647 |   - |1004 |1647 |   0 |   0 |   0 |1563k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
693.31/693.30	c   659s|  6930k|  6622k|     0 |   0.0 |2084M| 647 |   - |1004 |1733 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
694.41/694.40	c   660s|  6940k|  6632k|     0 |   0.0 |2087M| 647 |   - |1004 |1661 |   0 |   0 |   0 |1565k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
695.41/695.46	c   661s|  6950k|  6642k|     0 |   0.0 |2090M| 647 |   - |1004 |1687 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
696.51/696.52	c   662s|  6960k|  6651k|     0 |   0.0 |2093M| 647 |   - |1004 |1694 |   0 |   0 |   0 |1568k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
697.61/697.66	c   663s|  6970k|  6661k|     0 |   0.0 |2096M| 647 |   - |1004 |1688 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
698.61/698.63	c   664s|  6980k|  6671k|     0 |   0.0 |2099M| 647 |   - |1004 |1706 |   0 |   0 |   0 |1571k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
699.61/699.64	c   665s|  6990k|  6681k|     0 |   0.0 |2101M| 647 |   - |1004 |1677 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
700.61/700.70	c   666s|  7000k|  6690k|     0 |   0.0 |2104M| 647 |   - |1004 |1697 |   0 |   0 |   0 |1573k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
701.72/701.72	c   667s|  7010k|  6700k|     0 |   0.0 |2107M| 647 |   - |1004 |1792 |   0 |   0 |   0 |1574k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
702.71/702.76	c   668s|  7020k|  6710k|     0 |   0.0 |2110M| 647 |   - |1004 |1668 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
703.81/703.85	c   669s|  7030k|  6720k|     0 |   0.0 |2113M| 647 |   - |1004 |1672 |   0 |   0 |   0 |1577k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
704.81/704.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.81/704.89	c   670s|  7040k|  6729k|     0 |   0.0 |2116M| 647 |   - |1004 |1634 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
705.91/705.92	c   671s|  7050k|  6739k|     0 |   0.0 |2119M| 647 |   - |1004 |1630 |   0 |   0 |   0 |1579k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
706.91/706.96	c   672s|  7060k|  6749k|     0 |   0.0 |2122M| 647 |   - |1004 |1597 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
707.91/707.98	c   673s|  7070k|  6759k|     0 |   0.0 |2124M| 647 |   - |1004 |1555 |   0 |   0 |   0 |1582k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
709.00/709.07	c   674s|  7080k|  6769k|     0 |   0.0 |2127M| 647 |   - |1004 |1599 |   0 |   0 |   0 |1583k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
710.11/710.12	c   675s|  7090k|  6778k|     0 |   0.0 |2130M| 647 |   - |1004 |1515 |   0 |   0 |   0 |1585k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
711.11/711.17	c   676s|  7100k|  6788k|     0 |   0.0 |2133M| 647 |   - |1004 |1555 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
712.11/712.16	c   677s|  7110k|  6798k|     0 |   0.0 |2136M| 647 |   - |1004 |1552 |   0 |   0 |   0 |1587k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
713.11/713.14	c   678s|  7120k|  6808k|     0 |   0.0 |2139M| 647 |   - |1004 |1536 |   0 |   0 |   0 |1588k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
714.11/714.18	c   679s|  7130k|  6817k|     0 |   0.0 |2142M| 647 |   - |1004 |1501 |   0 |   0 |   0 |1590k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
715.20/715.24	c   680s|  7140k|  6827k|     0 |   0.0 |2145M| 647 |   - |1004 |1547 |   0 |   0 |   0 |1591k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
716.21/716.26	c   681s|  7150k|  6837k|     0 |   0.0 |2148M| 647 |   - |1004 |1564 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
717.31/717.32	c   682s|  7160k|  6847k|     0 |   0.0 |2150M| 647 |   - |1004 |1539 |   0 |   0 |   0 |1593k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
718.22/718.29	c   683s|  7170k|  6856k|     0 |   0.0 |2153M| 647 |   - |1004 |1521 |   0 |   0 |   0 |1594k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
719.21/719.26	c   684s|  7180k|  6866k|     0 |   0.0 |2156M| 647 |   - |1004 |1551 |   0 |   0 |   0 |1596k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
720.41/720.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.41/720.41	c   685s|  7190k|  6876k|     0 |   0.0 |2159M| 647 |   - |1004 |1524 |   0 |   0 |   0 |1597k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
721.41/721.47	c   686s|  7200k|  6886k|     0 |   0.0 |2162M| 647 |   - |1004 |1513 |   0 |   0 |   0 |1598k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
722.51/722.52	c   687s|  7210k|  6896k|     0 |   0.0 |2165M| 647 |   - |1004 |1491 |   0 |   0 |   0 |1599k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
723.51/723.55	c   688s|  7220k|  6905k|     0 |   0.0 |2168M| 647 |   - |1004 |1534 |   0 |   0 |   0 |1601k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
724.51/724.55	c   689s|  7230k|  6915k|     0 |   0.0 |2171M| 647 |   - |1004 |1511 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
725.51/725.55	c   690s|  7240k|  6925k|     0 |   0.0 |2173M| 647 |   - |1004 |1540 |   0 |   0 |   0 |1603k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
726.51/726.59	c   691s|  7250k|  6935k|     0 |   0.0 |2176M| 647 |   - |1004 |1507 |   0 |   0 |   0 |1604k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
727.71/727.71	c   692s|  7260k|  6944k|     0 |   0.0 |2179M| 647 |   - |1004 |1534 |   0 |   0 |   0 |1606k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
728.81/728.81	c   693s|  7270k|  6954k|     0 |   0.0 |2182M| 647 |   - |1004 |1524 |   0 |   0 |   0 |1607k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
729.81/729.86	c   694s|  7280k|  6964k|     0 |   0.0 |2185M| 647 |   - |1004 |1462 |   0 |   0 |   0 |1608k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
730.81/730.90	c   695s|  7290k|  6974k|     0 |   0.0 |2188M| 647 |   - |1004 |1516 |   0 |   0 |   0 |1609k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
731.81/731.87	c   696s|  7300k|  6983k|     0 |   0.0 |2191M| 647 |   - |1004 |1548 |   0 |   0 |   0 |1611k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
732.81/732.85	c   696s|  7310k|  6993k|     0 |   0.0 |2194M| 647 |   - |1004 |1571 |   0 |   0 |   0 |1612k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
733.91/733.93	c   698s|  7320k|  7003k|     0 |   0.0 |2196M| 647 |   - |1004 |1596 |   0 |   0 |   0 |1613k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
735.01/735.03	c   699s|  7330k|  7013k|     0 |   0.0 |2199M| 647 |   - |1004 |1608 |   0 |   0 |   0 |1615k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
736.11/736.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
736.11/736.12	c   700s|  7340k|  7022k|     0 |   0.0 |2202M| 647 |   - |1004 |1640 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
737.21/737.22	c   701s|  7350k|  7032k|     0 |   0.0 |2205M| 647 |   - |1004 |1625 |   0 |   0 |   0 |1617k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
738.12/738.19	c   702s|  7360k|  7042k|     0 |   0.0 |2208M| 647 |   - |1004 |1648 |   0 |   0 |   0 |1618k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
739.12/739.19	c   703s|  7370k|  7052k|     0 |   0.0 |2211M| 647 |   - |1004 |1652 |   0 |   0 |   0 |1620k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
740.21/740.30	c   704s|  7380k|  7061k|     0 |   0.0 |2214M| 647 |   - |1004 |1647 |   0 |   0 |   0 |1621k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
741.31/741.35	c   705s|  7390k|  7071k|     0 |   0.0 |2217M| 647 |   - |1004 |1606 |   0 |   0 |   0 |1622k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
742.31/742.36	c   706s|  7400k|  7081k|     0 |   0.0 |2219M| 647 |   - |1004 |1571 |   0 |   0 |   0 |1623k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
743.41/743.42	c   707s|  7410k|  7091k|     0 |   0.0 |2222M| 647 |   - |1004 |1630 |   0 |   0 |   0 |1625k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
744.41/744.41	c   708s|  7420k|  7100k|     0 |   0.0 |2225M| 647 |   - |1004 |1601 |   0 |   0 |   0 |1626k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
745.31/745.39	c   708s|  7430k|  7110k|     0 |   0.0 |2228M| 647 |   - |1004 |1599 |   0 |   0 |   0 |1627k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
746.41/746.41	c   709s|  7440k|  7120k|     0 |   0.0 |2231M| 647 |   - |1004 |1596 |   0 |   0 |   0 |1629k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
747.41/747.48	c   710s|  7450k|  7130k|     0 |   0.0 |2234M| 647 |   - |1004 |1596 |   0 |   0 |   0 |1630k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
748.51/748.55	c   712s|  7460k|  7140k|     0 |   0.0 |2237M| 647 |   - |1004 |1573 |   0 |   0 |   0 |1631k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
749.61/749.64	c   713s|  7470k|  7149k|     0 |   0.0 |2240M| 647 |   - |1004 |1587 |   0 |   0 |   0 |1632k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
750.61/750.67	c   714s|  7480k|  7159k|     0 |   0.0 |2243M| 647 |   - |1004 |1580 |   0 |   0 |   0 |1633k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
751.61/751.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.61/751.64	c   714s|  7490k|  7169k|     0 |   0.0 |2245M| 647 |   - |1004 |1526 |   0 |   0 |   0 |1635k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
752.61/752.67	c   715s|  7500k|  7179k|     0 |   0.0 |2248M| 647 |   - |1004 |1520 |   0 |   0 |   0 |1636k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
753.71/753.70	c   716s|  7510k|  7188k|     0 |   0.0 |2251M| 647 |   - |1004 |1611 |   0 |   0 |   0 |1637k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
754.71/754.77	c   717s|  7520k|  7198k|     0 |   0.0 |2254M| 647 |   - |1004 |1635 |   0 |   0 |   0 |1638k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
755.81/755.84	c   718s|  7530k|  7208k|     0 |   0.0 |2257M| 647 |   - |1004 |1667 |   0 |   0 |   0 |1640k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
756.91/756.92	c   720s|  7540k|  7218k|     0 |   0.0 |2260M| 647 |   - |1004 |1649 |   0 |   0 |   0 |1641k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
757.81/757.88	c   720s|  7550k|  7227k|     0 |   0.0 |2263M| 647 |   - |1004 |1594 |   0 |   0 |   0 |1642k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
758.81/758.87	c   721s|  7560k|  7237k|     0 |   0.0 |2266M| 647 |   - |1004 |1603 |   0 |   0 |   0 |1644k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
759.91/759.96	c   722s|  7570k|  7247k|     0 |   0.0 |2268M| 647 |   - |1004 |1579 |   0 |   0 |   0 |1645k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
760.91/760.99	c   723s|  7580k|  7257k|     0 |   0.0 |2271M| 647 |   - |1004 |1639 |   0 |   0 |   0 |1646k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
762.01/762.05	c   724s|  7590k|  7266k|     0 |   0.0 |2274M| 647 |   - |1004 |1656 |   0 |   0 |   0 |1647k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
763.11/763.14	c   725s|  7600k|  7276k|     0 |   0.0 |2277M| 647 |   - |1004 |1605 |   0 |   0 |   0 |1649k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
764.11/764.12	c   726s|  7610k|  7286k|     0 |   0.0 |2280M| 647 |   - |1004 |1635 |   0 |   0 |   0 |1650k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
765.01/765.08	c   727s|  7620k|  7296k|     0 |   0.0 |2283M| 647 |   - |1004 |1640 |   0 |   0 |   0 |1651k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
766.11/766.12	c   728s|  7630k|  7305k|     0 |   0.0 |2286M| 647 |   - |1004 |1619 |   0 |   0 |   0 |1652k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
767.11/767.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.11/767.12	c   729s|  7640k|  7315k|     0 |   0.0 |2289M| 647 |   - |1004 |1573 |   0 |   0 |   0 |1653k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
768.11/768.16	c   730s|  7650k|  7325k|     0 |   0.0 |2291M| 647 |   - |1004 |1586 |   0 |   0 |   0 |1655k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
769.21/769.21	c   731s|  7660k|  7335k|     0 |   0.0 |2294M| 647 |   - |1004 |1572 |   0 |   0 |   0 |1656k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
770.21/770.25	c   732s|  7670k|  7345k|     0 |   0.0 |2297M| 647 |   - |1004 |1548 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
771.21/771.21	c   733s|  7680k|  7354k|     0 |   0.0 |2300M| 647 |   - |1004 |1547 |   0 |   0 |   0 |1658k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
772.22/772.23	c   734s|  7690k|  7364k|     0 |   0.0 |2303M| 647 |   - |1004 |1567 |   0 |   0 |   0 |1660k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
773.21/773.27	c   735s|  7700k|  7374k|     0 |   0.0 |2306M| 647 |   - |1004 |1588 |   0 |   0 |   0 |1661k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
774.31/774.32	c   736s|  7710k|  7384k|     0 |   0.0 |2309M| 647 |   - |1004 |1590 |   0 |   0 |   0 |1662k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
775.31/775.35	c   737s|  7720k|  7393k|     0 |   0.0 |2312M| 647 |   - |1004 |1560 |   0 |   0 |   0 |1663k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
776.31/776.39	c   738s|  7730k|  7403k|     0 |   0.0 |2314M| 647 |   - |1004 |1580 |   0 |   0 |   0 |1664k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
777.31/777.38	c   739s|  7740k|  7413k|     0 |   0.0 |2317M| 647 |   - |1004 |1598 |   0 |   0 |   0 |1666k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
778.31/778.36	c   740s|  7750k|  7423k|     0 |   0.0 |2320M| 647 |   - |1004 |1623 |   0 |   0 |   0 |1667k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
779.41/779.40	c   741s|  7760k|  7433k|     0 |   0.0 |2323M| 647 |   - |1004 |1606 |   0 |   0 |   0 |1668k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
780.51/780.51	c   742s|  7770k|  7442k|     0 |   0.0 |2326M| 647 |   - |1004 |1700 |   0 |   0 |   0 |1669k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
781.51/781.52	c   743s|  7780k|  7452k|     0 |   0.0 |2329M| 647 |   - |1004 |1634 |   0 |   0 |   0 |1671k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
782.61/782.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
782.61/782.60	c   744s|  7790k|  7462k|     0 |   0.0 |2332M| 647 |   - |1004 |1637 |   0 |   0 |   0 |1672k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
783.61/783.67	c   745s|  7800k|  7472k|     0 |   0.0 |2335M| 647 |   - |1004 |1761 |   0 |   0 |   0 |1673k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
784.61/784.63	c   746s|  7810k|  7481k|     0 |   0.0 |2337M| 647 |   - |1004 |1737 |   0 |   0 |   0 |1674k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
785.62/785.64	c   747s|  7820k|  7491k|     0 |   0.0 |2340M| 647 |   - |1004 |1654 |   0 |   0 |   0 |1675k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
786.61/786.68	c   748s|  7830k|  7501k|     0 |   0.0 |2343M| 647 |   - |1004 |1656 |   0 |   0 |   0 |1677k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
787.71/787.75	c   749s|  7840k|  7511k|     0 |   0.0 |2346M| 647 |   - |1004 |1677 |   0 |   0 |   0 |1678k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
788.82/788.80	c   750s|  7850k|  7520k|     0 |   0.0 |2349M| 647 |   - |1004 |1638 |   0 |   0 |   0 |1679k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
789.82/789.86	c   751s|  7860k|  7530k|     0 |   0.0 |2352M| 647 |   - |1004 |1639 |   0 |   0 |   0 |1680k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
790.81/790.83	c   752s|  7870k|  7540k|     0 |   0.0 |2355M| 647 |   - |1004 |1595 |   0 |   0 |   0 |1682k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
791.81/791.84	c   753s|  7880k|  7550k|     0 |   0.0 |2357M| 647 |   - |1004 |1585 |   0 |   0 |   0 |1683k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
792.91/792.96	c   754s|  7890k|  7559k|     0 |   0.0 |2360M| 647 |   - |1004 |1636 |   0 |   0 |   0 |1684k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
793.91/793.99	c   755s|  7900k|  7569k|     0 |   0.0 |2363M| 647 |   - |1004 |1634 |   0 |   0 |   0 |1685k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
795.01/795.05	c   756s|  7910k|  7579k|     0 |   0.0 |2366M| 647 |   - |1004 |1693 |   0 |   0 |   0 |1687k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
796.21/796.21	c   757s|  7920k|  7589k|     0 |   0.0 |2369M| 647 |   - |1004 |1667 |   0 |   0 |   0 |1688k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
797.12/797.17	c   758s|  7930k|  7598k|     0 |   0.0 |2372M| 647 |   - |1004 |1683 |   0 |   0 |   0 |1689k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
798.11/798.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.11/798.15	c   759s|  7940k|  7608k|     0 |   0.0 |2375M| 647 |   - |1004 |1637 |   0 |   0 |   0 |1691k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
799.21/799.25	c   760s|  7950k|  7618k|     0 |   0.0 |2378M| 647 |   - |1004 |1620 |   0 |   0 |   0 |1692k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
800.21/800.27	c   761s|  7960k|  7628k|     0 |   0.0 |2380M| 647 |   - |1004 |1644 |   0 |   0 |   0 |1693k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
801.21/801.26	c   762s|  7970k|  7638k|     0 |   0.0 |2383M| 647 |   - |1004 |1596 |   0 |   0 |   0 |1694k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
802.21/802.24	c   763s|  7980k|  7647k|     0 |   0.0 |2386M| 647 |   - |1004 |1607 |   0 |   0 |   0 |1696k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
803.21/803.25	c   764s|  7990k|  7657k|     0 |   0.0 |2389M| 647 |   - |1004 |1594 |   0 |   0 |   0 |1697k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
804.12/804.17	c   765s|  8000k|  7667k|     0 |   0.0 |2392M| 647 |   - |1004 |1564 |   0 |   0 |   0 |1698k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
805.11/805.17	c   765s|  8010k|  7677k|     0 |   0.0 |2395M| 647 |   - |1004 |1665 |   0 |   0 |   0 |1699k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
806.11/806.19	c   766s|  8020k|  7686k|     0 |   0.0 |2398M| 647 |   - |1004 |1568 |   0 |   0 |   0 |1700k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
807.22/807.21	c   767s|  8030k|  7696k|     0 |   0.0 |2401M| 647 |   - |1004 |1607 |   0 |   0 |   0 |1702k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
808.21/808.26	c   768s|  8040k|  7706k|     0 |   0.0 |2403M| 647 |   - |1004 |1636 |   0 |   0 |   0 |1703k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
809.31/809.31	c   769s|  8050k|  7716k|     0 |   0.0 |2406M| 647 |   - |1004 |1586 |   0 |   0 |   0 |1704k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
810.21/810.25	c   770s|  8060k|  7725k|     0 |   0.0 |2409M| 647 |   - |1004 |1563 |   0 |   0 |   0 |1705k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
811.21/811.21	c   771s|  8070k|  7735k|     0 |   0.0 |2412M| 647 |   - |1004 |1565 |   0 |   0 |   0 |1707k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
812.21/812.23	c   772s|  8080k|  7745k|     0 |   0.0 |2415M| 647 |   - |1004 |1564 |   0 |   0 |   0 |1708k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
813.21/813.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.21/813.26	c   773s|  8090k|  7755k|     0 |   0.0 |2418M| 647 |   - |1004 |1585 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
814.31/814.31	c   774s|  8100k|  7764k|     0 |   0.0 |2421M| 647 |   - |1004 |1588 |   0 |   0 |   0 |1710k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
815.31/815.35	c   775s|  8110k|  7774k|     0 |   0.0 |2424M| 647 |   - |1004 |1580 |   0 |   0 |   0 |1712k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
816.31/816.37	c   776s|  8120k|  7784k|     0 |   0.0 |2426M| 647 |   - |1004 |1586 |   0 |   0 |   0 |1713k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
817.31/817.33	c   777s|  8130k|  7794k|     0 |   0.0 |2429M| 647 |   - |1004 |1595 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
818.32/818.37	c   778s|  8140k|  7804k|     0 |   0.0 |2432M| 647 |   - |1004 |1638 |   0 |   0 |   0 |1715k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
819.41/819.40	c   779s|  8150k|  7813k|     0 |   0.0 |2435M| 647 |   - |1004 |1684 |   0 |   0 |   0 |1717k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
820.41/820.47	c   780s|  8160k|  7823k|     0 |   0.0 |2438M| 647 |   - |1004 |1693 |   0 |   0 |   0 |1718k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
821.41/821.47	c   781s|  8170k|  7833k|     0 |   0.0 |2441M| 647 |   - |1004 |1646 |   0 |   0 |   0 |1719k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
822.41/822.49	c   782s|  8180k|  7843k|     0 |   0.0 |2444M| 647 |   - |1004 |1614 |   0 |   0 |   0 |1720k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
823.41/823.43	c   783s|  8190k|  7852k|     0 |   0.0 |2447M| 647 |   - |1004 |1599 |   0 |   0 |   0 |1722k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
824.72/824.72	c   784s|  8200k|  7862k|     0 |   0.0 |2449M| 647 |   - |1004 |1588 |   0 |   0 |   0 |1723k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
826.21/826.26	c   786s|  8210k|  7872k|     0 |   0.0 |2452M| 647 |   - |1004 |1637 |   0 |   0 |   0 |1724k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
827.71/827.76	c   787s|  8220k|  7882k|     0 |   0.0 |2455M| 647 |   - |1004 |1560 |   0 |   0 |   0 |1725k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
829.22/829.26	c   788s|  8230k|  7891k|     0 |   0.0 |2458M| 647 |   - |1004 |1653 |   0 |   0 |   0 |1727k|   0 | 0.000000e+00 | 2.860000e+02 |    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   790s|  8240k|  7901k|     0 |   0.0 |2461M| 647 |   - |1004 |1606 |   0 |   0 |   0 |1728k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
832.01/832.08	c   791s|  8250k|  7911k|     0 |   0.0 |2464M| 647 |   - |1004 |1598 |   0 |   0 |   0 |1729k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
833.51/833.52	c   793s|  8260k|  7921k|     0 |   0.0 |2467M| 647 |   - |1004 |1597 |   0 |   0 |   0 |1730k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
835.02/835.03	c   794s|  8270k|  7930k|     0 |   0.0 |2470M| 647 |   - |1004 |1640 |   0 |   0 |   0 |1732k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
836.42/836.44	c   795s|  8280k|  7940k|     0 |   0.0 |2472M| 647 |   - |1004 |1687 |   0 |   0 |   0 |1733k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
837.81/837.85	c   797s|  8290k|  7950k|     0 |   0.0 |2475M| 647 |   - |1004 |1663 |   0 |   0 |   0 |1734k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
839.31/839.33	c   798s|  8300k|  7960k|     0 |   0.0 |2478M| 647 |   - |1004 |1664 |   0 |   0 |   0 |1736k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
840.81/840.82	c   800s|  8310k|  7969k|     0 |   0.0 |2481M| 647 |   - |1004 |1574 |   0 |   0 |   0 |1737k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
842.31/842.33	c   801s|  8320k|  7979k|     0 |   0.0 |2484M| 647 |   - |1004 |1600 |   0 |   0 |   0 |1738k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
843.72/843.72	c   802s|  8330k|  7989k|     0 |   0.0 |2487M| 647 |   - |1004 |1674 |   0 |   0 |   0 |1740k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
845.21/845.24	c   804s|  8340k|  7999k|     0 |   0.0 |2490M| 647 |   - |1004 |1671 |   0 |   0 |   0 |1741k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
846.61/846.69	c   805s|  8350k|  8009k|     0 |   0.0 |2493M| 647 |   - |1004 |1600 |   0 |   0 |   0 |1742k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
848.12/848.18	c   807s|  8360k|  8018k|     0 |   0.0 |2495M| 647 |   - |1004 |1629 |   0 |   0 |   0 |1743k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
849.41/849.45	c   808s|  8370k|  8028k|     0 |   0.0 |2498M| 647 |   - |1004 |1663 |   0 |   0 |   0 |1745k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
850.61/850.69	c   809s|  8380k|  8038k|     0 |   0.0 |2501M| 647 |   - |1004 |1633 |   0 |   0 |   0 |1746k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
851.91/851.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.91/851.98	c   810s|  8390k|  8048k|     0 |   0.0 |2504M| 647 |   - |1004 |1609 |   0 |   0 |   0 |1747k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
853.11/853.10	c   811s|  8400k|  8057k|     0 |   0.0 |2507M| 647 |   - |1004 |1695 |   0 |   0 |   0 |1748k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
854.21/854.24	c   813s|  8410k|  8067k|     0 |   0.0 |2510M| 647 |   - |1004 |1683 |   0 |   0 |   0 |1750k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
855.11/855.19	c   813s|  8420k|  8077k|     0 |   0.0 |2513M| 647 |   - |1004 |1677 |   0 |   0 |   0 |1751k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
856.12/856.19	c   814s|  8430k|  8087k|     0 |   0.0 |2516M| 647 |   - |1004 |1633 |   0 |   0 |   0 |1752k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
857.11/857.16	c   815s|  8440k|  8096k|     0 |   0.0 |2518M| 647 |   - |1004 |1662 |   0 |   0 |   0 |1753k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
858.11/858.10	c   816s|  8450k|  8106k|     0 |   0.0 |2521M| 647 |   - |1004 |1695 |   0 |   0 |   0 |1755k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
859.02/859.05	c   817s|  8460k|  8116k|     0 |   0.0 |2524M| 647 |   - |1004 |1673 |   0 |   0 |   0 |1756k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
859.91/859.94	c   817s|  8470k|  8126k|     0 |   0.0 |2527M| 647 |   - |1004 |1636 |   0 |   0 |   0 |1757k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
860.82/860.87	c   818s|  8480k|  8135k|     0 |   0.0 |2530M| 647 |   - |1004 |1626 |   0 |   0 |   0 |1758k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
861.81/861.80	c   819s|  8490k|  8145k|     0 |   0.0 |2533M| 647 |   - |1004 |1618 |   0 |   0 |   0 |1759k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
862.71/862.76	c   820s|  8500k|  8155k|     0 |   0.0 |2536M| 647 |   - |1004 |1612 |   0 |   0 |   0 |1761k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
863.71/863.73	c   821s|  8510k|  8165k|     0 |   0.0 |2539M| 647 |   - |1004 |1604 |   0 |   0 |   0 |1762k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
864.62/864.69	c   821s|  8520k|  8174k|     0 |   0.0 |2541M| 647 |   - |1004 |1629 |   0 |   0 |   0 |1763k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
865.62/865.68	c   822s|  8530k|  8184k|     0 |   0.0 |2544M| 647 |   - |1004 |1619 |   0 |   0 |   0 |1765k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
866.61/866.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
866.61/866.65	c   823s|  8540k|  8194k|     0 |   0.0 |2547M| 647 |   - |1004 |1653 |   0 |   0 |   0 |1766k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
867.51/867.57	c   824s|  8550k|  8204k|     0 |   0.0 |2550M| 647 |   - |1004 |1610 |   0 |   0 |   0 |1767k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
868.52/868.58	c   825s|  8560k|  8214k|     0 |   0.0 |2553M| 647 |   - |1004 |1577 |   0 |   0 |   0 |1769k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
869.51/869.57	c   826s|  8570k|  8223k|     0 |   0.0 |2556M| 647 |   - |1004 |1609 |   0 |   0 |   0 |1770k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
870.62/870.61	c   826s|  8580k|  8233k|     0 |   0.0 |2559M| 647 |   - |1004 |1643 |   0 |   0 |   0 |1771k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
871.61/871.60	c   827s|  8590k|  8243k|     0 |   0.0 |2562M| 647 |   - |1004 |1552 |   0 |   0 |   0 |1772k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
872.52/872.58	c   828s|  8600k|  8253k|     0 |   0.0 |2565M| 647 |   - |1004 |1561 |   0 |   0 |   0 |1774k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
873.52/873.57	c   829s|  8610k|  8262k|     0 |   0.0 |2567M| 647 |   - |1004 |1662 |   0 |   0 |   0 |1775k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
874.52/874.57	c   830s|  8620k|  8272k|     0 |   0.0 |2570M| 647 |   - |1004 |1591 |   0 |   0 |   0 |1776k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
875.42/875.50	c   831s|  8630k|  8282k|     0 |   0.0 |2573M| 647 |   - |1004 |1580 |   0 |   0 |   0 |1777k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
876.51/876.50	c   831s|  8640k|  8292k|     0 |   0.0 |2576M| 647 |   - |1004 |1612 |   0 |   0 |   0 |1779k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
877.41/877.49	c   832s|  8650k|  8301k|     0 |   0.0 |2579M| 647 |   - |1004 |1601 |   0 |   0 |   0 |1780k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
878.42/878.48	c   833s|  8660k|  8311k|     0 |   0.0 |2582M| 647 |   - |1004 |1631 |   0 |   0 |   0 |1781k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
879.41/879.44	c   834s|  8670k|  8321k|     0 |   0.0 |2585M| 647 |   - |1004 |1654 |   0 |   0 |   0 |1782k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
880.41/880.42	c   835s|  8680k|  8331k|     0 |   0.0 |2587M| 647 |   - |1004 |1590 |   0 |   0 |   0 |1784k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
881.31/881.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
881.31/881.37	c   836s|  8690k|  8340k|     0 |   0.0 |2590M| 647 |   - |1004 |1581 |   0 |   0 |   0 |1785k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
882.31/882.33	c   836s|  8700k|  8350k|     0 |   0.0 |2593M| 647 |   - |1004 |1616 |   0 |   0 |   0 |1786k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
883.22/883.29	c   837s|  8710k|  8360k|     0 |   0.0 |2596M| 647 |   - |1004 |1589 |   0 |   0 |   0 |1787k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
884.21/884.26	c   838s|  8720k|  8370k|     0 |   0.0 |2599M| 647 |   - |1004 |1651 |   0 |   0 |   0 |1789k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
885.12/885.16	c   839s|  8730k|  8380k|     0 |   0.0 |2602M| 647 |   - |1004 |1577 |   0 |   0 |   0 |1790k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
886.01/886.09	c   840s|  8740k|  8389k|     0 |   0.0 |2605M| 647 |   - |1004 |1598 |   0 |   0 |   0 |1791k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
887.01/887.05	c   840s|  8750k|  8399k|     0 |   0.0 |2608M| 647 |   - |1004 |1677 |   0 |   0 |   0 |1792k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
888.02/888.07	c   841s|  8760k|  8409k|     0 |   0.0 |2610M| 647 |   - |1004 |1723 |   0 |   0 |   0 |1794k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
889.01/889.08	c   842s|  8770k|  8419k|     0 |   0.0 |2613M| 647 |   - |1004 |1724 |   0 |   0 |   0 |1795k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
890.12/890.11	c   843s|  8780k|  8428k|     0 |   0.0 |2616M| 647 |   - |1004 |1681 |   0 |   0 |   0 |1796k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
891.02/891.07	c   844s|  8790k|  8438k|     0 |   0.0 |2619M| 647 |   - |1004 |1712 |   0 |   0 |   0 |1798k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
892.02/892.04	c   845s|  8800k|  8448k|     0 |   0.0 |2622M| 647 |   - |1004 |1671 |   0 |   0 |   0 |1799k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
893.01/893.03	c   845s|  8810k|  8458k|     0 |   0.0 |2625M| 647 |   - |1004 |1699 |   0 |   0 |   0 |1800k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
893.92/893.99	c   846s|  8820k|  8467k|     0 |   0.0 |2628M| 647 |   - |1004 |1678 |   0 |   0 |   0 |1801k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
894.92/894.92	c   847s|  8830k|  8477k|     0 |   0.0 |2630M| 647 |   - |1004 |1618 |   0 |   0 |   0 |1803k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
895.91/895.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
895.91/895.90	c   848s|  8840k|  8487k|     0 |   0.0 |2633M| 647 |   - |1004 |1676 |   0 |   0 |   0 |1804k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
896.81/896.84	c   849s|  8850k|  8497k|     0 |   0.0 |2636M| 647 |   - |1004 |1628 |   0 |   0 |   0 |1805k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
897.72/897.78	c   850s|  8860k|  8506k|     0 |   0.0 |2639M| 647 |   - |1004 |1664 |   0 |   0 |   0 |1806k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
898.62/898.69	c   850s|  8870k|  8516k|     0 |   0.0 |2642M| 647 |   - |1004 |1642 |   0 |   0 |   0 |1807k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
899.62/899.64	c   851s|  8880k|  8526k|     0 |   0.0 |2645M| 647 |   - |1004 |1695 |   0 |   0 |   0 |1809k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
900.51/900.56	c   852s|  8890k|  8536k|     0 |   0.0 |2648M| 647 |   - |1004 |1692 |   0 |   0 |   0 |1810k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
901.52/901.51	c   853s|  8900k|  8545k|     0 |   0.0 |2651M| 647 |   - |1004 |1692 |   0 |   0 |   0 |1811k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
902.51/902.54	c   853s|  8910k|  8555k|     0 |   0.0 |2653M| 647 |   - |1004 |1761 |   0 |   0 |   0 |1813k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
903.52/903.52	c   854s|  8920k|  8565k|     0 |   0.0 |2656M| 647 |   - |1004 |1704 |   0 |   0 |   0 |1814k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
904.42/904.48	c   855s|  8930k|  8575k|     0 |   0.0 |2659M| 647 |   - |1004 |1738 |   0 |   0 |   0 |1815k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
905.41/905.47	c   856s|  8940k|  8585k|     0 |   0.0 |2662M| 647 |   - |1004 |1731 |   0 |   0 |   0 |1816k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
906.42/906.46	c   857s|  8950k|  8594k|     0 |   0.0 |2665M| 647 |   - |1004 |1710 |   0 |   0 |   0 |1818k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
907.42/907.41	c   858s|  8960k|  8604k|     0 |   0.0 |2668M| 647 |   - |1004 |1763 |   0 |   0 |   0 |1819k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
908.31/908.36	c   858s|  8970k|  8614k|     0 |   0.0 |2671M| 647 |   - |1004 |1758 |   0 |   0 |   0 |1820k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
909.32/909.33	c   859s|  8980k|  8624k|     0 |   0.0 |2674M| 647 |   - |1004 |1798 |   0 |   0 |   0 |1821k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
910.42/910.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.42/910.45	c   860s|  8990k|  8633k|     0 |   0.0 |2676M| 647 |   - |1004 |1809 |   0 |   0 |   0 |1823k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
911.41/911.40	c   861s|  9000k|  8643k|     0 |   0.0 |2679M| 647 |   - |1004 |1833 |   0 |   0 |   0 |1824k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
912.31/912.35	c   862s|  9010k|  8653k|     0 |   0.0 |2682M| 647 |   - |1004 |1892 |   0 |   0 |   0 |1825k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
913.31/913.38	c   863s|  9020k|  8663k|     0 |   0.0 |2685M| 647 |   - |1004 |1883 |   0 |   0 |   0 |1827k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
914.32/914.36	c   864s|  9030k|  8672k|     0 |   0.0 |2688M| 647 |   - |1004 |1843 |   0 |   0 |   0 |1828k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
915.42/915.43	c   864s|  9040k|  8682k|     0 |   0.0 |2691M| 647 |   - |1004 |1805 |   0 |   0 |   0 |1829k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
916.32/916.36	c   865s|  9050k|  8692k|     0 |   0.0 |2694M| 647 |   - |1004 |1694 |   0 |   0 |   0 |1830k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
917.22/917.29	c   866s|  9060k|  8702k|     0 |   0.0 |2696M| 647 |   - |1004 |1662 |   0 |   0 |   0 |1832k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
918.21/918.29	c   867s|  9070k|  8711k|     0 |   0.0 |2699M| 647 |   - |1004 |1693 |   0 |   0 |   0 |1833k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
919.21/919.29	c   868s|  9080k|  8721k|     0 |   0.0 |2702M| 647 |   - |1004 |1624 |   0 |   0 |   0 |1834k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
920.32/920.31	c   869s|  9090k|  8731k|     0 |   0.0 |2705M| 647 |   - |1004 |1654 |   0 |   0 |   0 |1835k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
921.31/921.30	c   869s|  9100k|  8741k|     0 |   0.0 |2708M| 647 |   - |1004 |1699 |   0 |   0 |   0 |1837k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
922.22/922.29	c   870s|  9110k|  8750k|     0 |   0.0 |2711M| 647 |   - |1004 |1642 |   0 |   0 |   0 |1838k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
923.31/923.36	c   871s|  9120k|  8760k|     0 |   0.0 |2714M| 647 |   - |1004 |1571 |   0 |   0 |   0 |1839k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
924.32/924.33	c   872s|  9130k|  8770k|     0 |   0.0 |2717M| 647 |   - |1004 |1630 |   0 |   0 |   0 |1840k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
925.22/925.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
925.22/925.28	c   873s|  9140k|  8780k|     0 |   0.0 |2719M| 647 |   - |1004 |1622 |   0 |   0 |   0 |1842k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
926.22/926.27	c   874s|  9150k|  8789k|     0 |   0.0 |2722M| 647 |   - |1004 |1566 |   0 |   0 |   0 |1843k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
927.22/927.25	c   875s|  9160k|  8799k|     0 |   0.0 |2725M| 647 |   - |1004 |1576 |   0 |   0 |   0 |1844k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
928.21/928.30	c   875s|  9170k|  8809k|     0 |   0.0 |2728M| 647 |   - |1004 |1576 |   0 |   0 |   0 |1846k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
929.31/929.30	c   876s|  9180k|  8819k|     0 |   0.0 |2731M| 647 |   - |1004 |1549 |   0 |   0 |   0 |1847k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
930.22/930.25	c   877s|  9190k|  8829k|     0 |   0.0 |2734M| 647 |   - |1004 |1570 |   0 |   0 |   0 |1848k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
931.21/931.22	c   878s|  9200k|  8838k|     0 |   0.0 |2737M| 647 |   - |1004 |1537 |   0 |   0 |   0 |1849k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
932.12/932.17	c   879s|  9210k|  8848k|     0 |   0.0 |2740M| 647 |   - |1004 |1521 |   0 |   0 |   0 |1851k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
933.01/933.07	c   879s|  9220k|  8858k|     0 |   0.0 |2742M| 647 |   - |1004 |1463 |   0 |   0 |   0 |1852k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
934.02/934.05	c   880s|  9230k|  8868k|     0 |   0.0 |2745M| 647 |   - |1004 |1488 |   0 |   0 |   0 |1853k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
934.92/934.97	c   881s|  9240k|  8877k|     0 |   0.0 |2748M| 647 |   - |1004 |1516 |   0 |   0 |   0 |1854k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
935.91/935.92	c   882s|  9250k|  8887k|     0 |   0.0 |2751M| 647 |   - |1004 |1567 |   0 |   0 |   0 |1855k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
936.82/936.86	c   883s|  9260k|  8897k|     0 |   0.0 |2754M| 647 |   - |1004 |1566 |   0 |   0 |   0 |1857k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
937.82/937.84	c   884s|  9270k|  8907k|     0 |   0.0 |2757M| 647 |   - |1004 |1607 |   0 |   0 |   0 |1858k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
938.72/938.73	c   884s|  9280k|  8916k|     0 |   0.0 |2760M| 647 |   - |1004 |1613 |   0 |   0 |   0 |1859k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
939.72/939.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.72/939.72	c   885s|  9290k|  8926k|     0 |   0.0 |2763M| 647 |   - |1004 |1643 |   0 |   0 |   0 |1861k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
940.62/940.69	c   886s|  9300k|  8936k|     0 |   0.0 |2766M| 647 |   - |1004 |1623 |   0 |   0 |   0 |1862k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
941.62/941.62	c   887s|  9310k|  8946k|     0 |   0.0 |2768M| 647 |   - |1004 |1601 |   0 |   0 |   0 |1863k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
942.52/942.56	c   888s|  9320k|  8955k|     0 |   0.0 |2771M| 647 |   - |1004 |1530 |   0 |   0 |   0 |1864k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
943.52/943.51	c   888s|  9330k|  8965k|     0 |   0.0 |2774M| 647 |   - |1004 |1557 |   0 |   0 |   0 |1866k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
944.41/944.48	c   889s|  9340k|  8975k|     0 |   0.0 |2777M| 647 |   - |1004 |1581 |   0 |   0 |   0 |1867k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
945.52/945.50	c   890s|  9350k|  8985k|     0 |   0.0 |2780M| 647 |   - |1004 |1548 |   0 |   0 |   0 |1868k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
946.42/946.48	c   891s|  9360k|  8994k|     0 |   0.0 |2783M| 647 |   - |1004 |1597 |   0 |   0 |   0 |1870k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
947.41/947.49	c   892s|  9370k|  9004k|     0 |   0.0 |2786M| 647 |   - |1004 |1635 |   0 |   0 |   0 |1871k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
948.41/948.44	c   892s|  9380k|  9014k|     0 |   0.0 |2788M| 647 |   - |1004 |1572 |   0 |   0 |   0 |1872k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
949.32/949.39	c   893s|  9390k|  9024k|     0 |   0.0 |2791M| 647 |   - |1004 |1556 |   0 |   0 |   0 |1873k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
950.32/950.40	c   894s|  9400k|  9034k|     0 |   0.0 |2794M| 647 |   - |1004 |1613 |   0 |   0 |   0 |1874k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
951.42/951.41	c   895s|  9410k|  9043k|     0 |   0.0 |2797M| 647 |   - |1004 |1629 |   0 |   0 |   0 |1876k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
952.32/952.37	c   896s|  9420k|  9053k|     0 |   0.0 |2800M| 647 |   - |1004 |1553 |   0 |   0 |   0 |1877k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
953.32/953.34	c   897s|  9430k|  9063k|     0 |   0.0 |2803M| 647 |   - |1004 |1618 |   0 |   0 |   0 |1878k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
954.22/954.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.22/954.26	c   897s|  9440k|  9073k|     0 |   0.0 |2806M| 647 |   - |1004 |1507 |   0 |   0 |   0 |1880k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
955.11/955.18	c   898s|  9450k|  9082k|     0 |   0.0 |2809M| 647 |   - |1004 |1567 |   0 |   0 |   0 |1881k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
956.02/956.09	c   899s|  9460k|  9092k|     0 |   0.0 |2811M| 647 |   - |1004 |1544 |   0 |   0 |   0 |1882k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
957.02/957.02	c   900s|  9470k|  9102k|     0 |   0.0 |2814M| 647 |   - |1004 |1633 |   0 |   0 |   0 |1883k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
958.02/958.01	c   901s|  9480k|  9112k|     0 |   0.0 |2817M| 647 |   - |1004 |1644 |   0 |   0 |   0 |1885k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
958.92/958.92	c   901s|  9490k|  9121k|     0 |   0.0 |2820M| 647 |   - |1004 |1613 |   0 |   0 |   0 |1886k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
959.82/959.87	c   902s|  9500k|  9131k|     0 |   0.0 |2823M| 647 |   - |1004 |1634 |   0 |   0 |   0 |1887k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
960.81/960.82	c   903s|  9510k|  9141k|     0 |   0.0 |2826M| 647 |   - |1004 |1681 |   0 |   0 |   0 |1888k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
961.72/961.76	c   904s|  9520k|  9151k|     0 |   0.0 |2829M| 647 |   - |1004 |1656 |   0 |   0 |   0 |1890k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
962.62/962.68	c   904s|  9530k|  9160k|     0 |   0.0 |2832M| 647 |   - |1004 |1637 |   0 |   0 |   0 |1891k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
963.62/963.63	c   905s|  9540k|  9170k|     0 |   0.0 |2834M| 647 |   - |1004 |1631 |   0 |   0 |   0 |1892k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
964.51/964.55	c   906s|  9550k|  9180k|     0 |   0.0 |2837M| 647 |   - |1004 |1634 |   0 |   0 |   0 |1893k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
965.41/965.47	c   907s|  9560k|  9190k|     0 |   0.0 |2840M| 647 |   - |1004 |1689 |   0 |   0 |   0 |1895k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
966.42/966.40	c   908s|  9570k|  9199k|     0 |   0.0 |2843M| 647 |   - |1004 |1725 |   0 |   0 |   0 |1896k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
967.31/967.31	c   908s|  9580k|  9209k|     0 |   0.0 |2846M| 647 |   - |1004 |1709 |   0 |   0 |   0 |1897k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
968.22/968.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.22/968.23	c   909s|  9590k|  9219k|     0 |   0.0 |2849M| 647 |   - |1004 |1657 |   0 |   0 |   0 |1899k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
969.12/969.14	c   910s|  9600k|  9229k|     0 |   0.0 |2852M| 647 |   - |1004 |1611 |   0 |   0 |   0 |1900k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
970.01/970.08	c   911s|  9610k|  9238k|     0 |   0.0 |2855M| 647 |   - |1004 |1652 |   0 |   0 |   0 |1901k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
971.01/971.02	c   911s|  9620k|  9248k|     0 |   0.0 |2858M| 647 |   - |1004 |1623 |   0 |   0 |   0 |1902k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
971.91/971.94	c   912s|  9630k|  9258k|     0 |   0.0 |2861M| 647 |   - |1004 |1666 |   0 |   0 |   0 |1904k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
972.81/972.86	c   913s|  9640k|  9268k|     0 |   0.0 |2863M| 647 |   - |1004 |1686 |   0 |   0 |   0 |1905k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
973.72/973.76	c   914s|  9650k|  9278k|     0 |   0.0 |2866M| 647 |   - |1004 |1642 |   0 |   0 |   0 |1906k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
974.41/974.41	c (node 9657318) switching to memory saving mode (mem: 2736.0M/3420.0M)
975.62/975.65	o 233
975.62/975.65	c * 915s|  9657k|  9277k|     0 |   0.0 |2866M| 654 |   - |1004 |1702 |   0 |   0 |   0 |1907k|   0 | 0.000000e+00 | 2.330000e+02 |    Inf 
975.82/975.81	o 212
975.82/975.81	c * 916s|  9657k|  9274k|     0 |   0.0 |2865M| 664 |   - |1004 |1702 |   0 |   0 |   0 |1907k|   0 | 0.000000e+00 | 2.120000e+02 |    Inf 
975.92/975.98	o 133
975.92/975.98	c * 916s|  9657k|  9262k|     0 |   0.0 |2861M| 664 |   - |1004 |1722 |   0 |   0 |   0 |1907k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
976.62/976.67	c   916s|  9660k|  9262k|     0 |   0.0 |2865M| 664 |   - |1004 |  13k|   0 |   0 |   0 |1921k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
980.12/980.19	c   920s|  9670k|  9262k|     0 |   0.0 |2878M| 669 |   - |1004 |  44k|   0 |   0 |   0 |1973k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
984.32/984.36	c   923s|  9680k|  9262k|     0 |   0.0 |2889M| 669 |   - |1004 |  73k|   0 |   0 |   0 |2020k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
989.02/989.09	c   928s|  9690k|  9262k|     0 |   0.0 |2894M| 675 |   - |1004 |  83k|   0 |   0 |   0 |2064k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
993.72/993.73	c   932s|  9700k|  9262k|     0 |   0.0 |2902M| 675 |   - |1004 | 103k|   0 |   0 |   0 |2107k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
998.12/998.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
998.12/998.14	c   936s|  9710k|  9262k|     0 |   0.0 |2911M| 675 |   - |1004 | 130k|   0 |   0 |   0 |2153k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1002.71/1002.80	c   941s|  9720k|  9262k|     0 |   0.0 |2920M| 675 |   - |1004 | 152k|   0 |   0 |   0 |2197k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1007.22/1007.25	c   945s|  9730k|  9262k|     0 |   0.0 |2930M| 675 |   - |1004 | 177k|   0 |   0 |   0 |2240k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1012.02/1012.03	c   949s|  9740k|  9262k|     0 |   0.0 |2938M| 675 |   - |1004 | 199k|   0 |   0 |   0 |2283k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1016.72/1016.77	c   953s|  9750k|  9262k|     0 |   0.0 |2947M| 675 |   - |1004 | 222k|   0 |   0 |   0 |2323k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1021.42/1021.45	c   958s|  9760k|  9262k|     0 |   0.0 |2957M| 675 |   - |1004 | 249k|   0 |   0 |   0 |2368k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1025.82/1025.89	c   962s|  9770k|  9262k|     0 |   0.0 |2966M| 675 |   - |1004 | 272k|   0 |   0 |   0 |2413k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1030.73/1030.72	c   966s|  9780k|  9262k|     0 |   0.0 |2974M| 675 |   - |1004 | 295k|   0 |   0 |   0 |2455k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1035.52/1035.50	c   971s|  9790k|  9262k|     0 |   0.0 |2983M| 675 |   - |1004 | 320k|   0 |   0 |   0 |2500k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1039.92/1039.95	c   975s|  9800k|  9262k|     0 |   0.0 |2995M| 675 |   - |1004 | 349k|   0 |   0 |   0 |2549k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1044.41/1044.40	c   979s|  9810k|  9262k|     0 |   0.0 |3002M| 675 |   - |1004 | 371k|   0 |   0 |   0 |2595k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1048.92/1048.92	c   983s|  9820k|  9262k|     0 |   0.0 |3012M| 675 |   - |1004 | 394k|   0 |   0 |   0 |2640k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1053.52/1053.55	c   988s|  9830k|  9262k|     0 |   0.0 |3021M| 675 |   - |1004 | 418k|   0 |   0 |   0 |2683k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1058.42/1058.40	c   992s|  9840k|  9262k|     0 |   0.0 |3028M| 676 |   - |1004 | 438k|   0 |   0 |   0 |2722k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1063.32/1063.34	c   997s|  9850k|  9262k|     0 |   0.0 |3039M| 676 |   - |1004 | 463k|   0 |   0 |   0 |2764k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1067.92/1067.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.92/1067.98	c  1001s|  9860k|  9262k|     0 |   0.0 |3049M| 676 |   - |1004 | 491k|   0 |   0 |   0 |2812k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1072.91/1072.92	c  1006s|  9870k|  9262k|     0 |   0.0 |3057M| 676 |   - |1004 | 516k|   0 |   0 |   0 |2855k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1077.32/1077.36	c  1010s|  9880k|  9262k|     0 |   0.0 |3065M| 676 |   - |1004 | 535k|   0 |   0 |   0 |2894k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1081.52/1081.54	c  1014s|  9890k|  9262k|     0 |   0.0 |3075M| 676 |   - |1004 | 559k|   0 |   0 |   0 |2934k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1085.92/1085.94	c  1018s|  9900k|  9262k|     0 |   0.0 |3085M| 676 |   - |1004 | 586k|   0 |   0 |   0 |2979k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1090.62/1090.64	c  1022s|  9910k|  9262k|     0 |   0.0 |3092M| 676 |   - |1004 | 607k|   0 |   0 |   0 |3021k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1095.12/1095.12	c  1026s|  9920k|  9262k|     0 |   0.0 |3101M| 676 |   - |1004 | 631k|   0 |   0 |   0 |3063k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1099.62/1099.62	c  1030s|  9930k|  9262k|     0 |   0.0 |3110M| 676 |   - |1004 | 656k|   0 |   0 |   0 |3110k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1103.72/1103.79	c  1034s|  9940k|  9262k|     0 |   0.0 |3121M| 676 |   - |1004 | 682k|   0 |   0 |   0 |3154k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1107.92/1107.95	c  1038s|  9950k|  9262k|     0 |   0.0 |3131M| 676 |   - |1004 | 708k|   0 |   0 |   0 |3203k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1112.62/1112.60	c  1042s|  9960k|  9262k|     0 |   0.0 |3140M| 676 |   - |1004 | 736k|   0 |   0 |   0 |3247k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1117.32/1117.30	c  1047s|  9970k|  9262k|     0 |   0.0 |3149M| 676 |   - |1004 | 760k|   0 |   0 |   0 |3293k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1122.82/1122.83	c  1052s|  9980k|  9262k|     0 |   0.0 |3156M| 676 |   - |1004 | 779k|   0 |   0 |   0 |3340k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1128.02/1128.04	c  1057s|  9990k|  9262k|     0 |   0.0 |3166M| 676 |   - |1004 | 797k|   0 |   0 |   0 |3383k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1132.72/1132.78	c  1061s| 10000k|  9262k|     0 |   0.0 |3173M| 676 |   - |1004 | 818k|   0 |   0 |   0 |3424k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1137.43/1137.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1137.43/1137.41	c  1066s| 10010k|  9262k|     0 |   0.0 |3182M| 676 |   - |1004 | 843k|   0 |   0 |   0 |3469k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1142.12/1142.18	c  1070s| 10020k|  9262k|     0 |   0.0 |3192M| 676 |   - |1004 | 869k|   0 |   0 |   0 |3515k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1146.82/1146.88	c  1074s| 10030k|  9262k|     0 |   0.0 |3201M| 676 |   - |1004 | 895k|   0 |   0 |   0 |3559k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1152.02/1152.08	c  1079s| 10040k|  9262k|     0 |   0.0 |3210M| 676 |   - |1004 | 919k|   0 |   0 |   0 |3603k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1156.62/1156.62	c  1083s| 10050k|  9262k|     0 |   0.0 |3217M| 676 |   - |1004 | 940k|   0 |   0 |   0 |3644k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1161.12/1161.16	c  1088s| 10060k|  9262k|     0 |   0.0 |3229M| 676 |   - |1004 | 963k|   0 |   0 |   0 |3686k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1165.72/1165.77	c  1092s| 10070k|  9262k|     0 |   0.0 |3237M| 676 |   - |1004 | 986k|   0 |   0 |   0 |3726k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1170.32/1170.39	c  1096s| 10080k|  9262k|     0 |   0.0 |3245M| 676 |   - |1004 |1010k|   0 |   0 |   0 |3767k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1174.72/1174.79	c  1100s| 10090k|  9262k|     0 |   0.0 |3254M| 676 |   - |1004 |1032k|   0 |   0 |   0 |3811k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1179.62/1179.69	c  1105s| 10100k|  9262k|     0 |   0.0 |3264M| 676 |   - |1004 |1060k|   0 |   0 |   0 |3857k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1184.72/1184.72	c  1110s| 10110k|  9262k|     0 |   0.0 |3272M| 676 |   - |1004 |1083k|   0 |   0 |   0 |3902k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1189.82/1189.87	c  1114s| 10120k|  9262k|     0 |   0.0 |3280M| 676 |   - |1004 |1106k|   0 |   0 |   0 |3947k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1195.32/1195.35	c  1120s| 10130k|  9262k|     0 |   0.0 |3290M| 676 |   - |1004 |1134k|   0 |   0 |   0 |3993k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1200.53/1200.54	c  1124s| 10140k|  9262k|     0 |   0.0 |3303M| 676 |   - |1004 |1160k|   0 |   0 |   0 |4039k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1205.42/1205.43	c  1129s| 10150k|  9262k|     0 |   0.0 |3311M| 676 |   - |1004 |1183k|   0 |   0 |   0 |4083k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1210.22/1210.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.22/1210.28	c  1133s| 10160k|  9262k|     0 |   0.0 |3322M| 676 |   - |1004 |1210k|   0 |   0 |   0 |4129k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1214.72/1214.76	c  1138s| 10170k|  9262k|     0 |   0.0 |3331M| 676 |   - |1004 |1236k|   0 |   0 |   0 |4175k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1219.62/1219.61	c  1142s| 10180k|  9262k|     0 |   0.0 |3339M| 676 |   - |1004 |1259k|   0 |   0 |   0 |4220k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1224.62/1224.66	c  1147s| 10190k|  9262k|     0 |   0.0 |3347M| 676 |   - |1004 |1282k|   0 |   0 |   0 |4262k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1228.73/1228.76	c  1151s| 10200k|  9262k|     0 |   0.0 |3358M| 676 |   - |1004 |1312k|   0 |   0 |   0 |4312k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1232.23/1232.21	c  1154s| 10210k|  9262k|     0 |   0.0 |3370M| 676 |   - |1004 |1346k|   0 |   0 |   0 |4364k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1235.22/1235.29	c  1157s| 10220k|  9262k|     0 |   0.0 |3386M| 676 |   - |1004 |1390k|   0 |   0 |   0 |4418k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1238.93/1238.99	c  1160s| 10230k|  9262k|     0 |   0.0 |3403M| 676 |   - |1004 |1422k|   0 |   0 |   0 |4472k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1240.32/1240.30	c pressed CTRL-C 1 times (5 times for forcing termination)
1240.32/1240.30	c 
1240.32/1240.30	c SCIP Status        : solving was interrupted [user interrupt]
1240.32/1240.30	c Solving Time (sec) : 1161.29
1240.32/1240.30	c Solving Nodes      : 10233223
1240.32/1240.30	c Primal Bound       : +1.33000000000000e+02 (7 solutions)
1240.32/1240.30	c Dual Bound         : +0.00000000000000e+00
1240.32/1240.30	c Gap                : infinite
1240.32/1240.30	s SATISFIABLE
1240.32/1240.30	v -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 
1240.32/1240.30	v -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 x801 -x800 -x799 -x798 
1240.32/1240.30	v -x797 -x796 -x795 -x794 -x793 -x792 -x791 x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 
1240.32/1240.30	v -x776 -x775 -x774 -x773 -x772 x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 x757 -x756 
1240.32/1240.30	v -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 x736 -x735 
1240.32/1240.30	v -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 x714 
1240.32/1240.30	v -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 x693 
1240.32/1240.30	v -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 
1240.32/1240.30	v -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 
1240.32/1240.30	v x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 
1240.32/1240.30	v -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 
1240.32/1240.30	v -x608 -x607 x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 
1240.32/1240.30	v -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 
1240.32/1240.30	v -x566 -x565 -x564 -x563 x562 -x561 -x560 -x559 x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 
1240.32/1240.30	v -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 
1240.32/1240.30	v -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 x504 
1240.32/1240.30	v -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 -x484 -x483 
1240.32/1240.30	v -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 x466 -x465 -x464 -x463 -x462 
1240.32/1240.30	v -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 
1240.32/1240.30	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 
1240.32/1240.30	v -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 
1240.32/1240.30	v -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 
1240.32/1240.30	v -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 
1240.32/1240.30	v -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 
1240.32/1240.30	v x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 
1240.32/1240.30	v -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 
1240.32/1240.30	v -x293 -x292 x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 x276 -x275 -x274 -x273 
1240.32/1240.30	v -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 
1240.32/1240.30	v -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 
1240.32/1240.30	v -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1240.32/1240.30	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1240.32/1240.30	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1240.32/1240.30	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1240.32/1240.30	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1240.32/1240.30	v -x125 x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1240.32/1240.30	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 
1240.32/1240.30	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 
1240.32/1240.30	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 
1240.32/1240.30	v -x30 -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 
1240.32/1240.30	v -x3 -x2 -x1 
1240.32/1240.30	c SCIP Status        : solving was interrupted [user interrupt]
1240.32/1240.30	c Solving Time       :    1161.29
1240.32/1240.30	c Original Problem   :
1240.32/1240.30	c   Problem name     : HOME/instance-2693964-1277919298.wbo
1240.32/1240.30	c   Variables        : 1004 (922 binary, 0 integer, 0 implicit integer, 82 continuous)
1240.32/1240.30	c   Constraints      : 165 initial, 165 maximal
1240.32/1240.30	c Presolved Problem  :
1240.32/1240.30	c   Problem name     : t_HOME/instance-2693964-1277919298.wbo
1240.32/1240.30	c   Variables        : 1004 (922 binary, 0 integer, 0 implicit integer, 82 continuous)
1240.32/1240.30	c   Constraints      : 164 initial, 1436360 maximal
1240.32/1240.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1240.32/1240.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1240.32/1240.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1240.32/1240.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1240.32/1240.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1240.32/1240.30	c   implics          :       0.00          0          0          0          0          0          0          0          0
1240.32/1240.30	c   probing          :       0.00          0          0          0          0          0          0          0          0
1240.32/1240.30	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1240.32/1240.30	c   linear           :       0.01          0          0          0         82          0          1          0          0
1240.32/1240.30	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1240.32/1240.30	c   root node        :          -          0          -          -          0          -          -          -          -
1240.32/1240.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1240.32/1240.30	c   integral         :          0          0          0          0          0          0          0          0          0          0
1240.32/1240.30	c   indicator        :         82          0     135715          0     123643          1      19530          0          0          0
1240.32/1240.30	c   linear           :         82          0   13490826          0    9882240     408899   14414832          0          0          0
1240.32/1240.30	c   logicor          :          0+         0    5352733          0          0     124598    4664052          0          0          0
1240.32/1240.30	c   countsols        :          0          0          0          0    9882244          0          0          0          0          0
1240.32/1240.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1240.32/1240.30	c   integral         :       0.00       0.00       0.00       0.00       0.00
1240.32/1240.30	c   indicator        :       0.53       0.00       0.20       0.00       0.33
1240.32/1240.30	c   linear           :     237.73       0.00     233.31       0.00       4.42
1240.32/1240.30	c   logicor          :     124.15       0.00     124.15       0.00       0.00
1240.32/1240.30	c   countsols        :       1.51       0.00       0.00       0.00       1.51
1240.32/1240.30	c Propagators        :       Time      Calls    Cutoffs    DomReds
1240.32/1240.30	c   vbounds          :       2.56          2          0          0
1240.32/1240.30	c   rootredcost      :       2.52          0          0          0
1240.32/1240.30	c   pseudoobj        :      31.85   13490634          3       6702
1240.32/1240.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1240.32/1240.30	c   propagation      :     177.35     533500     533500    6913044      122.3    4525868       20.2          -
1240.32/1240.30	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1240.32/1240.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1240.32/1240.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1240.32/1240.30	c   pseudo solution  :       0.00          3          3          3        4.3          6       18.0          -
1240.32/1240.30	c   applied globally :          -          -          -    4323811       23.5          -          -          -
1240.32/1240.30	c   applied locally  :          -          -          -     166521      115.8          -          -          -
1240.32/1240.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1240.32/1240.30	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1240.32/1240.30	c   redcost          :       0.00          0          0          0          0          0
1240.32/1240.30	c   impliedbounds    :       0.00          0          0          0          0          0
1240.32/1240.30	c   intobj           :       0.00          0          0          0          0          0
1240.32/1240.30	c   cgmip            :       0.00          0          0          0          0          0
1240.32/1240.30	c   gomory           :       0.00          0          0          0          0          0
1240.32/1240.30	c   strongcg         :       0.00          0          0          0          0          0
1240.32/1240.30	c   cmir             :       0.00          0          0          0          0          0
1240.32/1240.30	c   flowcover        :       0.00          0          0          0          0          0
1240.32/1240.30	c   clique           :       0.00          0          0          0          0          0
1240.32/1240.30	c   zerohalf         :       0.00          0          0          0          0          0
1240.32/1240.30	c   mcf              :       0.00          0          0          0          0          0
1240.32/1240.30	c   rapidlearning    :       0.00          0          0          0          0          0
1240.32/1240.30	c Pricers            :       Time      Calls       Vars
1240.32/1240.30	c   problem variables:       0.00          0          0
1240.32/1240.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1240.32/1240.30	c   relpscost        :       0.00          0          0          0          0          0          0
1240.32/1240.30	c   pscost           :       0.00          0          0          0          0          0          0
1240.32/1240.30	c   inference        :     446.47    9882240          0          0          0          0   19764480
1240.32/1240.30	c   mostinf          :       0.00          0          0          0          0          0          0
1240.32/1240.30	c   leastinf         :       0.00          0          0          0          0          0          0
1240.32/1240.30	c   fullstrong       :       0.00          0          0          0          0          0          0
1240.32/1240.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
1240.32/1240.30	c   random           :       0.00          0          0          0          0          0          0
1240.32/1240.30	c Primal Heuristics  :       Time      Calls      Found
1240.32/1240.30	c   LP solutions     :       0.00          -          0
1240.32/1240.30	c   pseudo solutions :       0.53          -          4
1240.32/1240.30	c   oneopt           :       2.68          0          0
1240.32/1240.30	c   trivial          :       0.00          2          2
1240.32/1240.30	c   simplerounding   :       0.00          0          0
1240.32/1240.30	c   zirounding       :       0.00          0          0
1240.32/1240.30	c   rounding         :       0.00          0          0
1240.32/1240.30	c   shifting         :       0.00          0          0
1240.32/1240.30	c   intshifting      :       0.00          0          0
1240.32/1240.30	c   twoopt           :       0.00          0          0
1240.32/1240.30	c   fixandinfer      :       0.00          0          0
1240.32/1240.30	c   feaspump         :       0.00          0          0
1240.32/1240.30	c   coefdiving       :       0.00          0          0
1240.32/1240.30	c   pscostdiving     :       0.00          0          0
1240.32/1240.30	c   fracdiving       :       0.00          0          0
1240.32/1240.30	c   veclendiving     :       0.00          0          0
1240.32/1240.30	c   intdiving        :       0.00          0          0
1240.32/1240.30	c   actconsdiving    :       0.00          0          0
1240.32/1240.30	c   objpscostdiving  :       0.00          0          0
1240.32/1240.30	c   rootsoldiving    :       0.00          0          0
1240.32/1240.30	c   linesearchdiving :       0.00          0          0
1240.32/1240.30	c   guideddiving     :       0.00          0          0
1240.32/1240.30	c   octane           :       0.00          0          0
1240.32/1240.30	c   rens             :       0.00          0          0
1240.32/1240.30	c   rins             :       0.00          0          0
1240.32/1240.30	c   localbranching   :       0.00          0          0
1240.32/1240.30	c   mutation         :       0.00          0          0
1240.32/1240.30	c   crossover        :       0.00          0          0
1240.32/1240.30	c   dins             :       0.00          0          0
1240.32/1240.30	c   undercover       :       0.00          0          0
1240.32/1240.30	c   nlp              :       2.03          0          0
1240.32/1240.30	c   trysol           :       1.65          1          1
1240.32/1240.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1240.32/1240.30	c   primal LP        :       0.00          0          0       0.00          -
1240.32/1240.30	c   dual LP          :       0.00          0          0       0.00          -
1240.32/1240.30	c   lex dual LP      :       0.00          0          0       0.00          -
1240.32/1240.30	c   barrier LP       :       0.00          0          0       0.00          -
1240.32/1240.30	c   diving/probing LP:       0.00          0          0       0.00          -
1240.32/1240.30	c   strong branching :       0.00          0          0       0.00          -
1240.32/1240.30	c     (at root node) :          -          0          0       0.00          -
1240.32/1240.30	c   conflict analysis:       0.00          0          0       0.00          -
1240.32/1240.30	c B&B Tree           :
1240.32/1240.30	c   number of runs   :          1
1240.32/1240.30	c   nodes            :   10233223
1240.32/1240.30	c   nodes (total)    :   10233223
1240.32/1240.30	c   nodes left       :    9262824
1240.32/1240.30	c   max depth        :        676
1240.32/1240.30	c   max depth (total):        676
1240.32/1240.30	c   backtracks       :     267134 (2.6%)
1240.32/1240.30	c   delayed cutoffs  :     243671
1240.32/1240.30	c   repropagations   :     505578 (5246788 domain reductions, 182525 cutoffs)
1240.32/1240.30	c   avg switch length:       3.66
1240.32/1240.30	c   switching time   :     182.76
1240.32/1240.30	c Solution           :
1240.32/1240.30	c   Solutions found  :          7 (5 improvements)
1240.32/1240.30	c   First Solution   : +4.21500000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1240.32/1240.30	c   Primal Bound     : +1.33000000000000e+02   (in run 1, after 9657481 nodes, 915.65 seconds, depth 623, found by <relaxation>)
1240.32/1240.30	c   Dual Bound       : +0.00000000000000e+00
1240.32/1240.30	c   Gap              :   infinite
1240.32/1240.30	c   Root Dual Bound  : +0.00000000000000e+00
1240.32/1240.30	c   Root Iterations  :          0

Verifier Data

OK	133

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 4/198 14515
/proc/meminfo: memFree=30935920/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=8812 CPUtime=0
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 1694 0 0 0 0 0 0 0 25 0 1 0 133226753 9023488 1616 4089446400 4194304 7136930 140734186956688 18446744073709551615 4680913 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14515/statm: 2203 1616 275 719 0 1482 0

[startup+0.099892 s]
/proc/loadavg: 1.93 2.00 1.99 4/198 14515
/proc/meminfo: memFree=30935920/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=15200 CPUtime=0.08
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 3777 0 0 0 8 0 0 0 25 0 1 0 133226753 15564800 3089 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 3800 3089 390 719 0 3079 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15200

[startup+0.100886 s]
/proc/loadavg: 1.93 2.00 1.99 4/198 14515
/proc/meminfo: memFree=30935920/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=15200 CPUtime=0.08
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 3777 0 0 0 8 0 0 0 25 0 1 0 133226753 15564800 3089 4089446400 4194304 7136930 140734186956688 18446744073709551615 5506869 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 3800 3089 390 719 0 3079 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15200

[startup+0.300857 s]
/proc/loadavg: 1.93 2.00 1.99 4/198 14515
/proc/meminfo: memFree=30935920/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=16360 CPUtime=0.29
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 4080 0 0 0 28 1 0 0 25 0 1 0 133226753 16752640 3392 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 4090 3392 390 719 0 3369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16360

[startup+0.700786 s]
/proc/loadavg: 1.93 2.00 1.99 4/198 14515
/proc/meminfo: memFree=30935920/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=18612 CPUtime=0.69
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 4643 0 0 0 66 3 0 0 25 0 1 0 133226753 19058688 3955 4089446400 4194304 7136930 140734186956688 18446744073709551615 4643174 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 4653 3955 390 719 0 3932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18612

[startup+1.50064 s]
/proc/loadavg: 1.93 2.00 1.99 3/199 14516
/proc/meminfo: memFree=30920792/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=22732 CPUtime=1.49
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 5704 0 0 0 141 8 0 0 25 0 1 0 133226753 23277568 5016 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 5683 5016 390 719 0 4962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22732

[startup+3.10036 s]
/proc/loadavg: 1.93 2.00 1.99 5/199 14516
/proc/meminfo: memFree=30915460/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=29640 CPUtime=3.09
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 7495 0 0 0 291 18 0 0 25 0 1 0 133226753 30351360 6807 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 7410 6807 390 719 0 6689 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29640

[startup+6.30079 s]
/proc/loadavg: 1.93 2.00 1.99 3/199 14516
/proc/meminfo: memFree=30895068/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=50468 CPUtime=6.29
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 12232 0 0 0 594 35 0 0 25 0 1 0 133226753 51679232 11544 4089446400 4194304 7136930 140734186956688 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 12617 11544 390 719 0 11896 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50468

[startup+12.7006 s]
/proc/loadavg: 1.94 2.00 1.99 3/199 14516
/proc/meminfo: memFree=30873124/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=71316 CPUtime=12.69
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 17691 0 0 0 1201 68 0 0 25 0 1 0 133226753 73027584 17003 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 17829 17003 390 719 0 17108 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71316

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 1.99 3/199 14516
/proc/meminfo: memFree=30829796/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=117096 CPUtime=25.49
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 28645 0 0 0 2410 139 0 0 25 0 1 0 133226753 119906304 27957 4089446400 4194304 7136930 140734186956688 18446744073709551615 4407945 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 29274 27957 390 719 0 28553 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117096

[startup+51.1008 s]
/proc/loadavg: 1.97 2.00 1.99 3/199 14517
/proc/meminfo: memFree=30740032/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=211788 CPUtime=51.09
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 51383 0 0 0 4829 280 0 0 25 0 1 0 133226753 216870912 50695 4089446400 4194304 7136930 140734186956688 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 52947 50695 390 719 0 52226 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 211788

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/199 14518
/proc/meminfo: memFree=30562900/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=394808 CPUtime=102.3
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 95285 0 0 0 9673 557 0 0 25 0 1 0 133226753 404283392 94597 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 98702 94597 390 719 0 97981 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 394808

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/199 14520
/proc/meminfo: memFree=30346948/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=601424 CPUtime=162.29
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 149525 0 0 0 15330 899 0 0 25 0 1 0 133226753 615858176 148837 4089446400 4194304 7136930 140734186956688 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 150356 148837 390 719 0 149635 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 601424

[startup+222.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/199 14522
/proc/meminfo: memFree=30135476/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=833068 CPUtime=222.29
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 201789 0 0 0 20997 1232 0 0 25 0 1 0 133226753 853061632 201101 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 208267 201101 390 719 0 207546 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 833068

[startup+282.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/199 14523
/proc/meminfo: memFree=29933648/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=1027068 CPUtime=282.3
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 252564 0 0 0 26673 1557 0 0 25 0 1 0 133226753 1051717632 251876 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 256767 251876 390 719 0 256046 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1027068

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/199 14525
/proc/meminfo: memFree=29716572/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=1236192 CPUtime=342.3
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 306584 0 0 0 32351 1879 0 0 25 0 1 0 133226753 1265860608 305896 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 309048 305896 390 719 0 308327 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1236192

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/199 14526
/proc/meminfo: memFree=29532480/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=1480448 CPUtime=402.3
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 352411 0 0 0 38071 2159 0 0 25 0 1 0 133226753 1515978752 351723 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 370112 351723 390 719 0 369391 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1480448

[startup+462.3 s]
/proc/loadavg: 2.04 2.00 1.99 3/199 14528
/proc/meminfo: memFree=29384240/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=1622984 CPUtime=462.3
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 389159 0 0 0 43849 2381 0 0 25 0 1 0 133226753 1661935616 388471 4089446400 4194304 7136930 140734186956688 18446744073709551615 5000109 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 405746 388471 390 719 0 405025 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1622984

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.99 3/199 14530
/proc/meminfo: memFree=29202872/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=1799684 CPUtime=522.31
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 435209 0 0 0 49577 2654 0 0 25 0 1 0 133226753 1842876416 434265 4089446400 4194304 7136930 140734186956688 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 449921 434265 391 719 0 449200 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1799684

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/199 14531
/proc/meminfo: memFree=29028572/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=1964260 CPUtime=582.31
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 478575 0 0 0 55298 2933 0 0 25 0 1 0 133226753 2011402240 477631 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 491065 477631 391 719 0 490344 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1964260

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/199 14533
/proc/meminfo: memFree=28852300/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=2129488 CPUtime=642.31
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 522099 0 0 0 61019 3212 0 0 25 0 1 0 133226753 2180595712 521155 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 532372 521155 391 719 0 531651 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2129488

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/199 14534
/proc/meminfo: memFree=28679372/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=2295052 CPUtime=702.31
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 565702 0 0 0 66737 3494 0 0 25 0 1 0 133226753 2350133248 564758 4089446400 4194304 7136930 140734186956688 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 573763 564758 391 719 0 573042 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2295052

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/199 14536
/proc/meminfo: memFree=28508536/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=2454584 CPUtime=762.31
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 607783 0 0 0 72466 3765 0 0 25 0 1 0 133226753 2513494016 606839 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 613646 606839 391 719 0 612925 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 2454584

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/199 14538
/proc/meminfo: memFree=28331892/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=2624332 CPUtime=822.32
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 652456 0 0 0 78172 4060 0 0 25 0 1 0 133226753 2687315968 651512 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14515/statm: 656083 651512 391 719 0 655362 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 2624332

[startup+882.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 14569
/proc/meminfo: memFree=28495692/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=2900804 CPUtime=882.31
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 690788 0 0 0 83635 4596 0 0 25 0 1 0 133226753 2970423296 689844 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14515/statm: 725201 689844 391 719 0 724480 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2900804

[startup+942.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 14571
/proc/meminfo: memFree=28104628/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=3076568 CPUtime=942.32
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 737082 0 0 0 88734 5498 0 0 25 0 1 0 133226753 3150405632 736138 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14515/statm: 769142 736138 391 719 0 768421 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 3076568

[startup+1002.3 s]
/proc/loadavg: 2.02 2.00 1.99 3/179 14572
/proc/meminfo: memFree=27745644/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=3235108 CPUtime=1002.32
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 813340 0 0 0 94007 6225 0 0 25 0 1 0 133226753 3312750592 776124 4089446400 4194304 7136930 140734186956688 18446744073709551615 5921484 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14515/statm: 808777 776124 391 719 0 808056 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3235108

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/179 14574
/proc/meminfo: memFree=27416612/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=3383920 CPUtime=1062.31
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 849487 0 0 0 99567 6664 0 0 25 0 1 0 133226753 3465134080 812271 4089446400 4194304 7136930 140734186956688 18446744073709551615 5921503 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14515/statm: 845980 812271 391 719 0 845259 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3383920

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 14576
/proc/meminfo: memFree=27140172/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=3545232 CPUtime=1122.32
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 889588 0 0 0 105141 7091 0 0 25 0 1 0 133226753 3630317568 852372 4089446400 4194304 7136930 140734186956688 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14515/statm: 886308 852372 391 719 0 885587 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3545232

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 14577
/proc/meminfo: memFree=26908100/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=3700848 CPUtime=1182.32
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 928247 0 0 0 110731 7501 0 0 25 0 1 0 133226753 3789668352 891031 4089446400 4194304 7136930 140734186956688 18446744073709551615 5953124 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14515/statm: 925212 891031 391 719 0 924491 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3700848



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1240.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 14579
/proc/meminfo: memFree=26644680/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=3891692 CPUtime=1240.32
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 975126 0 0 0 116129 7903 0 0 25 0 1 0 133226753 3985092608 937910 4089446400 4194304 7136930 140734186956688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14515/statm: 972923 937910 391 719 0 972202 0
Current children cumulated CPU time (s) 1240.32
Current children cumulated vsize (KiB) 3891692

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

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 14580
/proc/meminfo: memFree=26622228/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=3912812 CPUtime=1242.32
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4202496 980407 0 0 0 116328 7904 0 0 25 0 1 0 133226753 4006719488 943191 4089446400 4194304 7136930 140734186956688 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14515/statm: 978203 943191 397 719 0 977482 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3912812

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14515

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

[startup+1242.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 14580
/proc/meminfo: memFree=26622228/32950928 swapFree=67111528/67111528
[pid=14515] ppid=14513 vsize=0 CPUtime=1242.42
/proc/14515/stat : 14515 (pbscip.linux.x8) R 14513 14515 13797 0 -1 4203524 980407 0 0 0 116329 7913 0 0 25 0 1 0 133226753 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/14515/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.42
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1242.43
CPU time (s): 1242.46
CPU user time (s): 1163.29
CPU system time (s): 79.164
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3912812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1163.29
system time used= 79.164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 980407
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= 1
involuntary context switches= 1833

runsolver used 2.06469 second user time and 4.30835 second system time

The end

Launcher Data

Begin job on node122 at 2010-06-30 19:34:58
IDJOB=2693964
IDBENCH=79148
IDSOLVER=1206
FILE ID=node122/2693964-1277919298
PBS_JOBID= 11197325
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693964-1277919298/watcher-2693964-1277919298 -o /tmp/evaluation-result-2693964-1277919298/solver-2693964-1277919298 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693964-1277919298.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a882a0978da6ad149ec004c2c9449010
RANDOM SEED=1668233113

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30936448 kB
Buffers:        199496 kB
Cached:        1157292 kB
SwapCached:          0 kB
Active:        1033700 kB
Inactive:       833700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30936448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3048 kB
Writeback:           0 kB
AnonPages:      509820 kB
Mapped:          20384 kB
Slab:            79820 kB
PageTables:       5724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1658068 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= 74204 MiB
End job on node122 at 2010-06-30 19:55:40