Trace number 2694047

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.11 1802.08

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-71-70--soft-0-100-0.wbo
MD5SUM60c1b790b835b31f32d3b92e41ae62ac
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.214967
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4970
Total number of constraints141
Number of soft constraints141
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
Top cost 7546
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7545
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2694047-1277921374.wbo>
0.00/0.01	c original problem has 5252 variables (5111 bin, 0 int, 0 impl, 141 cont) and 283 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.03	o 7545
0.00/0.03	c feasible solution found by trivial heuristic, objective value  7.545000e+03
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 141 impls, 0 clqs
0.00/0.04	c (round 2) 0 del vars, 1 del conss, 141 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 141 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/5111 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  0 deleted vars, 1 deleted constraints, 141 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  141 implications, 0 cliques
0.00/0.06	c presolved problem has 5252 variables (5111 bin, 0 int, 0 impl, 141 cont) and 282 constraints
0.00/0.06	c     141 constraints of type <indicator>
0.00/0.06	c     141 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.03
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c lp/solvefreq = -1
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	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.06	c t 0.0s|     1 |     2 |     0 |     - |9658k|   0 |   - |5252 | 282 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
2.39/2.49	c   2.4s| 10000 |  9986 |     0 |   0.0 |  13M|3635 |   - |5252 | 349 |   0 |   0 |   0 |  67 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
5.09/5.11	c   5.0s| 20000 | 19972 |     0 |   0.0 |  16M|3635 |   - |5252 | 419 |   0 |   0 |   0 | 137 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
7.70/7.78	c   7.6s| 30000 | 29952 |     0 |   0.0 |  19M|3635 |   - |5252 | 519 |   0 |   0 |   0 | 237 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
10.39/10.44	c  10.2s| 40000 | 39940 |     0 |   0.0 |  23M|3635 |   - |5252 | 576 |   0 |   0 |   0 | 297 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
12.99/13.05	c  12.8s| 50000 | 49928 |     0 |   0.0 |  26M|3635 |   - |5252 | 612 |   0 |   0 |   0 | 357 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
15.69/15.74	c  15.4s| 60000 | 59908 |     0 |   0.0 |  29M|3635 |   - |5252 | 644 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
18.49/18.54	c  18.2s| 70000 | 69894 |     0 |   0.0 |  31M|3635 |   - |5252 | 649 |   0 |   0 |   0 | 527 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
21.29/21.36	c  21.0s| 80000 | 79882 |     0 |   0.0 |  34M|3788 |   - |5252 | 651 |   0 |   0 |   0 | 587 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
24.00/24.07	c  23.6s| 90000 | 89868 |     0 |   0.0 |  37M|3968 |   - |5252 | 667 |   0 |   0 |   0 | 657 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
26.69/26.75	c  26.3s|100000 | 99858 |     0 |   0.0 |  40M|4068 |   - |5252 | 683 |   0 |   0 |   0 | 707 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
29.39/29.46	c  28.9s|110000 |109846 |     0 |   0.0 |  43M|4280 |   - |5252 | 701 |   0 |   0 |   0 | 767 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
32.09/32.16	c  31.6s|120000 |119836 |     0 |   0.0 |  45M|4339 |   - |5252 | 719 |   0 |   0 |   0 | 817 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
34.79/34.86	c  34.3s|130000 |129816 |     0 |   0.0 |  48M|4384 |   - |5252 | 785 |   0 |   0 |   0 | 917 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
37.69/37.71	c  37.1s|140000 |139806 |     0 |   0.0 |  51M|4397 |   - |5252 | 785 |   0 |   0 |   0 | 967 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
40.29/40.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.29/40.30	c  39.6s|150000 |149792 |     0 |   0.0 |  53M|4397 |   - |5252 | 808 |   0 |   0 |   0 |1037 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
43.19/43.20	c  42.5s|160000 |159778 |     0 |   0.0 |  56M|4397 |   - |5252 | 841 |   0 |   0 |   0 |1107 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
45.89/45.92	c  45.1s|170000 |169768 |     0 |   0.0 |  59M|4397 |   - |5252 | 836 |   0 |   0 |   0 |1157 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
48.99/49.05	c  48.2s|180000 |179746 |     0 |   0.0 |  62M|4397 |   - |5252 | 893 |   0 |   0 |   0 |1267 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
51.80/51.83	c  51.0s|190000 |189734 |     0 |   0.0 |  64M|4397 |   - |5252 | 890 |   0 |   0 |   0 |1327 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
54.69/54.77	c  53.9s|200000 |199716 |     0 |   0.0 |  67M|4397 |   - |5252 | 889 |   0 |   0 |   0 |1417 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
57.39/57.45	c  56.5s|210000 |209706 |     0 |   0.0 |  70M|4397 |   - |5252 | 866 |   0 |   0 |   0 |1467 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
60.09/60.10	c  59.1s|220000 |219682 |     0 |   0.0 |  73M|4397 |   - |5252 | 915 |   0 |   0 |   0 |1587 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
62.89/62.90	c  61.9s|230000 |229672 |     0 |   0.0 |  75M|4409 |   - |5252 | 908 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
65.59/65.63	c  64.5s|240000 |239658 |     0 |   0.0 |  78M|4448 |   - |5252 | 913 |   0 |   0 |   0 |1707 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
68.39/68.44	c  67.3s|250000 |249638 |     0 |   0.0 |  81M|4493 |   - |5252 | 940 |   0 |   0 |   0 |1807 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
71.19/71.23	c  70.0s|260000 |259628 |     0 |   0.0 |  83M|4557 |   - |5252 | 938 |   0 |   0 |   0 |1857 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
73.79/73.85	c  72.6s|270000 |269616 |     0 |   0.0 |  86M|4574 |   - |5252 | 949 |   0 |   0 |   0 |1917 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
76.39/76.48	c  75.2s|280000 |279596 |     0 |   0.0 |  89M|4575 |   - |5252 | 982 |   0 |   0 |   0 |2017 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
79.49/79.52	c  78.2s|290000 |289584 |     0 |   0.0 |  91M|4575 |   - |5252 | 979 |   0 |   0 |   0 |2077 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
82.19/82.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.19/82.28	c  80.9s|300000 |299568 |     0 |   0.0 |  94M|4575 |   - |5252 |1006 |   0 |   0 |   0 |2157 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
85.49/85.50	c  84.1s|310000 |309544 |     0 |   0.0 |  97M|4575 |   - |5252 |1062 |   0 |   0 |   0 |2277 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
88.19/88.29	c  86.8s|320000 |319532 |     0 |   0.0 |  99M|4575 |   - |5252 |1077 |   0 |   0 |   0 |2337 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
91.30/91.37	c  89.9s|330000 |329516 |     0 |   0.0 | 102M|4575 |   - |5252 |1106 |   0 |   0 |   0 |2417 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
94.09/94.17	c  92.6s|340000 |339502 |     0 |   0.0 | 105M|4575 |   - |5252 |1133 |   0 |   0 |   0 |2487 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
97.00/97.03	c  95.4s|350000 |349492 |     0 |   0.0 | 108M|4575 |   - |5252 |1151 |   0 |   0 |   0 |2537 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
99.89/99.91	c  98.3s|360000 |359470 |     0 |   0.0 | 110M|4575 |   - |5252 |1192 |   0 |   0 |   0 |2647 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
102.69/102.72	c   101s|370000 |369460 |     0 |   0.0 | 113M|4575 |   - |5252 |1187 |   0 |   0 |   0 |2697 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
105.60/105.66	c   104s|380000 |379442 |     0 |   0.0 | 116M|4575 |   - |5252 |1219 |   0 |   0 |   0 |2787 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
108.39/108.48	c   107s|390000 |389430 |     0 |   0.0 | 118M|4575 |   - |5252 |1228 |   0 |   0 |   0 |2847 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
111.49/111.52	c   110s|400000 |399410 |     0 |   0.0 | 121M|4575 |   - |5252 |1277 |   0 |   0 |   0 |2947 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
114.20/114.23	c   112s|410000 |409400 |     0 |   0.0 | 124M|4575 |   - |5252 |1295 |   0 |   0 |   0 |2997 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
117.19/117.29	c   115s|420000 |419382 |     0 |   0.0 | 127M|4575 |   - |5252 |1326 |   0 |   0 |   0 |3087 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
119.90/119.98	c   118s|430000 |429368 |     0 |   0.0 | 129M|4575 |   - |5252 |1334 |   0 |   0 |   0 |3157 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
122.80/122.82	c   121s|440000 |439348 |     0 |   0.0 | 132M|4575 |   - |5252 |1340 |   0 |   0 |   0 |3257 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
125.49/125.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.49/125.57	c   124s|450000 |449340 |     0 |   0.0 | 135M|4575 |   - |5252 |1332 |   0 |   0 |   0 |3297 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
128.60/128.70	c   127s|460000 |459324 |     0 |   0.0 | 137M|4575 |   - |5252 |1362 |   0 |   0 |   0 |3377 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
131.39/131.45	c   129s|470000 |469314 |     0 |   0.0 | 140M|4575 |   - |5252 |1354 |   0 |   0 |   0 |3427 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
134.20/134.29	c   132s|480000 |479296 |     0 |   0.0 | 143M|4575 |   - |5252 |1400 |   0 |   0 |   0 |3517 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
137.09/137.11	c   135s|490000 |489286 |     0 |   0.0 | 145M|4575 |   - |5252 |1402 |   0 |   0 |   0 |3567 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
140.09/140.13	c   138s|500000 |499266 |     0 |   0.0 | 148M|4575 |   - |5252 |1429 |   0 |   0 |   0 |3667 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
142.79/142.81	c   141s|510000 |509252 |     0 |   0.0 | 151M|4575 |   - |5252 |1447 |   0 |   0 |   0 |3737 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
145.70/145.70	c   143s|520000 |519236 |     0 |   0.0 | 153M|4575 |   - |5252 |1451 |   0 |   0 |   0 |3817 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
148.50/148.52	c   146s|530000 |529224 |     0 |   0.0 | 156M|4575 |   - |5252 |1451 |   0 |   0 |   0 |3877 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
151.50/151.54	c   149s|540000 |539210 |     0 |   0.0 | 159M|4575 |   - |5252 |1434 |   0 |   0 |   0 |3947 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
154.29/154.39	c   152s|550000 |549198 |     0 |   0.0 | 161M|4575 |   - |5252 |1428 |   0 |   0 |   0 |4007 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
157.20/157.26	c   155s|560000 |559178 |     0 |   0.0 | 164M|4575 |   - |5252 |1481 |   0 |   0 |   0 |4107 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
159.90/159.91	c   157s|570000 |569168 |     0 |   0.0 | 167M|4575 |   - |5252 |1497 |   0 |   0 |   0 |4157 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
162.80/162.86	c   160s|580000 |579144 |     0 |   0.0 | 169M|4575 |   - |5252 |1564 |   0 |   0 |   0 |4277 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
165.60/165.66	c   163s|590000 |589130 |     0 |   0.0 | 172M|4575 |   - |5252 |1580 |   0 |   0 |   0 |4347 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
168.49/168.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.49/168.57	c   166s|600000 |599116 |     0 |   0.0 | 175M|4575 |   - |5252 |1572 |   0 |   0 |   0 |4417 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
171.19/171.27	c   169s|610000 |609100 |     0 |   0.0 | 177M|4575 |   - |5252 |1595 |   0 |   0 |   0 |4497 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
174.39/174.44	c   172s|620000 |619080 |     0 |   0.0 | 180M|4575 |   - |5252 |1638 |   0 |   0 |   0 |4597 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
177.10/177.19	c   174s|630000 |629066 |     0 |   0.0 | 183M|4575 |   - |5252 |1648 |   0 |   0 |   0 |4667 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
179.89/179.94	c   177s|640000 |639052 |     0 |   0.0 | 185M|4575 |   - |5252 |1649 |   0 |   0 |   0 |4737 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
182.80/182.83	c   180s|650000 |649038 |     0 |   0.0 | 188M|4575 |   - |5252 |1647 |   0 |   0 |   0 |4807 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
185.49/185.55	c   183s|660000 |659020 |     0 |   0.0 | 191M|4575 |   - |5252 |1668 |   0 |   0 |   0 |4897 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
188.39/188.47	c   185s|670000 |669006 |     0 |   0.0 | 194M|4575 |   - |5252 |1678 |   0 |   0 |   0 |4967 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
191.30/191.34	c   188s|680000 |678994 |     0 |   0.0 | 196M|4575 |   - |5252 |1663 |   0 |   0 |   0 |5027 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
194.09/194.14	c   191s|690000 |688976 |     0 |   0.0 | 199M|4575 |   - |5252 |1703 |   0 |   0 |   0 |5117 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
196.99/197.08	c   194s|700000 |698966 |     0 |   0.0 | 202M|4575 |   - |5252 |1707 |   0 |   0 |   0 |5167 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
199.89/199.92	c   197s|710000 |708950 |     0 |   0.0 | 204M|4575 |   - |5252 |1741 |   0 |   0 |   0 |5247 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
202.49/202.53	c   199s|720000 |718940 |     0 |   0.0 | 207M|4575 |   - |5252 |1743 |   0 |   0 |   0 |5297 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
205.60/205.64	c   202s|730000 |728924 |     0 |   0.0 | 210M|4575 |   - |5252 |1765 |   0 |   0 |   0 |5377 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
208.39/208.40	c   205s|740000 |738906 |     0 |   0.0 | 212M|4575 |   - |5252 |1781 |   0 |   0 |   0 |5467 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
211.10/211.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.10/211.14	c   208s|750000 |748894 |     0 |   0.0 | 215M|4575 |   - |5252 |1793 |   0 |   0 |   0 |5527 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
214.09/214.15	c   211s|760000 |758878 |     0 |   0.0 | 218M|4575 |   - |5252 |1823 |   0 |   0 |   0 |5607 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
216.80/216.90	c   213s|770000 |768858 |     0 |   0.0 | 220M|4575 |   - |5252 |1870 |   0 |   0 |   0 |5707 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
219.79/219.83	c   216s|780000 |778848 |     0 |   0.0 | 223M|4575 |   - |5252 |1873 |   0 |   0 |   0 |5757 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
222.49/222.56	c   219s|790000 |788832 |     0 |   0.0 | 226M|4575 |   - |5252 |1917 |   0 |   0 |   0 |5837 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
225.19/225.23	c   222s|800000 |798820 |     0 |   0.0 | 228M|4575 |   - |5252 |1928 |   0 |   0 |   0 |5897 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
228.00/228.02	c   224s|810000 |808808 |     0 |   0.0 | 231M|4575 |   - |5252 |1941 |   0 |   0 |   0 |5957 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
231.00/231.03	c   227s|820000 |818782 |     0 |   0.0 | 234M|4575 |   - |5252 |1994 |   0 |   0 |   0 |6087 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
233.90/233.92	c   230s|830000 |828772 |     0 |   0.0 | 236M|4575 |   - |5252 |1995 |   0 |   0 |   0 |6137 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
236.70/236.77	c   233s|840000 |838752 |     0 |   0.0 | 239M|4575 |   - |5252 |2052 |   0 |   0 |   0 |6237 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
239.50/239.57	c   236s|850000 |848732 |     0 |   0.0 | 242M|4575 |   - |5252 |2074 |   0 |   0 |   0 |6337 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
242.59/242.65	c   239s|860000 |858716 |     0 |   0.0 | 245M|4575 |   - |5252 |2096 |   0 |   0 |   0 |6417 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
245.49/245.54	c   242s|870000 |868700 |     0 |   0.0 | 247M|4575 |   - |5252 |2099 |   0 |   0 |   0 |6497 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
248.20/248.29	c   244s|880000 |878680 |     0 |   0.0 | 250M|4575 |   - |5252 |2131 |   0 |   0 |   0 |6597 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
250.99/251.01	c   247s|890000 |888668 |     0 |   0.0 | 253M|4575 |   - |5252 |2140 |   0 |   0 |   0 |6657 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
253.80/253.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.80/253.89	c   250s|900000 |898652 |     0 |   0.0 | 255M|4575 |   - |5252 |2159 |   0 |   0 |   0 |6737 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
256.69/256.70	c   253s|910000 |908632 |     0 |   0.0 | 258M|4575 |   - |5252 |2201 |   0 |   0 |   0 |6837 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
259.30/259.32	c   255s|920000 |918612 |     0 |   0.0 | 261M|4575 |   - |5252 |2259 |   0 |   0 |   0 |6937 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
262.10/262.10	c   258s|930000 |928596 |     0 |   0.0 | 263M|4575 |   - |5252 |2278 |   0 |   0 |   0 |7017 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
264.80/264.85	c   261s|940000 |938576 |     0 |   0.0 | 266M|4575 |   - |5252 |2308 |   0 |   0 |   0 |7117 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
267.59/267.63	c   263s|950000 |948556 |     0 |   0.0 | 269M|4575 |   - |5252 |2339 |   0 |   0 |   0 |7217 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
270.30/270.35	c   266s|960000 |958538 |     0 |   0.0 | 272M|4575 |   - |5252 |2375 |   0 |   0 |   0 |7307 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
273.10/273.12	c   269s|970000 |968528 |     0 |   0.0 | 274M|4575 |   - |5252 |2386 |   0 |   0 |   0 |7357 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
276.00/276.01	c   272s|980000 |978506 |     0 |   0.0 | 277M|4575 |   - |5252 |2463 |   0 |   0 |   0 |7467 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
278.79/278.80	c   274s|990000 |988488 |     0 |   0.0 | 280M|4575 |   - |5252 |2490 |   0 |   0 |   0 |7557 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
281.40/281.42	c   277s|  1000k|998478 |     0 |   0.0 | 282M|4575 |   - |5252 |2481 |   0 |   0 |   0 |7607 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
284.09/284.19	c   280s|  1010k|  1008k|     0 |   0.0 | 285M|4575 |   - |5252 |2497 |   0 |   0 |   0 |7687 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
287.01/287.03	c   283s|  1020k|  1018k|     0 |   0.0 | 288M|4575 |   - |5252 |2528 |   0 |   0 |   0 |7777 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
289.60/289.68	c   285s|  1030k|  1028k|     0 |   0.0 | 290M|4575 |   - |5252 |2559 |   0 |   0 |   0 |7867 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
292.40/292.50	c   288s|  1040k|  1038k|     0 |   0.0 | 293M|4575 |   - |5252 |2581 |   0 |   0 |   0 |7917 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
295.20/295.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.20/295.27	c   291s|  1050k|  1048k|     0 |   0.0 | 296M|4575 |   - |5252 |2618 |   0 |   0 |   0 |7987 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
298.00/298.10	c   293s|  1060k|  1058k|     0 |   0.0 | 298M|4575 |   - |5252 |2640 |   0 |   0 |   0 |8067 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
300.70/300.77	c   296s|  1070k|  1068k|     0 |   0.0 | 301M|4575 |   - |5252 |2657 |   0 |   0 |   0 |8117 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
303.50/303.51	c   299s|  1080k|  1078k|     0 |   0.0 | 304M|4575 |   - |5252 |2674 |   0 |   0 |   0 |8187 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
306.29/306.30	c   302s|  1090k|  1088k|     0 |   0.0 | 307M|4575 |   - |5252 |2727 |   0 |   0 |   0 |8267 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
308.90/308.94	c   304s|  1100k|  1098k|     0 |   0.0 | 309M|4575 |   - |5252 |2753 |   0 |   0 |   0 |8347 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
311.70/311.70	c   307s|  1110k|  1108k|     0 |   0.0 | 312M|4575 |   - |5252 |2754 |   0 |   0 |   0 |8397 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
314.40/314.44	c   310s|  1120k|  1118k|     0 |   0.0 | 315M|4575 |   - |5252 |2779 |   0 |   0 |   0 |8477 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
317.19/317.20	c   312s|  1130k|  1128k|     0 |   0.0 | 317M|4575 |   - |5252 |2799 |   0 |   0 |   0 |8547 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
319.80/319.89	c   315s|  1140k|  1138k|     0 |   0.0 | 320M|4575 |   - |5252 |2824 |   0 |   0 |   0 |8627 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
322.40/322.45	c   317s|  1150k|  1148k|     0 |   0.0 | 323M|4575 |   - |5252 |2841 |   0 |   0 |   0 |8697 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
325.10/325.18	c   320s|  1160k|  1158k|     0 |   0.0 | 325M|4575 |   - |5252 |2900 |   0 |   0 |   0 |8797 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
327.89/327.99	c   323s|  1170k|  1168k|     0 |   0.0 | 328M|4575 |   - |5252 |2933 |   0 |   0 |   0 |8877 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
330.70/330.70	c   326s|  1180k|  1178k|     0 |   0.0 | 331M|4575 |   - |5252 |2949 |   0 |   0 |   0 |8957 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
333.50/333.50	c   328s|  1190k|  1188k|     0 |   0.0 | 334M|4575 |   - |5252 |2999 |   0 |   0 |   0 |9047 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
336.10/336.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.10/336.20	c   331s|  1200k|  1198k|     0 |   0.0 | 336M|4575 |   - |5252 |3043 |   0 |   0 |   0 |9127 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
339.00/339.04	c   334s|  1210k|  1208k|     0 |   0.0 | 339M|4575 |   - |5252 |3073 |   0 |   0 |   0 |9187 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
341.69/341.70	c   336s|  1220k|  1218k|     0 |   0.0 | 342M|4575 |   - |5252 |3107 |   0 |   0 |   0 |9257 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
344.30/344.38	c   339s|  1230k|  1228k|     0 |   0.0 | 344M|4575 |   - |5252 |3117 |   0 |   0 |   0 |9327 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
347.20/347.23	c   342s|  1240k|  1238k|     0 |   0.0 | 347M|4575 |   - |5252 |3175 |   0 |   0 |   0 |9437 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
349.80/349.84	c   344s|  1250k|  1248k|     0 |   0.0 | 350M|4575 |   - |5252 |3194 |   0 |   0 |   0 |9507 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
352.40/352.49	c   347s|  1260k|  1258k|     0 |   0.0 | 352M|4575 |   - |5252 |3203 |   0 |   0 |   0 |9547 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
355.30/355.32	c   350s|  1270k|  1268k|     0 |   0.0 | 355M|4575 |   - |5252 |3250 |   0 |   0 |   0 |9637 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
358.00/358.07	c   352s|  1280k|  1278k|     0 |   0.0 | 358M|4575 |   - |5252 |3282 |   0 |   0 |   0 |9727 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
360.71/360.76	c   355s|  1290k|  1288k|     0 |   0.0 | 360M|4575 |   - |5252 |3315 |   0 |   0 |   0 |9807 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
363.49/363.52	c   358s|  1300k|  1298k|     0 |   0.0 | 363M|4575 |   - |5252 |3372 |   0 |   0 |   0 |9917 |   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
366.10/366.12	c   360s|  1310k|  1307k|     0 |   0.0 | 366M|4575 |   - |5252 |3419 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
368.69/368.78	c   363s|  1320k|  1317k|     0 |   0.0 | 369M|4575 |   - |5252 |3466 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
371.49/371.51	c   366s|  1330k|  1327k|     0 |   0.0 | 371M|4575 |   - |5252 |3490 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
374.30/374.37	c   368s|  1340k|  1337k|     0 |   0.0 | 374M|4575 |   - |5252 |3535 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
377.09/377.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.09/377.10	c   371s|  1350k|  1347k|     0 |   0.0 | 377M|4575 |   - |5252 |3568 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
379.69/379.78	c   374s|  1360k|  1357k|     0 |   0.0 | 379M|4575 |   - |5252 |3583 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
382.40/382.42	c   376s|  1370k|  1367k|     0 |   0.0 | 382M|4575 |   - |5252 |3616 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
385.00/385.05	c   379s|  1380k|  1377k|     0 |   0.0 | 385M|4575 |   - |5252 |3635 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
387.69/387.79	c   382s|  1390k|  1387k|     0 |   0.0 | 387M|4575 |   - |5252 |3665 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
390.59/390.62	c   384s|  1400k|  1397k|     0 |   0.0 | 390M|4575 |   - |5252 |3712 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
393.20/393.26	c   387s|  1410k|  1407k|     0 |   0.0 | 393M|4575 |   - |5252 |3750 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
395.80/395.81	c   390s|  1420k|  1417k|     0 |   0.0 | 396M|4575 |   - |5252 |3787 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
398.49/398.55	c   392s|  1430k|  1427k|     0 |   0.0 | 398M|4575 |   - |5252 |3875 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
401.10/401.18	c   395s|  1440k|  1437k|     0 |   0.0 | 401M|4575 |   - |5252 |3905 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
403.71/403.73	c   397s|  1450k|  1447k|     0 |   0.0 | 404M|4575 |   - |5252 |3909 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
406.40/406.42	c   400s|  1460k|  1457k|     0 |   0.0 | 406M|4575 |   - |5252 |3956 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
409.10/409.14	c   403s|  1470k|  1467k|     0 |   0.0 | 409M|4575 |   - |5252 |4019 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
411.70/411.78	c   405s|  1480k|  1477k|     0 |   0.0 | 412M|4575 |   - |5252 |4092 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
414.50/414.51	c   408s|  1490k|  1487k|     0 |   0.0 | 415M|4575 |   - |5252 |4147 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
417.20/417.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.20/417.28	c   411s|  1500k|  1497k|     0 |   0.0 | 417M|4575 |   - |5252 |4197 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
419.80/419.87	c   413s|  1510k|  1507k|     0 |   0.0 | 420M|4575 |   - |5252 |4224 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
422.59/422.62	c   416s|  1520k|  1517k|     0 |   0.0 | 423M|4575 |   - |5252 |4289 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
425.30/425.32	c   419s|  1530k|  1527k|     0 |   0.0 | 425M|4575 |   - |5252 |4311 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
428.10/428.13	c   421s|  1540k|  1537k|     0 |   0.0 | 428M|4575 |   - |5252 |4360 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
430.70/430.73	c   424s|  1550k|  1547k|     0 |   0.0 | 431M|4575 |   - |5252 |4421 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
433.31/433.34	c   426s|  1560k|  1557k|     0 |   0.0 | 433M|4575 |   - |5252 |4440 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
436.00/436.03	c   429s|  1570k|  1567k|     0 |   0.0 | 436M|4575 |   - |5252 |4476 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
438.59/438.68	c   432s|  1580k|  1577k|     0 |   0.0 | 439M|4575 |   - |5252 |4516 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
441.20/441.28	c   434s|  1590k|  1587k|     0 |   0.0 | 442M|4575 |   - |5252 |4562 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
443.80/443.88	c   437s|  1600k|  1597k|     0 |   0.0 | 444M|4575 |   - |5252 |4591 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
446.40/446.45	c   439s|  1610k|  1607k|     0 |   0.0 | 447M|4575 |   - |5252 |4630 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
449.10/449.10	c   442s|  1620k|  1617k|     0 |   0.0 | 450M|4575 |   - |5252 |4677 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
451.70/451.71	c   444s|  1630k|  1627k|     0 |   0.0 | 452M|4575 |   - |5252 |4742 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
454.30/454.37	c   447s|  1640k|  1637k|     0 |   0.0 | 455M|4575 |   - |5252 |4795 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
457.00/457.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.00/457.06	c   450s|  1650k|  1647k|     0 |   0.0 | 458M|4575 |   - |5252 |4853 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
459.59/459.65	c   452s|  1660k|  1657k|     0 |   0.0 | 461M|4575 |   - |5252 |4901 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
462.20/462.26	c   455s|  1670k|  1667k|     0 |   0.0 | 463M|4575 |   - |5252 |4967 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
464.79/464.89	c   457s|  1680k|  1677k|     0 |   0.0 | 466M|4575 |   - |5252 |5025 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
467.60/467.66	c   460s|  1690k|  1687k|     0 |   0.0 | 469M|4575 |   - |5252 |5075 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
470.19/470.21	c   463s|  1700k|  1697k|     0 |   0.0 | 471M|4575 |   - |5252 |5136 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
472.80/472.88	c   465s|  1710k|  1707k|     0 |   0.0 | 474M|4575 |   - |5252 |5175 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
475.39/475.47	c   468s|  1720k|  1717k|     0 |   0.0 | 477M|4575 |   - |5252 |5217 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
477.90/477.99	c   470s|  1730k|  1727k|     0 |   0.0 | 480M|4575 |   - |5252 |5276 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
480.50/480.56	c   473s|  1740k|  1737k|     0 |   0.0 | 482M|4575 |   - |5252 |5314 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
483.19/483.20	c   475s|  1750k|  1747k|     0 |   0.0 | 485M|4575 |   - |5252 |5372 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
485.60/485.66	c   478s|  1760k|  1757k|     0 |   0.0 | 488M|4575 |   - |5252 |5409 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
488.31/488.38	c   481s|  1770k|  1767k|     0 |   0.0 | 490M|4575 |   - |5252 |5486 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
491.00/491.09	c   483s|  1780k|  1777k|     0 |   0.0 | 493M|4575 |   - |5252 |5572 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
493.60/493.64	c   486s|  1790k|  1787k|     0 |   0.0 | 496M|4575 |   - |5252 |5636 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
496.11/496.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.11/496.12	c   488s|  1800k|  1797k|     0 |   0.0 | 499M|4575 |   - |5252 |5689 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
498.69/498.73	c   491s|  1810k|  1807k|     0 |   0.0 | 501M|4575 |   - |5252 |5763 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
501.19/501.22	c   493s|  1820k|  1817k|     0 |   0.0 | 504M|4575 |   - |5252 |5783 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
503.90/503.90	c   496s|  1830k|  1827k|     0 |   0.0 | 507M|4575 |   - |5252 |5830 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
506.50/506.52	c   498s|  1840k|  1837k|     0 |   0.0 | 510M|4575 |   - |5252 |5870 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
509.09/509.11	c   501s|  1850k|  1847k|     0 |   0.0 | 512M|4575 |   - |5252 |5940 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
511.80/511.83	c   504s|  1860k|  1857k|     0 |   0.0 | 515M|4575 |   - |5252 |5996 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
514.40/514.41	c   506s|  1870k|  1867k|     0 |   0.0 | 518M|4575 |   - |5252 |6060 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
517.01/517.03	c   509s|  1880k|  1877k|     0 |   0.0 | 520M|4575 |   - |5252 |6136 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
519.50/519.55	c   511s|  1890k|  1887k|     0 |   0.0 | 523M|4575 |   - |5252 |6176 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
522.20/522.20	c   514s|  1900k|  1896k|     0 |   0.0 | 526M|4575 |   - |5252 |6236 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
524.61/524.65	c   516s|  1910k|  1906k|     0 |   0.0 | 529M|4575 |   - |5252 |6272 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
527.10/527.11	c   519s|  1920k|  1916k|     0 |   0.0 | 531M|4575 |   - |5252 |6312 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
529.40/529.49	c   521s|  1930k|  1926k|     0 |   0.0 | 534M|4575 |   - |5252 |6340 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
532.00/532.02	c   523s|  1940k|  1936k|     0 |   0.0 | 537M|4575 |   - |5252 |6380 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
534.50/534.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.50/534.55	c   526s|  1950k|  1946k|     0 |   0.0 | 539M|4575 |   - |5252 |6461 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
537.00/537.00	c   528s|  1960k|  1956k|     0 |   0.0 | 542M|4575 |   - |5252 |6511 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
539.50/539.52	c   531s|  1970k|  1966k|     0 |   0.0 | 545M|4575 |   - |5252 |6563 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
542.00/542.03	c   533s|  1980k|  1976k|     0 |   0.0 | 547M|4575 |   - |5252 |6631 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
544.50/544.58	c   536s|  1990k|  1986k|     0 |   0.0 | 550M|4575 |   - |5252 |6744 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
547.10/547.14	c   538s|  2000k|  1996k|     0 |   0.0 | 553M|4575 |   - |5252 |6802 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
549.70/549.74	c   541s|  2010k|  2006k|     0 |   0.0 | 556M|4575 |   - |5252 |6874 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
552.30/552.32	c   543s|  2020k|  2016k|     0 |   0.0 | 558M|4575 |   - |5252 |6950 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
554.70/554.79	c   546s|  2030k|  2026k|     0 |   0.0 | 561M|4575 |   - |5252 |6997 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
557.20/557.28	c   548s|  2040k|  2036k|     0 |   0.0 | 564M|4575 |   - |5252 |7052 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
559.81/559.84	c   551s|  2050k|  2046k|     0 |   0.0 | 567M|4575 |   - |5252 |7102 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
562.20/562.21	c   553s|  2060k|  2056k|     0 |   0.0 | 569M|4575 |   - |5252 |7157 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
564.60/564.68	c   556s|  2070k|  2066k|     0 |   0.0 | 572M|4575 |   - |5252 |7237 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
567.20/567.21	c   558s|  2080k|  2076k|     0 |   0.0 | 575M|4575 |   - |5252 |7272 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
569.70/569.77	c   561s|  2090k|  2086k|     0 |   0.0 | 577M|4575 |   - |5252 |7346 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
572.20/572.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.20/572.22	c   563s|  2100k|  2096k|     0 |   0.0 | 580M|4575 |   - |5252 |7405 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
574.70/574.71	c   565s|  2110k|  2106k|     0 |   0.0 | 583M|4575 |   - |5252 |7483 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
577.10/577.16	c   568s|  2120k|  2116k|     0 |   0.0 | 586M|4575 |   - |5252 |7534 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
579.50/579.51	c   570s|  2130k|  2126k|     0 |   0.0 | 588M|4575 |   - |5252 |7596 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
582.00/582.04	c   573s|  2140k|  2136k|     0 |   0.0 | 591M|4575 |   - |5252 |7674 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
584.50/584.52	c   575s|  2150k|  2146k|     0 |   0.0 | 594M|4575 |   - |5252 |7757 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
587.01/587.09	c   578s|  2160k|  2156k|     0 |   0.0 | 596M|4575 |   - |5252 |7810 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
589.51/589.54	c   580s|  2170k|  2166k|     0 |   0.0 | 599M|4575 |   - |5252 |7875 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
592.00/592.07	c   582s|  2180k|  2176k|     0 |   0.0 | 602M|4575 |   - |5252 |7934 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
594.50/594.50	c   585s|  2190k|  2186k|     0 |   0.0 | 605M|4575 |   - |5252 |7982 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
596.80/596.87	c   587s|  2200k|  2196k|     0 |   0.0 | 607M|4575 |   - |5252 |8060 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
599.20/599.28	c   589s|  2210k|  2206k|     0 |   0.0 | 610M|4575 |   - |5252 |8114 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
601.80/601.80	c   592s|  2220k|  2216k|     0 |   0.0 | 613M|4575 |   - |5252 |8176 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
604.20/604.22	c   594s|  2230k|  2226k|     0 |   0.0 | 616M|4575 |   - |5252 |8264 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
606.51/606.58	c   597s|  2240k|  2236k|     0 |   0.0 | 618M|4575 |   - |5252 |8318 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
609.00/609.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.00/609.04	c   599s|  2250k|  2246k|     0 |   0.0 | 621M|4575 |   - |5252 |8396 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
611.51/611.55	c   602s|  2260k|  2256k|     0 |   0.0 | 624M|4575 |   - |5252 |8483 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
613.90/613.97	c   604s|  2270k|  2266k|     0 |   0.0 | 626M|4575 |   - |5252 |8546 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
616.30/616.34	c   606s|  2280k|  2276k|     0 |   0.0 | 629M|4575 |   - |5252 |8618 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
619.01/619.01	c   609s|  2290k|  2286k|     0 |   0.0 | 632M|4575 |   - |5252 |8707 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
621.41/621.41	c   611s|  2300k|  2296k|     0 |   0.0 | 635M|4575 |   - |5252 |8788 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
623.60/623.70	c   613s|  2310k|  2306k|     0 |   0.0 | 637M|4575 |   - |5252 |8845 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
626.20/626.21	c   616s|  2320k|  2316k|     0 |   0.0 | 640M|4575 |   - |5252 |8942 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
628.70/628.71	c   618s|  2330k|  2326k|     0 |   0.0 | 643M|4575 |   - |5252 |8998 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
631.10/631.12	c   621s|  2340k|  2336k|     0 |   0.0 | 646M|4575 |   - |5252 |9088 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
633.70/633.70	c   623s|  2350k|  2346k|     0 |   0.0 | 648M|4575 |   - |5252 |9173 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
636.10/636.15	c   626s|  2360k|  2356k|     0 |   0.0 | 651M|4575 |   - |5252 |9256 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
638.50/638.54	c   628s|  2370k|  2366k|     0 |   0.0 | 654M|4575 |   - |5252 |9325 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
640.90/640.97	c   630s|  2380k|  2376k|     0 |   0.0 | 657M|4575 |   - |5252 |9395 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
643.30/643.37	c   633s|  2390k|  2386k|     0 |   0.0 | 659M|4575 |   - |5252 |9475 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
645.90/645.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
645.90/645.91	c   635s|  2400k|  2396k|     0 |   0.0 | 662M|4575 |   - |5252 |9593 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
648.30/648.31	c   638s|  2410k|  2406k|     0 |   0.0 | 665M|4575 |   - |5252 |9637 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
650.80/650.80	c   640s|  2420k|  2416k|     0 |   0.0 | 668M|4575 |   - |5252 |9722 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
653.20/653.25	c   642s|  2430k|  2426k|     0 |   0.0 | 670M|4575 |   - |5252 |9811 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
655.51/655.58	c   645s|  2440k|  2436k|     0 |   0.0 | 673M|4575 |   - |5252 |9864 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
657.90/657.97	c   647s|  2450k|  2445k|     0 |   0.0 | 676M|4575 |   - |5252 |9989 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
660.40/660.40	c   649s|  2460k|  2455k|     0 |   0.0 | 679M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
662.90/662.99	c   652s|  2470k|  2465k|     0 |   0.0 | 682M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
665.30/665.39	c   654s|  2480k|  2475k|     0 |   0.0 | 684M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
667.61/667.61	c   657s|  2490k|  2485k|     0 |   0.0 | 687M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
670.00/670.09	c   659s|  2500k|  2495k|     0 |   0.0 | 690M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
672.20/672.28	c   661s|  2510k|  2505k|     0 |   0.0 | 693M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
674.80/674.85	c   664s|  2520k|  2515k|     0 |   0.0 | 695M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
677.10/677.12	c   666s|  2530k|  2525k|     0 |   0.0 | 698M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
679.40/679.47	c   668s|  2540k|  2535k|     0 |   0.0 | 701M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
681.70/681.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
681.70/681.75	c   670s|  2550k|  2545k|     0 |   0.0 | 704M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
684.11/684.18	c   673s|  2560k|  2555k|     0 |   0.0 | 706M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
686.50/686.55	c   675s|  2570k|  2565k|     0 |   0.0 | 709M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
689.00/689.00	c   678s|  2580k|  2575k|     0 |   0.0 | 712M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
691.30/691.39	c   680s|  2590k|  2585k|     0 |   0.0 | 715M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
693.70/693.78	c   682s|  2600k|  2595k|     0 |   0.0 | 717M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
696.10/696.18	c   685s|  2610k|  2605k|     0 |   0.0 | 720M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
698.60/698.63	c   687s|  2620k|  2615k|     0 |   0.0 | 723M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
701.00/701.01	c   689s|  2630k|  2625k|     0 |   0.0 | 726M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
703.30/703.39	c   692s|  2640k|  2635k|     0 |   0.0 | 729M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
705.70/705.72	c   694s|  2650k|  2645k|     0 |   0.0 | 731M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
708.10/708.10	c   696s|  2660k|  2655k|     0 |   0.0 | 734M|4575 |   - |5252 |  11k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
710.40/710.40	c   699s|  2670k|  2665k|     0 |   0.0 | 737M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
712.81/712.82	c   701s|  2680k|  2675k|     0 |   0.0 | 740M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
715.10/715.18	c   703s|  2690k|  2685k|     0 |   0.0 | 742M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
717.30/717.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
717.30/717.37	c   705s|  2700k|  2695k|     0 |   0.0 | 745M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
719.71/719.78	c   708s|  2710k|  2705k|     0 |   0.0 | 748M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
722.00/722.02	c   710s|  2720k|  2715k|     0 |   0.0 | 751M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
724.20/724.23	c   712s|  2730k|  2725k|     0 |   0.0 | 753M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
726.50/726.53	c   714s|  2740k|  2735k|     0 |   0.0 | 756M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
728.80/728.84	c   717s|  2750k|  2745k|     0 |   0.0 | 759M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
731.01/731.08	c   719s|  2760k|  2755k|     0 |   0.0 | 762M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
733.30/733.35	c   721s|  2770k|  2765k|     0 |   0.0 | 765M|4575 |   - |5252 |  12k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
735.60/735.64	c   723s|  2780k|  2775k|     0 |   0.0 | 767M|4575 |   - |5252 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
737.70/737.74	c   725s|  2790k|  2785k|     0 |   0.0 | 770M|4575 |   - |5252 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
740.00/740.08	c   728s|  2800k|  2795k|     0 |   0.0 | 773M|4575 |   - |5252 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
742.30/742.39	c   730s|  2810k|  2805k|     0 |   0.0 | 776M|4575 |   - |5252 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
744.61/744.70	c   732s|  2820k|  2815k|     0 |   0.0 | 779M|4575 |   - |5252 |  13k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
747.10/747.13	c   735s|  2830k|  2825k|     0 |   0.0 | 781M|4575 |   - |5252 |  13k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
749.30/749.37	c   737s|  2840k|  2835k|     0 |   0.0 | 784M|4575 |   - |5252 |  13k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
751.60/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.60/751.64	c   739s|  2850k|  2845k|     0 |   0.0 | 787M|4575 |   - |5252 |  13k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
753.90/753.93	c   741s|  2860k|  2855k|     0 |   0.0 | 790M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
756.20/756.24	c   744s|  2870k|  2865k|     0 |   0.0 | 793M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
758.50/758.50	c   746s|  2880k|  2875k|     0 |   0.0 | 795M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
760.70/760.76	c   748s|  2890k|  2885k|     0 |   0.0 | 798M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
763.00/763.01	c   750s|  2900k|  2894k|     0 |   0.0 | 801M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
765.20/765.20	c   752s|  2910k|  2904k|     0 |   0.0 | 804M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
767.41/767.41	c   754s|  2920k|  2914k|     0 |   0.0 | 806M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
769.60/769.69	c   757s|  2930k|  2924k|     0 |   0.0 | 809M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
772.00/772.03	c   759s|  2940k|  2934k|     0 |   0.0 | 812M|4575 |   - |5252 |  14k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
774.41/774.41	c   761s|  2950k|  2944k|     0 |   0.0 | 815M|4575 |   - |5252 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
776.70/776.76	c   764s|  2960k|  2954k|     0 |   0.0 | 818M|4575 |   - |5252 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
778.90/778.96	c   766s|  2970k|  2964k|     0 |   0.0 | 821M|4575 |   - |5252 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
781.10/781.17	c   768s|  2980k|  2974k|     0 |   0.0 | 823M|4575 |   - |5252 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
783.50/783.50	c   770s|  2990k|  2984k|     0 |   0.0 | 826M|4575 |   - |5252 |  15k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
785.70/785.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
785.70/785.72	c   772s|  3000k|  2994k|     0 |   0.0 | 829M|4575 |   - |5252 |  15k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
787.80/787.88	c   775s|  3010k|  3004k|     0 |   0.0 | 832M|4575 |   - |5252 |  15k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
790.20/790.22	c   777s|  3020k|  3014k|     0 |   0.0 | 835M|4575 |   - |5252 |  15k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
792.50/792.57	c   779s|  3030k|  3024k|     0 |   0.0 | 837M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
794.80/794.81	c   781s|  3040k|  3034k|     0 |   0.0 | 840M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
797.00/797.02	c   784s|  3050k|  3044k|     0 |   0.0 | 843M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
799.21/799.22	c   786s|  3060k|  3054k|     0 |   0.0 | 846M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
801.40/801.43	c   788s|  3070k|  3064k|     0 |   0.0 | 849M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
803.60/803.60	c   790s|  3080k|  3074k|     0 |   0.0 | 851M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
805.81/805.87	c   792s|  3090k|  3084k|     0 |   0.0 | 854M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
807.90/807.91	c   794s|  3100k|  3094k|     0 |   0.0 | 857M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
810.00/810.08	c   796s|  3110k|  3104k|     0 |   0.0 | 860M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
812.20/812.23	c   798s|  3120k|  3114k|     0 |   0.0 | 863M|4575 |   - |5252 |  16k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
814.30/814.31	c   800s|  3130k|  3124k|     0 |   0.0 | 865M|4575 |   - |5252 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
816.60/816.60	c   803s|  3140k|  3134k|     0 |   0.0 | 868M|4575 |   - |5252 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
818.80/818.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
818.80/818.85	c   805s|  3150k|  3144k|     0 |   0.0 | 871M|4575 |   - |5252 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
821.11/821.16	c   807s|  3160k|  3154k|     0 |   0.0 | 874M|4575 |   - |5252 |  17k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
823.30/823.36	c   809s|  3170k|  3164k|     0 |   0.0 | 877M|4575 |   - |5252 |  17k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
825.61/825.62	c   812s|  3180k|  3174k|     0 |   0.0 | 880M|4575 |   - |5252 |  17k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
827.80/827.82	c   814s|  3190k|  3184k|     0 |   0.0 | 882M|4575 |   - |5252 |  17k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
829.80/829.88	c   816s|  3200k|  3194k|     0 |   0.0 | 885M|4575 |   - |5252 |  17k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
832.10/832.11	c   818s|  3210k|  3204k|     0 |   0.0 | 888M|4575 |   - |5252 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
834.21/834.27	c   820s|  3220k|  3214k|     0 |   0.0 | 891M|4575 |   - |5252 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
836.31/836.32	c   822s|  3230k|  3224k|     0 |   0.0 | 894M|4575 |   - |5252 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
838.41/838.41	c   824s|  3240k|  3234k|     0 |   0.0 | 896M|4575 |   - |5252 |  18k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
840.50/840.55	c   826s|  3250k|  3244k|     0 |   0.0 | 899M|4575 |   - |5252 |  18k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
842.61/842.66	c   828s|  3260k|  3254k|     0 |   0.0 | 902M|4575 |   - |5252 |  18k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
844.71/844.78	c   830s|  3270k|  3264k|     0 |   0.0 | 905M|4575 |   - |5252 |  18k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
847.00/847.01	c   833s|  3280k|  3274k|     0 |   0.0 | 908M|4575 |   - |5252 |  18k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
849.11/849.13	c   835s|  3290k|  3284k|     0 |   0.0 | 911M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
851.20/851.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.20/851.26	c   837s|  3300k|  3294k|     0 |   0.0 | 913M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
853.31/853.39	c   839s|  3310k|  3304k|     0 |   0.0 | 916M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
855.51/855.55	c   841s|  3320k|  3313k|     0 |   0.0 | 919M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
857.60/857.62	c   843s|  3330k|  3323k|     0 |   0.0 | 922M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
859.70/859.71	c   845s|  3340k|  3333k|     0 |   0.0 | 925M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
861.70/861.78	c   847s|  3350k|  3343k|     0 |   0.0 | 927M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
863.80/863.89	c   849s|  3360k|  3353k|     0 |   0.0 | 930M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
866.00/866.02	c   851s|  3370k|  3363k|     0 |   0.0 | 933M|4575 |   - |5252 |  19k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
868.11/868.17	c   853s|  3380k|  3373k|     0 |   0.0 | 936M|4575 |   - |5252 |  20k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
870.20/870.29	c   855s|  3390k|  3383k|     0 |   0.0 | 939M|4575 |   - |5252 |  20k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
872.40/872.41	c   857s|  3400k|  3393k|     0 |   0.0 | 942M|4575 |   - |5252 |  20k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
874.30/874.40	c   859s|  3410k|  3403k|     0 |   0.0 | 945M|4575 |   - |5252 |  20k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
876.61/876.65	c   862s|  3420k|  3413k|     0 |   0.0 | 947M|4575 |   - |5252 |  20k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
878.61/878.69	c   864s|  3430k|  3423k|     0 |   0.0 | 950M|4575 |   - |5252 |  20k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
880.81/880.87	c   866s|  3440k|  3433k|     0 |   0.0 | 953M|4575 |   - |5252 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
883.01/883.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
883.01/883.02	c   868s|  3450k|  3443k|     0 |   0.0 | 956M|4575 |   - |5252 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
885.10/885.17	c   870s|  3460k|  3453k|     0 |   0.0 | 959M|4575 |   - |5252 |  21k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
887.21/887.21	c   872s|  3470k|  3463k|     0 |   0.0 | 962M|4575 |   - |5252 |  21k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
889.30/889.34	c   874s|  3480k|  3473k|     0 |   0.0 | 965M|4575 |   - |5252 |  21k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
891.41/891.40	c   876s|  3490k|  3483k|     0 |   0.0 | 967M|4575 |   - |5252 |  21k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
893.41/893.41	c   878s|  3500k|  3493k|     0 |   0.0 | 970M|4575 |   - |5252 |  21k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
895.41/895.41	c   880s|  3510k|  3503k|     0 |   0.0 | 973M|4575 |   - |5252 |  21k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
897.41/897.49	c   882s|  3520k|  3513k|     0 |   0.0 | 976M|4575 |   - |5252 |  22k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
899.51/899.51	c   884s|  3530k|  3523k|     0 |   0.0 | 979M|4575 |   - |5252 |  22k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
901.60/901.65	c   886s|  3540k|  3533k|     0 |   0.0 | 982M|4575 |   - |5252 |  22k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
903.70/903.71	c   888s|  3550k|  3543k|     0 |   0.0 | 985M|4575 |   - |5252 |  22k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
905.81/905.84	c   890s|  3560k|  3553k|     0 |   0.0 | 987M|4575 |   - |5252 |  22k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
907.81/907.81	c   892s|  3570k|  3563k|     0 |   0.0 | 990M|4575 |   - |5252 |  22k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
909.71/909.75	c   894s|  3580k|  3573k|     0 |   0.0 | 993M|4575 |   - |5252 |  22k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
911.71/911.74	c   896s|  3590k|  3583k|     0 |   0.0 | 996M|4575 |   - |5252 |  22k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
913.70/913.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
913.70/913.75	c   898s|  3600k|  3593k|     0 |   0.0 | 999M|4575 |   - |5252 |  23k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
915.70/915.79	c   900s|  3610k|  3603k|     0 |   0.0 |1002M|4575 |   - |5252 |  23k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
917.81/917.80	c   902s|  3620k|  3613k|     0 |   0.0 |1004M|4575 |   - |5252 |  23k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
919.70/919.77	c   904s|  3630k|  3623k|     0 |   0.0 |1007M|4575 |   - |5252 |  23k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
921.81/921.89	c   906s|  3640k|  3633k|     0 |   0.0 |1010M|4575 |   - |5252 |  23k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
923.91/923.90	c   908s|  3650k|  3643k|     0 |   0.0 |1013M|4575 |   - |5252 |  23k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
926.00/926.00	c   910s|  3660k|  3653k|     0 |   0.0 |1016M|4575 |   - |5252 |  23k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
928.01/928.01	c   912s|  3670k|  3663k|     0 |   0.0 |1019M|4575 |   - |5252 |  24k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
930.01/930.04	c   914s|  3680k|  3673k|     0 |   0.0 |1022M|4575 |   - |5252 |  24k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
931.90/931.97	c   916s|  3690k|  3682k|     0 |   0.0 |1025M|4575 |   - |5252 |  24k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
933.91/933.95	c   918s|  3700k|  3692k|     0 |   0.0 |1027M|4575 |   - |5252 |  24k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
936.01/936.03	c   920s|  3710k|  3702k|     0 |   0.0 |1030M|4575 |   - |5252 |  24k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
938.10/938.12	c   922s|  3720k|  3712k|     0 |   0.0 |1033M|4575 |   - |5252 |  24k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
940.10/940.12	c   924s|  3730k|  3722k|     0 |   0.0 |1036M|4575 |   - |5252 |  24k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
942.11/942.18	c   926s|  3740k|  3732k|     0 |   0.0 |1039M|4575 |   - |5252 |  24k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
944.01/944.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
944.01/944.08	c   928s|  3750k|  3742k|     0 |   0.0 |1042M|4575 |   - |5252 |  25k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
946.01/946.06	c   929s|  3760k|  3752k|     0 |   0.0 |1045M|4575 |   - |5252 |  25k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
948.01/948.00	c   931s|  3770k|  3762k|     0 |   0.0 |1048M|4575 |   - |5252 |  25k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
950.01/950.05	c   933s|  3780k|  3772k|     0 |   0.0 |1051M|4575 |   - |5252 |  25k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
951.91/951.93	c   935s|  3790k|  3782k|     0 |   0.0 |1054M|4575 |   - |5252 |  25k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
954.01/954.00	c   937s|  3800k|  3792k|     0 |   0.0 |1056M|4575 |   - |5252 |  25k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
955.91/955.94	c   939s|  3810k|  3802k|     0 |   0.0 |1059M|4575 |   - |5252 |  26k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
957.91/957.90	c   941s|  3820k|  3812k|     0 |   0.0 |1062M|4575 |   - |5252 |  26k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
959.90/959.91	c   943s|  3830k|  3822k|     0 |   0.0 |1065M|4575 |   - |5252 |  26k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
961.81/961.90	c   945s|  3840k|  3832k|     0 |   0.0 |1068M|4575 |   - |5252 |  26k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
963.81/963.86	c   947s|  3850k|  3842k|     0 |   0.0 |1071M|4575 |   - |5252 |  26k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
966.01/966.06	c   949s|  3860k|  3852k|     0 |   0.0 |1074M|4575 |   - |5252 |  26k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
967.91/968.00	c   951s|  3870k|  3862k|     0 |   0.0 |1077M|4575 |   - |5252 |  26k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
969.91/969.90	c   953s|  3880k|  3872k|     0 |   0.0 |1080M|4575 |   - |5252 |  27k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
971.81/971.85	c   955s|  3890k|  3882k|     0 |   0.0 |1082M|4575 |   - |5252 |  27k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
973.70/973.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
973.70/973.78	c   957s|  3900k|  3892k|     0 |   0.0 |1085M|4575 |   - |5252 |  27k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
975.71/975.73	c   958s|  3910k|  3902k|     0 |   0.0 |1088M|4575 |   - |5252 |  27k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
977.61/977.67	c   960s|  3920k|  3912k|     0 |   0.0 |1091M|4575 |   - |5252 |  27k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
979.51/979.54	c   962s|  3930k|  3922k|     0 |   0.0 |1094M|4575 |   - |5252 |  27k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
981.31/981.31	c   964s|  3940k|  3932k|     0 |   0.0 |1097M|4575 |   - |5252 |  27k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
983.20/983.20	c   966s|  3950k|  3942k|     0 |   0.0 |1100M|4575 |   - |5252 |  28k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
985.01/985.08	c   968s|  3960k|  3952k|     0 |   0.0 |1103M|4575 |   - |5252 |  28k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
987.01/987.04	c   970s|  3970k|  3962k|     0 |   0.0 |1106M|4575 |   - |5252 |  28k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
988.91/988.92	c   971s|  3980k|  3972k|     0 |   0.0 |1109M|4575 |   - |5252 |  28k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
990.81/990.83	c   973s|  3990k|  3982k|     0 |   0.0 |1112M|4575 |   - |5252 |  28k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
992.61/992.62	c   975s|  4000k|  3992k|     0 |   0.0 |1114M|4575 |   - |5252 |  28k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
994.51/994.55	c   977s|  4010k|  4002k|     0 |   0.0 |1117M|4575 |   - |5252 |  29k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
996.31/996.37	c   979s|  4020k|  4011k|     0 |   0.0 |1120M|4575 |   - |5252 |  29k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
998.41/998.40	c   981s|  4030k|  4021k|     0 |   0.0 |1123M|4575 |   - |5252 |  29k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1000.31/1000.30	c   982s|  4040k|  4031k|     0 |   0.0 |1126M|4575 |   - |5252 |  29k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1002.11/1002.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1002.11/1002.19	c   984s|  4050k|  4041k|     0 |   0.0 |1129M|4575 |   - |5252 |  29k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1003.90/1003.99	c   986s|  4060k|  4051k|     0 |   0.0 |1132M|4575 |   - |5252 |  29k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1005.81/1005.83	c   988s|  4070k|  4061k|     0 |   0.0 |1135M|4575 |   - |5252 |  30k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1007.51/1007.52	c   990s|  4080k|  4071k|     0 |   0.0 |1138M|4575 |   - |5252 |  30k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1009.41/1009.41	c   991s|  4090k|  4081k|     0 |   0.0 |1141M|4575 |   - |5252 |  30k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1011.31/1011.37	c   993s|  4100k|  4091k|     0 |   0.0 |1144M|4575 |   - |5252 |  30k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1013.11/1013.20	c   995s|  4110k|  4101k|     0 |   0.0 |1147M|4575 |   - |5252 |  30k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1015.01/1015.06	c   997s|  4120k|  4111k|     0 |   0.0 |1150M|4575 |   - |5252 |  30k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1016.81/1016.88	c   999s|  4130k|  4121k|     0 |   0.0 |1152M|4575 |   - |5252 |  31k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1018.61/1018.66	c  1000s|  4140k|  4131k|     0 |   0.0 |1155M|4575 |   - |5252 |  31k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1020.51/1020.54	c  1002s|  4150k|  4141k|     0 |   0.0 |1158M|4575 |   - |5252 |  31k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1022.41/1022.42	c  1004s|  4160k|  4151k|     0 |   0.0 |1161M|4575 |   - |5252 |  31k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1024.21/1024.27	c  1006s|  4170k|  4161k|     0 |   0.0 |1164M|4575 |   - |5252 |  31k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1026.01/1026.03	c  1008s|  4180k|  4171k|     0 |   0.0 |1167M|4575 |   - |5252 |  31k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1027.71/1027.76	c  1009s|  4190k|  4181k|     0 |   0.0 |1170M|4575 |   - |5252 |  32k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1029.41/1029.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1029.41/1029.47	c  1011s|  4200k|  4191k|     0 |   0.0 |1173M|4575 |   - |5252 |  32k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1031.21/1031.27	c  1013s|  4210k|  4201k|     0 |   0.0 |1176M|4575 |   - |5252 |  32k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1033.11/1033.10	c  1014s|  4220k|  4211k|     0 |   0.0 |1179M|4575 |   - |5252 |  32k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1034.81/1034.89	c  1016s|  4230k|  4221k|     0 |   0.0 |1182M|4575 |   - |5252 |  32k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1036.71/1036.70	c  1018s|  4240k|  4231k|     0 |   0.0 |1185M|4575 |   - |5252 |  33k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1038.41/1038.48	c  1020s|  4250k|  4241k|     0 |   0.0 |1188M|4575 |   - |5252 |  33k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1040.11/1040.13	c  1021s|  4260k|  4251k|     0 |   0.0 |1191M|4575 |   - |5252 |  33k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1041.91/1041.94	c  1023s|  4270k|  4261k|     0 |   0.0 |1194M|4575 |   - |5252 |  33k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1043.51/1043.58	c  1025s|  4280k|  4271k|     0 |   0.0 |1197M|4575 |   - |5252 |  33k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1045.31/1045.31	c  1026s|  4290k|  4281k|     0 |   0.0 |1200M|4575 |   - |5252 |  33k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1047.01/1047.00	c  1028s|  4300k|  4291k|     0 |   0.0 |1203M|4575 |   - |5252 |  34k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1048.71/1048.75	c  1030s|  4310k|  4300k|     0 |   0.0 |1206M|4575 |   - |5252 |  34k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1050.41/1050.48	c  1031s|  4320k|  4310k|     0 |   0.0 |1209M|4575 |   - |5252 |  34k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1052.21/1052.26	c  1033s|  4330k|  4320k|     0 |   0.0 |1212M|4575 |   - |5252 |  34k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1054.01/1054.04	c  1035s|  4340k|  4330k|     0 |   0.0 |1215M|4575 |   - |5252 |  34k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1055.71/1055.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1055.71/1055.75	c  1037s|  4350k|  4340k|     0 |   0.0 |1218M|4575 |   - |5252 |  35k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1057.41/1057.48	c  1038s|  4360k|  4350k|     0 |   0.0 |1221M|4575 |   - |5252 |  35k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1059.11/1059.19	c  1040s|  4370k|  4360k|     0 |   0.0 |1224M|4575 |   - |5252 |  35k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1060.91/1060.93	c  1042s|  4380k|  4370k|     0 |   0.0 |1227M|4575 |   - |5252 |  35k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1062.61/1062.67	c  1043s|  4390k|  4380k|     0 |   0.0 |1230M|4575 |   - |5252 |  35k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1064.41/1064.48	c  1045s|  4400k|  4390k|     0 |   0.0 |1233M|4575 |   - |5252 |  36k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1066.20/1066.23	c  1047s|  4410k|  4400k|     0 |   0.0 |1236M|4575 |   - |5252 |  36k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1068.02/1068.05	c  1049s|  4420k|  4410k|     0 |   0.0 |1239M|4575 |   - |5252 |  36k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1069.61/1069.67	c  1050s|  4430k|  4420k|     0 |   0.0 |1242M|4575 |   - |5252 |  36k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1071.41/1071.41	c  1052s|  4440k|  4430k|     0 |   0.0 |1245M|4575 |   - |5252 |  36k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1073.01/1073.01	c  1053s|  4450k|  4440k|     0 |   0.0 |1248M|4575 |   - |5252 |  37k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1074.61/1074.62	c  1055s|  4460k|  4450k|     0 |   0.0 |1251M|4575 |   - |5252 |  37k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1076.31/1076.31	c  1057s|  4470k|  4460k|     0 |   0.0 |1254M|4575 |   - |5252 |  37k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1077.92/1077.94	c  1058s|  4480k|  4470k|     0 |   0.0 |1257M|4575 |   - |5252 |  37k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1079.71/1079.70	c  1060s|  4490k|  4480k|     0 |   0.0 |1260M|4575 |   - |5252 |  37k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1081.22/1081.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1081.22/1081.25	c  1061s|  4500k|  4490k|     0 |   0.0 |1263M|4575 |   - |5252 |  38k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1082.91/1082.94	c  1063s|  4510k|  4500k|     0 |   0.0 |1266M|4575 |   - |5252 |  38k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1084.52/1084.57	c  1065s|  4520k|  4510k|     0 |   0.0 |1269M|4575 |   - |5252 |  38k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1086.31/1086.33	c  1066s|  4530k|  4520k|     0 |   0.0 |1272M|4575 |   - |5252 |  38k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1087.81/1087.83	c  1068s|  4540k|  4530k|     0 |   0.0 |1275M|4575 |   - |5252 |  38k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1089.41/1089.43	c  1069s|  4550k|  4540k|     0 |   0.0 |1278M|4575 |   - |5252 |  39k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1091.01/1091.04	c  1071s|  4560k|  4549k|     0 |   0.0 |1281M|4575 |   - |5252 |  39k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1092.60/1092.62	c  1072s|  4570k|  4559k|     0 |   0.0 |1284M|4575 |   - |5252 |  39k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1094.41/1094.45	c  1074s|  4580k|  4569k|     0 |   0.0 |1287M|4575 |   - |5252 |  39k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1096.10/1096.12	c  1076s|  4590k|  4579k|     0 |   0.0 |1290M|4575 |   - |5252 |  40k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1097.61/1097.68	c  1077s|  4600k|  4589k|     0 |   0.0 |1293M|4575 |   - |5252 |  40k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1099.21/1099.27	c  1079s|  4610k|  4599k|     0 |   0.0 |1297M|4575 |   - |5252 |  40k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1100.91/1100.93	c  1080s|  4620k|  4609k|     0 |   0.0 |1300M|4575 |   - |5252 |  40k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1102.51/1102.51	c  1082s|  4630k|  4619k|     0 |   0.0 |1303M|4575 |   - |5252 |  40k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1104.11/1104.16	c  1084s|  4640k|  4629k|     0 |   0.0 |1306M|4575 |   - |5252 |  41k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1105.80/1105.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1105.80/1105.81	c  1085s|  4650k|  4639k|     0 |   0.0 |1309M|4575 |   - |5252 |  41k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1107.51/1107.57	c  1087s|  4660k|  4649k|     0 |   0.0 |1312M|4575 |   - |5252 |  41k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1109.01/1109.08	c  1088s|  4670k|  4659k|     0 |   0.0 |1315M|4575 |   - |5252 |  41k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1110.81/1110.80	c  1090s|  4680k|  4669k|     0 |   0.0 |1318M|4575 |   - |5252 |  42k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1112.31/1112.36	c  1092s|  4690k|  4679k|     0 |   0.0 |1321M|4575 |   - |5252 |  42k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1113.90/1113.96	c  1093s|  4700k|  4689k|     0 |   0.0 |1324M|4575 |   - |5252 |  42k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1115.51/1115.57	c  1095s|  4710k|  4699k|     0 |   0.0 |1328M|4575 |   - |5252 |  42k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1117.01/1117.08	c  1096s|  4720k|  4709k|     0 |   0.0 |1331M|4575 |   - |5252 |  43k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1118.61/1118.69	c  1098s|  4730k|  4719k|     0 |   0.0 |1334M|4575 |   - |5252 |  43k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1120.20/1120.26	c  1099s|  4740k|  4729k|     0 |   0.0 |1337M|4575 |   - |5252 |  43k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1121.91/1121.91	c  1101s|  4750k|  4739k|     0 |   0.0 |1340M|4575 |   - |5252 |  43k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1123.41/1123.42	c  1102s|  4760k|  4748k|     0 |   0.0 |1343M|4575 |   - |5252 |  44k|   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1125.01/1125.00	c  1104s|  4770k|  4758k|     0 |   0.0 |1346M|4575 |   - |5252 |  44k|   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1126.51/1126.53	c  1105s|  4780k|  4768k|     0 |   0.0 |1350M|4575 |   - |5252 |  44k|   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1128.21/1128.21	c  1107s|  4790k|  4778k|     0 |   0.0 |1353M|4575 |   - |5252 |  45k|   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1129.91/1129.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1129.91/1129.90	c  1109s|  4800k|  4788k|     0 |   0.0 |1356M|4575 |   - |5252 |  45k|   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1131.41/1131.48	c  1110s|  4810k|  4798k|     0 |   0.0 |1359M|4575 |   - |5252 |  45k|   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1133.01/1133.08	c  1112s|  4820k|  4808k|     0 |   0.0 |1362M|4575 |   - |5252 |  45k|   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1134.61/1134.69	c  1113s|  4830k|  4818k|     0 |   0.0 |1366M|4575 |   - |5252 |  46k|   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1136.32/1136.34	c  1115s|  4840k|  4828k|     0 |   0.0 |1369M|4575 |   - |5252 |  46k|   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1137.81/1137.83	c  1116s|  4850k|  4838k|     0 |   0.0 |1372M|4575 |   - |5252 |  46k|   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1139.31/1139.32	c  1118s|  4860k|  4848k|     0 |   0.0 |1375M|4575 |   - |5252 |  47k|   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1141.01/1141.02	c  1120s|  4870k|  4858k|     0 |   0.0 |1378M|4575 |   - |5252 |  47k|   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1142.61/1142.65	c  1121s|  4880k|  4868k|     0 |   0.0 |1382M|4575 |   - |5252 |  47k|   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1144.21/1144.23	c  1123s|  4890k|  4878k|     0 |   0.0 |1385M|4575 |   - |5252 |  48k|   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1145.71/1145.75	c  1124s|  4900k|  4888k|     0 |   0.0 |1388M|4575 |   - |5252 |  48k|   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1147.11/1147.19	c  1126s|  4910k|  4898k|     0 |   0.0 |1391M|4575 |   - |5252 |  48k|   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1148.71/1148.74	c  1127s|  4920k|  4908k|     0 |   0.0 |1395M|4575 |   - |5252 |  49k|   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1150.21/1150.24	c  1128s|  4930k|  4917k|     0 |   0.0 |1398M|4575 |   - |5252 |  49k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1151.62/1151.70	c  1130s|  4940k|  4927k|     0 |   0.0 |1401M|4575 |   - |5252 |  49k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1153.21/1153.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1153.21/1153.29	c  1131s|  4950k|  4937k|     0 |   0.0 |1405M|4575 |   - |5252 |  50k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1154.81/1154.87	c  1133s|  4960k|  4947k|     0 |   0.0 |1408M|4575 |   - |5252 |  50k|   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1156.41/1156.40	c  1134s|  4970k|  4957k|     0 |   0.0 |1411M|4575 |   - |5252 |  50k|   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1157.91/1157.95	c  1136s|  4980k|  4967k|     0 |   0.0 |1415M|4575 |   - |5252 |  51k|   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1159.51/1159.59	c  1138s|  4990k|  4977k|     0 |   0.0 |1418M|4575 |   - |5252 |  51k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1161.11/1161.13	c  1139s|  5000k|  4987k|     0 |   0.0 |1422M|4575 |   - |5252 |  51k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1162.61/1162.70	c  1141s|  5010k|  4997k|     0 |   0.0 |1425M|4575 |   - |5252 |  52k|   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1164.11/1164.18	c  1142s|  5020k|  5007k|     0 |   0.0 |1428M|4575 |   - |5252 |  52k|   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1165.71/1165.74	c  1144s|  5030k|  5017k|     0 |   0.0 |1432M|4575 |   - |5252 |  53k|   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1167.21/1167.23	c  1145s|  5040k|  5027k|     0 |   0.0 |1435M|4575 |   - |5252 |  53k|   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1168.81/1168.82	c  1147s|  5050k|  5037k|     0 |   0.0 |1439M|4575 |   - |5252 |  53k|   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1170.32/1170.34	c  1148s|  5060k|  5046k|     0 |   0.0 |1442M|4575 |   - |5252 |  54k|   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1171.91/1171.92	c  1150s|  5070k|  5056k|     0 |   0.0 |1446M|4575 |   - |5252 |  54k|   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1173.41/1173.42	c  1151s|  5080k|  5066k|     0 |   0.0 |1449M|4575 |   - |5252 |  55k|   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1175.01/1175.01	c  1153s|  5090k|  5076k|     0 |   0.0 |1453M|4575 |   - |5252 |  55k|   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1176.51/1176.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.51/1176.50	c  1154s|  5100k|  5086k|     0 |   0.0 |1457M|4575 |   - |5252 |  56k|   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1178.11/1178.17	c  1156s|  5110k|  5096k|     0 |   0.0 |1460M|4575 |   - |5252 |  56k|   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1179.71/1179.72	c  1157s|  5120k|  5106k|     0 |   0.0 |1464M|4575 |   - |5252 |  57k|   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1181.21/1181.23	c  1159s|  5130k|  5116k|     0 |   0.0 |1468M|4575 |   - |5252 |  57k|   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1182.81/1182.82	c  1160s|  5140k|  5126k|     0 |   0.0 |1471M|4575 |   - |5252 |  58k|   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1184.31/1184.33	c  1162s|  5150k|  5136k|     0 |   0.0 |1475M|4575 |   - |5252 |  58k|   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1186.01/1186.00	c  1163s|  5160k|  5145k|     0 |   0.0 |1479M|4575 |   - |5252 |  59k|   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1187.61/1187.69	c  1165s|  5170k|  5155k|     0 |   0.0 |1483M|4575 |   - |5252 |  60k|   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1189.31/1189.32	c  1166s|  5180k|  5165k|     0 |   0.0 |1487M|4575 |   - |5252 |  60k|   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1190.80/1190.89	c  1168s|  5190k|  5175k|     0 |   0.0 |1491M|4575 |   - |5252 |  61k|   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1192.61/1192.64	c  1170s|  5200k|  5185k|     0 |   0.0 |1494M|4575 |   - |5252 |  62k|   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1194.51/1194.52	c  1172s|  5210k|  5195k|     0 |   0.0 |1498M|4575 |   - |5252 |  62k|   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1196.21/1196.27	c  1173s|  5220k|  5205k|     0 |   0.0 |1502M|4575 |   - |5252 |  63k|   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1198.01/1198.09	c  1175s|  5230k|  5214k|     0 |   0.0 |1506M|4575 |   - |5252 |  64k|   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1199.71/1199.78	c  1177s|  5240k|  5224k|     0 |   0.0 |1510M|4575 |   - |5252 |  65k|   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1201.51/1201.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1201.51/1201.53	c  1178s|  5250k|  5234k|     0 |   0.0 |1514M|4575 |   - |5252 |  66k|   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1203.21/1203.24	c  1180s|  5260k|  5244k|     0 |   0.0 |1519M|4575 |   - |5252 |  67k|   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1205.21/1205.27	c  1182s|  5270k|  5254k|     0 |   0.0 |1523M|4575 |   - |5252 |  68k|   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1207.21/1207.29	c  1184s|  5280k|  5263k|     0 |   0.0 |1527M|4575 |   - |5252 |  69k|   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1209.11/1209.15	c  1186s|  5290k|  5273k|     0 |   0.0 |1531M|4575 |   - |5252 |  70k|   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1211.11/1211.10	c  1188s|  5300k|  5283k|     0 |   0.0 |1536M|4575 |   - |5252 |  71k|   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1213.21/1213.22	c  1190s|  5310k|  5293k|     0 |   0.0 |1540M|4575 |   - |5252 |  72k|   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1215.31/1215.40	c  1192s|  5320k|  5302k|     0 |   0.0 |1545M|4575 |   - |5252 |  74k|   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1218.01/1218.06	c  1195s|  5330k|  5312k|     0 |   0.0 |1550M|4575 |   - |5252 |  76k|   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1220.71/1220.79	c  1197s|  5340k|  5322k|     0 |   0.0 |1555M|4575 |   - |5252 |  78k|   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1228.01/1228.09	c  1204s|  5350k|  5331k|     0 |   0.0 |1564M|4575 |   - |5252 |  83k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1232.11/1232.12	c  1208s|  5360k|  5341k|     0 |   0.0 |1578M|4575 |   - |5252 |  83k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1234.81/1234.87	c  1211s|  5370k|  5351k|     0 |   0.0 |1572M|4575 |   - |5252 |  68k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1237.71/1237.79	c  1214s|  5380k|  5361k|     0 |   0.0 |1558M|4575 |   - |5252 |  44k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1240.51/1240.57	c  1217s|  5390k|  5371k|     0 |   0.0 |1538M|4575 |   - |5252 |  10k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1243.51/1243.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1243.51/1243.50	c  1220s|  5400k|  5380k|     0 |   0.0 |1534M|4575 |   - |5252 |1781 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1246.31/1246.34	c  1222s|  5410k|  5390k|     0 |   0.0 |1537M|4575 |   - |5252 |1812 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1249.01/1249.01	c  1225s|  5420k|  5400k|     0 |   0.0 |1540M|4575 |   - |5252 |1777 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1252.01/1252.08	c  1228s|  5430k|  5410k|     0 |   0.0 |1542M|4575 |   - |5252 |1791 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1254.91/1254.99	c  1231s|  5440k|  5420k|     0 |   0.0 |1545M|4575 |   - |5252 |1805 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1257.71/1257.71	c  1234s|  5450k|  5430k|     0 |   0.0 |1548M|4575 |   - |5252 |1794 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1260.62/1260.64	c  1236s|  5460k|  5440k|     0 |   0.0 |1551M|4575 |   - |5252 |1784 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1263.72/1263.70	c  1239s|  5470k|  5450k|     0 |   0.0 |1553M|4575 |   - |5252 |1796 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1266.61/1266.67	c  1242s|  5480k|  5460k|     0 |   0.0 |1556M|4575 |   - |5252 |1802 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1269.51/1269.54	c  1245s|  5490k|  5470k|     0 |   0.0 |1559M|4575 |   - |5252 |1790 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1272.51/1272.57	c  1248s|  5500k|  5480k|     0 |   0.0 |1561M|4575 |   - |5252 |1794 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1275.61/1275.60	c  1251s|  5510k|  5490k|     0 |   0.0 |1564M|4575 |   - |5252 |1801 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1278.41/1278.49	c  1254s|  5520k|  5500k|     0 |   0.0 |1567M|4575 |   - |5252 |1806 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1281.51/1281.54	c  1257s|  5530k|  5510k|     0 |   0.0 |1570M|4575 |   - |5252 |1784 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1284.51/1284.53	c  1260s|  5540k|  5520k|     0 |   0.0 |1572M|4575 |   - |5252 |1801 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1287.31/1287.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1287.31/1287.32	c  1263s|  5550k|  5530k|     0 |   0.0 |1575M|4575 |   - |5252 |1779 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1290.51/1290.50	c  1266s|  5560k|  5540k|     0 |   0.0 |1578M|4575 |   - |5252 |1806 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1293.21/1293.29	c  1269s|  5570k|  5550k|     0 |   0.0 |1580M|4575 |   - |5252 |1799 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1296.31/1296.32	c  1272s|  5580k|  5560k|     0 |   0.0 |1583M|4575 |   - |5252 |1792 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1299.11/1299.13	c  1274s|  5590k|  5570k|     0 |   0.0 |1586M|4575 |   - |5252 |1807 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1302.01/1302.01	c  1277s|  5600k|  5580k|     0 |   0.0 |1588M|4575 |   - |5252 |1825 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1304.92/1304.98	c  1280s|  5610k|  5590k|     0 |   0.0 |1591M|4575 |   - |5252 |1865 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1307.82/1307.85	c  1283s|  5620k|  5600k|     0 |   0.0 |1594M|4575 |   - |5252 |1843 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1310.61/1310.69	c  1286s|  5630k|  5610k|     0 |   0.0 |1596M|4575 |   - |5252 |1869 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1313.72/1313.74	c  1289s|  5640k|  5620k|     0 |   0.0 |1599M|4575 |   - |5252 |1892 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1316.81/1316.84	c  1292s|  5650k|  5630k|     0 |   0.0 |1602M|4575 |   - |5252 |1883 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1319.82/1319.83	c  1295s|  5660k|  5640k|     0 |   0.0 |1604M|4575 |   - |5252 |1872 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1322.41/1322.40	c  1297s|  5670k|  5650k|     0 |   0.0 |1607M|4575 |   - |5252 |1867 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1325.31/1325.37	c  1300s|  5680k|  5660k|     0 |   0.0 |1610M|4575 |   - |5252 |1893 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1328.21/1328.20	c  1303s|  5690k|  5670k|     0 |   0.0 |1612M|4575 |   - |5252 |1884 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1331.31/1331.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1331.31/1331.32	c  1306s|  5700k|  5680k|     0 |   0.0 |1615M|4575 |   - |5252 |1936 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1334.11/1334.10	c  1309s|  5710k|  5690k|     0 |   0.0 |1618M|4575 |   - |5252 |1911 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1337.21/1337.28	c  1312s|  5720k|  5700k|     0 |   0.0 |1620M|4575 |   - |5252 |1933 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1340.01/1340.01	c  1315s|  5730k|  5710k|     0 |   0.0 |1623M|4575 |   - |5252 |1905 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1343.11/1343.13	c  1318s|  5740k|  5720k|     0 |   0.0 |1626M|4575 |   - |5252 |1896 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1345.91/1345.93	c  1320s|  5750k|  5730k|     0 |   0.0 |1628M|4575 |   - |5252 |1890 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1348.92/1348.91	c  1323s|  5760k|  5740k|     0 |   0.0 |1631M|4575 |   - |5252 |1905 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1351.82/1351.82	c  1326s|  5770k|  5750k|     0 |   0.0 |1634M|4575 |   - |5252 |1891 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1354.71/1354.79	c  1329s|  5780k|  5760k|     0 |   0.0 |1636M|4575 |   - |5252 |1897 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1357.81/1357.84	c  1332s|  5790k|  5770k|     0 |   0.0 |1639M|4575 |   - |5252 |1895 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1360.52/1360.50	c  1335s|  5800k|  5780k|     0 |   0.0 |1642M|4575 |   - |5252 |1898 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1363.52/1363.59	c  1338s|  5810k|  5790k|     0 |   0.0 |1645M|4575 |   - |5252 |1905 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1366.41/1366.47	c  1341s|  5820k|  5800k|     0 |   0.0 |1647M|4575 |   - |5252 |1912 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1369.32/1369.40	c  1344s|  5830k|  5810k|     0 |   0.0 |1650M|4575 |   - |5252 |1898 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1372.22/1372.27	c  1346s|  5840k|  5820k|     0 |   0.0 |1653M|4575 |   - |5252 |1923 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1375.21/1375.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1375.21/1375.20	c  1349s|  5850k|  5830k|     0 |   0.0 |1655M|4575 |   - |5252 |1891 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1377.91/1377.97	c  1352s|  5860k|  5840k|     0 |   0.0 |1658M|4575 |   - |5252 |1890 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1380.81/1380.83	c  1355s|  5870k|  5850k|     0 |   0.0 |1661M|4575 |   - |5252 |1869 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1383.61/1383.69	c  1358s|  5880k|  5860k|     0 |   0.0 |1663M|4575 |   - |5252 |1891 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1386.51/1386.56	c  1360s|  5890k|  5870k|     0 |   0.0 |1666M|4575 |   - |5252 |1766 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1389.52/1389.50	c  1363s|  5900k|  5880k|     0 |   0.0 |1668M|4575 |   - |5252 |1105 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1392.52/1392.52	c  1366s|  5910k|  5890k|     0 |   0.0 |1671M|4575 |   - |5252 |1014 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1395.31/1395.34	c  1369s|  5920k|  5900k|     0 |   0.0 |1674M|4575 |   - |5252 |1007 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1398.32/1398.38	c  1372s|  5930k|  5910k|     0 |   0.0 |1676M|4575 |   - |5252 |1026 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1401.11/1401.12	c  1375s|  5940k|  5920k|     0 |   0.0 |1679M|4575 |   - |5252 | 961 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1404.21/1404.22	c  1378s|  5950k|  5930k|     0 |   0.0 |1682M|4575 |   - |5252 | 951 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1406.92/1406.96	c  1381s|  5960k|  5940k|     0 |   0.0 |1684M|4575 |   - |5252 | 940 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1410.01/1410.06	c  1384s|  5970k|  5950k|     0 |   0.0 |1687M|4575 |   - |5252 | 919 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1412.71/1412.76	c  1386s|  5980k|  5960k|     0 |   0.0 |1690M|4575 |   - |5252 | 904 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1415.91/1415.93	c  1389s|  5990k|  5970k|     0 |   0.0 |1692M|4575 |   - |5252 | 925 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1418.81/1418.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.81/1418.82	c  1392s|  6000k|  5980k|     0 |   0.0 |1695M|4575 |   - |5252 | 921 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1421.81/1421.87	c  1395s|  6010k|  5990k|     0 |   0.0 |1698M|4575 |   - |5252 | 911 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1424.71/1424.77	c  1398s|  6020k|  6000k|     0 |   0.0 |1700M|4575 |   - |5252 | 918 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1427.72/1427.71	c  1401s|  6030k|  6010k|     0 |   0.0 |1703M|4575 |   - |5252 | 926 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1430.91/1430.95	c  1404s|  6040k|  6019k|     0 |   0.0 |1706M|4575 |   - |5252 | 939 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1433.81/1433.83	c  1407s|  6050k|  6029k|     0 |   0.0 |1709M|4575 |   - |5252 | 928 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1436.71/1436.78	c  1410s|  6060k|  6039k|     0 |   0.0 |1711M|4575 |   - |5252 | 918 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1439.52/1439.53	c  1413s|  6070k|  6049k|     0 |   0.0 |1714M|4575 |   - |5252 | 921 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1442.71/1442.71	c  1416s|  6080k|  6059k|     0 |   0.0 |1717M|4575 |   - |5252 | 958 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1445.51/1445.56	c  1419s|  6090k|  6069k|     0 |   0.0 |1719M|4575 |   - |5252 | 943 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1448.51/1448.58	c  1422s|  6100k|  6079k|     0 |   0.0 |1722M|4575 |   - |5252 | 940 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1451.31/1451.35	c  1424s|  6110k|  6089k|     0 |   0.0 |1725M|4575 |   - |5252 | 949 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1454.32/1454.31	c  1427s|  6120k|  6099k|     0 |   0.0 |1727M|4575 |   - |5252 | 929 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1457.11/1457.14	c  1430s|  6130k|  6109k|     0 |   0.0 |1730M|4575 |   - |5252 | 953 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1460.12/1460.13	c  1433s|  6140k|  6119k|     0 |   0.0 |1733M|4575 |   - |5252 | 938 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1463.12/1463.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1463.12/1463.15	c  1436s|  6150k|  6129k|     0 |   0.0 |1735M|4575 |   - |5252 | 948 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1466.11/1466.12	c  1439s|  6160k|  6139k|     0 |   0.0 |1738M|4575 |   - |5252 | 921 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1469.01/1469.05	c  1442s|  6170k|  6149k|     0 |   0.0 |1741M|4575 |   - |5252 | 962 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1471.92/1471.97	c  1445s|  6180k|  6159k|     0 |   0.0 |1743M|4575 |   - |5252 | 940 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1474.71/1474.74	c  1447s|  6190k|  6169k|     0 |   0.0 |1746M|4575 |   - |5252 | 947 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1477.62/1477.64	c  1450s|  6200k|  6179k|     0 |   0.0 |1749M|4575 |   - |5252 | 937 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1480.62/1480.61	c  1453s|  6210k|  6189k|     0 |   0.0 |1751M|4575 |   - |5252 | 933 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1483.52/1483.53	c  1456s|  6220k|  6199k|     0 |   0.0 |1754M|4575 |   - |5252 | 927 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1486.51/1486.54	c  1459s|  6230k|  6209k|     0 |   0.0 |1757M|4575 |   - |5252 | 916 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1489.32/1489.38	c  1462s|  6240k|  6219k|     0 |   0.0 |1759M|4575 |   - |5252 | 909 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1492.32/1492.35	c  1465s|  6250k|  6229k|     0 |   0.0 |1762M|4575 |   - |5252 | 923 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1495.22/1495.22	c  1468s|  6260k|  6239k|     0 |   0.0 |1765M|4575 |   - |5252 | 902 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1498.12/1498.17	c  1470s|  6270k|  6249k|     0 |   0.0 |1767M|4575 |   - |5252 | 909 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1501.01/1501.01	c  1473s|  6280k|  6259k|     0 |   0.0 |1770M|4575 |   - |5252 | 885 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1504.01/1504.04	c  1476s|  6290k|  6269k|     0 |   0.0 |1773M|4575 |   - |5252 | 891 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1506.92/1506.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1506.92/1506.93	c  1479s|  6300k|  6279k|     0 |   0.0 |1775M|4575 |   - |5252 | 889 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1509.91/1509.98	c  1482s|  6310k|  6289k|     0 |   0.0 |1778M|4575 |   - |5252 | 887 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1512.81/1512.88	c  1485s|  6320k|  6299k|     0 |   0.0 |1781M|4575 |   - |5252 | 874 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1515.92/1515.94	c  1488s|  6330k|  6309k|     0 |   0.0 |1783M|4575 |   - |5252 | 873 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1518.71/1518.75	c  1491s|  6340k|  6319k|     0 |   0.0 |1786M|4575 |   - |5252 | 883 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1521.81/1521.89	c  1494s|  6350k|  6329k|     0 |   0.0 |1789M|4575 |   - |5252 | 924 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1524.81/1524.84	c  1497s|  6360k|  6339k|     0 |   0.0 |1791M|4575 |   - |5252 | 914 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1527.72/1527.75	c  1500s|  6370k|  6349k|     0 |   0.0 |1794M|4575 |   - |5252 | 928 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1530.51/1530.53	c  1502s|  6380k|  6359k|     0 |   0.0 |1797M|4575 |   - |5252 | 919 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1533.42/1533.48	c  1505s|  6390k|  6369k|     0 |   0.0 |1799M|4575 |   - |5252 | 935 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1536.31/1536.31	c  1508s|  6400k|  6379k|     0 |   0.0 |1802M|4575 |   - |5252 | 928 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1539.11/1539.15	c  1511s|  6410k|  6389k|     0 |   0.0 |1805M|4575 |   - |5252 | 927 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1542.01/1542.08	c  1514s|  6420k|  6399k|     0 |   0.0 |1807M|4575 |   - |5252 | 913 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1544.91/1544.98	c  1517s|  6430k|  6409k|     0 |   0.0 |1810M|4575 |   - |5252 | 937 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1547.91/1547.94	c  1519s|  6440k|  6419k|     0 |   0.0 |1813M|4575 |   - |5252 | 921 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1550.82/1550.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1550.82/1550.88	c  1522s|  6450k|  6429k|     0 |   0.0 |1815M|4575 |   - |5252 | 933 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1553.92/1553.95	c  1525s|  6460k|  6439k|     0 |   0.0 |1818M|4575 |   - |5252 | 911 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1556.72/1556.73	c  1528s|  6470k|  6449k|     0 |   0.0 |1821M|4575 |   - |5252 | 902 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1559.72/1559.71	c  1531s|  6480k|  6459k|     0 |   0.0 |1823M|4575 |   - |5252 | 927 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1562.52/1562.53	c  1534s|  6490k|  6469k|     0 |   0.0 |1826M|4575 |   - |5252 | 920 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1565.51/1565.58	c  1537s|  6500k|  6479k|     0 |   0.0 |1829M|4575 |   - |5252 | 923 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1568.42/1568.43	c  1540s|  6510k|  6489k|     0 |   0.0 |1831M|4575 |   - |5252 | 930 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1571.32/1571.39	c  1543s|  6520k|  6499k|     0 |   0.0 |1834M|4575 |   - |5252 | 939 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1574.13/1574.17	c  1545s|  6530k|  6509k|     0 |   0.0 |1837M|4575 |   - |5252 | 931 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1577.22/1577.26	c  1548s|  6540k|  6519k|     0 |   0.0 |1839M|4575 |   - |5252 | 949 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1580.01/1580.09	c  1551s|  6550k|  6529k|     0 |   0.0 |1842M|4575 |   - |5252 | 958 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1583.32/1583.39	c  1554s|  6560k|  6539k|     0 |   0.0 |1845M|4575 |   - |5252 | 986 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1586.22/1586.22	c  1557s|  6570k|  6549k|     0 |   0.0 |1847M|4575 |   - |5252 | 957 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1589.21/1589.27	c  1560s|  6580k|  6559k|     0 |   0.0 |1850M|4575 |   - |5252 | 946 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1592.02/1592.05	c  1563s|  6590k|  6569k|     0 |   0.0 |1853M|4575 |   - |5252 | 961 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1595.02/1595.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1595.02/1595.03	c  1566s|  6600k|  6579k|     0 |   0.0 |1855M|4575 |   - |5252 | 952 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1598.02/1598.04	c  1569s|  6610k|  6589k|     0 |   0.0 |1858M|4575 |   - |5252 | 949 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1600.92/1600.92	c  1572s|  6620k|  6599k|     0 |   0.0 |1861M|4575 |   - |5252 | 948 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1603.83/1603.88	c  1575s|  6630k|  6609k|     0 |   0.0 |1863M|4575 |   - |5252 | 954 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1606.81/1606.84	c  1578s|  6640k|  6619k|     0 |   0.0 |1866M|4575 |   - |5252 | 956 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1609.92/1609.93	c  1581s|  6650k|  6629k|     0 |   0.0 |1869M|4575 |   - |5252 | 947 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1612.72/1612.73	c  1583s|  6660k|  6639k|     0 |   0.0 |1871M|4575 |   - |5252 | 936 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1615.83/1615.82	c  1586s|  6670k|  6649k|     0 |   0.0 |1874M|4575 |   - |5252 | 934 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1618.61/1618.61	c  1589s|  6680k|  6659k|     0 |   0.0 |1877M|4575 |   - |5252 | 917 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1621.71/1621.75	c  1592s|  6690k|  6669k|     0 |   0.0 |1879M|4575 |   - |5252 | 918 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1624.62/1624.64	c  1595s|  6700k|  6678k|     0 |   0.0 |1882M|4575 |   - |5252 | 956 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1627.61/1627.66	c  1598s|  6710k|  6688k|     0 |   0.0 |1885M|4575 |   - |5252 | 923 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1630.52/1630.54	c  1601s|  6720k|  6698k|     0 |   0.0 |1887M|4575 |   - |5252 | 941 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1633.53/1633.55	c  1604s|  6730k|  6708k|     0 |   0.0 |1890M|4575 |   - |5252 | 952 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1636.52/1636.57	c  1607s|  6740k|  6718k|     0 |   0.0 |1893M|4575 |   - |5252 | 951 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1639.52/1639.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1639.52/1639.52	c  1610s|  6750k|  6728k|     0 |   0.0 |1895M|4575 |   - |5252 | 932 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1642.42/1642.42	c  1613s|  6760k|  6738k|     0 |   0.0 |1898M|4575 |   - |5252 | 935 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1645.42/1645.43	c  1616s|  6770k|  6748k|     0 |   0.0 |1901M|4575 |   - |5252 | 919 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1648.52/1648.52	c  1619s|  6780k|  6758k|     0 |   0.0 |1904M|4575 |   - |5252 | 918 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1651.22/1651.23	c  1621s|  6790k|  6768k|     0 |   0.0 |1906M|4575 |   - |5252 | 935 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1654.32/1654.30	c  1624s|  6800k|  6778k|     0 |   0.0 |1909M|4575 |   - |5252 | 959 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1657.12/1657.13	c  1627s|  6810k|  6788k|     0 |   0.0 |1912M|4575 |   - |5252 | 940 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1660.02/1660.09	c  1630s|  6820k|  6798k|     0 |   0.0 |1914M|4575 |   - |5252 | 952 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1662.91/1662.94	c  1633s|  6830k|  6808k|     0 |   0.0 |1917M|4575 |   - |5252 | 968 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1665.72/1665.77	c  1636s|  6840k|  6818k|     0 |   0.0 |1920M|4575 |   - |5252 | 938 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1668.72/1668.73	c  1639s|  6850k|  6828k|     0 |   0.0 |1922M|4575 |   - |5252 | 985 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1671.61/1671.67	c  1641s|  6860k|  6838k|     0 |   0.0 |1925M|4575 |   - |5252 | 976 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1674.62/1674.69	c  1644s|  6870k|  6848k|     0 |   0.0 |1928M|4575 |   - |5252 | 985 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1677.43/1677.48	c  1647s|  6880k|  6858k|     0 |   0.0 |1930M|4575 |   - |5252 | 991 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1680.42/1680.47	c  1650s|  6890k|  6868k|     0 |   0.0 |1933M|4575 |   - |5252 | 977 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1683.22/1683.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1683.22/1683.28	c  1653s|  6900k|  6878k|     0 |   0.0 |1936M|4575 |   - |5252 | 979 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1686.11/1686.20	c  1656s|  6910k|  6888k|     0 |   0.0 |1938M|4575 |   - |5252 | 972 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1689.12/1689.18	c  1659s|  6920k|  6898k|     0 |   0.0 |1941M|4575 |   - |5252 | 974 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1691.92/1691.98	c  1661s|  6930k|  6908k|     0 |   0.0 |1944M|4575 |   - |5252 | 963 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1694.82/1694.89	c  1664s|  6940k|  6918k|     0 |   0.0 |1946M|4575 |   - |5252 | 976 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1697.72/1697.72	c  1667s|  6950k|  6928k|     0 |   0.0 |1949M|4575 |   - |5252 | 965 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1700.72/1700.74	c  1670s|  6960k|  6938k|     0 |   0.0 |1952M|4575 |   - |5252 | 991 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1703.52/1703.51	c  1673s|  6970k|  6948k|     0 |   0.0 |1954M|4575 |   - |5252 | 969 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1706.42/1706.47	c  1676s|  6980k|  6958k|     0 |   0.0 |1957M|4575 |   - |5252 | 959 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1709.12/1709.14	c  1678s|  6990k|  6968k|     0 |   0.0 |1960M|4575 |   - |5252 | 961 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1712.12/1712.19	c  1681s|  7000k|  6978k|     0 |   0.0 |1962M|4575 |   - |5252 | 970 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1715.11/1715.16	c  1684s|  7010k|  6988k|     0 |   0.0 |1965M|4575 |   - |5252 | 991 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1718.13/1718.14	c  1687s|  7020k|  6998k|     0 |   0.0 |1968M|4575 |   - |5252 | 989 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1720.92/1721.00	c  1690s|  7030k|  7008k|     0 |   0.0 |1970M|4575 |   - |5252 | 986 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1724.02/1724.06	c  1693s|  7040k|  7018k|     0 |   0.0 |1973M|4575 |   - |5252 | 990 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1726.93/1726.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.93/1726.93	c  1696s|  7050k|  7028k|     0 |   0.0 |1976M|4575 |   - |5252 | 985 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1729.92/1729.95	c  1699s|  7060k|  7038k|     0 |   0.0 |1978M|4575 |   - |5252 | 964 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1732.82/1732.89	c  1702s|  7070k|  7048k|     0 |   0.0 |1981M|4575 |   - |5252 | 968 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1735.83/1735.87	c  1705s|  7080k|  7058k|     0 |   0.0 |1984M|4575 |   - |5252 | 951 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1738.62/1738.69	c  1707s|  7090k|  7068k|     0 |   0.0 |1986M|4575 |   - |5252 | 942 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1741.52/1741.56	c  1710s|  7100k|  7078k|     0 |   0.0 |1989M|4575 |   - |5252 | 930 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1744.32/1744.31	c  1713s|  7110k|  7088k|     0 |   0.0 |1992M|4575 |   - |5252 | 985 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1747.22/1747.25	c  1716s|  7120k|  7098k|     0 |   0.0 |1994M|4575 |   - |5252 | 955 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1750.22/1750.26	c  1719s|  7130k|  7108k|     0 |   0.0 |1997M|4575 |   - |5252 | 970 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1753.02/1753.07	c  1722s|  7140k|  7118k|     0 |   0.0 |2000M|4575 |   - |5252 | 947 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1756.22/1756.22	c  1725s|  7150k|  7128k|     0 |   0.0 |2003M|4575 |   - |5252 | 976 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1759.12/1759.13	c  1728s|  7160k|  7138k|     0 |   0.0 |2005M|4575 |   - |5252 | 971 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1762.42/1762.40	c  1731s|  7170k|  7148k|     0 |   0.0 |2008M|4575 |   - |5252 | 971 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1765.22/1765.27	c  1734s|  7180k|  7158k|     0 |   0.0 |2011M|4575 |   - |5252 | 973 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1768.22/1768.28	c  1737s|  7190k|  7168k|     0 |   0.0 |2013M|4575 |   - |5252 | 946 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1771.22/1771.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1771.22/1771.27	c  1740s|  7200k|  7178k|     0 |   0.0 |2016M|4575 |   - |5252 | 949 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1774.32/1774.32	c  1743s|  7210k|  7188k|     0 |   0.0 |2019M|4575 |   - |5252 | 956 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1777.32/1777.34	c  1746s|  7220k|  7198k|     0 |   0.0 |2021M|4575 |   - |5252 | 968 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1780.13/1780.15	c  1748s|  7230k|  7208k|     0 |   0.0 |2024M|4575 |   - |5252 | 949 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1783.22/1783.29	c  1751s|  7240k|  7218k|     0 |   0.0 |2027M|4575 |   - |5252 | 953 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1786.03/1786.06	c  1754s|  7250k|  7228k|     0 |   0.0 |2029M|4575 |   - |5252 | 972 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1789.12/1789.13	c  1757s|  7260k|  7238k|     0 |   0.0 |2032M|4575 |   - |5252 | 949 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1792.13/1792.14	c  1760s|  7270k|  7248k|     0 |   0.0 |2035M|4575 |   - |5252 | 964 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1795.02/1795.09	c  1763s|  7280k|  7258k|     0 |   0.0 |2037M|4575 |   - |5252 | 966 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1798.13/1798.10	c  1766s|  7290k|  7268k|     0 |   0.0 |2040M|4575 |   - |5252 | 943 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.545000e+03 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1767.89
1800.02/1800.00	c Solving Nodes      : 7296882
1800.02/1800.00	c Primal Bound       : +7.54500000000000e+03 (4 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.01	s SATISFIABLE
1800.02/1800.01	v x4970 x4969 x4968 x4967 x4966 x4965 x4964 x4963 x4962 x4961 x4960 x4959 x4958 x4957 x4956 x4955 x4954 x4953 x4952 x4951 x4950 x4949 
1800.02/1800.01	v x4948 x4947 x4946 x4945 x4944 x4943 x4942 x4941 x4940 x4939 x4938 x4937 x4936 x4935 x4934 x4933 x4932 x4931 x4930 x4929 
1800.02/1800.01	v x4928 x4927 x4926 x4925 x4924 x4923 x4922 x4921 x4920 x4919 x4918 x4917 x4916 x4915 x4914 x4913 x4912 x4911 x4910 x4909 x4908 
1800.02/1800.01	v x4907 x4906 x4905 x4904 x4903 x4902 x4901 x4900 x4899 x4898 x4897 x4896 x4895 x4894 x4893 x4892 x4891 x4890 x4889 x4888 x4887 
1800.02/1800.01	v x4886 x4885 x4884 x4883 x4882 x4881 x4880 x4879 x4878 x4877 x4876 x4875 x4874 x4873 x4872 x4871 x4870 x4869 x4868 x4867 x4866 
1800.02/1800.01	v x4865 x4864 x4863 x4862 x4861 x4860 x4859 x4858 x4857 x4856 x4855 x4854 x4853 x4852 x4851 x4850 x4849 x4848 x4847 x4846 x4845 
1800.02/1800.01	v x4844 x4843 x4842 x4841 x4840 x4839 x4838 x4837 x4836 x4835 x4834 x4833 x4832 x4831 x4830 x4829 x4828 x4827 x4826 x4825 x4824 
1800.02/1800.01	v x4823 x4822 x4821 x4820 x4819 x4818 x4817 x4816 x4815 x4814 x4813 x4812 x4811 x4810 x4809 x4808 x4807 x4806 x4805 x4804 
1800.02/1800.01	v x4803 x4802 x4801 x4800 x4799 x4798 x4797 x4796 x4795 x4794 x4793 x4792 x4791 x4790 x4789 x4788 x4787 x4786 x4785 x4784 x4783 
1800.02/1800.01	v x4782 x4781 x4780 x4779 x4778 x4777 x4776 x4775 x4774 x4773 x4772 x4771 x4770 x4769 x4768 x4767 x4766 x4765 x4764 x4763 x4762 
1800.02/1800.01	v x4761 x4760 x4759 x4758 x4757 x4756 x4755 x4754 x4753 x4752 x4751 x4750 x4749 x4748 x4747 x4746 x4745 x4744 x4743 x4742 x4741 
1800.02/1800.01	v x4740 x4739 x4738 x4737 x4736 x4735 x4734 x4733 x4732 x4731 x4730 x4729 x4728 x4727 x4726 x4725 x4724 x4723 x4722 x4721 x4720 
1800.02/1800.01	v x4719 x4718 x4717 x4716 x4715 x4714 x4713 x4712 x4711 x4710 x4709 x4708 x4707 x4706 x4705 x4704 x4703 x4702 x4701 x4700 x4699 
1800.02/1800.01	v x4698 x4697 x4696 x4695 x4694 x4693 x4692 x4691 x4690 x4689 x4688 x4687 x4686 x4685 x4684 x4683 x4682 x4681 x4680 x4679 
1800.02/1800.01	v x4678 x4677 x4676 x4675 x4674 x4673 x4672 x4671 x4670 x4669 x4668 x4667 x4666 x4665 x4664 x4663 x4662 x4661 x4660 x4659 x4658 
1800.02/1800.01	v x4657 x4656 x4655 x4654 x4653 x4652 x4651 x4650 x4649 x4648 x4647 x4646 x4645 x4644 x4643 x4642 x4641 x4640 x4639 x4638 x4637 
1800.02/1800.01	v x4636 x4635 x4634 x4633 x4632 x4631 x4630 x4629 x4628 x4627 x4626 x4625 x4624 x4623 x4622 x4621 x4620 x4619 x4618 x4617 x4616 
1800.02/1800.01	v x4615 x4614 x4613 x4612 x4611 x4610 x4609 x4608 x4607 x4606 x4605 x4604 x4603 x4602 x4601 x4600 x4599 x4598 x4597 x4596 x4595 
1800.02/1800.01	v x4594 x4593 x4592 x4591 x4590 x4589 x4588 x4587 x4586 x4585 x4584 x4583 x4582 x4581 x4580 x4579 x4578 x4577 x4576 x4575 x4574 
1800.02/1800.01	v x4573 x4572 x4571 x4570 x4569 x4568 x4567 x4566 x4565 x4564 x4563 x4562 x4561 x4560 x4559 x4558 x4557 x4556 x4555 x4554 
1800.02/1800.01	v x4553 x4552 x4551 x4550 x4549 x4548 x4547 x4546 x4545 x4544 x4543 x4542 x4541 x4540 x4539 x4538 x4537 x4536 x4535 x4534 x4533 
1800.02/1800.01	v x4532 x4531 x4530 x4529 x4528 x4527 x4526 x4525 x4524 x4523 x4522 x4521 x4520 x4519 x4518 x4517 x4516 x4515 x4514 x4513 x4512 
1800.02/1800.01	v x4511 x4510 x4509 x4508 x4507 x4506 x4505 x4504 x4503 x4502 x4501 x4500 x4499 x4498 x4497 x4496 x4495 x4494 x4493 x4492 x4491 
1800.02/1800.01	v x4490 x4489 x4488 x4487 x4486 x4485 x4484 x4483 x4482 x4481 x4480 x4479 x4478 x4477 x4476 x4475 x4474 x4473 x4472 x4471 x4470 
1800.02/1800.01	v x4469 x4468 x4467 x4466 x4465 x4464 x4463 x4462 x4461 x4460 x4459 x4458 x4457 x4456 x4455 x4454 x4453 x4452 x4451 x4450 x4449 
1800.02/1800.01	v x4448 x4447 x4446 x4445 x4444 x4443 x4442 x4441 x4440 x4439 x4438 x4437 x4436 x4435 x4434 x4433 x4432 x4431 x4430 x4429 
1800.02/1800.01	v x4428 x4427 x4426 x4425 x4424 x4423 x4422 x4421 x4420 x4419 x4418 x4417 x4416 x4415 x4414 x4413 x4412 x4411 x4410 x4409 x4408 
1800.02/1800.01	v x4407 x4406 x4405 x4404 x4403 x4402 x4401 x4400 x4399 x4398 x4397 x4396 x4395 x4394 x4393 x4392 x4391 x4390 x4389 x4388 x4387 
1800.02/1800.01	v x4386 x4385 x4384 x4383 x4382 x4381 x4380 x4379 x4378 x4377 x4376 x4375 x4374 x4373 x4372 x4371 x4370 x4369 x4368 x4367 x4366 
1800.02/1800.01	v x4365 x4364 x4363 x4362 x4361 x4360 x4359 x4358 x4357 x4356 x4355 x4354 x4353 x4352 x4351 x4350 x4349 x4348 x4347 x4346 x4345 
1800.02/1800.01	v x4344 x4343 x4342 x4341 x4340 x4339 x4338 x4337 x4336 x4335 x4334 x4333 x4332 x4331 x4330 x4329 x4328 x4327 x4326 x4325 x4324 
1800.02/1800.01	v x4323 x4322 x4321 x4320 x4319 x4318 x4317 x4316 x4315 x4314 x4313 x4312 x4311 x4310 x4309 x4308 x4307 x4306 x4305 x4304 
1800.02/1800.01	v x4303 x4302 x4301 x4300 x4299 x4298 x4297 x4296 x4295 x4294 x4293 x4292 x4291 x4290 x4289 x4288 x4287 x4286 x4285 x4284 x4283 
1800.02/1800.01	v x4282 x4281 x4280 x4279 x4278 x4277 x4276 x4275 x4274 x4273 x4272 x4271 x4270 x4269 x4268 x4267 x4266 x4265 x4264 x4263 x4262 
1800.02/1800.01	v x4261 x4260 x4259 x4258 x4257 x4256 x4255 x4254 x4253 x4252 x4251 x4250 x4249 x4248 x4247 x4246 x4245 x4244 x4243 x4242 x4241 
1800.02/1800.01	v x4240 x4239 x4238 x4237 x4236 x4235 x4234 x4233 x4232 x4231 x4230 x4229 x4228 x4227 x4226 x4225 x4224 x4223 x4222 x4221 x4220 
1800.02/1800.01	v x4219 x4218 x4217 x4216 x4215 x4214 x4213 x4212 x4211 x4210 x4209 x4208 x4207 x4206 x4205 x4204 x4203 x4202 x4201 x4200 x4199 
1800.02/1800.01	v x4198 x4197 x4196 x4195 x4194 x4193 x4192 x4191 x4190 x4189 x4188 x4187 x4186 x4185 x4184 x4183 x4182 x4181 x4180 x4179 
1800.02/1800.01	v x4178 x4177 x4176 x4175 x4174 x4173 x4172 x4171 x4170 x4169 x4168 x4167 x4166 x4165 x4164 x4163 x4162 x4161 x4160 x4159 x4158 
1800.02/1800.01	v x4157 x4156 x4155 x4154 x4153 x4152 x4151 x4150 x4149 x4148 x4147 x4146 x4145 x4144 x4143 x4142 x4141 x4140 x4139 x4138 x4137 
1800.02/1800.01	v x4136 x4135 x4134 x4133 x4132 x4131 x4130 x4129 x4128 x4127 x4126 x4125 x4124 x4123 x4122 x4121 x4120 x4119 x4118 x4117 x4116 
1800.02/1800.01	v x4115 x4114 x4113 x4112 x4111 x4110 x4109 x4108 x4107 x4106 x4105 x4104 x4103 x4102 x4101 x4100 x4099 x4098 x4097 x4096 x4095 
1800.02/1800.01	v x4094 x4093 x4092 x4091 x4090 x4089 x4088 x4087 x4086 x4085 x4084 x4083 x4082 x4081 x4080 x4079 x4078 x4077 x4076 x4075 x4074 
1800.02/1800.01	v x4073 x4072 x4071 x4070 x4069 x4068 x4067 x4066 x4065 x4064 x4063 x4062 x4061 x4060 x4059 x4058 x4057 x4056 x4055 x4054 
1800.02/1800.01	v x4053 x4052 x4051 x4050 x4049 x4048 x4047 x4046 x4045 x4044 x4043 x4042 x4041 x4040 x4039 x4038 x4037 x4036 x4035 x4034 x4033 
1800.02/1800.01	v x4032 x4031 x4030 x4029 x4028 x4027 x4026 x4025 x4024 x4023 x4022 x4021 x4020 x4019 x4018 x4017 x4016 x4015 x4014 x4013 x4012 
1800.02/1800.01	v x4011 x4010 x4009 x4008 x4007 x4006 x4005 x4004 x4003 x4002 x4001 x4000 x3999 x3998 x3997 x3996 x3995 x3994 x3993 x3992 x3991 
1800.02/1800.01	v x3990 x3989 x3988 x3987 x3986 x3985 x3984 x3983 x3982 x3981 x3980 x3979 x3978 x3977 x3976 x3975 x3974 x3973 x3972 x3971 x3970 
1800.02/1800.01	v x3969 x3968 x3967 x3966 x3965 x3964 x3963 x3962 x3961 x3960 x3959 x3958 x3957 x3956 x3955 x3954 x3953 x3952 x3951 x3950 x3949 
1800.02/1800.01	v x3948 x3947 x3946 x3945 x3944 x3943 x3942 x3941 x3940 x3939 x3938 x3937 x3936 x3935 x3934 x3933 x3932 x3931 x3930 x3929 
1800.02/1800.01	v x3928 x3927 x3926 x3925 x3924 x3923 x3922 x3921 x3920 x3919 x3918 x3917 x3916 x3915 x3914 x3913 x3912 x3911 x3910 x3909 x3908 
1800.02/1800.01	v x3907 x3906 x3905 x3904 x3903 x3902 x3901 x3900 x3899 x3898 x3897 x3896 x3895 x3894 x3893 x3892 x3891 x3890 x3889 x3888 x3887 
1800.02/1800.01	v x3886 x3885 x3884 x3883 x3882 x3881 x3880 x3879 x3878 x3877 x3876 x3875 x3874 x3873 x3872 x3871 x3870 x3869 x3868 x3867 x3866 
1800.02/1800.01	v x3865 x3864 x3863 x3862 x3861 x3860 x3859 x3858 x3857 x3856 x3855 x3854 x3853 x3852 x3851 x3850 x3849 x3848 x3847 x3846 x3845 
1800.02/1800.01	v x3844 x3843 x3842 x3841 x3840 x3839 x3838 x3837 x3836 x3835 x3834 x3833 x3832 x3831 x3830 x3829 x3828 x3827 x3826 x3825 x3824 
1800.02/1800.01	v x3823 x3822 x3821 x3820 x3819 x3818 x3817 x3816 x3815 x3814 x3813 x3812 x3811 x3810 x3809 x3808 x3807 x3806 x3805 x3804 
1800.02/1800.01	v x3803 x3802 x3801 x3800 x3799 x3798 x3797 x3796 x3795 x3794 x3793 x3792 x3791 x3790 x3789 x3788 x3787 x3786 x3785 x3784 x3783 
1800.02/1800.01	v x3782 x3781 x3780 x3779 x3778 x3777 x3776 x3775 x3774 x3773 x3772 x3771 x3770 x3769 x3768 x3767 x3766 x3765 x3764 x3763 x3762 
1800.02/1800.01	v x3761 x3760 x3759 x3758 x3757 x3756 x3755 x3754 x3753 x3752 x3751 x3750 x3749 x3748 x3747 x3746 x3745 x3744 x3743 x3742 x3741 
1800.02/1800.01	v x3740 x3739 x3738 x3737 x3736 x3735 x3734 x3733 x3732 x3731 x3730 x3729 x3728 x3727 x3726 x3725 x3724 x3723 x3722 x3721 x3720 
1800.02/1800.01	v x3719 x3718 x3717 x3716 x3715 x3714 x3713 x3712 x3711 x3710 x3709 x3708 x3707 x3706 x3705 x3704 x3703 x3702 x3701 x3700 x3699 
1800.02/1800.01	v x3698 x3697 x3696 x3695 x3694 x3693 x3692 x3691 x3690 x3689 x3688 x3687 x3686 x3685 x3684 x3683 x3682 x3681 x3680 x3679 
1800.02/1800.01	v x3678 x3677 x3676 x3675 x3674 x3673 x3672 x3671 x3670 x3669 x3668 x3667 x3666 x3665 x3664 x3663 x3662 x3661 x3660 x3659 x3658 
1800.02/1800.01	v x3657 x3656 x3655 x3654 x3653 x3652 x3651 x3650 x3649 x3648 x3647 x3646 x3645 x3644 x3643 x3642 x3641 x3640 x3639 x3638 x3637 
1800.02/1800.01	v x3636 x3635 x3634 x3633 x3632 x3631 x3630 x3629 x3628 x3627 x3626 x3625 x3624 x3623 x3622 x3621 x3620 x3619 x3618 x3617 x3616 
1800.02/1800.01	v x3615 x3614 x3613 x3612 x3611 x3610 x3609 x3608 x3607 x3606 x3605 x3604 x3603 x3602 x3601 x3600 x3599 x3598 x3597 x3596 x3595 
1800.02/1800.01	v x3594 x3593 x3592 x3591 x3590 x3589 x3588 x3587 x3586 x3585 x3584 x3583 x3582 x3581 x3580 x3579 x3578 x3577 x3576 x3575 x3574 
1800.02/1800.01	v x3573 x3572 x3571 x3570 x3569 x3568 x3567 x3566 x3565 x3564 x3563 x3562 x3561 x3560 x3559 x3558 x3557 x3556 x3555 x3554 
1800.02/1800.01	v x3553 x3552 x3551 x3550 x3549 x3548 x3547 x3546 x3545 x3544 x3543 x3542 x3541 x3540 x3539 x3538 x3537 x3536 x3535 x3534 x3533 
1800.02/1800.01	v x3532 x3531 x3530 x3529 x3528 x3527 x3526 x3525 x3524 x3523 x3522 x3521 x3520 x3519 x3518 x3517 x3516 x3515 x3514 x3513 x3512 
1800.02/1800.01	v x3511 x3510 x3509 x3508 x3507 x3506 x3505 x3504 x3503 x3502 x3501 x3500 x3499 x3498 x3497 x3496 x3495 x3494 x3493 x3492 x3491 
1800.02/1800.01	v x3490 x3489 x3488 x3487 x3486 x3485 x3484 x3483 x3482 x3481 x3480 x3479 x3478 x3477 x3476 x3475 x3474 x3473 x3472 x3471 x3470 
1800.02/1800.01	v x3469 x3468 x3467 x3466 x3465 x3464 x3463 x3462 x3461 x3460 x3459 x3458 x3457 x3456 x3455 x3454 x3453 x3452 x3451 x3450 x3449 
1800.02/1800.01	v x3448 x3447 x3446 x3445 x3444 x3443 x3442 x3441 x3440 x3439 x3438 x3437 x3436 x3435 x3434 x3433 x3432 x3431 x3430 x3429 
1800.02/1800.01	v x3428 x3427 x3426 x3425 x3424 x3423 x3422 x3421 x3420 x3419 x3418 x3417 x3416 x3415 x3414 x3413 x3412 x3411 x3410 x3409 x3408 
1800.02/1800.01	v x3407 x3406 x3405 x3404 x3403 x3402 x3401 x3400 x3399 x3398 x3397 x3396 x3395 x3394 x3393 x3392 x3391 x3390 x3389 x3388 x3387 
1800.02/1800.01	v x3386 x3385 x3384 x3383 x3382 x3381 x3380 x3379 x3378 x3377 x3376 x3375 x3374 x3373 x3372 x3371 x3370 x3369 x3368 x3367 x3366 
1800.02/1800.01	v x3365 x3364 x3363 x3362 x3361 x3360 x3359 x3358 x3357 x3356 x3355 x3354 x3353 x3352 x3351 x3350 x3349 x3348 x3347 x3346 x3345 
1800.02/1800.01	v x3344 x3343 x3342 x3341 x3340 x3339 x3338 x3337 x3336 x3335 x3334 x3333 x3332 x3331 x3330 x3329 x3328 x3327 x3326 x3325 x3324 
1800.02/1800.01	v x3323 x3322 x3321 x3320 x3319 x3318 x3317 x3316 x3315 x3314 x3313 x3312 x3311 x3310 x3309 x3308 x3307 x3306 x3305 x3304 
1800.02/1800.01	v x3303 x3302 x3301 x3300 x3299 x3298 x3297 x3296 x3295 x3294 x3293 x3292 x3291 x3290 x3289 x3288 x3287 x3286 x3285 x3284 x3283 
1800.02/1800.01	v x3282 x3281 x3280 x3279 x3278 x3277 x3276 x3275 x3274 x3273 x3272 x3271 x3270 x3269 x3268 x3267 x3266 x3265 x3264 x3263 x3262 
1800.02/1800.01	v x3261 x3260 x3259 x3258 x3257 x3256 x3255 x3254 x3253 x3252 x3251 x3250 x3249 x3248 x3247 x3246 x3245 x3244 x3243 x3242 x3241 
1800.02/1800.01	v x3240 x3239 x3238 x3237 x3236 x3235 x3234 x3233 x3232 x3231 x3230 x3229 x3228 x3227 x3226 x3225 x3224 x3223 x3222 x3221 x3220 
1800.02/1800.01	v x3219 x3218 x3217 x3216 x3215 x3214 x3213 x3212 x3211 x3210 x3209 x3208 x3207 x3206 x3205 x3204 x3203 x3202 x3201 x3200 x3199 
1800.02/1800.01	v x3198 x3197 x3196 x3195 x3194 x3193 x3192 x3191 x3190 x3189 x3188 x3187 x3186 x3185 x3184 x3183 x3182 x3181 x3180 x3179 
1800.02/1800.01	v x3178 x3177 x3176 x3175 x3174 x3173 x3172 x3171 x3170 x3169 x3168 x3167 x3166 x3165 x3164 x3163 x3162 x3161 x3160 x3159 x3158 
1800.02/1800.01	v x3157 x3156 x3155 x3154 x3153 x3152 x3151 x3150 x3149 x3148 x3147 x3146 x3145 x3144 x3143 x3142 x3141 x3140 x3139 x3138 x3137 
1800.02/1800.01	v x3136 x3135 x3134 x3133 x3132 x3131 x3130 x3129 x3128 x3127 x3126 x3125 x3124 x3123 x3122 x3121 x3120 x3119 x3118 x3117 x3116 
1800.02/1800.01	v x3115 x3114 x3113 x3112 x3111 x3110 x3109 x3108 x3107 x3106 x3105 x3104 x3103 x3102 x3101 x3100 x3099 x3098 x3097 x3096 x3095 
1800.02/1800.01	v x3094 x3093 x3092 x3091 x3090 x3089 x3088 x3087 x3086 x3085 x3084 x3083 x3082 x3081 x3080 x3079 x3078 x3077 x3076 x3075 x3074 
1800.02/1800.01	v x3073 x3072 x3071 x3070 x3069 x3068 x3067 x3066 x3065 x3064 x3063 x3062 x3061 x3060 x3059 x3058 x3057 x3056 x3055 x3054 
1800.02/1800.01	v x3053 x3052 x3051 x3050 x3049 x3048 x3047 x3046 x3045 x3044 x3043 x3042 x3041 x3040 x3039 x3038 x3037 x3036 x3035 x3034 x3033 
1800.02/1800.01	v x3032 x3031 x3030 x3029 x3028 x3027 x3026 x3025 x3024 x3023 x3022 x3021 x3020 x3019 x3018 x3017 x3016 x3015 x3014 x3013 x3012 
1800.02/1800.01	v x3011 x3010 x3009 x3008 x3007 x3006 x3005 x3004 x3003 x3002 x3001 x3000 x2999 x2998 x2997 x2996 x2995 x2994 x2993 x2992 x2991 
1800.02/1800.01	v x2990 x2989 x2988 x2987 x2986 x2985 x2984 x2983 x2982 x2981 x2980 x2979 x2978 x2977 x2976 x2975 x2974 x2973 x2972 x2971 x2970 
1800.02/1800.01	v x2969 x2968 x2967 x2966 x2965 x2964 x2963 x2962 x2961 x2960 x2959 x2958 x2957 x2956 x2955 x2954 x2953 x2952 x2951 x2950 x2949 
1800.02/1800.01	v x2948 x2947 x2946 x2945 x2944 x2943 x2942 x2941 x2940 x2939 x2938 x2937 x2936 x2935 x2934 x2933 x2932 x2931 x2930 x2929 
1800.02/1800.01	v x2928 x2927 x2926 x2925 x2924 x2923 x2922 x2921 x2920 x2919 x2918 x2917 x2916 x2915 x2914 x2913 x2912 x2911 x2910 x2909 x2908 
1800.02/1800.01	v x2907 x2906 x2905 x2904 x2903 x2902 x2901 x2900 x2899 x2898 x2897 x2896 x2895 x2894 x2893 x2892 x2891 x2890 x2889 x2888 x2887 
1800.02/1800.01	v x2886 x2885 x2884 x2883 x2882 x2881 x2880 x2879 x2878 x2877 x2876 x2875 x2874 x2873 x2872 x2871 x2870 x2869 x2868 x2867 x2866 
1800.02/1800.01	v x2865 x2864 x2863 x2862 x2861 x2860 x2859 x2858 x2857 x2856 x2855 x2854 x2853 x2852 x2851 x2850 x2849 x2848 x2847 x2846 x2845 
1800.02/1800.01	v x2844 x2843 x2842 x2841 x2840 x2839 x2838 x2837 x2836 x2835 x2834 x2833 x2832 x2831 x2830 x2829 x2828 x2827 x2826 x2825 x2824 
1800.02/1800.01	v x2823 x2822 x2821 x2820 x2819 x2818 x2817 x2816 x2815 x2814 x2813 x2812 x2811 x2810 x2809 x2808 x2807 x2806 x2805 x2804 
1800.02/1800.01	v x2803 x2802 x2801 x2800 x2799 x2798 x2797 x2796 x2795 x2794 x2793 x2792 x2791 x2790 x2789 x2788 x2787 x2786 x2785 x2784 x2783 
1800.02/1800.01	v x2782 x2781 x2780 x2779 x2778 x2777 x2776 x2775 x2774 x2773 x2772 x2771 x2770 x2769 x2768 x2767 x2766 x2765 x2764 x2763 x2762 
1800.02/1800.01	v x2761 x2760 x2759 x2758 x2757 x2756 x2755 x2754 x2753 x2752 x2751 x2750 x2749 x2748 x2747 x2746 x2745 x2744 x2743 x2742 x2741 
1800.02/1800.01	v x2740 x2739 x2738 x2737 x2736 x2735 x2734 x2733 x2732 x2731 x2730 x2729 x2728 x2727 x2726 x2725 x2724 x2723 x2722 x2721 x2720 
1800.02/1800.01	v x2719 x2718 x2717 x2716 x2715 x2714 x2713 x2712 x2711 x2710 x2709 x2708 x2707 x2706 x2705 x2704 x2703 x2702 x2701 x2700 x2699 
1800.02/1800.01	v x2698 x2697 x2696 x2695 x2694 x2693 x2692 x2691 x2690 x2689 x2688 x2687 x2686 x2685 x2684 x2683 x2682 x2681 x2680 x2679 
1800.02/1800.01	v x2678 x2677 x2676 x2675 x2674 x2673 x2672 x2671 x2670 x2669 x2668 x2667 x2666 x2665 x2664 x2663 x2662 x2661 x2660 x2659 x2658 
1800.02/1800.01	v x2657 x2656 x2655 x2654 x2653 x2652 x2651 x2650 x2649 x2648 x2647 x2646 x2645 x2644 x2643 x2642 x2641 x2640 x2639 x2638 x2637 
1800.02/1800.01	v x2636 x2635 x2634 x2633 x2632 x2631 x2630 x2629 x2628 x2627 x2626 x2625 x2624 x2623 x2622 x2621 x2620 x2619 x2618 x2617 x2616 
1800.02/1800.01	v x2615 x2614 x2613 x2612 x2611 x2610 x2609 x2608 x2607 x2606 x2605 x2604 x2603 x2602 x2601 x2600 x2599 x2598 x2597 x2596 x2595 
1800.02/1800.01	v x2594 x2593 x2592 x2591 x2590 x2589 x2588 x2587 x2586 x2585 x2584 x2583 x2582 x2581 x2580 x2579 x2578 x2577 x2576 x2575 x2574 
1800.02/1800.01	v x2573 x2572 x2571 x2570 x2569 x2568 x2567 x2566 x2565 x2564 x2563 x2562 x2561 x2560 x2559 x2558 x2557 x2556 x2555 x2554 
1800.02/1800.01	v x2553 x2552 x2551 x2550 x2549 x2548 x2547 x2546 x2545 x2544 x2543 x2542 x2541 x2540 x2539 x2538 x2537 x2536 x2535 x2534 x2533 
1800.02/1800.01	v x2532 x2531 x2530 x2529 x2528 x2527 x2526 x2525 x2524 x2523 x2522 x2521 x2520 x2519 x2518 x2517 x2516 x2515 x2514 x2513 x2512 
1800.02/1800.01	v x2511 x2510 x2509 x2508 x2507 x2506 x2505 x2504 x2503 x2502 x2501 x2500 x2499 x2498 x2497 x2496 x2495 x2494 x2493 x2492 x2491 
1800.02/1800.01	v x2490 x2489 x2488 x2487 x2486 x2485 x2484 x2483 x2482 x2481 x2480 x2479 x2478 x2477 x2476 x2475 x2474 x2473 x2472 x2471 x2470 
1800.02/1800.01	v x2469 x2468 x2467 x2466 x2465 x2464 x2463 x2462 x2461 x2460 x2459 x2458 x2457 x2456 x2455 x2454 x2453 x2452 x2451 x2450 x2449 
1800.02/1800.01	v x2448 x2447 x2446 x2445 x2444 x2443 x2442 x2441 x2440 x2439 x2438 x2437 x2436 x2435 x2434 x2433 x2432 x2431 x2430 x2429 
1800.02/1800.01	v x2428 x2427 x2426 x2425 x2424 x2423 x2422 x2421 x2420 x2419 x2418 x2417 x2416 x2415 x2414 x2413 x2412 x2411 x2410 x2409 x2408 
1800.02/1800.01	v x2407 x2406 x2405 x2404 x2403 x2402 x2401 x2400 x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 x2391 x2390 x2389 x2388 x2387 
1800.02/1800.01	v x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 x2378 x2377 x2376 x2375 x2374 x2373 x2372 x2371 x2370 x2369 x2368 x2367 x2366 
1800.02/1800.01	v x2365 x2364 x2363 x2362 x2361 x2360 x2359 x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 x2350 x2349 x2348 x2347 x2346 x2345 
1800.02/1800.01	v x2344 x2343 x2342 x2341 x2340 x2339 x2338 x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 x2329 x2328 x2327 x2326 x2325 x2324 
1800.02/1800.01	v x2323 x2322 x2321 x2320 x2319 x2318 x2317 x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 x2308 x2307 x2306 x2305 x2304 
1800.02/1800.01	v x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 
1800.02/1800.01	v x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 x2266 x2265 x2264 x2263 x2262 
1800.02/1800.01	v x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 x2253 x2252 x2251 x2250 x2249 x2248 x2247 x2246 x2245 x2244 x2243 x2242 x2241 
1800.02/1800.01	v x2240 x2239 x2238 x2237 x2236 x2235 x2234 x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 x2225 x2224 x2223 x2222 x2221 x2220 
1800.02/1800.01	v x2219 x2218 x2217 x2216 x2215 x2214 x2213 x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 x2204 x2203 x2202 x2201 x2200 x2199 
1800.02/1800.01	v x2198 x2197 x2196 x2195 x2194 x2193 x2192 x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 x2183 x2182 x2181 x2180 x2179 
1800.02/1800.01	v x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 x2162 x2161 x2160 x2159 x2158 
1800.02/1800.01	v x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 x2141 x2140 x2139 x2138 x2137 
1800.02/1800.01	v x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 x2128 x2127 x2126 x2125 x2124 x2123 x2122 x2121 x2120 x2119 x2118 x2117 x2116 
1800.02/1800.01	v x2115 x2114 x2113 x2112 x2111 x2110 x2109 x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 x2100 x2099 x2098 x2097 x2096 x2095 
1800.02/1800.01	v x2094 x2093 x2092 x2091 x2090 x2089 x2088 x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 x2079 x2078 x2077 x2076 x2075 x2074 
1800.02/1800.01	v x2073 x2072 x2071 x2070 x2069 x2068 x2067 x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 x2058 x2057 x2056 x2055 x2054 
1800.02/1800.01	v x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 x2037 x2036 x2035 x2034 x2033 
1800.02/1800.01	v x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 x2016 x2015 x2014 x2013 x2012 
1800.02/1800.01	v x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 x2003 x2002 x2001 x2000 x1999 x1998 x1997 x1996 x1995 x1994 x1993 x1992 x1991 
1800.02/1800.01	v x1990 x1989 x1988 x1987 x1986 x1985 x1984 x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 x1975 x1974 x1973 x1972 x1971 x1970 
1800.02/1800.01	v x1969 x1968 x1967 x1966 x1965 x1964 x1963 x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 x1954 x1953 x1952 x1951 x1950 x1949 
1800.02/1800.01	v x1948 x1947 x1946 x1945 x1944 x1943 x1942 x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 x1933 x1932 x1931 x1930 x1929 
1800.02/1800.01	v x1928 x1927 x1926 x1925 x1924 x1923 x1922 x1921 x1920 x1919 x1918 x1917 x1916 x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 
1800.02/1800.01	v x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 x1899 x1898 x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 x1889 x1888 x1887 
1800.02/1800.01	v x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 x1878 x1877 x1876 x1875 x1874 x1873 x1872 x1871 x1870 x1869 x1868 x1867 x1866 
1800.02/1800.01	v x1865 x1864 x1863 x1862 x1861 x1860 x1859 x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 
1800.02/1800.01	v x1844 x1843 x1842 x1841 x1840 x1839 x1838 x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 
1800.02/1800.01	v x1823 x1822 x1821 x1820 x1819 x1818 x1817 x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 
1800.02/1800.01	v x1803 x1802 x1801 x1800 x1799 x1798 x1797 x1796 x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 
1800.02/1800.01	v x1782 x1781 x1780 x1779 x1778 x1777 x1776 x1775 x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 
1800.02/1800.01	v x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 
1800.02/1800.01	v x1740 x1739 x1738 x1737 x1736 x1735 x1734 x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 
1800.02/1800.01	v x1719 x1718 x1717 x1716 x1715 x1714 x1713 x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 
1800.02/1800.01	v x1698 x1697 x1696 x1695 x1694 x1693 x1692 x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 
1800.02/1800.01	v x1678 x1677 x1676 x1675 x1674 x1673 x1672 x1671 x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 
1800.02/1800.01	v x1657 x1656 x1655 x1654 x1653 x1652 x1651 x1650 x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 
1800.02/1800.01	v x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 
1800.02/1800.01	v x1615 x1614 x1613 x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 
1800.02/1800.01	v x1594 x1593 x1592 x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 
1800.02/1800.01	v x1573 x1572 x1571 x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 
1800.02/1800.01	v x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 
1800.02/1800.01	v x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 
1800.02/1800.01	v x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 
1800.02/1800.01	v x1490 x1489 x1488 x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 
1800.02/1800.01	v x1469 x1468 x1467 x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 
1800.02/1800.01	v x1448 x1447 x1446 x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 
1800.02/1800.01	v x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 
1800.02/1800.01	v x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 
1800.02/1800.01	v x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 
1800.02/1800.01	v x1365 x1364 x1363 x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 
1800.02/1800.01	v x1344 x1343 x1342 x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 
1800.02/1800.01	v x1323 x1322 x1321 x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 
1800.02/1800.01	v x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 
1800.02/1800.01	v x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 
1800.02/1800.01	v x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 
1800.02/1800.01	v x1240 x1239 x1238 x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 
1800.02/1800.01	v x1219 x1218 x1217 x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 
1800.02/1800.01	v x1198 x1197 x1196 x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 
1800.02/1800.01	v x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 
1800.02/1800.01	v x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 
1800.02/1800.01	v x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 
1800.02/1800.01	v x1115 x1114 x1113 x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 
1800.02/1800.01	v x1094 x1093 x1092 x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 
1800.02/1800.01	v x1073 x1072 x1071 x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 
1800.02/1800.01	v x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 
1800.02/1800.01	v x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 
1800.02/1800.01	v x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 
1800.02/1800.01	v x988 x987 x986 x985 x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 
1800.02/1800.01	v x963 x962 x961 x960 x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 
1800.02/1800.01	v x938 x937 x936 x935 x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 
1800.02/1800.01	v x913 x912 x911 x910 x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 
1800.02/1800.01	v x888 x887 x886 x885 x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 
1800.02/1800.01	v x863 x862 x861 x860 x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 
1800.02/1800.01	v x838 x837 x836 x835 x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 
1800.02/1800.01	v x813 x812 x811 x810 x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 
1800.02/1800.01	v x788 x787 x786 x785 x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 
1800.02/1800.01	v x763 x762 x761 x760 x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 
1800.02/1800.01	v x738 x737 x736 x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 
1800.02/1800.01	v x713 x712 x711 x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 
1800.02/1800.01	v x688 x687 x686 x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 
1800.02/1800.01	v x663 x662 x661 x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 
1800.02/1800.01	v x638 x637 x636 x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 
1800.02/1800.01	v x613 x612 x611 x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 
1800.02/1800.01	v x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 
1800.02/1800.01	v x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 
1800.02/1800.01	v x538 x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 
1800.02/1800.01	v x513 x512 x511 x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 
1800.02/1800.01	v x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 
1800.02/1800.01	v x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 
1800.02/1800.01	v x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 
1800.02/1800.01	v x413 x412 x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 
1800.02/1800.01	v x388 x387 x386 x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 
1800.02/1800.01	v x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 
1800.02/1800.01	v x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 
1800.02/1800.01	v x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 
1800.02/1800.01	v x288 x287 x286 x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 
1800.02/1800.01	v x263 x262 x261 x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 
1800.02/1800.01	v x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 
1800.02/1800.01	v x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 
1800.02/1800.01	v x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 
1800.02/1800.01	v x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 
1800.02/1800.01	v x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 
1800.02/1800.01	v x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 
1800.02/1800.01	v x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 
1800.02/1800.01	v x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 
1800.02/1800.01	v x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.02/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.01	c Solving Time       :    1767.89
1800.02/1800.01	c Original Problem   :
1800.02/1800.01	c   Problem name     : HOME/instance-2694047-1277921374.wbo
1800.02/1800.01	c   Variables        : 5252 (5111 binary, 0 integer, 0 implicit integer, 141 continuous)
1800.02/1800.01	c   Constraints      : 283 initial, 283 maximal
1800.02/1800.01	c Presolved Problem  :
1800.02/1800.01	c   Problem name     : t_HOME/instance-2694047-1277921374.wbo
1800.02/1800.01	c   Variables        : 5252 (5111 binary, 0 integer, 0 implicit integer, 141 continuous)
1800.02/1800.01	c   Constraints      : 282 initial, 83823 maximal
1800.02/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.01	c   linear           :       0.00          0          0          0        141          0          1          0          0
1800.02/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.01	c   indicator        :        141          0       5161          0       4537          0        204          0          0          0
1800.02/1800.01	c   linear           :        141          0    7588603          0    7285942      10934    3040440          0          0          0
1800.02/1800.01	c   logicor          :          0+         0     156292          0          0          9       7607          0          0          0
1800.02/1800.01	c   countsols        :          0          0          0          0    7285942          0          0          0          0          0
1800.02/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.01	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.01	c   linear           :     236.47       0.00     233.37       0.00       3.10
1800.02/1800.01	c   logicor          :       2.33       0.00       2.33       0.00       0.00
1800.02/1800.01	c   countsols        :       1.22       0.00       0.00       0.00       1.22
1800.02/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.01	c   vbounds          :       1.72          2          0          0
1800.02/1800.01	c   rootredcost      :       1.67          0          0          0
1800.02/1800.01	c   pseudoobj        :      28.83    7588403          0          0
1800.02/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.01	c   propagation      :     181.54      10943      10943     487676      649.6     553784       65.6          -
1800.02/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.01	c   applied globally :          -          -          -     109395       68.7          -          -          -
1800.02/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.01	c Pricers            :       Time      Calls       Vars
1800.02/1800.01	c   problem variables:       0.00          0          0
1800.02/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.01	c   inference        :    1389.33    7285942          0          0          0          0   14571884
1800.02/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.01	c   LP solutions     :       0.00          -          0
1800.02/1800.01	c   pseudo solutions :       0.00          -          0
1800.02/1800.01	c   oneopt           :       1.72          0          0
1800.02/1800.01	c   trivial          :       0.00          2          3
1800.02/1800.01	c   simplerounding   :       0.00          0          0
1800.02/1800.01	c   zirounding       :       0.00          0          0
1800.02/1800.01	c   rounding         :       0.00          0          0
1800.02/1800.01	c   shifting         :       0.00          0          0
1800.02/1800.01	c   intshifting      :       0.00          0          0
1800.02/1800.01	c   twoopt           :       0.00          0          0
1800.02/1800.01	c   fixandinfer      :       0.00          0          0
1800.02/1800.01	c   feaspump         :       0.00          0          0
1800.02/1800.01	c   coefdiving       :       0.00          0          0
1800.02/1800.01	c   pscostdiving     :       0.00          0          0
1800.02/1800.01	c   fracdiving       :       0.00          0          0
1800.02/1800.01	c   veclendiving     :       0.00          0          0
1800.02/1800.01	c   intdiving        :       0.00          0          0
1800.02/1800.01	c   actconsdiving    :       0.00          0          0
1800.02/1800.01	c   objpscostdiving  :       0.00          0          0
1800.02/1800.01	c   rootsoldiving    :       0.00          0          0
1800.02/1800.01	c   linesearchdiving :       0.00          0          0
1800.02/1800.01	c   guideddiving     :       0.00          0          0
1800.02/1800.01	c   octane           :       0.00          0          0
1800.02/1800.01	c   rens             :       0.00          0          0
1800.02/1800.01	c   rins             :       0.00          0          0
1800.02/1800.01	c   localbranching   :       0.00          0          0
1800.02/1800.01	c   mutation         :       0.00          0          0
1800.02/1800.01	c   crossover        :       0.00          0          0
1800.02/1800.01	c   dins             :       0.00          0          0
1800.02/1800.01	c   undercover       :       0.00          0          0
1800.02/1800.01	c   nlp              :       1.87          0          0
1800.02/1800.01	c   trysol           :       1.66          1          1
1800.02/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.01	c B&B Tree           :
1800.02/1800.01	c   number of runs   :          1
1800.02/1800.01	c   nodes            :    7296882
1800.02/1800.01	c   nodes (total)    :    7296882
1800.02/1800.01	c   nodes left       :    7275000
1800.02/1800.01	c   max depth        :       4575
1800.02/1800.01	c   max depth (total):       4575
1800.02/1800.01	c   backtracks       :       4148 (0.1%)
1800.02/1800.01	c   delayed cutoffs  :          3
1800.02/1800.01	c   repropagations   :        748 (294 domain reductions, 3 cutoffs)
1800.02/1800.01	c   avg switch length:       2.19
1800.02/1800.01	c   switching time   :      32.06
1800.02/1800.01	c Solution           :
1800.02/1800.01	c   Solutions found  :          4 (1 improvements)
1800.02/1800.01	c   First Solution   : +7.54500000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.02/1800.01	c   Primal Bound     : +7.54500000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.02/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.01	c   Gap              :   infinite
1800.02/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.01	c   Root Iterations  :          0

Verifier Data

OK	3588

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12703
/proc/meminfo: memFree=28958264/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=9176 CPUtime=0
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 1781 0 0 0 0 0 0 0 25 0 1 0 133434977 9396224 1704 4089446400 4194304 7136930 140733905611200 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/12703/statm: 2294 1704 275 719 0 1573 0

[startup+0.09519 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12703
/proc/meminfo: memFree=28958264/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=24816 CPUtime=0.08
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 6148 0 0 0 8 0 0 0 25 0 1 0 133434977 25411584 5460 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12703/statm: 6204 5460 383 719 0 5483 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24816

[startup+0.101187 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12703
/proc/meminfo: memFree=28958264/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=24816 CPUtime=0.09
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 6148 0 0 0 9 0 0 0 25 0 1 0 133434977 25411584 5460 4089446400 4194304 7136930 140733905611200 18446744073709551615 4641936 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12703/statm: 6204 5460 383 719 0 5483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24816

[startup+0.301153 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12703
/proc/meminfo: memFree=28958264/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=25348 CPUtime=0.29
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 6287 0 0 0 28 1 0 0 25 0 1 0 133434977 25956352 5599 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12703/statm: 6337 5599 383 719 0 5616 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25348

[startup+0.70108 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 12703
/proc/meminfo: memFree=28958264/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=28848 CPUtime=0.69
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 7166 0 0 0 67 2 0 0 25 0 1 0 133434977 29540352 6478 4089446400 4194304 7136930 140733905611200 18446744073709551615 4643174 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 7212 6478 390 719 0 6491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28848

[startup+1.50093 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12704
/proc/meminfo: memFree=28932960/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=29752 CPUtime=1.49
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 7415 0 0 0 147 2 0 0 25 0 1 0 133434977 30466048 6727 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 7438 6727 390 719 0 6717 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29752

[startup+3.10064 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12704
/proc/meminfo: memFree=28929040/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=31712 CPUtime=3.09
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 7929 0 0 0 305 4 0 0 25 0 1 0 133434977 32473088 7241 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 7928 7241 390 719 0 7207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31712

[startup+6.30107 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12704
/proc/meminfo: memFree=28918996/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=36340 CPUtime=6.29
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 9129 0 0 0 617 12 0 0 25 0 1 0 133434977 37212160 8441 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 9085 8441 390 719 0 8364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36340

[startup+12.7009 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12704
/proc/meminfo: memFree=28899280/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=44660 CPUtime=12.69
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 11276 0 0 0 1247 22 0 0 25 0 1 0 133434977 45731840 10588 4089446400 4194304 7136930 140733905611200 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 11165 10588 390 719 0 10444 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44660

[startup+25.5006 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12705
/proc/meminfo: memFree=28858196/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=60720 CPUtime=25.49
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 14981 0 0 0 2505 44 0 0 25 0 1 0 133434977 62177280 14293 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 15180 14293 390 719 0 14459 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60720

[startup+51.1009 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12705
/proc/meminfo: memFree=28790108/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=95348 CPUtime=51.09
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 23847 0 0 0 5025 84 0 0 25 0 1 0 133434977 97636352 23155 4089446400 4194304 7136930 140733905611200 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 23837 23155 390 719 0 23116 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95348

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12707
/proc/meminfo: memFree=28637296/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=158184 CPUtime=102.3
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 39062 0 0 0 10065 165 0 0 25 0 1 0 133434977 161980416 38370 4089446400 4194304 7136930 140733905611200 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 39546 38370 390 719 0 38825 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158184

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12708
/proc/meminfo: memFree=28442548/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=229288 CPUtime=162.29
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 55443 0 0 0 15971 258 0 0 25 0 1 0 133434977 234790912 54751 4089446400 4194304 7136930 140733905611200 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 57322 54751 390 719 0 56601 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 229288

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12710
/proc/meminfo: memFree=28266496/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=287736 CPUtime=222.29
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 70773 0 0 0 21880 349 0 0 25 0 1 0 133434977 294641664 70081 4089446400 4194304 7136930 140733905611200 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 71934 70081 390 719 0 71213 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 287736

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12711
/proc/meminfo: memFree=28111648/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=364564 CPUtime=282.3
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 86631 0 0 0 27786 444 0 0 25 0 1 0 133434977 373313536 85939 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 91141 85939 390 719 0 90420 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 364564

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12713
/proc/meminfo: memFree=27959904/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=426776 CPUtime=342.29
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 102992 0 0 0 33693 536 0 0 25 0 1 0 133434977 437018624 102300 4089446400 4194304 7136930 140733905611200 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 106694 102300 390 719 0 105973 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 426776

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12715
/proc/meminfo: memFree=27783000/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=487676 CPUtime=402.29
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 119034 0 0 0 39595 634 0 0 25 0 1 0 133434977 499380224 118342 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 121919 118342 390 719 0 121198 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 487676

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12744
/proc/meminfo: memFree=31054852/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=549224 CPUtime=462.3
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 135260 0 0 0 45492 738 0 0 25 0 1 0 133434977 562405376 134568 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 137306 134568 390 719 0 136585 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 549224

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12746
/proc/meminfo: memFree=30711672/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=614708 CPUtime=522.3
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 152501 0 0 0 51392 838 0 0 25 0 1 0 133434977 629460992 151809 4089446400 4194304 7136930 140733905611200 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 153677 151809 390 719 0 152956 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 614708

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12747
/proc/meminfo: memFree=30420468/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=714760 CPUtime=582.3
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 170219 0 0 0 57282 948 0 0 25 0 1 0 133434977 731914240 169527 4089446400 4194304 7136930 140733905611200 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 178690 169527 390 719 0 177969 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 714760

[startup+642.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 12749
/proc/meminfo: memFree=30282368/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=782232 CPUtime=642.3
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 188038 0 0 0 63172 1058 0 0 25 0 1 0 133434977 801005568 187346 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 195558 187346 390 719 0 194837 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 782232

[startup+702.3 s]

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

/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 313560 0 0 0 98443 1787 0 0 25 0 1 0 133434977 1289015296 312868 4089446400 4194304 7136930 140733905611200 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 314701 312868 390 719 0 313980 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1258804

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12760
/proc/meminfo: memFree=28602988/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=1429716 CPUtime=1062.31
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 341173 0 0 0 104290 1941 0 0 25 0 1 0 133434977 1464029184 340481 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 357429 340481 390 719 0 356708 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1429716

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12762
/proc/meminfo: memFree=28323920/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=1542164 CPUtime=1122.31
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 370531 0 0 0 110130 2101 0 0 25 0 1 0 133434977 1579175936 369839 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 385541 369839 390 719 0 384820 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1542164

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12763
/proc/meminfo: memFree=28020528/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=1668312 CPUtime=1182.31
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 403626 0 0 0 115965 2266 0 0 25 0 1 0 133434977 1708351488 402934 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 417078 402934 390 719 0 416357 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1668312

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12765
/proc/meminfo: memFree=27743784/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=1764488 CPUtime=1242.31
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 436262 0 0 0 121843 2388 0 0 25 0 1 0 133434977 1806835712 427038 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 441122 427038 390 719 0 440401 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1764488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12769
/proc/meminfo: memFree=27556448/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=1818780 CPUtime=1302.32
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 450604 0 0 0 127750 2482 0 0 25 0 1 0 133434977 1862430720 441380 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 454695 441380 390 719 0 453974 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1818780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12771
/proc/meminfo: memFree=27347560/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=1870332 CPUtime=1362.32
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 464287 0 0 0 133661 2571 0 0 25 0 1 0 133434977 1915219968 455063 4089446400 4194304 7136930 140733905611200 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 467583 455063 390 719 0 466862 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1870332

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12773
/proc/meminfo: memFree=27112996/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=1925572 CPUtime=1422.31
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 478860 0 0 0 139569 2662 0 0 25 0 1 0 133434977 1971785728 469636 4089446400 4194304 7136930 140733905611200 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 481393 469636 390 719 0 480672 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 1925572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12774
/proc/meminfo: memFree=26935608/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=1980460 CPUtime=1482.31
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 493381 0 0 0 145479 2752 0 0 25 0 1 0 133434977 2027991040 484157 4089446400 4194304 7136930 140733905611200 18446744073709551615 4436511 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 495115 484157 390 719 0 494394 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 1980460

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12776
/proc/meminfo: memFree=26761912/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2036924 CPUtime=1542.32
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 508258 0 0 0 151393 2839 0 0 25 0 1 0 133434977 2085810176 499034 4089446400 4194304 7136930 140733905611200 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 509231 499034 390 719 0 508510 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 2036924

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12778
/proc/meminfo: memFree=26602120/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2094152 CPUtime=1602.32
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 523319 0 0 0 157306 2926 0 0 25 0 1 0 133434977 2144411648 514095 4089446400 4194304 7136930 140733905611200 18446744073709551615 4642107 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 523538 514095 390 719 0 522817 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 2094152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12779
/proc/meminfo: memFree=26421000/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2149728 CPUtime=1662.32
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 537968 0 0 0 163220 3012 0 0 25 0 1 0 133434977 2201321472 528744 4089446400 4194304 7136930 140733905611200 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 537432 528744 390 719 0 536711 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 2149728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12781
/proc/meminfo: memFree=26230476/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2204732 CPUtime=1722.31
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 552545 0 0 0 169128 3103 0 0 25 0 1 0 133434977 2257645568 543321 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 551183 543321 390 719 0 550462 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 2204732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12782
/proc/meminfo: memFree=26015644/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2257664 CPUtime=1782.32
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 566562 0 0 0 175044 3188 0 0 25 0 1 0 133434977 2311847936 557338 4089446400 4194304 7136930 140733905611200 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 564416 557338 390 719 0 563695 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 2257664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12783
/proc/meminfo: memFree=25959460/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2274268 CPUtime=1800.02
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 570921 0 0 0 176790 3212 0 0 25 0 1 0 133434977 2328850432 561697 4089446400 4194304 7136930 140733905611200 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12703/statm: 568567 561697 390 719 0 567846 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2274268

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12703

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12784
/proc/meminfo: memFree=25958088/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2274268 CPUtime=1801.42
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 570927 0 0 0 176929 3213 0 0 25 0 1 0 133434977 2328850432 561703 4089446400 4194304 7136930 140733905611200 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12703/statm: 568567 561703 396 719 0 567846 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 2274268

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12784
/proc/meminfo: memFree=25956596/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2274268 CPUtime=1801.83
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 570927 0 0 0 176970 3213 0 0 25 0 1 0 133434977 2328850432 561703 4089446400 4194304 7136930 140733905611200 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12703/statm: 568567 561703 396 719 0 567846 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 2274268

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12784
/proc/meminfo: memFree=25956596/32951124 swapFree=67111528/67111528
[pid=12703] ppid=12701 vsize=2274268 CPUtime=1802.02
/proc/12703/stat : 12703 (pbscip.linux.x8) R 12701 12703 10898 0 -1 4202496 570927 0 0 0 176989 3213 0 0 25 0 1 0 133434977 2328850432 561703 4089446400 4194304 7136930 140733905611200 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12703/statm: 568567 561703 396 719 0 567846 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 2274268

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.11
CPU user time (s): 1769.91
CPU system time (s): 32.2021
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2274268

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

runsolver used 2.53661 second user time and 5.86111 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 20:09:34
IDJOB=2694047
IDBENCH=79171
IDSOLVER=1206
FILE ID=node104/2694047-1277921374
PBS_JOBID= 11197336
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 60c1b790b835b31f32d3b92e41ae62ac
RANDOM SEED=346374981

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.84
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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.75
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.839
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28958800 kB
Buffers:        198968 kB
Cached:         702296 kB
SwapCached:          0 kB
Active:        3299084 kB
Inactive:       546072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28958800 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:     2944040 kB
Mapped:          15172 kB
Slab:            78512 kB
PageTables:      10336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3091588 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 node104 at 2010-06-30 20:39:36