Trace number 2693980

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.16 1802.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_45_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM95c5d91e3a0ca992efaa2a36118a1c06
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.170973
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3150
Total number of constraints160
Number of soft constraints160
Number of constraints which are clauses90
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 constraint35
Maximum length of a constraint45
Top cost 8094
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 8093
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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-2693980-1277920034.wbo>
0.00/0.01	c original problem has 3470 variables (3310 bin, 0 int, 0 impl, 160 cont) and 321 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.02	o 8093
0.00/0.02	c feasible solution found by trivial heuristic, objective value  8.093000e+03
0.00/0.02	c presolving:
0.02/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 160 impls, 0 clqs
0.02/0.02	c (round 2) 0 del vars, 1 del conss, 160 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 160 impls, 0 clqs
0.02/0.04	c    (0.0s) probing: 101/3310 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.04	c presolving (3 rounds):
0.02/0.04	c  0 deleted vars, 1 deleted constraints, 160 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.04	c  160 implications, 0 cliques
0.02/0.04	c presolved problem has 3470 variables (3310 bin, 0 int, 0 impl, 160 cont) and 320 constraints
0.02/0.04	c     160 constraints of type <indicator>
0.02/0.04	c     160 constraints of type <linear>
0.02/0.04	c transformed objective value is always integral (scale: 1)
0.02/0.04	c Presolving Time: 0.02
0.02/0.04	c - non default parameters ----------------------------------------------------------------------
0.02/0.04	c # SCIP version 1.2.1.2
0.02/0.04	c 
0.02/0.04	c # frequency for displaying node information lines
0.02/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.04	c display/freq = 10000
0.02/0.04	c 
0.02/0.04	c # maximal time in seconds to run
0.02/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.04	c limits/time = 1799.99
0.02/0.04	c 
0.02/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.04	c limits/memory = 3420
0.02/0.04	c 
0.02/0.04	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.02/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.04	c lp/solvefreq = -1
0.02/0.04	c 
0.02/0.04	c # should presolving try to simplify inequalities
0.02/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.04	c constraints/linear/simplifyinequalities = TRUE
0.02/0.04	c 
0.02/0.04	c # should presolving try to simplify knapsacks
0.02/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.04	c 
0.02/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.04	c separating/rapidlearning/freq = 0
0.02/0.04	c 
0.02/0.04	c -----------------------------------------------------------------------------------------------
0.02/0.04	c start solving
0.02/0.04	c 
0.02/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.04	c t 0.0s|     1 |     2 |     0 |     - |6559k|   0 |   - |3470 | 320 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1.99/2.00	c   1.9s| 10000 |  9949 |     0 |   0.0 |  10M|1886 |   - |3470 | 553 |   0 |   0 |   0 | 233 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
4.19/4.26	c   4.0s| 20000 | 19895 |     0 |   0.0 |  13M|1886 |   - |3470 | 822 |   0 |   0 |   0 | 503 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
6.39/6.49	c   6.2s| 30000 | 29839 |     0 |   0.0 |  17M|1886 |   - |3470 |1102 |   0 |   0 |   0 | 783 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
8.70/8.75	c   8.4s| 40000 | 39783 |     0 |   0.0 |  20M|1886 |   - |3470 |1345 |   0 |   0 |   0 |1064 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
11.00/11.08	c  10.7s| 50000 | 49719 |     0 |   0.0 |  23M|1886 |   - |3470 |1491 |   0 |   0 |   0 |1384 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
13.29/13.37	c  12.9s| 60000 | 59661 |     0 |   0.0 |  26M|1886 |   - |3470 |1605 |   0 |   0 |   0 |1674 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
15.59/15.65	c  15.2s| 70000 | 69607 |     0 |   0.0 |  29M|1886 |   - |3470 |1697 |   0 |   0 |   0 |1944 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
17.89/17.94	c  17.4s| 80000 | 79547 |     0 |   0.0 |  32M|1886 |   - |3470 |1761 |   0 |   0 |   0 |2244 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
20.19/20.27	c  19.7s| 90000 | 89471 |     0 |   0.0 |  35M|1886 |   - |3470 |1855 |   0 |   0 |   0 |2624 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
22.49/22.55	c  21.9s|100000 | 99405 |     0 |   0.0 |  38M|1886 |   - |3470 |1992 |   0 |   0 |   0 |2954 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
24.79/24.82	c  24.1s|110000 |109345 |     0 |   0.0 |  41M|1886 |   - |3470 |2075 |   0 |   0 |   0 |3254 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
27.00/27.09	c  26.4s|120000 |119266 |     0 |   0.0 |  44M|1886 |   - |3470 |2157 |   0 |   0 |   0 |3654 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
29.29/29.37	c  28.6s|130000 |129184 |     0 |   0.0 |  47M|1886 |   - |3470 |2274 |   0 |   0 |   0 |4064 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
31.49/31.59	c  30.8s|140000 |139128 |     0 |   0.0 |  49M|1886 |   - |3470 |2272 |   0 |   0 |   0 |4344 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
33.79/33.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.79/33.85	c  33.0s|150000 |149058 |     0 |   0.0 |  52M|1886 |   - |3470 |2330 |   0 |   0 |   0 |4694 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
36.00/36.06	c  35.2s|160000 |159006 |     0 |   0.0 |  55M|1886 |   - |3470 |2325 |   0 |   0 |   0 |4954 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
38.19/38.27	c  37.3s|170000 |168938 |     0 |   0.0 |  58M|1886 |   - |3470 |2410 |   0 |   0 |   0 |5294 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
40.39/40.44	c  39.5s|180000 |178875 |     0 |   0.0 |  61M|1886 |   - |3470 |2492 |   0 |   0 |   0 |5614 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
42.59/42.60	c  41.6s|190000 |188809 |     0 |   0.0 |  64M|1886 |   - |3470 |2561 |   0 |   0 |   0 |5944 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
44.70/44.77	c  43.7s|200000 |198742 |     0 |   0.0 |  67M|1886 |   - |3470 |2647 |   0 |   0 |   0 |6284 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
46.89/46.90	c  45.8s|210000 |208684 |     0 |   0.0 |  70M|1886 |   - |3470 |2722 |   0 |   0 |   0 |6574 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
48.99/49.06	c  47.9s|220000 |218608 |     0 |   0.0 |  72M|1886 |   - |3470 |2881 |   0 |   0 |   0 |6954 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
51.09/51.17	c  50.0s|230000 |228547 |     0 |   0.0 |  75M|1886 |   - |3470 |2919 |   0 |   0 |   0 |7264 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
53.19/53.26	c  52.0s|240000 |238477 |     0 |   0.0 |  78M|1886 |   - |3470 |2994 |   0 |   0 |   0 |7614 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
55.29/55.36	c  54.1s|250000 |248411 |     0 |   0.0 |  81M|1886 |   - |3470 |3054 |   0 |   0 |   0 |7944 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
57.39/57.45	c  56.1s|260000 |258338 |     0 |   0.0 |  84M|1886 |   - |3470 |3172 |   0 |   0 |   0 |8314 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
59.49/59.53	c  58.1s|270000 |268278 |     0 |   0.0 |  87M|1886 |   - |3470 |3207 |   0 |   0 |   0 |8614 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
61.50/61.60	c  60.2s|280000 |278208 |     0 |   0.0 |  90M|1886 |   - |3470 |3225 |   0 |   0 |   0 |8964 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
63.60/63.62	c  62.2s|290000 |288134 |     0 |   0.0 |  92M|1886 |   - |3470 |3358 |   0 |   0 |   0 |9334 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
65.60/65.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.60/65.62	c  64.1s|300000 |298066 |     0 |   0.0 |  95M|1886 |   - |3470 |3492 |   0 |   0 |   0 |9674 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
67.59/67.64	c  66.1s|310000 |308004 |     0 |   0.0 |  98M|1886 |   - |3470 |3506 |   0 |   0 |   0 |9984 |   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
69.59/69.63	c  68.0s|320000 |317928 |     0 |   0.0 | 101M|1886 |   - |3470 |3596 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
71.59/71.62	c  70.0s|330000 |327856 |     0 |   0.0 | 104M|1886 |   - |3470 |3693 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
73.50/73.57	c  71.9s|340000 |337790 |     0 |   0.0 | 107M|1886 |   - |3470 |3738 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
75.49/75.52	c  73.8s|350000 |347716 |     0 |   0.0 | 110M|1886 |   - |3470 |3857 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
77.39/77.48	c  75.7s|360000 |357620 |     0 |   0.0 | 113M|1886 |   - |3470 |4031 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
79.39/79.41	c  77.6s|370000 |367544 |     0 |   0.0 | 116M|1886 |   - |3470 |4026 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
81.30/81.35	c  79.5s|380000 |377454 |     0 |   0.0 | 119M|1886 |   - |3470 |4239 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
83.19/83.24	c  81.3s|390000 |387368 |     0 |   0.0 | 122M|1886 |   - |3470 |4376 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
85.09/85.14	c  83.2s|400000 |397286 |     0 |   0.0 | 124M|1886 |   - |3470 |4553 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
86.90/86.96	c  85.0s|410000 |407212 |     0 |   0.0 | 127M|1886 |   - |3470 |4705 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
88.79/88.80	c  86.8s|420000 |417106 |     0 |   0.0 | 130M|1886 |   - |3470 |4985 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
90.49/90.57	c  88.5s|430000 |427022 |     0 |   0.0 | 133M|1886 |   - |3470 |5133 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
92.30/92.38	c  90.3s|440000 |436930 |     0 |   0.0 | 136M|1886 |   - |3470 |5368 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
94.10/94.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.10/94.16	c  92.0s|450000 |446812 |     0 |   0.0 | 139M|1886 |   - |3470 |5695 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
95.89/95.91	c  93.7s|460000 |456710 |     0 |   0.0 | 142M|1886 |   - |3470 |5947 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
97.59/97.67	c  95.5s|470000 |466600 |     0 |   0.0 | 146M|1886 |   - |3470 |6248 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
99.30/99.36	c  97.1s|480000 |476498 |     0 |   0.0 | 149M|1886 |   - |3470 |6582 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
100.99/101.05	c  98.7s|490000 |486396 |     0 |   0.0 | 152M|1886 |   - |3470 |6898 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
102.70/102.71	c   100s|500000 |496290 |     0 |   0.0 | 155M|1886 |   - |3470 |7246 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
104.30/104.35	c   102s|510000 |506184 |     0 |   0.0 | 158M|1886 |   - |3470 |7577 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
105.99/106.00	c   104s|520000 |516054 |     0 |   0.0 | 161M|1886 |   - |3470 |8018 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
107.50/107.58	c   105s|530000 |525942 |     0 |   0.0 | 164M|1886 |   - |3470 |8372 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
109.09/109.17	c   107s|540000 |535826 |     0 |   0.0 | 168M|1886 |   - |3470 |8816 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
110.69/110.70	c   108s|550000 |545712 |     0 |   0.0 | 171M|1886 |   - |3470 |9236 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
112.19/112.26	c   110s|560000 |555562 |     0 |   0.0 | 174M|1886 |   - |3470 |9824 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
113.69/113.78	c   111s|570000 |565418 |     0 |   0.0 | 177M|1886 |   - |3470 |  10k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
115.29/115.30	c   113s|580000 |575248 |     0 |   0.0 | 181M|1886 |   - |3470 |  11k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
116.79/116.81	c   114s|590000 |585080 |     0 |   0.0 | 184M|1886 |   - |3470 |  11k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
118.19/118.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.19/118.26	c   115s|600000 |594908 |     0 |   0.0 | 188M|1886 |   - |3470 |  12k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
119.70/119.70	c   117s|610000 |604742 |     0 |   0.0 | 191M|1886 |   - |3470 |  13k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
121.09/121.10	c   118s|620000 |614536 |     0 |   0.0 | 195M|1886 |   - |3470 |  14k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
122.50/122.51	c   120s|630000 |624336 |     0 |   0.0 | 199M|1886 |   - |3470 |  15k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
123.79/123.86	c   121s|640000 |634130 |     0 |   0.0 | 202M|1886 |   - |3470 |  16k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
125.10/125.15	c   122s|650000 |643898 |     0 |   0.0 | 206M|1886 |   - |3470 |  17k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
126.40/126.50	c   123s|660000 |653606 |     0 |   0.0 | 210M|1886 |   - |3470 |  19k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
127.79/127.83	c   125s|670000 |663286 |     0 |   0.0 | 215M|1886 |   - |3470 |  20k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
129.19/129.22	c   126s|680000 |672824 |     0 |   0.0 | 219M|1886 |   - |3470 |  23k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
130.69/130.80	c   128s|690000 |682194 |     0 |   0.0 | 225M|1886 |   - |3470 |  26k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
133.39/133.50	c   130s|700000 |690496 |     0 |   0.0 | 239M|1886 |   - |3470 |  34k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
135.99/136.05	c   133s|710000 |700448 |     0 |   0.0 | 230M|1886 |   - |3470 |1749 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
138.30/138.35	c   135s|720000 |710392 |     0 |   0.0 | 233M|1886 |   - |3470 |1773 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
140.59/140.66	c   137s|730000 |720332 |     0 |   0.0 | 235M|1886 |   - |3470 |1790 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
143.00/143.04	c   140s|740000 |730264 |     0 |   0.0 | 238M|1886 |   - |3470 |1840 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
145.29/145.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.29/145.40	c   142s|750000 |740202 |     0 |   0.0 | 241M|1886 |   - |3470 |1825 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
147.69/147.79	c   144s|760000 |750134 |     0 |   0.0 | 244M|1886 |   - |3470 |1814 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
150.09/150.19	c   147s|770000 |760074 |     0 |   0.0 | 247M|1886 |   - |3470 |1873 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
152.49/152.56	c   149s|780000 |770005 |     0 |   0.0 | 250M|1886 |   - |3470 |1881 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
154.89/154.96	c   151s|790000 |779939 |     0 |   0.0 | 253M|1886 |   - |3470 |1889 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
157.30/157.35	c   154s|800000 |789884 |     0 |   0.0 | 255M|1886 |   - |3470 |1865 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
159.70/159.73	c   156s|810000 |799830 |     0 |   0.0 | 258M|1886 |   - |3470 |1851 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
162.09/162.12	c   158s|820000 |809762 |     0 |   0.0 | 261M|1886 |   - |3470 |1654 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
164.39/164.49	c   161s|830000 |819702 |     0 |   0.0 | 264M|1886 |   - |3470 |1459 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
166.80/166.87	c   163s|840000 |829636 |     0 |   0.0 | 267M|1886 |   - |3470 |1464 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
169.19/169.27	c   165s|850000 |839578 |     0 |   0.0 | 270M|1886 |   - |3470 |1452 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
171.60/171.66	c   168s|860000 |849502 |     0 |   0.0 | 272M|1886 |   - |3470 |1494 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
173.99/174.06	c   170s|870000 |859442 |     0 |   0.0 | 275M|1886 |   - |3470 |1454 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
176.40/176.45	c   172s|880000 |869380 |     0 |   0.0 | 278M|1886 |   - |3470 |1413 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
178.79/178.84	c   175s|890000 |879316 |     0 |   0.0 | 281M|1886 |   - |3470 |1459 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
181.20/181.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.20/181.22	c   177s|900000 |889254 |     0 |   0.0 | 284M|1886 |   - |3470 |1443 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
183.49/183.59	c   179s|910000 |899202 |     0 |   0.0 | 287M|1886 |   - |3470 |1416 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
185.90/185.99	c   182s|920000 |909132 |     0 |   0.0 | 289M|1886 |   - |3470 |1392 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
188.29/188.38	c   184s|930000 |919058 |     0 |   0.0 | 292M|1886 |   - |3470 |1405 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
190.69/190.76	c   186s|940000 |929010 |     0 |   0.0 | 295M|1886 |   - |3470 |1362 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
193.10/193.12	c   189s|950000 |938950 |     0 |   0.0 | 298M|1886 |   - |3470 |1391 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
195.50/195.51	c   191s|960000 |948880 |     0 |   0.0 | 301M|1886 |   - |3470 |1417 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
197.80/197.88	c   193s|970000 |958824 |     0 |   0.0 | 304M|1886 |   - |3470 |1393 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
200.20/200.26	c   196s|980000 |968764 |     0 |   0.0 | 306M|1886 |   - |3470 |1399 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
202.60/202.66	c   198s|990000 |978694 |     0 |   0.0 | 309M|1886 |   - |3470 |1391 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
204.99/205.04	c   200s|  1000k|988634 |     0 |   0.0 | 312M|1886 |   - |3470 |1367 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
207.40/207.41	c   203s|  1010k|998570 |     0 |   0.0 | 315M|1886 |   - |3470 |1370 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
209.79/209.80	c   205s|  1020k|  1008k|     0 |   0.0 | 318M|1886 |   - |3470 |1370 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
212.10/212.19	c   207s|  1030k|  1018k|     0 |   0.0 | 321M|1886 |   - |3470 |1363 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
214.59/214.61	c   210s|  1040k|  1028k|     0 |   0.0 | 323M|1886 |   - |3470 |1388 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
216.90/216.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.90/216.99	c   212s|  1050k|  1038k|     0 |   0.0 | 326M|1886 |   - |3470 |1377 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
219.30/219.36	c   214s|  1060k|  1048k|     0 |   0.0 | 329M|1886 |   - |3470 |1387 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
221.70/221.72	c   217s|  1070k|  1058k|     0 |   0.0 | 332M|1886 |   - |3470 |1347 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
224.10/224.10	c   219s|  1080k|  1068k|     0 |   0.0 | 335M|1886 |   - |3470 |1371 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
226.50/226.50	c   221s|  1090k|  1078k|     0 |   0.0 | 338M|1886 |   - |3470 |1344 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
228.80/228.87	c   224s|  1100k|  1088k|     0 |   0.0 | 340M|1886 |   - |3470 |1369 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
231.20/231.25	c   226s|  1110k|  1097k|     0 |   0.0 | 343M|1886 |   - |3470 |1402 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
233.60/233.64	c   228s|  1120k|  1107k|     0 |   0.0 | 346M|1886 |   - |3470 |1347 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
235.99/236.02	c   231s|  1130k|  1117k|     0 |   0.0 | 349M|1886 |   - |3470 |1322 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
238.39/238.42	c   233s|  1140k|  1127k|     0 |   0.0 | 352M|1886 |   - |3470 |1368 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
240.69/240.79	c   235s|  1150k|  1137k|     0 |   0.0 | 355M|1886 |   - |3470 |1338 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
243.10/243.18	c   238s|  1160k|  1147k|     0 |   0.0 | 357M|1886 |   - |3470 |1336 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
245.49/245.57	c   240s|  1170k|  1157k|     0 |   0.0 | 360M|1886 |   - |3470 |1339 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
247.90/247.94	c   242s|  1180k|  1167k|     0 |   0.0 | 363M|1886 |   - |3470 |1319 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
250.30/250.30	c   245s|  1190k|  1177k|     0 |   0.0 | 366M|1886 |   - |3470 |1315 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
252.59/252.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.59/252.68	c   247s|  1200k|  1187k|     0 |   0.0 | 369M|1886 |   - |3470 |1293 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
255.00/255.03	c   249s|  1210k|  1197k|     0 |   0.0 | 371M|1886 |   - |3470 |1324 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
257.40/257.41	c   252s|  1220k|  1207k|     0 |   0.0 | 374M|1886 |   - |3470 |1310 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
259.80/259.80	c   254s|  1230k|  1217k|     0 |   0.0 | 377M|1886 |   - |3470 |1307 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
262.10/262.19	c   256s|  1240k|  1227k|     0 |   0.0 | 380M|1886 |   - |3470 |1319 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
264.50/264.56	c   259s|  1250k|  1237k|     0 |   0.0 | 383M|1886 |   - |3470 |1300 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
266.89/266.93	c   261s|  1260k|  1247k|     0 |   0.0 | 386M|1886 |   - |3470 |1347 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
269.29/269.34	c   263s|  1270k|  1256k|     0 |   0.0 | 388M|1886 |   - |3470 |1361 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
271.61/271.70	c   266s|  1280k|  1266k|     0 |   0.0 | 391M|1886 |   - |3470 |1346 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
273.99/274.08	c   268s|  1290k|  1276k|     0 |   0.0 | 394M|1886 |   - |3470 |1321 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
276.39/276.47	c   270s|  1300k|  1286k|     0 |   0.0 | 397M|1886 |   - |3470 |1354 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
278.79/278.84	c   273s|  1310k|  1296k|     0 |   0.0 | 400M|1886 |   - |3470 |1371 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
281.19/281.24	c   275s|  1320k|  1306k|     0 |   0.0 | 403M|1886 |   - |3470 |1404 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
283.60/283.61	c   277s|  1330k|  1316k|     0 |   0.0 | 405M|1886 |   - |3470 |1317 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
286.00/286.02	c   280s|  1340k|  1326k|     0 |   0.0 | 408M|1886 |   - |3470 |1345 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
288.40/288.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.40/288.44	c   282s|  1350k|  1336k|     0 |   0.0 | 411M|1886 |   - |3470 |1350 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
290.70/290.79	c   284s|  1360k|  1346k|     0 |   0.0 | 414M|1886 |   - |3470 |1383 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
293.10/293.16	c   287s|  1370k|  1356k|     0 |   0.0 | 417M|1886 |   - |3470 |1409 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
295.50/295.53	c   289s|  1380k|  1366k|     0 |   0.0 | 419M|1886 |   - |3470 |1390 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
297.89/297.92	c   291s|  1390k|  1376k|     0 |   0.0 | 422M|1886 |   - |3470 |1388 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
300.20/300.29	c   294s|  1400k|  1386k|     0 |   0.0 | 425M|1886 |   - |3470 |1353 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
302.59/302.68	c   296s|  1410k|  1396k|     0 |   0.0 | 428M|1886 |   - |3470 |1388 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
305.00/305.06	c   298s|  1420k|  1406k|     0 |   0.0 | 431M|1886 |   - |3470 |1380 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
307.39/307.44	c   301s|  1430k|  1416k|     0 |   0.0 | 434M|1886 |   - |3470 |1350 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
309.79/309.85	c   303s|  1440k|  1425k|     0 |   0.0 | 436M|1886 |   - |3470 |1379 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
312.19/312.24	c   306s|  1450k|  1435k|     0 |   0.0 | 439M|1886 |   - |3470 |1408 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
314.60/314.61	c   308s|  1460k|  1445k|     0 |   0.0 | 442M|1886 |   - |3470 |1381 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
316.90/316.98	c   310s|  1470k|  1455k|     0 |   0.0 | 445M|1886 |   - |3470 |1427 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
319.30/319.36	c   313s|  1480k|  1465k|     0 |   0.0 | 448M|1886 |   - |3470 |1405 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
321.70/321.76	c   315s|  1490k|  1475k|     0 |   0.0 | 450M|1886 |   - |3470 |1388 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
324.09/324.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.09/324.13	c   317s|  1500k|  1485k|     0 |   0.0 | 453M|1886 |   - |3470 |1422 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
326.50/326.51	c   320s|  1510k|  1495k|     0 |   0.0 | 456M|1886 |   - |3470 |1405 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
328.80/328.89	c   322s|  1520k|  1505k|     0 |   0.0 | 459M|1886 |   - |3470 |1418 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
331.20/331.26	c   324s|  1530k|  1515k|     0 |   0.0 | 462M|1886 |   - |3470 |1424 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
333.60/333.69	c   327s|  1540k|  1525k|     0 |   0.0 | 465M|1886 |   - |3470 |1444 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
335.99/336.06	c   329s|  1550k|  1535k|     0 |   0.0 | 467M|1886 |   - |3470 |1457 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
338.39/338.45	c   331s|  1560k|  1545k|     0 |   0.0 | 470M|1886 |   - |3470 |1457 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
340.80/340.84	c   334s|  1570k|  1555k|     0 |   0.0 | 473M|1886 |   - |3470 |1466 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
343.20/343.26	c   336s|  1580k|  1565k|     0 |   0.0 | 476M|1886 |   - |3470 |1502 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
345.60/345.65	c   338s|  1590k|  1575k|     0 |   0.0 | 479M|1886 |   - |3470 |1458 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
347.89/347.99	c   341s|  1600k|  1584k|     0 |   0.0 | 481M|1886 |   - |3470 |1441 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
350.30/350.36	c   343s|  1610k|  1594k|     0 |   0.0 | 484M|1886 |   - |3470 |1442 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
352.70/352.73	c   345s|  1620k|  1604k|     0 |   0.0 | 487M|1886 |   - |3470 |1459 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
355.10/355.13	c   348s|  1630k|  1614k|     0 |   0.0 | 490M|1886 |   - |3470 |1450 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
357.50/357.51	c   350s|  1640k|  1624k|     0 |   0.0 | 493M|1886 |   - |3470 |1426 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
359.90/359.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.90/359.92	c   352s|  1650k|  1634k|     0 |   0.0 | 495M|1886 |   - |3470 |1449 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
362.20/362.29	c   355s|  1660k|  1644k|     0 |   0.0 | 498M|1886 |   - |3470 |1445 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
364.59/364.69	c   357s|  1670k|  1654k|     0 |   0.0 | 501M|1886 |   - |3470 |1455 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
367.00/367.08	c   359s|  1680k|  1664k|     0 |   0.0 | 504M|1886 |   - |3470 |1411 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
369.40/369.46	c   362s|  1690k|  1674k|     0 |   0.0 | 507M|1886 |   - |3470 |1415 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
371.80/371.84	c   364s|  1700k|  1684k|     0 |   0.0 | 510M|1886 |   - |3470 |1378 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
374.19/374.21	c   366s|  1710k|  1694k|     0 |   0.0 | 512M|1886 |   - |3470 |1424 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
376.50/376.57	c   369s|  1720k|  1704k|     0 |   0.0 | 515M|1886 |   - |3470 |1393 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
378.90/378.93	c   371s|  1730k|  1714k|     0 |   0.0 | 518M|1886 |   - |3470 |1377 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
381.30/381.30	c   373s|  1740k|  1724k|     0 |   0.0 | 521M|1886 |   - |3470 |1402 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
383.60/383.69	c   376s|  1750k|  1734k|     0 |   0.0 | 524M|1886 |   - |3470 |1440 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
386.00/386.08	c   378s|  1760k|  1744k|     0 |   0.0 | 527M|1886 |   - |3470 |1378 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
388.40/388.43	c   380s|  1770k|  1753k|     0 |   0.0 | 529M|1886 |   - |3470 |1429 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
390.80/390.80	c   383s|  1780k|  1763k|     0 |   0.0 | 532M|1886 |   - |3470 |1383 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
393.10/393.17	c   385s|  1790k|  1773k|     0 |   0.0 | 535M|1886 |   - |3470 |1374 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
395.49/395.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.49/395.57	c   387s|  1800k|  1783k|     0 |   0.0 | 538M|1886 |   - |3470 |1412 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
397.90/397.95	c   390s|  1810k|  1793k|     0 |   0.0 | 541M|1886 |   - |3470 |1363 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
400.30/400.36	c   392s|  1820k|  1803k|     0 |   0.0 | 544M|1886 |   - |3470 |1417 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
402.70/402.73	c   394s|  1830k|  1813k|     0 |   0.0 | 546M|1886 |   - |3470 |1398 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
405.10/405.12	c   397s|  1840k|  1823k|     0 |   0.0 | 549M|1886 |   - |3470 |1404 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
407.40/407.49	c   399s|  1850k|  1833k|     0 |   0.0 | 552M|1886 |   - |3470 |1438 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
409.80/409.87	c   401s|  1860k|  1843k|     0 |   0.0 | 555M|1886 |   - |3470 |1453 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
412.19/412.22	c   404s|  1870k|  1853k|     0 |   0.0 | 558M|1886 |   - |3470 |1404 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
414.49/414.60	c   406s|  1880k|  1863k|     0 |   0.0 | 560M|1886 |   - |3470 |1447 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
416.91/416.99	c   408s|  1890k|  1873k|     0 |   0.0 | 563M|1886 |   - |3470 |1442 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
419.30/419.39	c   411s|  1900k|  1883k|     0 |   0.0 | 566M|1886 |   - |3470 |1463 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
421.70/421.77	c   413s|  1910k|  1893k|     0 |   0.0 | 569M|1886 |   - |3470 |1441 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
424.10/424.13	c   415s|  1920k|  1903k|     0 |   0.0 | 572M|1886 |   - |3470 |1472 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
426.40/426.49	c   418s|  1930k|  1912k|     0 |   0.0 | 574M|1886 |   - |3470 |1460 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
428.80/428.88	c   420s|  1940k|  1922k|     0 |   0.0 | 577M|1886 |   - |3470 |1462 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
431.20/431.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.20/431.25	c   422s|  1950k|  1932k|     0 |   0.0 | 580M|1886 |   - |3470 |1448 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
433.60/433.63	c   425s|  1960k|  1942k|     0 |   0.0 | 583M|1886 |   - |3470 |1434 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
436.00/436.02	c   427s|  1970k|  1952k|     0 |   0.0 | 586M|1886 |   - |3470 |1409 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
438.40/438.44	c   429s|  1980k|  1962k|     0 |   0.0 | 589M|1886 |   - |3470 |1409 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
440.80/440.81	c   432s|  1990k|  1972k|     0 |   0.0 | 591M|1886 |   - |3470 |1355 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
443.10/443.19	c   434s|  2000k|  1982k|     0 |   0.0 | 594M|1886 |   - |3470 |1423 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
445.51/445.58	c   436s|  2010k|  1992k|     0 |   0.0 | 597M|1886 |   - |3470 |1414 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
447.90/447.97	c   439s|  2020k|  2002k|     0 |   0.0 | 600M|1886 |   - |3470 |1398 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
450.30/450.37	c   441s|  2030k|  2012k|     0 |   0.0 | 603M|1886 |   - |3470 |1435 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
452.70/452.73	c   443s|  2040k|  2022k|     0 |   0.0 | 606M|1886 |   - |3470 |1451 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
455.10/455.10	c   446s|  2050k|  2032k|     0 |   0.0 | 608M|1886 |   - |3470 |1430 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
457.40/457.47	c   448s|  2060k|  2042k|     0 |   0.0 | 611M|1886 |   - |3470 |1425 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
459.80/459.87	c   450s|  2070k|  2052k|     0 |   0.0 | 614M|1886 |   - |3470 |1397 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
462.19/462.22	c   453s|  2080k|  2062k|     0 |   0.0 | 617M|1886 |   - |3470 |1419 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
464.50/464.58	c   455s|  2090k|  2072k|     0 |   0.0 | 620M|1886 |   - |3470 |1434 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
466.90/466.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
466.90/466.98	c   457s|  2100k|  2081k|     0 |   0.0 | 623M|1886 |   - |3470 |1433 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
469.40/469.41	c   460s|  2110k|  2091k|     0 |   0.0 | 625M|1886 |   - |3470 |1511 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
471.70/471.78	c   462s|  2120k|  2101k|     0 |   0.0 | 628M|1886 |   - |3470 |1437 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
474.10/474.14	c   464s|  2130k|  2111k|     0 |   0.0 | 631M|1886 |   - |3470 |1479 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
476.50/476.52	c   467s|  2140k|  2121k|     0 |   0.0 | 634M|1886 |   - |3470 |1480 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
478.80/478.89	c   469s|  2150k|  2131k|     0 |   0.0 | 637M|1886 |   - |3470 |1472 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
481.20/481.27	c   471s|  2160k|  2141k|     0 |   0.0 | 639M|1886 |   - |3470 |1432 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
483.60/483.66	c   474s|  2170k|  2151k|     0 |   0.0 | 642M|1886 |   - |3470 |1470 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
486.00/486.04	c   476s|  2180k|  2161k|     0 |   0.0 | 645M|1886 |   - |3470 |1433 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
488.40/488.41	c   478s|  2190k|  2171k|     0 |   0.0 | 648M|1886 |   - |3470 |1467 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
490.70/490.79	c   481s|  2200k|  2181k|     0 |   0.0 | 651M|1886 |   - |3470 |1511 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
493.10/493.16	c   483s|  2210k|  2191k|     0 |   0.0 | 654M|1886 |   - |3470 |1488 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
495.50/495.56	c   485s|  2220k|  2201k|     0 |   0.0 | 656M|1886 |   - |3470 |1505 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
497.90/497.98	c   488s|  2230k|  2211k|     0 |   0.0 | 659M|1886 |   - |3470 |1498 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
500.30/500.37	c   490s|  2240k|  2221k|     0 |   0.0 | 662M|1886 |   - |3470 |1532 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
502.70/502.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
502.70/502.74	c   492s|  2250k|  2230k|     0 |   0.0 | 665M|1886 |   - |3470 |1524 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
505.09/505.11	c   495s|  2260k|  2240k|     0 |   0.0 | 668M|1886 |   - |3470 |1543 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
507.40/507.49	c   497s|  2270k|  2250k|     0 |   0.0 | 671M|1886 |   - |3470 |1545 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
509.80/509.88	c   499s|  2280k|  2260k|     0 |   0.0 | 673M|1886 |   - |3470 |1531 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
512.20/512.26	c   502s|  2290k|  2270k|     0 |   0.0 | 676M|1886 |   - |3470 |1611 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
514.60/514.65	c   504s|  2300k|  2280k|     0 |   0.0 | 679M|1886 |   - |3470 |1562 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
517.00/517.03	c   506s|  2310k|  2290k|     0 |   0.0 | 682M|1886 |   - |3470 |1557 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
519.40/519.44	c   509s|  2320k|  2300k|     0 |   0.0 | 685M|1886 |   - |3470 |1585 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
521.80/521.85	c   511s|  2330k|  2310k|     0 |   0.0 | 687M|1886 |   - |3470 |1544 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
524.19/524.25	c   513s|  2340k|  2320k|     0 |   0.0 | 690M|1886 |   - |3470 |1560 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
526.60/526.62	c   516s|  2350k|  2330k|     0 |   0.0 | 693M|1886 |   - |3470 |1598 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
529.00/529.03	c   518s|  2360k|  2340k|     0 |   0.0 | 696M|1886 |   - |3470 |1547 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
531.40/531.41	c   520s|  2370k|  2350k|     0 |   0.0 | 699M|1886 |   - |3470 |1545 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
533.70/533.79	c   523s|  2380k|  2360k|     0 |   0.0 | 701M|1886 |   - |3470 |1566 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
536.10/536.16	c   525s|  2390k|  2370k|     0 |   0.0 | 704M|1886 |   - |3470 |1538 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
538.50/538.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
538.50/538.57	c   527s|  2400k|  2380k|     0 |   0.0 | 707M|1886 |   - |3470 |1571 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
540.90/540.95	c   530s|  2410k|  2390k|     0 |   0.0 | 710M|1886 |   - |3470 |1505 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
543.30/543.36	c   532s|  2420k|  2399k|     0 |   0.0 | 713M|1886 |   - |3470 |1541 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
545.70/545.77	c   534s|  2430k|  2409k|     0 |   0.0 | 715M|1886 |   - |3470 |1544 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
548.10/548.15	c   537s|  2440k|  2419k|     0 |   0.0 | 718M|1886 |   - |3470 |1564 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
550.50/550.54	c   539s|  2450k|  2429k|     0 |   0.0 | 721M|1886 |   - |3470 |1558 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
552.90/552.93	c   542s|  2460k|  2439k|     0 |   0.0 | 724M|1886 |   - |3470 |1550 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
555.30/555.32	c   544s|  2470k|  2449k|     0 |   0.0 | 727M|1886 |   - |3470 |1568 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
557.70/557.71	c   546s|  2480k|  2459k|     0 |   0.0 | 729M|1886 |   - |3470 |1534 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
560.10/560.14	c   549s|  2490k|  2469k|     0 |   0.0 | 732M|1886 |   - |3470 |1590 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
562.50/562.53	c   551s|  2500k|  2479k|     0 |   0.0 | 735M|1886 |   - |3470 |1590 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
564.90/564.92	c   553s|  2510k|  2489k|     0 |   0.0 | 738M|1886 |   - |3470 |1549 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
567.31/567.30	c   556s|  2520k|  2499k|     0 |   0.0 | 741M|1886 |   - |3470 |1559 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
569.60/569.68	c   558s|  2530k|  2509k|     0 |   0.0 | 744M|1886 |   - |3470 |1595 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
572.00/572.07	c   560s|  2540k|  2519k|     0 |   0.0 | 746M|1886 |   - |3470 |1555 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
574.40/574.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.40/574.49	c   563s|  2550k|  2529k|     0 |   0.0 | 749M|1886 |   - |3470 |1547 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
576.80/576.87	c   565s|  2560k|  2539k|     0 |   0.0 | 752M|1886 |   - |3470 |1492 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
579.20/579.28	c   567s|  2570k|  2548k|     0 |   0.0 | 755M|1886 |   - |3470 |1535 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
581.60/581.68	c   570s|  2580k|  2558k|     0 |   0.0 | 758M|1886 |   - |3470 |1503 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
584.00/584.06	c   572s|  2590k|  2568k|     0 |   0.0 | 760M|1886 |   - |3470 |1515 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
586.40/586.42	c   574s|  2600k|  2578k|     0 |   0.0 | 763M|1886 |   - |3470 |1486 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
588.80/588.82	c   577s|  2610k|  2588k|     0 |   0.0 | 766M|1886 |   - |3470 |1467 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
591.20/591.23	c   579s|  2620k|  2598k|     0 |   0.0 | 769M|1886 |   - |3470 |1481 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
593.60/593.60	c   581s|  2630k|  2608k|     0 |   0.0 | 772M|1886 |   - |3470 |1443 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
595.90/595.99	c   584s|  2640k|  2618k|     0 |   0.0 | 775M|1886 |   - |3470 |1444 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
598.40/598.40	c   586s|  2650k|  2628k|     0 |   0.0 | 778M|1886 |   - |3470 |1461 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
600.80/600.82	c   588s|  2660k|  2638k|     0 |   0.0 | 780M|1886 |   - |3470 |1456 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
603.20/603.23	c   591s|  2670k|  2648k|     0 |   0.0 | 783M|1886 |   - |3470 |1443 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
605.60/605.61	c   593s|  2680k|  2658k|     0 |   0.0 | 786M|1886 |   - |3470 |1479 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
607.90/607.98	c   596s|  2690k|  2668k|     0 |   0.0 | 789M|1886 |   - |3470 |1507 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
610.31/610.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
610.31/610.36	c   598s|  2700k|  2678k|     0 |   0.0 | 792M|1886 |   - |3470 |1495 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
612.70/612.77	c   600s|  2710k|  2688k|     0 |   0.0 | 794M|1886 |   - |3470 |1513 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
615.10/615.15	c   603s|  2720k|  2697k|     0 |   0.0 | 797M|1886 |   - |3470 |1511 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
617.51/617.56	c   605s|  2730k|  2707k|     0 |   0.0 | 800M|1886 |   - |3470 |1538 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
619.90/619.97	c   607s|  2740k|  2717k|     0 |   0.0 | 803M|1886 |   - |3470 |1534 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
622.30/622.33	c   610s|  2750k|  2727k|     0 |   0.0 | 806M|1886 |   - |3470 |1537 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
624.70/624.72	c   612s|  2760k|  2737k|     0 |   0.0 | 809M|1886 |   - |3470 |1570 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
627.10/627.12	c   614s|  2770k|  2747k|     0 |   0.0 | 811M|1886 |   - |3470 |1520 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
629.51/629.56	c   617s|  2780k|  2757k|     0 |   0.0 | 814M|1886 |   - |3470 |1539 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
631.90/631.96	c   619s|  2790k|  2767k|     0 |   0.0 | 817M|1886 |   - |3470 |1541 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
634.30/634.33	c   621s|  2800k|  2777k|     0 |   0.0 | 820M|1886 |   - |3470 |1561 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
636.70/636.72	c   624s|  2810k|  2787k|     0 |   0.0 | 823M|1886 |   - |3470 |1581 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
639.01/639.08	c   626s|  2820k|  2797k|     0 |   0.0 | 825M|1886 |   - |3470 |1542 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
641.40/641.50	c   628s|  2830k|  2807k|     0 |   0.0 | 828M|1886 |   - |3470 |1576 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
643.80/643.89	c   631s|  2840k|  2817k|     0 |   0.0 | 831M|1886 |   - |3470 |1543 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
646.20/646.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.20/646.29	c   633s|  2850k|  2827k|     0 |   0.0 | 834M|1886 |   - |3470 |1520 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
648.60/648.69	c   635s|  2860k|  2837k|     0 |   0.0 | 837M|1886 |   - |3470 |1562 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
651.00/651.05	c   638s|  2870k|  2846k|     0 |   0.0 | 840M|1886 |   - |3470 |1555 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
653.41/653.43	c   640s|  2880k|  2856k|     0 |   0.0 | 842M|1886 |   - |3470 |1558 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
655.80/655.83	c   642s|  2890k|  2866k|     0 |   0.0 | 845M|1886 |   - |3470 |1504 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
658.20/658.25	c   645s|  2900k|  2876k|     0 |   0.0 | 848M|1886 |   - |3470 |1492 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
660.60/660.64	c   647s|  2910k|  2886k|     0 |   0.0 | 851M|1886 |   - |3470 |1514 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
663.00/663.04	c   650s|  2920k|  2896k|     0 |   0.0 | 854M|1886 |   - |3470 |1507 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
665.40/665.41	c   652s|  2930k|  2906k|     0 |   0.0 | 857M|1886 |   - |3470 |1510 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
667.80/667.81	c   654s|  2940k|  2916k|     0 |   0.0 | 859M|1886 |   - |3470 |1530 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
670.20/670.21	c   657s|  2950k|  2926k|     0 |   0.0 | 862M|1886 |   - |3470 |1514 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
672.61/672.64	c   659s|  2960k|  2936k|     0 |   0.0 | 865M|1886 |   - |3470 |1510 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
675.00/675.02	c   661s|  2970k|  2946k|     0 |   0.0 | 868M|1886 |   - |3470 |1485 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
677.41/677.40	c   664s|  2980k|  2956k|     0 |   0.0 | 871M|1886 |   - |3470 |1521 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
679.71/679.78	c   666s|  2990k|  2966k|     0 |   0.0 | 873M|1886 |   - |3470 |1521 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
682.10/682.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
682.10/682.19	c   668s|  3000k|  2976k|     0 |   0.0 | 876M|1886 |   - |3470 |1477 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
684.50/684.57	c   671s|  3010k|  2986k|     0 |   0.0 | 879M|1886 |   - |3470 |1470 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
686.90/686.98	c   673s|  3020k|  2996k|     0 |   0.0 | 882M|1886 |   - |3470 |1508 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
689.40/689.40	c   675s|  3030k|  3005k|     0 |   0.0 | 885M|1886 |   - |3470 |1504 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
691.80/691.82	c   678s|  3040k|  3015k|     0 |   0.0 | 888M|1886 |   - |3470 |1493 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
694.11/694.17	c   680s|  3050k|  3025k|     0 |   0.0 | 890M|1886 |   - |3470 |1512 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
696.51/696.55	c   682s|  3060k|  3035k|     0 |   0.0 | 893M|1886 |   - |3470 |1501 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
698.90/698.95	c   685s|  3070k|  3045k|     0 |   0.0 | 896M|1886 |   - |3470 |1522 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
701.30/701.35	c   687s|  3080k|  3055k|     0 |   0.0 | 899M|1886 |   - |3470 |1486 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
703.70/703.76	c   689s|  3090k|  3065k|     0 |   0.0 | 902M|1886 |   - |3470 |1467 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
706.11/706.17	c   692s|  3100k|  3075k|     0 |   0.0 | 905M|1886 |   - |3470 |1488 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
708.50/708.58	c   694s|  3110k|  3085k|     0 |   0.0 | 907M|1886 |   - |3470 |1495 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
710.91/710.95	c   697s|  3120k|  3095k|     0 |   0.0 | 910M|1886 |   - |3470 |1532 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
713.30/713.34	c   699s|  3130k|  3105k|     0 |   0.0 | 913M|1886 |   - |3470 |1537 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
715.71/715.72	c   701s|  3140k|  3115k|     0 |   0.0 | 916M|1886 |   - |3470 |1526 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
718.11/718.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
718.11/718.13	c   704s|  3150k|  3125k|     0 |   0.0 | 919M|1886 |   - |3470 |1460 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
720.50/720.55	c   706s|  3160k|  3135k|     0 |   0.0 | 921M|1886 |   - |3470 |1453 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
722.90/722.91	c   708s|  3170k|  3145k|     0 |   0.0 | 924M|1886 |   - |3470 |1459 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
725.30/725.30	c   711s|  3180k|  3155k|     0 |   0.0 | 927M|1886 |   - |3470 |1452 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
727.61/727.68	c   713s|  3190k|  3164k|     0 |   0.0 | 930M|1886 |   - |3470 |1456 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
730.00/730.09	c   715s|  3200k|  3174k|     0 |   0.0 | 933M|1886 |   - |3470 |1514 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
732.40/732.48	c   718s|  3210k|  3184k|     0 |   0.0 | 936M|1886 |   - |3470 |1511 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
734.81/734.88	c   720s|  3220k|  3194k|     0 |   0.0 | 938M|1886 |   - |3470 |1521 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
737.31/737.30	c   722s|  3230k|  3204k|     0 |   0.0 | 941M|1886 |   - |3470 |1527 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
739.60/739.69	c   725s|  3240k|  3214k|     0 |   0.0 | 944M|1886 |   - |3470 |1516 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
742.00/742.08	c   727s|  3250k|  3224k|     0 |   0.0 | 947M|1886 |   - |3470 |1525 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
744.40/744.45	c   729s|  3260k|  3234k|     0 |   0.0 | 950M|1886 |   - |3470 |1494 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
746.81/746.84	c   732s|  3270k|  3244k|     0 |   0.0 | 952M|1886 |   - |3470 |1512 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
749.20/749.23	c   734s|  3280k|  3254k|     0 |   0.0 | 955M|1886 |   - |3470 |1447 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
751.61/751.63	c   736s|  3290k|  3264k|     0 |   0.0 | 958M|1886 |   - |3470 |1453 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
754.00/754.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
754.00/754.02	c   739s|  3300k|  3274k|     0 |   0.0 | 961M|1886 |   - |3470 |1404 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
756.40/756.42	c   741s|  3310k|  3284k|     0 |   0.0 | 964M|1886 |   - |3470 |1447 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
758.81/758.81	c   744s|  3320k|  3294k|     0 |   0.0 | 967M|1886 |   - |3470 |1436 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
761.21/761.22	c   746s|  3330k|  3304k|     0 |   0.0 | 969M|1886 |   - |3470 |1430 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
763.60/763.63	c   748s|  3340k|  3313k|     0 |   0.0 | 972M|1886 |   - |3470 |1438 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
766.01/766.01	c   751s|  3350k|  3323k|     0 |   0.0 | 975M|1886 |   - |3470 |1407 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
768.41/768.40	c   753s|  3360k|  3333k|     0 |   0.0 | 978M|1886 |   - |3470 |1384 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
770.81/770.80	c   755s|  3370k|  3343k|     0 |   0.0 | 981M|1886 |   - |3470 |1438 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
773.11/773.20	c   758s|  3380k|  3353k|     0 |   0.0 | 984M|1886 |   - |3470 |1456 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
775.60/775.60	c   760s|  3390k|  3363k|     0 |   0.0 | 986M|1886 |   - |3470 |1475 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
777.91/777.97	c   762s|  3400k|  3373k|     0 |   0.0 | 989M|1886 |   - |3470 |1512 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
780.31/780.35	c   765s|  3410k|  3383k|     0 |   0.0 | 992M|1886 |   - |3470 |1519 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
782.71/782.74	c   767s|  3420k|  3393k|     0 |   0.0 | 995M|1886 |   - |3470 |1499 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
785.10/785.11	c   769s|  3430k|  3403k|     0 |   0.0 | 997M|1886 |   - |3470 |1458 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
787.51/787.53	c   772s|  3440k|  3413k|     0 |   0.0 |1000M|1886 |   - |3470 |1536 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
789.81/789.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
789.81/789.89	c   774s|  3450k|  3423k|     0 |   0.0 |1003M|1886 |   - |3470 |1500 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
792.30/792.31	c   776s|  3460k|  3433k|     0 |   0.0 |1006M|1886 |   - |3470 |1530 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
794.70/794.71	c   779s|  3470k|  3443k|     0 |   0.0 |1009M|1886 |   - |3470 |1546 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
797.10/797.10	c   781s|  3480k|  3453k|     0 |   0.0 |1012M|1886 |   - |3470 |1502 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
799.41/799.49	c   783s|  3490k|  3463k|     0 |   0.0 |1014M|1886 |   - |3470 |1546 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
801.81/801.88	c   786s|  3500k|  3472k|     0 |   0.0 |1017M|1886 |   - |3470 |1524 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
804.21/804.26	c   788s|  3510k|  3482k|     0 |   0.0 |1020M|1886 |   - |3470 |1544 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
806.61/806.66	c   791s|  3520k|  3492k|     0 |   0.0 |1023M|1886 |   - |3470 |1572 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
809.01/809.04	c   793s|  3530k|  3502k|     0 |   0.0 |1026M|1886 |   - |3470 |1558 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
811.41/811.41	c   795s|  3540k|  3512k|     0 |   0.0 |1029M|1886 |   - |3470 |1592 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
813.71/813.78	c   798s|  3550k|  3522k|     0 |   0.0 |1031M|1886 |   - |3470 |1583 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
816.11/816.20	c   800s|  3560k|  3532k|     0 |   0.0 |1034M|1886 |   - |3470 |1556 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
818.51/818.60	c   802s|  3570k|  3542k|     0 |   0.0 |1037M|1886 |   - |3470 |1543 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
820.91/820.98	c   805s|  3580k|  3552k|     0 |   0.0 |1040M|1886 |   - |3470 |1561 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
823.40/823.40	c   807s|  3590k|  3562k|     0 |   0.0 |1043M|1886 |   - |3470 |1572 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
825.71/825.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
825.71/825.75	c   809s|  3600k|  3572k|     0 |   0.0 |1045M|1886 |   - |3470 |1615 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
828.11/828.12	c   812s|  3610k|  3582k|     0 |   0.0 |1048M|1886 |   - |3470 |1643 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
830.51/830.53	c   814s|  3620k|  3592k|     0 |   0.0 |1051M|1886 |   - |3470 |1628 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
832.81/832.89	c   816s|  3630k|  3602k|     0 |   0.0 |1054M|1886 |   - |3470 |1599 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
835.20/835.29	c   819s|  3640k|  3612k|     0 |   0.0 |1057M|1886 |   - |3470 |1648 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
837.61/837.68	c   821s|  3650k|  3621k|     0 |   0.0 |1059M|1886 |   - |3470 |1614 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
840.00/840.06	c   823s|  3660k|  3631k|     0 |   0.0 |1062M|1886 |   - |3470 |1643 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
842.40/842.45	c   826s|  3670k|  3641k|     0 |   0.0 |1065M|1886 |   - |3470 |1655 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
844.81/844.82	c   828s|  3680k|  3651k|     0 |   0.0 |1068M|1886 |   - |3470 |1635 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
847.11/847.19	c   830s|  3690k|  3661k|     0 |   0.0 |1071M|1886 |   - |3470 |1596 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
849.50/849.57	c   833s|  3700k|  3671k|     0 |   0.0 |1073M|1886 |   - |3470 |1585 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
851.90/851.96	c   835s|  3710k|  3681k|     0 |   0.0 |1076M|1886 |   - |3470 |1625 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
854.30/854.37	c   837s|  3720k|  3691k|     0 |   0.0 |1079M|1886 |   - |3470 |1602 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
856.71/856.74	c   840s|  3730k|  3701k|     0 |   0.0 |1082M|1886 |   - |3470 |1581 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
859.11/859.12	c   842s|  3740k|  3711k|     0 |   0.0 |1085M|1886 |   - |3470 |1542 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
861.51/861.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
861.51/861.50	c   844s|  3750k|  3721k|     0 |   0.0 |1087M|1886 |   - |3470 |1539 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
863.80/863.89	c   847s|  3760k|  3731k|     0 |   0.0 |1090M|1886 |   - |3470 |1559 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
866.21/866.26	c   849s|  3770k|  3741k|     0 |   0.0 |1093M|1886 |   - |3470 |1568 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
868.60/868.65	c   851s|  3780k|  3751k|     0 |   0.0 |1096M|1886 |   - |3470 |1545 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
871.01/871.04	c   854s|  3790k|  3761k|     0 |   0.0 |1099M|1886 |   - |3470 |1468 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
873.41/873.49	c   856s|  3800k|  3771k|     0 |   0.0 |1102M|1886 |   - |3470 |1396 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
875.81/875.88	c   858s|  3810k|  3780k|     0 |   0.0 |1104M|1886 |   - |3470 |1429 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
878.20/878.26	c   861s|  3820k|  3790k|     0 |   0.0 |1107M|1886 |   - |3470 |1445 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
880.60/880.62	c   863s|  3830k|  3800k|     0 |   0.0 |1110M|1886 |   - |3470 |1423 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
882.91/882.98	c   865s|  3840k|  3810k|     0 |   0.0 |1113M|1886 |   - |3470 |1428 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
885.31/885.38	c   868s|  3850k|  3820k|     0 |   0.0 |1116M|1886 |   - |3470 |1369 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
887.71/887.79	c   870s|  3860k|  3830k|     0 |   0.0 |1118M|1886 |   - |3470 |1412 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
890.11/890.17	c   872s|  3870k|  3840k|     0 |   0.0 |1121M|1886 |   - |3470 |1400 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
892.51/892.55	c   875s|  3880k|  3850k|     0 |   0.0 |1124M|1886 |   - |3470 |1378 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
894.90/894.94	c   877s|  3890k|  3860k|     0 |   0.0 |1127M|1886 |   - |3470 |1410 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
897.30/897.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
897.30/897.32	c   880s|  3900k|  3870k|     0 |   0.0 |1130M|1886 |   - |3470 |1372 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
899.60/899.69	c   882s|  3910k|  3880k|     0 |   0.0 |1133M|1886 |   - |3470 |1350 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
902.01/902.06	c   884s|  3920k|  3890k|     0 |   0.0 |1135M|1886 |   - |3470 |1368 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
904.40/904.44	c   886s|  3930k|  3900k|     0 |   0.0 |1138M|1886 |   - |3470 |1364 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
906.80/906.84	c   889s|  3940k|  3910k|     0 |   0.0 |1141M|1886 |   - |3470 |1348 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
909.20/909.20	c   891s|  3950k|  3920k|     0 |   0.0 |1144M|1886 |   - |3470 |1313 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
911.60/911.60	c   894s|  3960k|  3929k|     0 |   0.0 |1147M|1886 |   - |3470 |1350 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
914.01/914.01	c   896s|  3970k|  3939k|     0 |   0.0 |1150M|1886 |   - |3470 |1352 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
916.31/916.38	c   898s|  3980k|  3949k|     0 |   0.0 |1152M|1886 |   - |3470 |1341 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
918.71/918.75	c   901s|  3990k|  3959k|     0 |   0.0 |1155M|1886 |   - |3470 |1349 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
921.11/921.12	c   903s|  4000k|  3969k|     0 |   0.0 |1158M|1886 |   - |3470 |1379 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
923.41/923.49	c   905s|  4010k|  3979k|     0 |   0.0 |1161M|1886 |   - |3470 |1358 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
925.91/925.90	c   908s|  4020k|  3989k|     0 |   0.0 |1164M|1886 |   - |3470 |1366 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
928.20/928.28	c   910s|  4030k|  3999k|     0 |   0.0 |1167M|1886 |   - |3470 |1356 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
930.61/930.69	c   912s|  4040k|  4009k|     0 |   0.0 |1169M|1886 |   - |3470 |1357 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
933.01/933.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
933.01/933.08	c   915s|  4050k|  4019k|     0 |   0.0 |1172M|1886 |   - |3470 |1393 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
935.40/935.46	c   917s|  4060k|  4029k|     0 |   0.0 |1175M|1886 |   - |3470 |1359 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
937.81/937.84	c   919s|  4070k|  4039k|     0 |   0.0 |1178M|1886 |   - |3470 |1416 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
940.21/940.21	c   922s|  4080k|  4049k|     0 |   0.0 |1181M|1886 |   - |3470 |1427 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
942.61/942.64	c   924s|  4090k|  4059k|     0 |   0.0 |1184M|1886 |   - |3470 |1386 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
945.00/945.03	c   926s|  4100k|  4069k|     0 |   0.0 |1186M|1886 |   - |3470 |1372 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
947.30/947.39	c   929s|  4110k|  4078k|     0 |   0.0 |1189M|1886 |   - |3470 |1398 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
949.71/949.76	c   931s|  4120k|  4088k|     0 |   0.0 |1192M|1886 |   - |3470 |1412 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
952.11/952.13	c   933s|  4130k|  4098k|     0 |   0.0 |1195M|1886 |   - |3470 |1429 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
954.41/954.49	c   936s|  4140k|  4108k|     0 |   0.0 |1198M|1886 |   - |3470 |1385 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
956.80/956.87	c   938s|  4150k|  4118k|     0 |   0.0 |1201M|1886 |   - |3470 |1411 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
959.21/959.24	c   940s|  4160k|  4128k|     0 |   0.0 |1203M|1886 |   - |3470 |1460 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
961.61/961.63	c   943s|  4170k|  4138k|     0 |   0.0 |1206M|1886 |   - |3470 |1434 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
964.01/964.02	c   945s|  4180k|  4148k|     0 |   0.0 |1209M|1886 |   - |3470 |1385 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
966.41/966.40	c   947s|  4190k|  4158k|     0 |   0.0 |1212M|1886 |   - |3470 |1438 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
968.81/968.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.81/968.80	c   950s|  4200k|  4168k|     0 |   0.0 |1215M|1886 |   - |3470 |1441 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
971.10/971.17	c   952s|  4210k|  4178k|     0 |   0.0 |1218M|1886 |   - |3470 |1339 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
973.51/973.54	c   954s|  4220k|  4188k|     0 |   0.0 |1220M|1886 |   - |3470 |1316 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
975.81/975.88	c   957s|  4230k|  4198k|     0 |   0.0 |1223M|1886 |   - |3470 |1309 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
978.21/978.28	c   959s|  4240k|  4208k|     0 |   0.0 |1226M|1886 |   - |3470 |1346 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
980.60/980.68	c   961s|  4250k|  4218k|     0 |   0.0 |1229M|1886 |   - |3470 |1271 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
983.01/983.05	c   964s|  4260k|  4228k|     0 |   0.0 |1232M|1886 |   - |3470 |1286 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
985.41/985.43	c   966s|  4270k|  4237k|     0 |   0.0 |1235M|1886 |   - |3470 |1296 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
987.81/987.80	c   968s|  4280k|  4247k|     0 |   0.0 |1237M|1886 |   - |3470 |1271 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
990.11/990.19	c   971s|  4290k|  4257k|     0 |   0.0 |1240M|1886 |   - |3470 |1290 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
992.50/992.57	c   973s|  4300k|  4267k|     0 |   0.0 |1243M|1886 |   - |3470 |1309 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
994.90/994.97	c   975s|  4310k|  4277k|     0 |   0.0 |1246M|1886 |   - |3470 |1386 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
997.30/997.33	c   978s|  4320k|  4287k|     0 |   0.0 |1249M|1886 |   - |3470 |1324 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
999.71/999.71	c   980s|  4330k|  4297k|     0 |   0.0 |1251M|1886 |   - |3470 |1294 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1002.11/1002.12	c   982s|  4340k|  4307k|     0 |   0.0 |1254M|1886 |   - |3470 |1324 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1004.41/1004.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1004.41/1004.47	c   985s|  4350k|  4317k|     0 |   0.0 |1257M|1886 |   - |3470 |1358 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1006.81/1006.85	c   987s|  4360k|  4327k|     0 |   0.0 |1260M|1886 |   - |3470 |1392 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1009.20/1009.21	c   989s|  4370k|  4337k|     0 |   0.0 |1263M|1886 |   - |3470 |1347 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1011.51/1011.56	c   992s|  4380k|  4347k|     0 |   0.0 |1266M|1886 |   - |3470 |1350 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1013.91/1013.93	c   994s|  4390k|  4357k|     0 |   0.0 |1269M|1886 |   - |3470 |1397 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1016.31/1016.31	c   996s|  4400k|  4367k|     0 |   0.0 |1271M|1886 |   - |3470 |1408 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1018.71/1018.71	c   999s|  4410k|  4377k|     0 |   0.0 |1274M|1886 |   - |3470 |1392 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1021.11/1021.10	c  1001s|  4420k|  4386k|     0 |   0.0 |1277M|1886 |   - |3470 |1390 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1023.40/1023.47	c  1003s|  4430k|  4396k|     0 |   0.0 |1280M|1886 |   - |3470 |1378 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1025.80/1025.85	c  1006s|  4440k|  4406k|     0 |   0.0 |1283M|1886 |   - |3470 |1371 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1028.21/1028.22	c  1008s|  4450k|  4416k|     0 |   0.0 |1285M|1886 |   - |3470 |1365 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1030.61/1030.61	c  1010s|  4460k|  4426k|     0 |   0.0 |1288M|1886 |   - |3470 |1349 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1033.00/1033.02	c  1013s|  4470k|  4436k|     0 |   0.0 |1291M|1886 |   - |3470 |1391 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1035.41/1035.41	c  1015s|  4480k|  4446k|     0 |   0.0 |1294M|1886 |   - |3470 |1356 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1037.80/1037.82	c  1017s|  4490k|  4456k|     0 |   0.0 |1297M|1886 |   - |3470 |1318 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1040.20/1040.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1040.20/1040.21	c  1020s|  4500k|  4466k|     0 |   0.0 |1300M|1886 |   - |3470 |1348 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1042.60/1042.61	c  1022s|  4510k|  4476k|     0 |   0.0 |1302M|1886 |   - |3470 |1346 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1044.91/1044.99	c  1024s|  4520k|  4486k|     0 |   0.0 |1305M|1886 |   - |3470 |1344 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1047.30/1047.38	c  1027s|  4530k|  4496k|     0 |   0.0 |1308M|1886 |   - |3470 |1337 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1049.71/1049.74	c  1029s|  4540k|  4506k|     0 |   0.0 |1311M|1886 |   - |3470 |1351 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1052.11/1052.12	c  1031s|  4550k|  4516k|     0 |   0.0 |1314M|1886 |   - |3470 |1355 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1054.51/1054.52	c  1034s|  4560k|  4526k|     0 |   0.0 |1317M|1886 |   - |3470 |1373 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1056.81/1056.88	c  1036s|  4570k|  4536k|     0 |   0.0 |1319M|1886 |   - |3470 |1359 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1059.21/1059.30	c  1038s|  4580k|  4545k|     0 |   0.0 |1322M|1886 |   - |3470 |1359 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1061.61/1061.64	c  1041s|  4590k|  4555k|     0 |   0.0 |1325M|1886 |   - |3470 |1397 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1064.01/1064.01	c  1043s|  4600k|  4565k|     0 |   0.0 |1328M|1886 |   - |3470 |1364 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1066.30/1066.36	c  1045s|  4610k|  4575k|     0 |   0.0 |1331M|1886 |   - |3470 |1344 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1068.70/1068.72	c  1048s|  4620k|  4585k|     0 |   0.0 |1333M|1886 |   - |3470 |1373 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1071.01/1071.05	c  1050s|  4630k|  4595k|     0 |   0.0 |1336M|1886 |   - |3470 |1385 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1073.41/1073.40	c  1052s|  4640k|  4605k|     0 |   0.0 |1339M|1886 |   - |3470 |1402 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1075.71/1075.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1075.71/1075.80	c  1055s|  4650k|  4615k|     0 |   0.0 |1342M|1886 |   - |3470 |1394 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1078.21/1078.20	c  1057s|  4660k|  4625k|     0 |   0.0 |1345M|1886 |   - |3470 |1401 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1080.51/1080.59	c  1059s|  4670k|  4635k|     0 |   0.0 |1348M|1886 |   - |3470 |1430 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1082.91/1082.97	c  1062s|  4680k|  4645k|     0 |   0.0 |1350M|1886 |   - |3470 |1416 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1085.30/1085.38	c  1064s|  4690k|  4655k|     0 |   0.0 |1353M|1886 |   - |3470 |1436 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1087.71/1087.75	c  1066s|  4700k|  4665k|     0 |   0.0 |1356M|1886 |   - |3470 |1419 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1090.01/1090.10	c  1069s|  4710k|  4675k|     0 |   0.0 |1359M|1886 |   - |3470 |1423 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1092.40/1092.46	c  1071s|  4720k|  4685k|     0 |   0.0 |1362M|1886 |   - |3470 |1426 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1094.81/1094.83	c  1073s|  4730k|  4694k|     0 |   0.0 |1364M|1886 |   - |3470 |1411 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1097.21/1097.24	c  1076s|  4740k|  4704k|     0 |   0.0 |1367M|1886 |   - |3470 |1396 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1099.61/1099.63	c  1078s|  4750k|  4714k|     0 |   0.0 |1370M|1886 |   - |3470 |1410 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1101.91/1101.98	c  1080s|  4760k|  4724k|     0 |   0.0 |1373M|1886 |   - |3470 |1376 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1104.32/1104.35	c  1083s|  4770k|  4734k|     0 |   0.0 |1376M|1886 |   - |3470 |1386 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1106.71/1106.75	c  1085s|  4780k|  4744k|     0 |   0.0 |1379M|1886 |   - |3470 |1358 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1109.11/1109.14	c  1087s|  4790k|  4754k|     0 |   0.0 |1381M|1886 |   - |3470 |1375 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1111.41/1111.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1111.41/1111.49	c  1090s|  4800k|  4764k|     0 |   0.0 |1384M|1886 |   - |3470 |1410 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1113.80/1113.83	c  1092s|  4810k|  4774k|     0 |   0.0 |1387M|1886 |   - |3470 |1387 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1116.21/1116.23	c  1094s|  4820k|  4784k|     0 |   0.0 |1390M|1886 |   - |3470 |1388 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1118.51/1118.59	c  1097s|  4830k|  4794k|     0 |   0.0 |1393M|1886 |   - |3470 |1346 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1120.91/1120.96	c  1099s|  4840k|  4804k|     0 |   0.0 |1395M|1886 |   - |3470 |1396 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1123.31/1123.31	c  1101s|  4850k|  4814k|     0 |   0.0 |1398M|1886 |   - |3470 |1351 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1125.61/1125.67	c  1104s|  4860k|  4824k|     0 |   0.0 |1401M|1886 |   - |3470 |1372 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1128.01/1128.04	c  1106s|  4870k|  4834k|     0 |   0.0 |1404M|1886 |   - |3470 |1373 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1130.41/1130.41	c  1108s|  4880k|  4844k|     0 |   0.0 |1407M|1886 |   - |3470 |1383 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1132.71/1132.79	c  1110s|  4890k|  4853k|     0 |   0.0 |1410M|1886 |   - |3470 |1394 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1135.12/1135.18	c  1113s|  4900k|  4863k|     0 |   0.0 |1412M|1886 |   - |3470 |1432 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1137.51/1137.54	c  1115s|  4910k|  4873k|     0 |   0.0 |1415M|1886 |   - |3470 |1343 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1139.90/1139.90	c  1117s|  4920k|  4883k|     0 |   0.0 |1418M|1886 |   - |3470 |1388 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1142.21/1142.27	c  1120s|  4930k|  4893k|     0 |   0.0 |1421M|1886 |   - |3470 |1330 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1144.60/1144.69	c  1122s|  4940k|  4903k|     0 |   0.0 |1424M|1886 |   - |3470 |1405 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1147.01/1147.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1147.01/1147.03	c  1124s|  4950k|  4913k|     0 |   0.0 |1426M|1886 |   - |3470 |1397 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1149.41/1149.42	c  1127s|  4960k|  4923k|     0 |   0.0 |1429M|1886 |   - |3470 |1503 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1151.81/1151.80	c  1129s|  4970k|  4933k|     0 |   0.0 |1432M|1886 |   - |3470 |1471 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1154.11/1154.18	c  1131s|  4980k|  4943k|     0 |   0.0 |1435M|1886 |   - |3470 |1490 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1156.51/1156.56	c  1134s|  4990k|  4953k|     0 |   0.0 |1438M|1886 |   - |3470 |1460 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1158.91/1158.92	c  1136s|  5000k|  4963k|     0 |   0.0 |1440M|1886 |   - |3470 |1433 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1161.21/1161.27	c  1138s|  5010k|  4973k|     0 |   0.0 |1443M|1886 |   - |3470 |1467 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1163.61/1163.64	c  1141s|  5020k|  4983k|     0 |   0.0 |1446M|1886 |   - |3470 |1447 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1166.01/1166.03	c  1143s|  5030k|  4993k|     0 |   0.0 |1449M|1886 |   - |3470 |1429 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1168.41/1168.43	c  1145s|  5040k|  5002k|     0 |   0.0 |1452M|1886 |   - |3470 |1451 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1170.71/1170.79	c  1148s|  5050k|  5012k|     0 |   0.0 |1455M|1886 |   - |3470 |1434 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1173.11/1173.14	c  1150s|  5060k|  5022k|     0 |   0.0 |1457M|1886 |   - |3470 |1479 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1175.51/1175.51	c  1152s|  5070k|  5032k|     0 |   0.0 |1460M|1886 |   - |3470 |1468 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1177.80/1177.89	c  1155s|  5080k|  5042k|     0 |   0.0 |1463M|1886 |   - |3470 |1451 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1180.21/1180.29	c  1157s|  5090k|  5052k|     0 |   0.0 |1466M|1886 |   - |3470 |1402 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1182.60/1182.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1182.60/1182.65	c  1159s|  5100k|  5062k|     0 |   0.0 |1469M|1886 |   - |3470 |1448 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1185.01/1185.03	c  1162s|  5110k|  5072k|     0 |   0.0 |1471M|1886 |   - |3470 |1469 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1187.31/1187.39	c  1164s|  5120k|  5082k|     0 |   0.0 |1474M|1886 |   - |3470 |1480 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1189.70/1189.76	c  1166s|  5130k|  5092k|     0 |   0.0 |1477M|1886 |   - |3470 |1430 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1192.11/1192.13	c  1169s|  5140k|  5102k|     0 |   0.0 |1480M|1886 |   - |3470 |1499 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1194.41/1194.47	c  1171s|  5150k|  5112k|     0 |   0.0 |1483M|1886 |   - |3470 |1516 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1196.82/1196.85	c  1173s|  5160k|  5122k|     0 |   0.0 |1486M|1886 |   - |3470 |1493 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1199.21/1199.21	c  1176s|  5170k|  5132k|     0 |   0.0 |1488M|1886 |   - |3470 |1460 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1201.60/1201.60	c  1178s|  5180k|  5142k|     0 |   0.0 |1491M|1886 |   - |3470 |1461 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1203.91/1203.96	c  1180s|  5190k|  5151k|     0 |   0.0 |1494M|1886 |   - |3470 |1496 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1206.31/1206.36	c  1183s|  5200k|  5161k|     0 |   0.0 |1497M|1886 |   - |3470 |1486 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1208.70/1208.74	c  1185s|  5210k|  5171k|     0 |   0.0 |1500M|1886 |   - |3470 |1508 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1211.12/1211.13	c  1187s|  5220k|  5181k|     0 |   0.0 |1502M|1886 |   - |3470 |1556 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1213.41/1213.49	c  1190s|  5230k|  5191k|     0 |   0.0 |1505M|1886 |   - |3470 |1552 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1215.80/1215.88	c  1192s|  5240k|  5201k|     0 |   0.0 |1508M|1886 |   - |3470 |1553 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1218.21/1218.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1218.21/1218.27	c  1194s|  5250k|  5211k|     0 |   0.0 |1511M|1886 |   - |3470 |1520 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1220.61/1220.63	c  1197s|  5260k|  5221k|     0 |   0.0 |1514M|1886 |   - |3470 |1471 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1223.01/1223.02	c  1199s|  5270k|  5231k|     0 |   0.0 |1517M|1886 |   - |3470 |1469 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1225.31/1225.38	c  1201s|  5280k|  5241k|     0 |   0.0 |1519M|1886 |   - |3470 |1450 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1227.71/1227.74	c  1204s|  5290k|  5251k|     0 |   0.0 |1522M|1886 |   - |3470 |1490 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1230.11/1230.10	c  1206s|  5300k|  5261k|     0 |   0.0 |1525M|1886 |   - |3470 |1508 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1232.41/1232.47	c  1208s|  5310k|  5271k|     0 |   0.0 |1528M|1886 |   - |3470 |1504 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1234.81/1234.83	c  1211s|  5320k|  5281k|     0 |   0.0 |1531M|1886 |   - |3470 |1557 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1237.21/1237.21	c  1213s|  5330k|  5290k|     0 |   0.0 |1533M|1886 |   - |3470 |1568 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1239.51/1239.60	c  1215s|  5340k|  5300k|     0 |   0.0 |1536M|1886 |   - |3470 |1506 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1241.92/1241.96	c  1218s|  5350k|  5310k|     0 |   0.0 |1539M|1886 |   - |3470 |1497 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1244.31/1244.38	c  1220s|  5360k|  5320k|     0 |   0.0 |1542M|1886 |   - |3470 |1487 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1246.71/1246.75	c  1222s|  5370k|  5330k|     0 |   0.0 |1545M|1886 |   - |3470 |1520 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1249.11/1249.11	c  1225s|  5380k|  5340k|     0 |   0.0 |1548M|1886 |   - |3470 |1484 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1251.41/1251.47	c  1227s|  5390k|  5350k|     0 |   0.0 |1550M|1886 |   - |3470 |1478 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1253.82/1253.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1253.82/1253.86	c  1229s|  5400k|  5360k|     0 |   0.0 |1553M|1886 |   - |3470 |1509 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1256.21/1256.22	c  1232s|  5410k|  5370k|     0 |   0.0 |1556M|1886 |   - |3470 |1516 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1258.51/1258.57	c  1234s|  5420k|  5380k|     0 |   0.0 |1559M|1886 |   - |3470 |1523 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1261.01/1261.00	c  1236s|  5430k|  5390k|     0 |   0.0 |1562M|1886 |   - |3470 |1474 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1263.31/1263.36	c  1239s|  5440k|  5400k|     0 |   0.0 |1564M|1886 |   - |3470 |1451 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1265.71/1265.75	c  1241s|  5450k|  5410k|     0 |   0.0 |1567M|1886 |   - |3470 |1481 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1268.11/1268.14	c  1243s|  5460k|  5420k|     0 |   0.0 |1570M|1886 |   - |3470 |1432 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1270.51/1270.51	c  1246s|  5470k|  5430k|     0 |   0.0 |1573M|1886 |   - |3470 |1462 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1272.81/1272.87	c  1248s|  5480k|  5439k|     0 |   0.0 |1576M|1886 |   - |3470 |1431 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1275.21/1275.22	c  1250s|  5490k|  5449k|     0 |   0.0 |1579M|1886 |   - |3470 |1461 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1277.51/1277.59	c  1253s|  5500k|  5459k|     0 |   0.0 |1581M|1886 |   - |3470 |1425 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1279.91/1279.98	c  1255s|  5510k|  5469k|     0 |   0.0 |1584M|1886 |   - |3470 |1424 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1282.31/1282.33	c  1257s|  5520k|  5479k|     0 |   0.0 |1587M|1886 |   - |3470 |1412 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1284.72/1284.71	c  1260s|  5530k|  5489k|     0 |   0.0 |1590M|1886 |   - |3470 |1431 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1287.01/1287.07	c  1262s|  5540k|  5499k|     0 |   0.0 |1593M|1886 |   - |3470 |1463 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1289.41/1289.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1289.41/1289.43	c  1264s|  5550k|  5509k|     0 |   0.0 |1595M|1886 |   - |3470 |1412 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1291.81/1291.81	c  1266s|  5560k|  5519k|     0 |   0.0 |1598M|1886 |   - |3470 |1429 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1294.22/1294.22	c  1269s|  5570k|  5529k|     0 |   0.0 |1601M|1886 |   - |3470 |1488 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1296.51/1296.58	c  1271s|  5580k|  5539k|     0 |   0.0 |1604M|1886 |   - |3470 |1475 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1298.91/1298.97	c  1274s|  5590k|  5549k|     0 |   0.0 |1607M|1886 |   - |3470 |1492 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1301.32/1301.32	c  1276s|  5600k|  5559k|     0 |   0.0 |1610M|1886 |   - |3470 |1495 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1303.71/1303.70	c  1278s|  5610k|  5569k|     0 |   0.0 |1612M|1886 |   - |3470 |1468 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1306.01/1306.09	c  1281s|  5620k|  5579k|     0 |   0.0 |1615M|1886 |   - |3470 |1513 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1308.41/1308.47	c  1283s|  5630k|  5588k|     0 |   0.0 |1618M|1886 |   - |3470 |1507 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1310.81/1310.82	c  1285s|  5640k|  5598k|     0 |   0.0 |1621M|1886 |   - |3470 |1499 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1313.12/1313.17	c  1287s|  5650k|  5608k|     0 |   0.0 |1624M|1886 |   - |3470 |1486 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1315.52/1315.56	c  1290s|  5660k|  5618k|     0 |   0.0 |1627M|1886 |   - |3470 |1505 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1317.91/1317.94	c  1292s|  5670k|  5628k|     0 |   0.0 |1629M|1886 |   - |3470 |1509 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1320.31/1320.33	c  1294s|  5680k|  5638k|     0 |   0.0 |1632M|1886 |   - |3470 |1551 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1322.71/1322.71	c  1297s|  5690k|  5648k|     0 |   0.0 |1635M|1886 |   - |3470 |1516 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1325.11/1325.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1325.11/1325.12	c  1299s|  5700k|  5658k|     0 |   0.0 |1638M|1886 |   - |3470 |1513 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1327.41/1327.48	c  1302s|  5710k|  5668k|     0 |   0.0 |1641M|1886 |   - |3470 |1509 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1329.81/1329.87	c  1304s|  5720k|  5678k|     0 |   0.0 |1644M|1886 |   - |3470 |1576 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1332.21/1332.24	c  1306s|  5730k|  5688k|     0 |   0.0 |1646M|1886 |   - |3470 |1532 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1334.60/1334.61	c  1308s|  5740k|  5698k|     0 |   0.0 |1649M|1886 |   - |3470 |1536 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1336.91/1336.97	c  1310s|  5750k|  5708k|     0 |   0.0 |1652M|1886 |   - |3470 |1515 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1339.30/1339.35	c  1313s|  5760k|  5718k|     0 |   0.0 |1655M|1886 |   - |3470 |1530 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1341.70/1341.73	c  1315s|  5770k|  5727k|     0 |   0.0 |1658M|1886 |   - |3470 |1551 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1344.00/1344.08	c  1317s|  5780k|  5737k|     0 |   0.0 |1660M|1886 |   - |3470 |1521 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1346.41/1346.46	c  1319s|  5790k|  5747k|     0 |   0.0 |1663M|1886 |   - |3470 |1536 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1348.81/1348.84	c  1322s|  5800k|  5757k|     0 |   0.0 |1666M|1886 |   - |3470 |1503 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1351.21/1351.21	c  1324s|  5810k|  5767k|     0 |   0.0 |1669M|1886 |   - |3470 |1480 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1353.60/1353.60	c  1326s|  5820k|  5777k|     0 |   0.0 |1672M|1886 |   - |3470 |1479 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1355.91/1355.98	c  1328s|  5830k|  5787k|     0 |   0.0 |1674M|1886 |   - |3470 |1458 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1358.30/1358.34	c  1331s|  5840k|  5797k|     0 |   0.0 |1677M|1886 |   - |3470 |1461 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1360.71/1360.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1360.71/1360.73	c  1333s|  5850k|  5807k|     0 |   0.0 |1680M|1886 |   - |3470 |1455 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1363.10/1363.11	c  1335s|  5860k|  5817k|     0 |   0.0 |1683M|1886 |   - |3470 |1449 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1365.40/1365.50	c  1337s|  5870k|  5827k|     0 |   0.0 |1686M|1886 |   - |3470 |1454 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1367.80/1367.89	c  1340s|  5880k|  5837k|     0 |   0.0 |1689M|1886 |   - |3470 |1394 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1370.20/1370.29	c  1342s|  5890k|  5847k|     0 |   0.0 |1692M|1886 |   - |3470 |1411 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1372.70/1372.72	c  1344s|  5900k|  5857k|     0 |   0.0 |1694M|1886 |   - |3470 |1398 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1375.10/1375.11	c  1346s|  5910k|  5867k|     0 |   0.0 |1697M|1886 |   - |3470 |1420 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1377.40/1377.48	c  1349s|  5920k|  5876k|     0 |   0.0 |1700M|1886 |   - |3470 |1387 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1379.91/1379.90	c  1351s|  5930k|  5886k|     0 |   0.0 |1703M|1886 |   - |3470 |1424 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1382.20/1382.29	c  1353s|  5940k|  5896k|     0 |   0.0 |1706M|1886 |   - |3470 |1423 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1384.60/1384.68	c  1355s|  5950k|  5906k|     0 |   0.0 |1709M|1886 |   - |3470 |1468 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1387.01/1387.08	c  1358s|  5960k|  5916k|     0 |   0.0 |1711M|1886 |   - |3470 |1443 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1389.40/1389.45	c  1360s|  5970k|  5926k|     0 |   0.0 |1714M|1886 |   - |3470 |1462 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1391.80/1391.84	c  1362s|  5980k|  5936k|     0 |   0.0 |1717M|1886 |   - |3470 |1416 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1394.19/1394.21	c  1364s|  5990k|  5946k|     0 |   0.0 |1720M|1886 |   - |3470 |1447 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1396.50/1396.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1396.50/1396.57	c  1366s|  6000k|  5956k|     0 |   0.0 |1723M|1886 |   - |3470 |1415 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1398.89/1398.94	c  1369s|  6010k|  5966k|     0 |   0.0 |1725M|1886 |   - |3470 |1411 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1401.30/1401.32	c  1371s|  6020k|  5976k|     0 |   0.0 |1728M|1886 |   - |3470 |1421 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1403.60/1403.67	c  1373s|  6030k|  5986k|     0 |   0.0 |1731M|1886 |   - |3470 |1396 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1405.99/1406.05	c  1375s|  6040k|  5996k|     0 |   0.0 |1734M|1886 |   - |3470 |1406 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1408.40/1408.45	c  1378s|  6050k|  6006k|     0 |   0.0 |1737M|1886 |   - |3470 |1436 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1410.80/1410.82	c  1380s|  6060k|  6016k|     0 |   0.0 |1740M|1886 |   - |3470 |1389 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1413.09/1413.18	c  1382s|  6070k|  6025k|     0 |   0.0 |1742M|1886 |   - |3470 |1360 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1415.50/1415.55	c  1384s|  6080k|  6035k|     0 |   0.0 |1745M|1886 |   - |3470 |1409 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1417.90/1417.94	c  1387s|  6090k|  6045k|     0 |   0.0 |1748M|1886 |   - |3470 |1378 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1420.40/1420.41	c  1389s|  6100k|  6055k|     0 |   0.0 |1751M|1886 |   - |3470 |1351 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1422.69/1422.79	c  1391s|  6110k|  6065k|     0 |   0.0 |1754M|1886 |   - |3470 |1359 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1425.09/1425.14	c  1393s|  6120k|  6075k|     0 |   0.0 |1757M|1886 |   - |3470 |1417 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1427.49/1427.53	c  1395s|  6130k|  6085k|     0 |   0.0 |1759M|1886 |   - |3470 |1448 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1429.79/1429.90	c  1398s|  6140k|  6095k|     0 |   0.0 |1762M|1886 |   - |3470 |1444 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1432.19/1432.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1432.19/1432.27	c  1400s|  6150k|  6105k|     0 |   0.0 |1765M|1886 |   - |3470 |1475 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1434.60/1434.65	c  1402s|  6160k|  6115k|     0 |   0.0 |1768M|1886 |   - |3470 |1462 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1436.99/1437.04	c  1404s|  6170k|  6125k|     0 |   0.0 |1771M|1886 |   - |3470 |1459 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1439.39/1439.44	c  1407s|  6180k|  6135k|     0 |   0.0 |1773M|1886 |   - |3470 |1506 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1441.79/1441.85	c  1409s|  6190k|  6145k|     0 |   0.0 |1776M|1886 |   - |3470 |1471 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1444.20/1444.24	c  1411s|  6200k|  6155k|     0 |   0.0 |1779M|1886 |   - |3470 |1444 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1446.59/1446.61	c  1413s|  6210k|  6164k|     0 |   0.0 |1782M|1886 |   - |3470 |1462 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1448.89/1448.99	c  1416s|  6220k|  6174k|     0 |   0.0 |1785M|1886 |   - |3470 |1516 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1451.29/1451.33	c  1418s|  6230k|  6184k|     0 |   0.0 |1788M|1886 |   - |3470 |1516 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1453.69/1453.70	c  1420s|  6240k|  6194k|     0 |   0.0 |1790M|1886 |   - |3470 |1519 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1456.09/1456.12	c  1422s|  6250k|  6204k|     0 |   0.0 |1793M|1886 |   - |3470 |1531 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1458.49/1458.52	c  1425s|  6260k|  6214k|     0 |   0.0 |1796M|1886 |   - |3470 |1440 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1460.89/1460.91	c  1427s|  6270k|  6224k|     0 |   0.0 |1799M|1886 |   - |3470 |1474 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1463.19/1463.28	c  1429s|  6280k|  6234k|     0 |   0.0 |1802M|1886 |   - |3470 |1473 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1465.69/1465.71	c  1431s|  6290k|  6244k|     0 |   0.0 |1804M|1886 |   - |3470 |1469 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1467.99/1468.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.99/1468.09	c  1434s|  6300k|  6254k|     0 |   0.0 |1807M|1886 |   - |3470 |1494 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1470.39/1470.47	c  1436s|  6310k|  6264k|     0 |   0.0 |1810M|1886 |   - |3470 |1499 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1472.79/1472.86	c  1438s|  6320k|  6274k|     0 |   0.0 |1813M|1886 |   - |3470 |1499 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1475.19/1475.25	c  1440s|  6330k|  6284k|     0 |   0.0 |1816M|1886 |   - |3470 |1505 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1477.59/1477.65	c  1442s|  6340k|  6294k|     0 |   0.0 |1819M|1886 |   - |3470 |1525 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1479.99/1480.00	c  1445s|  6350k|  6304k|     0 |   0.0 |1821M|1886 |   - |3470 |1476 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1482.29/1482.39	c  1447s|  6360k|  6313k|     0 |   0.0 |1824M|1886 |   - |3470 |1445 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1484.69/1484.76	c  1449s|  6370k|  6323k|     0 |   0.0 |1827M|1886 |   - |3470 |1446 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1487.09/1487.14	c  1451s|  6380k|  6333k|     0 |   0.0 |1830M|1886 |   - |3470 |1457 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1489.48/1489.51	c  1454s|  6390k|  6343k|     0 |   0.0 |1833M|1886 |   - |3470 |1464 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1491.78/1491.89	c  1456s|  6400k|  6353k|     0 |   0.0 |1835M|1886 |   - |3470 |1454 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1494.29/1494.31	c  1458s|  6410k|  6363k|     0 |   0.0 |1838M|1886 |   - |3470 |1540 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1496.59/1496.67	c  1460s|  6420k|  6373k|     0 |   0.0 |1841M|1886 |   - |3470 |1485 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1498.98/1499.07	c  1463s|  6430k|  6383k|     0 |   0.0 |1844M|1886 |   - |3470 |1498 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1501.39/1501.45	c  1465s|  6440k|  6393k|     0 |   0.0 |1847M|1886 |   - |3470 |1467 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1503.78/1503.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1503.78/1503.87	c  1467s|  6450k|  6403k|     0 |   0.0 |1850M|1886 |   - |3470 |1484 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1506.19/1506.26	c  1469s|  6460k|  6413k|     0 |   0.0 |1852M|1886 |   - |3470 |1407 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1508.59/1508.64	c  1472s|  6470k|  6423k|     0 |   0.0 |1855M|1886 |   - |3470 |1414 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1510.98/1511.01	c  1474s|  6480k|  6433k|     0 |   0.0 |1858M|1886 |   - |3470 |1415 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1513.29/1513.40	c  1476s|  6490k|  6443k|     0 |   0.0 |1861M|1886 |   - |3470 |1431 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1515.69/1515.76	c  1478s|  6500k|  6452k|     0 |   0.0 |1864M|1886 |   - |3470 |1460 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1518.09/1518.11	c  1480s|  6510k|  6462k|     0 |   0.0 |1867M|1886 |   - |3470 |1402 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1520.49/1520.50	c  1483s|  6520k|  6472k|     0 |   0.0 |1869M|1886 |   - |3470 |1525 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1522.79/1522.86	c  1485s|  6530k|  6482k|     0 |   0.0 |1872M|1886 |   - |3470 |1493 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1525.18/1525.21	c  1487s|  6540k|  6492k|     0 |   0.0 |1875M|1886 |   - |3470 |1485 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1527.59/1527.61	c  1489s|  6550k|  6502k|     0 |   0.0 |1878M|1886 |   - |3470 |1456 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1529.88/1530.00	c  1492s|  6560k|  6512k|     0 |   0.0 |1881M|1886 |   - |3470 |1442 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1532.29/1532.36	c  1494s|  6570k|  6522k|     0 |   0.0 |1884M|1886 |   - |3470 |1423 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1534.69/1534.71	c  1496s|  6580k|  6532k|     0 |   0.0 |1886M|1886 |   - |3470 |1479 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1537.08/1537.10	c  1498s|  6590k|  6542k|     0 |   0.0 |1889M|1886 |   - |3470 |1475 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1539.48/1539.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1539.48/1539.52	c  1500s|  6600k|  6552k|     0 |   0.0 |1892M|1886 |   - |3470 |1520 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1541.88/1541.90	c  1503s|  6610k|  6562k|     0 |   0.0 |1895M|1886 |   - |3470 |1508 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1544.19/1544.27	c  1505s|  6620k|  6572k|     0 |   0.0 |1898M|1886 |   - |3470 |1505 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1546.59/1546.65	c  1507s|  6630k|  6582k|     0 |   0.0 |1901M|1886 |   - |3470 |1494 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1548.98/1549.00	c  1509s|  6640k|  6592k|     0 |   0.0 |1903M|1886 |   - |3470 |1485 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1551.29/1551.36	c  1512s|  6650k|  6601k|     0 |   0.0 |1906M|1886 |   - |3470 |1494 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1553.68/1553.74	c  1514s|  6660k|  6611k|     0 |   0.0 |1909M|1886 |   - |3470 |1436 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1556.08/1556.13	c  1516s|  6670k|  6621k|     0 |   0.0 |1912M|1886 |   - |3470 |1460 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1558.38/1558.49	c  1518s|  6680k|  6631k|     0 |   0.0 |1915M|1886 |   - |3470 |1471 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1560.78/1560.86	c  1521s|  6690k|  6641k|     0 |   0.0 |1917M|1886 |   - |3470 |1477 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1563.18/1563.27	c  1523s|  6700k|  6651k|     0 |   0.0 |1920M|1886 |   - |3470 |1485 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1565.58/1565.64	c  1525s|  6710k|  6661k|     0 |   0.0 |1923M|1886 |   - |3470 |1481 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1567.97/1568.02	c  1527s|  6720k|  6671k|     0 |   0.0 |1926M|1886 |   - |3470 |1527 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1570.38/1570.43	c  1530s|  6730k|  6681k|     0 |   0.0 |1929M|1886 |   - |3470 |1526 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1572.78/1572.80	c  1532s|  6740k|  6691k|     0 |   0.0 |1931M|1886 |   - |3470 |1470 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1575.19/1575.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1575.19/1575.23	c  1534s|  6750k|  6701k|     0 |   0.0 |1934M|1886 |   - |3470 |1504 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1577.48/1577.59	c  1536s|  6760k|  6711k|     0 |   0.0 |1937M|1886 |   - |3470 |1498 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1579.88/1579.99	c  1539s|  6770k|  6721k|     0 |   0.0 |1940M|1886 |   - |3470 |1529 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1582.28/1582.37	c  1541s|  6780k|  6731k|     0 |   0.0 |1943M|1886 |   - |3470 |1509 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1584.68/1584.74	c  1543s|  6790k|  6741k|     0 |   0.0 |1946M|1886 |   - |3470 |1477 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1587.07/1587.11	c  1545s|  6800k|  6750k|     0 |   0.0 |1948M|1886 |   - |3470 |1457 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1589.38/1589.45	c  1548s|  6810k|  6760k|     0 |   0.0 |1951M|1886 |   - |3470 |1450 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1591.78/1591.88	c  1550s|  6820k|  6770k|     0 |   0.0 |1954M|1886 |   - |3470 |1468 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1594.18/1594.26	c  1552s|  6830k|  6780k|     0 |   0.0 |1957M|1886 |   - |3470 |1440 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1596.58/1596.65	c  1555s|  6840k|  6790k|     0 |   0.0 |1960M|1886 |   - |3470 |1494 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1598.97/1599.01	c  1557s|  6850k|  6800k|     0 |   0.0 |1962M|1886 |   - |3470 |1430 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1601.28/1601.39	c  1559s|  6860k|  6810k|     0 |   0.0 |1965M|1886 |   - |3470 |1395 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1603.69/1603.78	c  1561s|  6870k|  6820k|     0 |   0.0 |1968M|1886 |   - |3470 |1407 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1606.08/1606.15	c  1564s|  6880k|  6830k|     0 |   0.0 |1971M|1886 |   - |3470 |1431 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1608.48/1608.52	c  1566s|  6890k|  6840k|     0 |   0.0 |1974M|1886 |   - |3470 |1481 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1610.88/1610.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1610.88/1610.90	c  1568s|  6900k|  6850k|     0 |   0.0 |1977M|1886 |   - |3470 |1477 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1613.18/1613.26	c  1570s|  6910k|  6860k|     0 |   0.0 |1979M|1886 |   - |3470 |1449 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1615.58/1615.62	c  1573s|  6920k|  6870k|     0 |   0.0 |1982M|1886 |   - |3470 |1457 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1617.88/1617.97	c  1575s|  6930k|  6880k|     0 |   0.0 |1985M|1886 |   - |3470 |1485 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1620.28/1620.33	c  1577s|  6940k|  6890k|     0 |   0.0 |1988M|1886 |   - |3470 |1506 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1622.57/1622.68	c  1579s|  6950k|  6899k|     0 |   0.0 |1991M|1886 |   - |3470 |1453 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1624.98/1625.08	c  1581s|  6960k|  6909k|     0 |   0.0 |1993M|1886 |   - |3470 |1462 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1627.38/1627.49	c  1584s|  6970k|  6919k|     0 |   0.0 |1996M|1886 |   - |3470 |1473 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1629.77/1629.88	c  1586s|  6980k|  6929k|     0 |   0.0 |1999M|1886 |   - |3470 |1458 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1632.18/1632.24	c  1588s|  6990k|  6939k|     0 |   0.0 |2002M|1886 |   - |3470 |1488 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1634.58/1634.61	c  1591s|  7000k|  6949k|     0 |   0.0 |2005M|1886 |   - |3470 |1487 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1636.98/1637.03	c  1593s|  7010k|  6959k|     0 |   0.0 |2008M|1886 |   - |3470 |1535 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1639.27/1639.39	c  1595s|  7020k|  6969k|     0 |   0.0 |2010M|1886 |   - |3470 |1524 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1641.67/1641.75	c  1597s|  7030k|  6979k|     0 |   0.0 |2013M|1886 |   - |3470 |1526 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1644.07/1644.12	c  1600s|  7040k|  6989k|     0 |   0.0 |2016M|1886 |   - |3470 |1493 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1646.37/1646.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1646.37/1646.49	c  1602s|  7050k|  6999k|     0 |   0.0 |2019M|1886 |   - |3470 |1519 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1648.77/1648.88	c  1604s|  7060k|  7009k|     0 |   0.0 |2022M|1886 |   - |3470 |1523 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1651.17/1651.23	c  1606s|  7070k|  7019k|     0 |   0.0 |2025M|1886 |   - |3470 |1511 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1653.57/1653.64	c  1609s|  7080k|  7029k|     0 |   0.0 |2027M|1886 |   - |3470 |1518 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1655.97/1656.03	c  1611s|  7090k|  7039k|     0 |   0.0 |2030M|1886 |   - |3470 |1525 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1658.37/1658.42	c  1613s|  7100k|  7048k|     0 |   0.0 |2033M|1886 |   - |3470 |1566 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1660.77/1660.86	c  1615s|  7110k|  7058k|     0 |   0.0 |2036M|1886 |   - |3470 |1533 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1663.18/1663.24	c  1618s|  7120k|  7068k|     0 |   0.0 |2039M|1886 |   - |3470 |1554 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1665.57/1665.63	c  1620s|  7130k|  7078k|     0 |   0.0 |2042M|1886 |   - |3470 |1499 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1667.97/1668.00	c  1622s|  7140k|  7088k|     0 |   0.0 |2044M|1886 |   - |3470 |1466 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1670.27/1670.36	c  1625s|  7150k|  7098k|     0 |   0.0 |2047M|1886 |   - |3470 |1444 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1672.67/1672.76	c  1627s|  7160k|  7108k|     0 |   0.0 |2050M|1886 |   - |3470 |1469 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1675.07/1675.11	c  1629s|  7170k|  7118k|     0 |   0.0 |2053M|1886 |   - |3470 |1468 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1677.38/1677.49	c  1631s|  7180k|  7128k|     0 |   0.0 |2056M|1886 |   - |3470 |1415 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1679.77/1679.85	c  1634s|  7190k|  7138k|     0 |   0.0 |2058M|1886 |   - |3470 |1428 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1682.17/1682.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1682.17/1682.24	c  1636s|  7200k|  7148k|     0 |   0.0 |2061M|1886 |   - |3470 |1422 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1684.57/1684.60	c  1638s|  7210k|  7158k|     0 |   0.0 |2064M|1886 |   - |3470 |1482 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1686.87/1686.97	c  1640s|  7220k|  7168k|     0 |   0.0 |2067M|1886 |   - |3470 |1488 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1689.27/1689.34	c  1643s|  7230k|  7178k|     0 |   0.0 |2070M|1886 |   - |3470 |1464 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1691.57/1691.69	c  1645s|  7240k|  7188k|     0 |   0.0 |2073M|1886 |   - |3470 |1460 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1693.97/1694.05	c  1647s|  7250k|  7197k|     0 |   0.0 |2075M|1886 |   - |3470 |1460 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1696.37/1696.40	c  1649s|  7260k|  7207k|     0 |   0.0 |2078M|1886 |   - |3470 |1536 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1698.67/1698.76	c  1652s|  7270k|  7217k|     0 |   0.0 |2081M|1886 |   - |3470 |1473 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1701.07/1701.12	c  1654s|  7280k|  7227k|     0 |   0.0 |2084M|1886 |   - |3470 |1452 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1703.47/1703.50	c  1656s|  7290k|  7237k|     0 |   0.0 |2087M|1886 |   - |3470 |1469 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1705.86/1705.90	c  1658s|  7300k|  7247k|     0 |   0.0 |2090M|1886 |   - |3470 |1488 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1708.17/1708.28	c  1661s|  7310k|  7257k|     0 |   0.0 |2092M|1886 |   - |3470 |1547 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1710.56/1710.67	c  1663s|  7320k|  7267k|     0 |   0.0 |2095M|1886 |   - |3470 |1584 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1712.97/1713.02	c  1665s|  7330k|  7277k|     0 |   0.0 |2098M|1886 |   - |3470 |1540 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1715.27/1715.35	c  1667s|  7340k|  7287k|     0 |   0.0 |2101M|1886 |   - |3470 |1549 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1717.67/1717.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1717.67/1717.78	c  1670s|  7350k|  7297k|     0 |   0.0 |2104M|1886 |   - |3470 |1551 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1720.06/1720.17	c  1672s|  7360k|  7307k|     0 |   0.0 |2107M|1886 |   - |3470 |1602 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1722.47/1722.57	c  1674s|  7370k|  7317k|     0 |   0.0 |2109M|1886 |   - |3470 |1558 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1724.87/1724.96	c  1676s|  7380k|  7327k|     0 |   0.0 |2112M|1886 |   - |3470 |1519 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1727.27/1727.37	c  1679s|  7390k|  7336k|     0 |   0.0 |2115M|1886 |   - |3470 |1516 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1729.66/1729.74	c  1681s|  7400k|  7346k|     0 |   0.0 |2118M|1886 |   - |3470 |1520 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1732.07/1732.11	c  1683s|  7410k|  7356k|     0 |   0.0 |2121M|1886 |   - |3470 |1508 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1734.37/1734.48	c  1685s|  7420k|  7366k|     0 |   0.0 |2123M|1886 |   - |3470 |1546 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1736.77/1736.84	c  1688s|  7430k|  7376k|     0 |   0.0 |2126M|1886 |   - |3470 |1554 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1739.17/1739.23	c  1690s|  7440k|  7386k|     0 |   0.0 |2129M|1886 |   - |3470 |1517 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1741.57/1741.62	c  1692s|  7450k|  7396k|     0 |   0.0 |2132M|1886 |   - |3470 |1543 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1743.97/1744.01	c  1695s|  7460k|  7406k|     0 |   0.0 |2135M|1886 |   - |3470 |1518 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1746.26/1746.35	c  1697s|  7470k|  7416k|     0 |   0.0 |2138M|1886 |   - |3470 |1504 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1748.67/1748.75	c  1699s|  7480k|  7426k|     0 |   0.0 |2140M|1886 |   - |3470 |1506 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1751.07/1751.12	c  1701s|  7490k|  7436k|     0 |   0.0 |2143M|1886 |   - |3470 |1443 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1753.46/1753.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1753.46/1753.51	c  1704s|  7500k|  7446k|     0 |   0.0 |2146M|1886 |   - |3470 |1465 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1755.76/1755.87	c  1706s|  7510k|  7456k|     0 |   0.0 |2149M|1886 |   - |3470 |1517 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1758.17/1758.23	c  1708s|  7520k|  7466k|     0 |   0.0 |2152M|1886 |   - |3470 |1524 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1760.56/1760.62	c  1710s|  7530k|  7476k|     0 |   0.0 |2154M|1886 |   - |3470 |1507 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1762.87/1762.96	c  1713s|  7540k|  7485k|     0 |   0.0 |2157M|1886 |   - |3470 |1509 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1765.27/1765.38	c  1715s|  7550k|  7495k|     0 |   0.0 |2160M|1886 |   - |3470 |1559 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1767.67/1767.77	c  1717s|  7560k|  7505k|     0 |   0.0 |2163M|1886 |   - |3470 |1536 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1769.96/1770.08	c  1719s|  7570k|  7515k|     0 |   0.0 |2166M|1886 |   - |3470 |1499 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1772.37/1772.48	c  1722s|  7580k|  7525k|     0 |   0.0 |2169M|1886 |   - |3470 |1499 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1774.76/1774.87	c  1724s|  7590k|  7535k|     0 |   0.0 |2172M|1886 |   - |3470 |1437 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1777.17/1777.25	c  1726s|  7600k|  7545k|     0 |   0.0 |2174M|1886 |   - |3470 |1449 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1779.56/1779.62	c  1728s|  7610k|  7555k|     0 |   0.0 |2177M|1886 |   - |3470 |1420 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1781.87/1781.96	c  1731s|  7620k|  7565k|     0 |   0.0 |2180M|1886 |   - |3470 |1419 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1784.26/1784.34	c  1733s|  7630k|  7575k|     0 |   0.0 |2183M|1886 |   - |3470 |1443 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1786.67/1786.76	c  1735s|  7640k|  7585k|     0 |   0.0 |2186M|1886 |   - |3470 |1458 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1789.06/1789.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1789.06/1789.11	c  1737s|  7650k|  7595k|     0 |   0.0 |2189M|1886 |   - |3470 |1433 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1791.46/1791.50	c  1740s|  7660k|  7605k|     0 |   0.0 |2191M|1886 |   - |3470 |1495 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1793.76/1793.87	c  1742s|  7670k|  7615k|     0 |   0.0 |2194M|1886 |   - |3470 |1446 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1796.17/1796.26	c  1744s|  7680k|  7624k|     0 |   0.0 |2197M|1886 |   - |3470 |1449 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1798.57/1798.63	c  1746s|  7690k|  7634k|     0 |   0.0 |2200M|1886 |   - |3470 |1432 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 8.093000e+03 |    Inf 
1800.06/1800.10	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.10	c 
1800.06/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.10	c Solving Time (sec) : 1747.83
1800.06/1800.10	c Solving Nodes      : 7696085
1800.06/1800.10	c Primal Bound       : +8.09300000000000e+03 (3 solutions)
1800.06/1800.10	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.10	c Gap                : infinite
1800.06/1800.11	s SATISFIABLE
1800.06/1800.11	v x3150 x3149 x3148 x3147 x3146 x3145 x3144 x3143 x3142 x3141 x3140 x3139 x3138 x3137 x3136 x3135 x3134 x3133 x3132 x3131 x3130 x3129 
1800.06/1800.11	v x3128 x3127 x3126 x3125 x3124 x3123 x3122 x3121 x3120 x3119 x3118 x3117 x3116 x3115 x3114 x3113 x3112 x3111 x3110 x3109 
1800.06/1800.11	v x3108 x3107 x3106 x3105 x3104 x3103 x3102 x3101 x3100 x3099 x3098 x3097 x3096 x3095 x3094 x3093 x3092 x3091 x3090 x3089 x3088 
1800.06/1800.11	v x3087 x3086 x3085 x3084 x3083 x3082 x3081 x3080 x3079 x3078 x3077 x3076 x3075 x3074 x3073 x3072 x3071 x3070 x3069 x3068 x3067 
1800.06/1800.11	v x3066 x3065 x3064 x3063 x3062 x3061 x3060 x3059 x3058 x3057 x3056 x3055 x3054 x3053 x3052 x3051 x3050 x3049 x3048 x3047 x3046 
1800.06/1800.11	v x3045 x3044 x3043 x3042 x3041 x3040 x3039 x3038 x3037 x3036 x3035 x3034 x3033 x3032 x3031 x3030 x3029 x3028 x3027 x3026 x3025 
1800.06/1800.11	v x3024 x3023 x3022 x3021 x3020 x3019 x3018 x3017 x3016 x3015 x3014 x3013 x3012 x3011 x3010 x3009 x3008 x3007 x3006 x3005 x3004 
1800.06/1800.11	v x3003 x3002 x3001 x3000 x2999 x2998 x2997 x2996 x2995 x2994 x2993 x2992 x2991 x2990 x2989 x2988 x2987 x2986 x2985 x2984 
1800.06/1800.11	v x2983 x2982 x2981 x2980 x2979 x2978 x2977 x2976 x2975 x2974 x2973 x2972 x2971 x2970 x2969 x2968 x2967 x2966 x2965 x2964 x2963 
1800.06/1800.11	v x2962 x2961 x2960 x2959 x2958 x2957 x2956 x2955 x2954 x2953 x2952 x2951 x2950 x2949 x2948 x2947 x2946 x2945 x2944 x2943 x2942 
1800.06/1800.11	v x2941 x2940 x2939 x2938 x2937 x2936 x2935 x2934 x2933 x2932 x2931 x2930 x2929 x2928 x2927 x2926 x2925 x2924 x2923 x2922 x2921 
1800.06/1800.11	v x2920 x2919 x2918 x2917 x2916 x2915 x2914 x2913 x2912 x2911 x2910 x2909 x2908 x2907 x2906 x2905 x2904 x2903 x2902 x2901 x2900 
1800.06/1800.11	v x2899 x2898 x2897 x2896 x2895 x2894 x2893 x2892 x2891 x2890 x2889 x2888 x2887 x2886 x2885 x2884 x2883 x2882 x2881 x2880 x2879 
1800.06/1800.11	v x2878 x2877 x2876 x2875 x2874 x2873 x2872 x2871 x2870 x2869 x2868 x2867 x2866 x2865 x2864 x2863 x2862 x2861 x2860 x2859 
1800.06/1800.11	v x2858 x2857 x2856 x2855 x2854 x2853 x2852 x2851 x2850 x2849 x2848 x2847 x2846 x2845 x2844 x2843 x2842 x2841 x2840 x2839 x2838 
1800.06/1800.11	v x2837 x2836 x2835 x2834 x2833 x2832 x2831 x2830 x2829 x2828 x2827 x2826 x2825 x2824 x2823 x2822 x2821 x2820 x2819 x2818 x2817 
1800.06/1800.11	v x2816 x2815 x2814 x2813 x2812 x2811 x2810 x2809 x2808 x2807 x2806 x2805 x2804 x2803 x2802 x2801 x2800 x2799 x2798 x2797 x2796 
1800.06/1800.11	v x2795 x2794 x2793 x2792 x2791 x2790 x2789 x2788 x2787 x2786 x2785 x2784 x2783 x2782 x2781 x2780 x2779 x2778 x2777 x2776 x2775 
1800.06/1800.11	v x2774 x2773 x2772 x2771 x2770 x2769 x2768 x2767 x2766 x2765 x2764 x2763 x2762 x2761 x2760 x2759 x2758 x2757 x2756 x2755 x2754 
1800.06/1800.11	v x2753 x2752 x2751 x2750 x2749 x2748 x2747 x2746 x2745 x2744 x2743 x2742 x2741 x2740 x2739 x2738 x2737 x2736 x2735 x2734 
1800.06/1800.11	v x2733 x2732 x2731 x2730 x2729 x2728 x2727 x2726 x2725 x2724 x2723 x2722 x2721 x2720 x2719 x2718 x2717 x2716 x2715 x2714 x2713 
1800.06/1800.11	v x2712 x2711 x2710 x2709 x2708 x2707 x2706 x2705 x2704 x2703 x2702 x2701 x2700 x2699 x2698 x2697 x2696 x2695 x2694 x2693 x2692 
1800.06/1800.11	v x2691 x2690 x2689 x2688 x2687 x2686 x2685 x2684 x2683 x2682 x2681 x2680 x2679 x2678 x2677 x2676 x2675 x2674 x2673 x2672 x2671 
1800.06/1800.11	v x2670 x2669 x2668 x2667 x2666 x2665 x2664 x2663 x2662 x2661 x2660 x2659 x2658 x2657 x2656 x2655 x2654 x2653 x2652 x2651 x2650 
1800.06/1800.11	v x2649 x2648 x2647 x2646 x2645 x2644 x2643 x2642 x2641 x2640 x2639 x2638 x2637 x2636 x2635 x2634 x2633 x2632 x2631 x2630 x2629 
1800.06/1800.11	v x2628 x2627 x2626 x2625 x2624 x2623 x2622 x2621 x2620 x2619 x2618 x2617 x2616 x2615 x2614 x2613 x2612 x2611 x2610 x2609 
1800.06/1800.11	v x2608 x2607 x2606 x2605 x2604 x2603 x2602 x2601 x2600 x2599 x2598 x2597 x2596 x2595 x2594 x2593 x2592 x2591 x2590 x2589 x2588 
1800.06/1800.11	v x2587 x2586 x2585 x2584 x2583 x2582 x2581 x2580 x2579 x2578 x2577 x2576 x2575 x2574 x2573 x2572 x2571 x2570 x2569 x2568 x2567 
1800.06/1800.11	v x2566 x2565 x2564 x2563 x2562 x2561 x2560 x2559 x2558 x2557 x2556 x2555 x2554 x2553 x2552 x2551 x2550 x2549 x2548 x2547 x2546 
1800.06/1800.11	v x2545 x2544 x2543 x2542 x2541 x2540 x2539 x2538 x2537 x2536 x2535 x2534 x2533 x2532 x2531 x2530 x2529 x2528 x2527 x2526 x2525 
1800.06/1800.11	v x2524 x2523 x2522 x2521 x2520 x2519 x2518 x2517 x2516 x2515 x2514 x2513 x2512 x2511 x2510 x2509 x2508 x2507 x2506 x2505 x2504 
1800.06/1800.11	v x2503 x2502 x2501 x2500 x2499 x2498 x2497 x2496 x2495 x2494 x2493 x2492 x2491 x2490 x2489 x2488 x2487 x2486 x2485 x2484 
1800.06/1800.11	v x2483 x2482 x2481 x2480 x2479 x2478 x2477 x2476 x2475 x2474 x2473 x2472 x2471 x2470 x2469 x2468 x2467 x2466 x2465 x2464 x2463 
1800.06/1800.11	v x2462 x2461 x2460 x2459 x2458 x2457 x2456 x2455 x2454 x2453 x2452 x2451 x2450 x2449 x2448 x2447 x2446 x2445 x2444 x2443 x2442 
1800.06/1800.11	v x2441 x2440 x2439 x2438 x2437 x2436 x2435 x2434 x2433 x2432 x2431 x2430 x2429 x2428 x2427 x2426 x2425 x2424 x2423 x2422 x2421 
1800.06/1800.11	v x2420 x2419 x2418 x2417 x2416 x2415 x2414 x2413 x2412 x2411 x2410 x2409 x2408 x2407 x2406 x2405 x2404 x2403 x2402 x2401 x2400 
1800.06/1800.11	v x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 
1800.06/1800.11	v x2378 x2377 x2376 x2375 x2374 x2373 x2372 x2371 x2370 x2369 x2368 x2367 x2366 x2365 x2364 x2363 x2362 x2361 x2360 x2359 
1800.06/1800.11	v x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 x2350 x2349 x2348 x2347 x2346 x2345 x2344 x2343 x2342 x2341 x2340 x2339 x2338 
1800.06/1800.11	v x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 x2329 x2328 x2327 x2326 x2325 x2324 x2323 x2322 x2321 x2320 x2319 x2318 x2317 
1800.06/1800.11	v x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 
1800.06/1800.11	v x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 
1800.06/1800.11	v x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 
1800.06/1800.11	v x2253 x2252 x2251 x2250 x2249 x2248 x2247 x2246 x2245 x2244 x2243 x2242 x2241 x2240 x2239 x2238 x2237 x2236 x2235 x2234 
1800.06/1800.11	v x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 x2225 x2224 x2223 x2222 x2221 x2220 x2219 x2218 x2217 x2216 x2215 x2214 x2213 
1800.06/1800.11	v x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 x2204 x2203 x2202 x2201 x2200 x2199 x2198 x2197 x2196 x2195 x2194 x2193 x2192 
1800.06/1800.11	v x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 
1800.06/1800.11	v x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 
1800.06/1800.11	v x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 
1800.06/1800.11	v x2128 x2127 x2126 x2125 x2124 x2123 x2122 x2121 x2120 x2119 x2118 x2117 x2116 x2115 x2114 x2113 x2112 x2111 x2110 x2109 
1800.06/1800.11	v x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 x2100 x2099 x2098 x2097 x2096 x2095 x2094 x2093 x2092 x2091 x2090 x2089 x2088 
1800.06/1800.11	v x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 x2079 x2078 x2077 x2076 x2075 x2074 x2073 x2072 x2071 x2070 x2069 x2068 x2067 
1800.06/1800.11	v x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 
1800.06/1800.11	v x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 
1800.06/1800.11	v x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 
1800.06/1800.11	v x2003 x2002 x2001 x2000 x1999 x1998 x1997 x1996 x1995 x1994 x1993 x1992 x1991 x1990 x1989 x1988 x1987 x1986 x1985 x1984 
1800.06/1800.11	v x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 x1975 x1974 x1973 x1972 x1971 x1970 x1969 x1968 x1967 x1966 x1965 x1964 x1963 
1800.06/1800.11	v x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 x1954 x1953 x1952 x1951 x1950 x1949 x1948 x1947 x1946 x1945 x1944 x1943 x1942 
1800.06/1800.11	v x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 x1933 x1932 x1931 x1930 x1929 x1928 x1927 x1926 x1925 x1924 x1923 x1922 x1921 
1800.06/1800.11	v x1920 x1919 x1918 x1917 x1916 x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 
1800.06/1800.11	v x1899 x1898 x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 
1800.06/1800.11	v x1878 x1877 x1876 x1875 x1874 x1873 x1872 x1871 x1870 x1869 x1868 x1867 x1866 x1865 x1864 x1863 x1862 x1861 x1860 x1859 
1800.06/1800.11	v x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 x1838 
1800.06/1800.11	v x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 x1818 x1817 
1800.06/1800.11	v x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 x1800 x1799 x1798 x1797 x1796 
1800.06/1800.11	v x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 x1779 x1778 x1777 x1776 x1775 
1800.06/1800.11	v x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 
1800.06/1800.11	v x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 x1734 
1800.06/1800.11	v x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 x1713 
1800.06/1800.11	v x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 x1693 x1692 
1800.06/1800.11	v x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 x1675 x1674 x1673 x1672 x1671 
1800.06/1800.11	v x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 x1654 x1653 x1652 x1651 x1650 
1800.06/1800.11	v x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 
1800.06/1800.11	v x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 
1800.06/1800.11	v x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 
1800.06/1800.11	v x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 
1800.06/1800.11	v x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 
1800.06/1800.11	v x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 
1800.06/1800.11	v x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 
1800.06/1800.11	v x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 
1800.06/1800.11	v x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 
1800.06/1800.11	v x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 
1800.06/1800.11	v x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 
1800.06/1800.11	v x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 
1800.06/1800.11	v x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 
1800.06/1800.11	v x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 
1800.06/1800.11	v x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 
1800.06/1800.11	v x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 
1800.06/1800.11	v x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 
1800.06/1800.11	v x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 
1800.06/1800.11	v x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 
1800.06/1800.11	v x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 
1800.06/1800.11	v x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 
1800.06/1800.11	v x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 
1800.06/1800.11	v x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 
1800.06/1800.11	v x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 
1800.06/1800.11	v x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 
1800.06/1800.11	v x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 
1800.06/1800.11	v x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 
1800.06/1800.11	v x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 
1800.06/1800.11	v x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 
1800.06/1800.11	v x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 
1800.06/1800.11	v x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 
1800.06/1800.11	v x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 
1800.06/1800.11	v x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 
1800.06/1800.11	v x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 
1800.06/1800.11	v x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 
1800.06/1800.11	v x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 
1800.06/1800.11	v x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 
1800.06/1800.11	v x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 
1800.06/1800.11	v x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 
1800.06/1800.11	v x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 
1800.06/1800.11	v x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 
1800.06/1800.11	v x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 
1800.06/1800.11	v x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 
1800.06/1800.11	v x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 
1800.06/1800.11	v x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 
1800.06/1800.11	v x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 
1800.06/1800.11	v x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 
1800.06/1800.11	v x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 
1800.06/1800.11	v x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 
1800.06/1800.11	v x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 
1800.06/1800.11	v x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 
1800.06/1800.11	v x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 
1800.06/1800.11	v x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 
1800.06/1800.11	v x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 
1800.06/1800.11	v x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 
1800.06/1800.11	v x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 
1800.06/1800.11	v x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 
1800.06/1800.11	v x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 
1800.06/1800.11	v x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 
1800.06/1800.11	v x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 
1800.06/1800.11	v x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 
1800.06/1800.11	v x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 
1800.06/1800.11	v x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 
1800.06/1800.11	v x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 
1800.06/1800.11	v x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 
1800.06/1800.11	v x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 
1800.06/1800.11	v x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 
1800.06/1800.11	v x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 
1800.06/1800.11	v x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 
1800.06/1800.11	v x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 
1800.06/1800.11	v x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.06/1800.11	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.11	c Solving Time       :    1747.83
1800.06/1800.11	c Original Problem   :
1800.06/1800.11	c   Problem name     : HOME/instance-2693980-1277920034.wbo
1800.06/1800.11	c   Variables        : 3470 (3310 binary, 0 integer, 0 implicit integer, 160 continuous)
1800.06/1800.11	c   Constraints      : 321 initial, 321 maximal
1800.06/1800.11	c Presolved Problem  :
1800.06/1800.11	c   Problem name     : t_HOME/instance-2693980-1277920034.wbo
1800.06/1800.11	c   Variables        : 3470 (3310 binary, 0 integer, 0 implicit integer, 160 continuous)
1800.06/1800.11	c   Constraints      : 320 initial, 34773 maximal
1800.06/1800.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.11	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.11	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.11	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.11	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.11	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.11	c   linear           :       0.00          0          0          0        160          0          1          0          0
1800.06/1800.11	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.11	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.11	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.11	c   indicator        :        160          0       2890          0       2564          0        223          0          0          0
1800.06/1800.11	c   linear           :        160          0    8119520          0    7668606      27173    5980985          0          0          0
1800.06/1800.11	c   logicor          :          0+         0     949181          0          0        468      70196          0          0          0
1800.06/1800.11	c   countsols        :          0          0          0          0    7668606          0          0          0          0          0
1800.06/1800.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.11	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.11	c   indicator        :       0.04       0.00       0.00       0.00       0.04
1800.06/1800.11	c   linear           :     107.14       0.00     104.17       0.00       2.97
1800.06/1800.11	c   logicor          :       5.37       0.00       5.37       0.00       0.00
1800.06/1800.11	c   countsols        :       1.08       0.00       0.00       0.00       1.08
1800.06/1800.11	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.11	c   vbounds          :       1.45          2          0          0
1800.06/1800.11	c   rootredcost      :       1.55          0          0          0
1800.06/1800.11	c   pseudoobj        :      34.30    8119320          0          0
1800.06/1800.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.11	c   propagation      :      58.48      27641      27641     468222      344.4     540760       31.7          -
1800.06/1800.11	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.11	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.11	c   applied globally :          -          -          -     276064       32.9          -          -          -
1800.06/1800.11	c   applied locally  :          -          -          -         25      436.4          -          -          -
1800.06/1800.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.11	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.11	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.11	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.11	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.11	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.11	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.11	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.11	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.11	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.11	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.11	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.11	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.11	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.11	c Pricers            :       Time      Calls       Vars
1800.06/1800.11	c   problem variables:       0.00          0          0
1800.06/1800.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.11	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.11	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.11	c   inference        :    1484.99    7668606          0          0          0          0   15337212
1800.06/1800.11	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.11	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.11	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.11	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.11	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.11	c   LP solutions     :       0.00          -          0
1800.06/1800.11	c   pseudo solutions :       0.00          -          0
1800.06/1800.11	c   oneopt           :       1.53          0          0
1800.06/1800.11	c   trivial          :       0.02          2          2
1800.06/1800.11	c   simplerounding   :       0.00          0          0
1800.06/1800.11	c   zirounding       :       0.00          0          0
1800.06/1800.11	c   rounding         :       0.00          0          0
1800.06/1800.11	c   shifting         :       0.00          0          0
1800.06/1800.11	c   intshifting      :       0.00          0          0
1800.06/1800.11	c   twoopt           :       0.00          0          0
1800.06/1800.11	c   fixandinfer      :       0.00          0          0
1800.06/1800.11	c   feaspump         :       0.00          0          0
1800.06/1800.11	c   coefdiving       :       0.00          0          0
1800.06/1800.11	c   pscostdiving     :       0.00          0          0
1800.06/1800.11	c   fracdiving       :       0.00          0          0
1800.06/1800.11	c   veclendiving     :       0.00          0          0
1800.06/1800.11	c   intdiving        :       0.00          0          0
1800.06/1800.11	c   actconsdiving    :       0.00          0          0
1800.06/1800.11	c   objpscostdiving  :       0.00          0          0
1800.06/1800.11	c   rootsoldiving    :       0.00          0          0
1800.06/1800.11	c   linesearchdiving :       0.00          0          0
1800.06/1800.11	c   guideddiving     :       0.00          0          0
1800.06/1800.11	c   octane           :       0.00          0          0
1800.06/1800.11	c   rens             :       0.00          0          0
1800.06/1800.11	c   rins             :       0.00          0          0
1800.06/1800.11	c   localbranching   :       0.00          0          0
1800.06/1800.11	c   mutation         :       0.00          0          0
1800.06/1800.11	c   crossover        :       0.00          0          0
1800.06/1800.11	c   dins             :       0.00          0          0
1800.06/1800.11	c   undercover       :       0.00          0          0
1800.06/1800.11	c   nlp              :       1.49          0          0
1800.06/1800.11	c   trysol           :       1.26          1          1
1800.06/1800.11	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.11	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.11	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.11	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.11	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.11	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.11	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.11	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.11	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.11	c B&B Tree           :
1800.06/1800.11	c   number of runs   :          1
1800.06/1800.11	c   nodes            :    7696085
1800.06/1800.11	c   nodes (total)    :    7696085
1800.06/1800.11	c   nodes left       :    7640955
1800.06/1800.11	c   max depth        :       1886
1800.06/1800.11	c   max depth (total):       1886
1800.06/1800.11	c   backtracks       :      10734 (0.1%)
1800.06/1800.11	c   delayed cutoffs  :        173
1800.06/1800.11	c   repropagations   :       4745 (22326 domain reductions, 162 cutoffs)
1800.06/1800.11	c   avg switch length:       2.34
1800.06/1800.11	c   switching time   :      43.39
1800.06/1800.11	c Solution           :
1800.06/1800.11	c   Solutions found  :          3 (1 improvements)
1800.06/1800.11	c   First Solution   : +8.09300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.06/1800.11	c   Primal Bound     : +8.09300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.06/1800.11	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.11	c   Gap              :   infinite
1800.06/1800.11	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.11	c   Root Iterations  :          0

Verifier Data

OK	3521

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14754
/proc/meminfo: memFree=31438880/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=8548 CPUtime=0
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 1619 0 0 0 0 0 0 0 23 0 1 0 133299929 8753152 1541 4089446400 4194304 7136930 140736782329776 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14754/statm: 2137 1541 275 719 0 1416 0

[startup+0.025605 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14754
/proc/meminfo: memFree=31438880/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=19924 CPUtime=0.02
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 4591 0 0 0 2 0 0 0 23 0 1 0 133299929 20402176 4159 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14754/statm: 4981 4159 348 719 0 4260 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19924

[startup+0.100596 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14754
/proc/meminfo: memFree=31438880/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=21824 CPUtime=0.09
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 5366 0 0 0 9 0 0 0 23 0 1 0 133299929 22347776 4677 4089446400 4194304 7136930 140736782329776 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14754/statm: 5456 4677 383 719 0 4735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21824

[startup+0.300559 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14754
/proc/meminfo: memFree=31438880/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=22916 CPUtime=0.29
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 5663 0 0 0 26 3 0 0 23 0 1 0 133299929 23465984 4974 4089446400 4194304 7136930 140736782329776 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14754/statm: 5729 4975 390 719 0 5008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22916

[startup+0.700493 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14754
/proc/meminfo: memFree=31438880/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=23820 CPUtime=0.69
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 5908 0 0 0 64 5 0 0 25 0 1 0 133299929 24391680 5219 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14754/statm: 5955 5219 390 719 0 5234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23820

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14755
/proc/meminfo: memFree=31419156/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=25800 CPUtime=1.49
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 6392 0 0 0 138 11 0 0 25 0 1 0 133299929 26419200 5703 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14754/statm: 6450 5703 390 719 0 5729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25800

[startup+3.10109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14755
/proc/meminfo: memFree=31416540/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=29636 CPUtime=3.09
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 7386 0 0 0 286 23 0 0 25 0 1 0 133299929 30347264 6697 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14754/statm: 7409 6697 390 719 0 6688 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29636

[startup+6.30055 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14755
/proc/meminfo: memFree=31411092/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=34356 CPUtime=6.29
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 8616 0 0 0 600 29 0 0 25 0 1 0 133299929 35180544 7927 4089446400 4194304 7136930 140736782329776 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 8589 7927 390 719 0 7868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34356

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14755
/proc/meminfo: memFree=31401440/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=44340 CPUtime=12.69
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 11233 0 0 0 1229 40 0 0 25 0 1 0 133299929 45404160 10544 4089446400 4194304 7136930 140736782329776 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 11085 10544 390 719 0 10364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44340

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14755
/proc/meminfo: memFree=31381908/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=65376 CPUtime=25.49
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 16168 0 0 0 2483 66 0 0 25 0 1 0 133299929 66945024 15479 4089446400 4194304 7136930 140736782329776 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 16344 15479 390 719 0 15623 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65376

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14757
/proc/meminfo: memFree=31344412/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=105428 CPUtime=51.09
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 25624 0 0 0 4990 119 0 0 25 0 1 0 133299929 107958272 24935 4089446400 4194304 7136930 140736782329776 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 26357 24935 390 719 0 25636 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105428

[startup+102.305 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 14757
/proc/meminfo: memFree=31255952/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=196692 CPUtime=102.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 47393 0 0 0 9996 234 0 0 25 0 1 0 133299929 201412608 46704 4089446400 4194304 7136930 140736782329776 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 49173 46704 390 719 0 48452 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 196692

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14759
/proc/meminfo: memFree=31124576/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=325672 CPUtime=162.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 80750 0 0 0 15845 385 0 0 25 0 1 0 133299929 333488128 79725 4089446400 4194304 7136930 140736782329776 18446744073709551615 4436363 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 81418 79725 390 719 0 80697 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 325672

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14761
/proc/meminfo: memFree=31050752/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=411336 CPUtime=222.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 99059 0 0 0 21728 502 0 0 25 0 1 0 133299929 421208064 98034 4089446400 4194304 7136930 140736782329776 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 102834 98034 390 719 0 102113 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 411336

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14763
/proc/meminfo: memFree=30971840/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=486400 CPUtime=282.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 118760 0 0 0 27615 615 0 0 25 0 1 0 133299929 498073600 117735 4089446400 4194304 7136930 140736782329776 18446744073709551615 5892216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 121600 117735 390 719 0 120879 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 486400

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14765
/proc/meminfo: memFree=30895380/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=557880 CPUtime=342.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 137601 0 0 0 33503 727 0 0 25 0 1 0 133299929 571269120 136576 4089446400 4194304 7136930 140736782329776 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 139470 136576 390 719 0 138749 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 557880

[startup+402.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14765
/proc/meminfo: memFree=30820068/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=629944 CPUtime=402.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 156585 0 0 0 39384 846 0 0 25 0 1 0 133299929 645062656 155560 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 157486 155560 390 719 0 156765 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 629944

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14767
/proc/meminfo: memFree=30744748/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=733900 CPUtime=462.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 175395 0 0 0 45266 964 0 0 25 0 1 0 133299929 751513600 174370 4089446400 4194304 7136930 140736782329776 18446744073709551615 4407853 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 183475 174370 390 719 0 182754 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 733900

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14769
/proc/meminfo: memFree=30670664/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=804228 CPUtime=522.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 193910 0 0 0 51148 1082 0 0 25 0 1 0 133299929 823529472 192885 4089446400 4194304 7136930 140736782329776 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 201057 192885 390 719 0 200336 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 804228

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14771
/proc/meminfo: memFree=30598700/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=871732 CPUtime=582.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 211763 0 0 0 57033 1197 0 0 25 0 1 0 133299929 892653568 210738 4089446400 4194304 7136930 140736782329776 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 217933 210738 390 719 0 217212 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 871732

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14773
/proc/meminfo: memFree=30518912/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=946720 CPUtime=642.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 231475 0 0 0 62920 1310 0 0 25 0 1 0 133299929 969441280 230450 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 236680 230450 390 719 0 235959 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 946720

[startup+702.301 s]

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

/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 361604 0 0 0 104137 2093 0 0 25 0 1 0 133299929 1542049792 360579 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 376477 360579 390 719 0 375756 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1505908

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14794
/proc/meminfo: memFree=29922984/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=1575704 CPUtime=1122.31
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 380040 0 0 0 110021 2210 0 0 25 0 1 0 133299929 1613520896 379015 4089446400 4194304 7136930 140736782329776 18446744073709551615 5892349 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 393926 379015 390 719 0 393205 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1575704

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14796
/proc/meminfo: memFree=29850876/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=1643668 CPUtime=1182.31
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 397982 0 0 0 115911 2320 0 0 25 0 1 0 133299929 1683116032 396957 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 410917 396957 390 719 0 410196 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1643668

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 14798
/proc/meminfo: memFree=29772696/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=1717560 CPUtime=1242.31
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 417430 0 0 0 121796 2435 0 0 25 0 1 0 133299929 1758781440 416405 4089446400 4194304 7136930 140736782329776 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 429390 416405 390 719 0 428669 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1717560

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14798
/proc/meminfo: memFree=29697628/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=1787360 CPUtime=1302.32
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 435814 0 0 0 127680 2552 0 0 25 0 1 0 133299929 1830256640 434789 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14754/statm: 446840 434789 390 719 0 446119 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1787360

[startup+1362.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/195 14846
/proc/meminfo: memFree=29544452/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=1855456 CPUtime=1362.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 453839 0 0 0 133430 2800 0 0 25 0 1 0 133299929 1899986944 452814 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 463864 452814 390 719 0 463143 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 1855456

[startup+1422.31 s]
/proc/loadavg: 2.04 2.03 2.00 3/195 14848
/proc/meminfo: memFree=29410208/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=1933668 CPUtime=1422.3
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 474320 0 0 0 139058 3172 0 0 25 0 1 0 133299929 1980076032 473295 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 483417 473295 390 719 0 482696 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 1933668

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/195 14850
/proc/meminfo: memFree=29323224/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2003240 CPUtime=1482.29
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 492690 0 0 0 144686 3543 0 0 25 0 1 0 133299929 2051317760 491665 4089446400 4194304 7136930 140736782329776 18446744073709551615 4407888 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 500810 491665 390 719 0 500089 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 2003240

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/195 14852
/proc/meminfo: memFree=29231156/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2074044 CPUtime=1542.28
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 511354 0 0 0 150301 3927 0 0 25 0 1 0 133299929 2123821056 510329 4089446400 4194304 7136930 140736782329776 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 518511 510329 390 719 0 517790 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 2074044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/195 14852
/proc/meminfo: memFree=29155848/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2145008 CPUtime=1602.28
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 530065 0 0 0 155988 4240 0 0 25 0 1 0 133299929 2196488192 529040 4089446400 4194304 7136930 140736782329776 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 536252 529040 390 719 0 535531 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 2145008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 14854
/proc/meminfo: memFree=29081024/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2214696 CPUtime=1662.27
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 548458 0 0 0 161684 4543 0 0 25 0 1 0 133299929 2267848704 547433 4089446400 4194304 7136930 140736782329776 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 553674 547433 390 719 0 552953 0
Current children cumulated CPU time (s) 1662.27
Current children cumulated vsize (KiB) 2214696

[startup+1722.3 s]
/proc/loadavg: 2.32 2.07 2.02 3/195 14856
/proc/meminfo: memFree=28995652/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2282572 CPUtime=1722.27
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 566386 0 0 0 167388 4839 0 0 25 0 1 0 133299929 2337353728 565361 4089446400 4194304 7136930 140736782329776 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 570643 565361 390 719 0 569922 0
Current children cumulated CPU time (s) 1722.27
Current children cumulated vsize (KiB) 2282572

[startup+1782.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/195 14858
/proc/meminfo: memFree=28906068/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2356016 CPUtime=1782.27
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 585680 0 0 0 173095 5132 0 0 25 0 1 0 133299929 2412560384 584655 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 589004 584655 390 719 0 588283 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 2356016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.10 2.06 2.02 3/195 14858
/proc/meminfo: memFree=28881880/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2377860 CPUtime=1800.06
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 591413 0 0 0 174783 5223 0 0 25 0 1 0 133299929 2434928640 590388 4089446400 4194304 7136930 140736782329776 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14754/statm: 594465 590388 390 719 0 593744 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2377860

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14754

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

[startup+1801.4 s]
/proc/loadavg: 2.10 2.06 2.02 3/196 14859
/proc/meminfo: memFree=28881748/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2378024 CPUtime=1801.36
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 591438 0 0 0 174913 5223 0 0 25 0 1 0 133299929 2435096576 590413 4089446400 4194304 7136930 140736782329776 18446744073709551615 6165648 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14754/statm: 594506 590413 396 719 0 593785 0
Current children cumulated CPU time (s) 1801.36
Current children cumulated vsize (KiB) 2378024

[startup+1801.81 s]
/proc/loadavg: 2.10 2.06 2.02 3/196 14859
/proc/meminfo: memFree=28881868/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2378024 CPUtime=1801.76
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 591438 0 0 0 174953 5223 0 0 25 0 1 0 133299929 2435096576 590413 4089446400 4194304 7136930 140736782329776 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14754/statm: 594506 590413 396 719 0 593785 0
Current children cumulated CPU time (s) 1801.76
Current children cumulated vsize (KiB) 2378024

[startup+1802 s]
/proc/loadavg: 2.10 2.06 2.02 3/196 14859
/proc/meminfo: memFree=28881868/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2378024 CPUtime=1801.96
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 591438 0 0 0 174973 5223 0 0 25 0 1 0 133299929 2435096576 590413 4089446400 4194304 7136930 140736782329776 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14754/statm: 594506 590413 396 719 0 593785 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 2378024

[startup+1802.1 s]
/proc/loadavg: 2.10 2.06 2.02 3/196 14859
/proc/meminfo: memFree=28881868/32951132 swapFree=67111528/67111528
[pid=14754] ppid=14752 vsize=2378024 CPUtime=1802.06
/proc/14754/stat : 14754 (pbscip.linux.x8) R 14752 14754 13735 0 -1 4202496 591438 0 0 0 174983 5223 0 0 25 0 1 0 133299929 2435096576 590413 4089446400 4194304 7136930 140736782329776 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14754/statm: 594506 590413 396 719 0 593785 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 2378024

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.19
CPU time (s): 1802.16
CPU user time (s): 1749.84
CPU system time (s): 52.319
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 2378024

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

runsolver used 2.56361 second user time and 5.68014 second system time

The end

Launcher Data

Begin job on node129 at 2010-06-30 19:47:14
IDJOB=2693980
IDBENCH=79156
IDSOLVER=1206
FILE ID=node129/2693980-1277920034
PBS_JOBID= 11197303
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-PB05/aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693980-1277920034/watcher-2693980-1277920034 -o /tmp/evaluation-result-2693980-1277920034/solver-2693980-1277920034 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693980-1277920034.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 95c5d91e3a0ca992efaa2a36118a1c06
RANDOM SEED=1104176481

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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	: 5332.83
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.831
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.76
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.831
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.831
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	: 5410.05
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.831
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.831
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.831
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:     32951132 kB
MemFree:      31439532 kB
Buffers:        206812 kB
Cached:        1074424 kB
SwapCached:          0 kB
Active:         657180 kB
Inactive:       711128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31439532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:       87816 kB
Mapped:          15768 kB
Slab:            78944 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   234084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node129 at 2010-06-30 20:17:17