Trace number 2693978

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.14 1802.11

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_25_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMe8a78e2fe28a365664c9883ac99e1f12
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.183971
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables750
Total number of constraints80
Number of soft constraints80
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
Top cost 3814
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3813
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2693978-1277919961.wbo>
0.00/0.00	c original problem has 910 variables (830 bin, 0 int, 0 impl, 80 cont) and 161 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	o 3813
0.00/0.01	c feasible solution found by trivial heuristic, objective value  3.813000e+03
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 80 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 80 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/830 (12.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 80 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  80 implications, 0 cliques
0.00/0.01	c presolved problem has 910 variables (830 bin, 0 int, 0 impl, 80 cont) and 160 constraints
0.00/0.01	c      80 constraints of type <indicator>
0.00/0.01	c      80 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1943k|   0 |   - | 910 | 160 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
0.78/0.87	c   0.8s| 10000 |  9660 |     0 |   0.0 |6419k| 445 |   - | 910 |1833 |   0 |   0 |   0 |1747 |   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1.79/1.85	c   1.7s| 20000 | 18943 |     0 |   0.0 |  10M| 445 |   - | 910 |3397 |   0 |   0 |   0 |5746 |   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
2.88/2.91	c   2.7s| 30000 | 28572 |     0 |   0.0 |  14M| 445 |   - | 910 |1686 |   0 |   0 |   0 |7653 |   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
3.79/3.88	c   3.6s| 40000 | 38229 |     0 |   0.0 |  17M| 445 |   - | 910 | 832 |   0 |   0 |   0 |9475 |   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
4.79/4.85	c   4.5s| 50000 | 47860 |     0 |   0.0 |  20M| 445 |   - | 910 | 773 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
5.79/5.82	c   5.5s| 60000 | 57504 |     0 |   0.0 |  23M| 445 |   - | 910 | 881 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
6.68/6.70	c   6.3s| 70000 | 67131 |     0 |   0.0 |  26M| 445 |   - | 910 | 902 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
7.60/7.63	c   7.2s| 80000 | 76729 |     0 |   0.0 |  30M| 445 |   - | 910 | 940 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
8.59/8.62	c   8.1s| 90000 | 86325 |     0 |   0.0 |  33M| 445 |   - | 910 | 995 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
9.59/9.61	c   9.1s|100000 | 95905 |     0 |   0.0 |  36M| 445 |   - | 910 | 967 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
10.49/10.58	c  10.0s|110000 |105501 |     0 |   0.0 |  40M| 445 |   - | 910 |1125 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
11.49/11.57	c  10.9s|120000 |115063 |     0 |   0.0 |  43M| 445 |   - | 910 |1159 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
12.48/12.54	c  11.8s|130000 |124660 |     0 |   0.0 |  46M| 445 |   - | 910 |1249 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
13.39/13.44	c  12.7s|140000 |134231 |     0 |   0.0 |  49M| 445 |   - | 910 |1307 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
14.39/14.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.39/14.42	c  13.6s|150000 |143775 |     0 |   0.0 |  53M| 445 |   - | 910 |1215 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
15.30/15.40	c  14.6s|160000 |153274 |     0 |   0.0 |  56M| 445 |   - | 910 |1319 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
16.28/16.39	c  15.5s|170000 |162824 |     0 |   0.0 |  59M| 445 |   - | 910 |1396 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
17.39/17.41	c  16.4s|180000 |172343 |     0 |   0.0 |  63M| 445 |   - | 910 |1324 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
18.39/18.41	c  17.4s|190000 |181877 |     0 |   0.0 |  66M| 445 |   - | 910 |1313 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
19.29/19.39	c  18.3s|200000 |191362 |     0 |   0.0 |  70M| 445 |   - | 910 |1588 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
20.19/20.29	c  19.2s|210000 |200914 |     0 |   0.0 |  73M| 445 |   - | 910 |1539 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
21.19/21.28	c  20.1s|220000 |210433 |     0 |   0.0 |  77M| 445 |   - | 910 |1745 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
22.29/22.31	c  21.1s|230000 |219924 |     0 |   0.0 |  80M| 445 |   - | 910 |1624 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
23.28/23.35	c  22.1s|240000 |229334 |     0 |   0.0 |  84M| 445 |   - | 910 |1916 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
24.29/24.37	c  23.0s|250000 |238783 |     0 |   0.0 |  87M| 445 |   - | 910 |1891 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
25.39/25.40	c  24.0s|260000 |248239 |     0 |   0.0 |  90M| 445 |   - | 910 |1948 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
26.29/26.32	c  24.9s|270000 |257714 |     0 |   0.0 |  94M| 445 |   - | 910 |1838 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
27.19/27.28	c  25.8s|280000 |267182 |     0 |   0.0 |  97M| 445 |   - | 910 |2043 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
28.29/28.31	c  26.8s|290000 |276627 |     0 |   0.0 | 101M| 445 |   - | 910 |2077 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
29.28/29.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.28/29.34	c  27.7s|300000 |286068 |     0 |   0.0 | 104M| 445 |   - | 910 |2183 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
30.29/30.37	c  28.7s|310000 |295484 |     0 |   0.0 | 108M| 445 |   - | 910 |2266 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
31.39/31.44	c  29.7s|320000 |304841 |     0 |   0.0 | 111M| 445 |   - | 910 |2372 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
32.39/32.45	c  30.7s|330000 |314246 |     0 |   0.0 | 114M| 445 |   - | 910 |2211 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
33.29/33.38	c  31.6s|340000 |323665 |     0 |   0.0 | 118M| 445 |   - | 910 |2149 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
34.39/34.43	c  32.5s|350000 |333039 |     0 |   0.0 | 121M| 445 |   - | 910 |2361 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
35.39/35.48	c  33.5s|360000 |342432 |     0 |   0.0 | 125M| 445 |   - | 910 |2551 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
36.49/36.55	c  34.5s|370000 |351803 |     0 |   0.0 | 128M| 445 |   - | 910 |2469 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
37.49/37.57	c  35.5s|380000 |361147 |     0 |   0.0 | 132M| 445 |   - | 910 |2665 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
38.59/38.65	c  36.5s|390000 |370476 |     0 |   0.0 | 136M| 445 |   - | 910 |2838 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
39.60/39.63	c  37.5s|400000 |379798 |     0 |   0.0 | 139M| 445 |   - | 910 |2819 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
40.60/40.67	c  38.5s|410000 |389125 |     0 |   0.0 | 143M| 445 |   - | 910 |3243 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
41.69/41.75	c  39.5s|420000 |398443 |     0 |   0.0 | 147M| 445 |   - | 910 |3255 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
42.79/42.84	c  40.5s|430000 |407736 |     0 |   0.0 | 150M| 445 |   - | 910 |3407 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
43.90/43.96	c  41.6s|440000 |417001 |     0 |   0.0 | 154M| 445 |   - | 910 |3587 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
45.00/45.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.00/45.08	c  42.7s|450000 |426261 |     0 |   0.0 | 157M| 445 |   - | 910 |3089 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
45.99/46.08	c  43.6s|460000 |435536 |     0 |   0.0 | 161M| 445 |   - | 910 |3222 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
47.09/47.19	c  44.7s|470000 |444737 |     0 |   0.0 | 165M| 445 |   - | 910 |3177 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
48.30/48.36	c  45.8s|480000 |453913 |     0 |   0.0 | 168M| 445 |   - | 910 |3409 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
49.40/49.48	c  46.9s|490000 |463135 |     0 |   0.0 | 172M| 445 |   - | 910 |3761 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
50.60/50.66	c  48.0s|500000 |472329 |     0 |   0.0 | 176M| 445 |   - | 910 |3992 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
51.79/51.84	c  49.1s|510000 |481471 |     0 |   0.0 | 180M| 445 |   - | 910 |4127 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
52.80/52.89	c  50.1s|520000 |490634 |     0 |   0.0 | 184M| 445 |   - | 910 |4252 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
54.09/54.10	c  51.2s|530000 |499750 |     0 |   0.0 | 187M| 445 |   - | 910 |3437 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
55.29/55.33	c  52.4s|540000 |508835 |     0 |   0.0 | 191M| 445 |   - | 910 |3927 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
56.49/56.55	c  53.6s|550000 |517905 |     0 |   0.0 | 195M| 445 |   - | 910 |3758 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
57.69/57.75	c  54.7s|560000 |526983 |     0 |   0.0 | 199M| 445 |   - | 910 |4067 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
58.89/58.92	c  55.8s|570000 |536030 |     0 |   0.0 | 203M| 445 |   - | 910 |4553 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
60.09/60.10	c  57.0s|580000 |545065 |     0 |   0.0 | 207M| 445 |   - | 910 |5050 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
61.29/61.38	c  58.2s|590000 |554056 |     0 |   0.0 | 211M| 445 |   - | 910 |5743 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
62.69/62.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.69/62.72	c  59.5s|600000 |562976 |     0 |   0.0 | 215M| 445 |   - | 910 |6512 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
64.09/64.11	c  60.8s|610000 |571873 |     0 |   0.0 | 220M| 445 |   - | 910 |7110 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
65.39/65.43	c  62.1s|620000 |580797 |     0 |   0.0 | 224M| 445 |   - | 910 |7659 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
66.69/66.78	c  63.4s|630000 |589641 |     0 |   0.0 | 228M| 445 |   - | 910 |8212 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
68.19/68.27	c  64.8s|640000 |598416 |     0 |   0.0 | 233M| 445 |   - | 910 |8590 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
69.69/69.77	c  66.2s|650000 |607154 |     0 |   0.0 | 236M| 445 |   - | 910 |8368 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
71.29/71.30	c  67.7s|660000 |615878 |     0 |   0.0 | 240M| 445 |   - | 910 |8549 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
72.69/72.72	c  69.1s|670000 |624570 |     0 |   0.0 | 244M| 445 |   - | 910 |8609 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
74.19/74.25	c  70.5s|680000 |633181 |     0 |   0.0 | 249M| 445 |   - | 910 |8775 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
75.69/75.79	c  72.0s|690000 |641791 |     0 |   0.0 | 253M| 445 |   - | 910 |8669 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
77.29/77.38	c  73.6s|700000 |650275 |     0 |   0.0 | 257M| 445 |   - | 910 |9005 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
78.99/79.01	c  75.1s|710000 |658632 |     0 |   0.0 | 262M| 445 |   - | 910 |9971 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
80.59/80.70	c  76.8s|720000 |667156 |     0 |   0.0 | 266M| 445 |   - | 910 |  10k|   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
82.50/82.54	c  78.5s|730000 |675476 |     0 |   0.0 | 270M| 445 |   - | 910 |  10k|   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
84.29/84.39	c  80.3s|740000 |683708 |     0 |   0.0 | 275M| 445 |   - | 910 |  10k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
86.09/86.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.09/86.12	c  82.0s|750000 |691953 |     0 |   0.0 | 280M| 445 |   - | 910 |  11k|   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
88.00/88.05	c  83.9s|760000 |700108 |     0 |   0.0 | 284M| 445 |   - | 910 |  11k|   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
89.99/90.06	c  85.8s|770000 |708221 |     0 |   0.0 | 288M| 445 |   - | 910 |  11k|   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
91.90/91.92	c  87.6s|780000 |716324 |     0 |   0.0 | 292M| 445 |   - | 910 |  11k|   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
93.69/93.70	c  89.3s|790000 |724541 |     0 |   0.0 | 296M| 445 |   - | 910 |  12k|   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
95.60/95.67	c  91.2s|800000 |732616 |     0 |   0.0 | 300M| 445 |   - | 910 |  11k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
97.29/97.31	c  92.8s|810000 |741018 |     0 |   0.0 | 303M| 445 |   - | 910 |  10k|   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
98.69/98.74	c  94.2s|820000 |749492 |     0 |   0.0 | 307M| 445 |   - | 910 |  10k|   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
100.29/100.33	c  95.7s|830000 |757821 |     0 |   0.0 | 311M| 445 |   - | 910 |  10k|   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
101.99/102.01	c  97.3s|840000 |766121 |     0 |   0.0 | 315M| 445 |   - | 910 |  11k|   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
103.69/103.79	c  99.1s|850000 |774230 |     0 |   0.0 | 319M| 445 |   - | 910 |  12k|   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
105.39/105.44	c   101s|860000 |782296 |     0 |   0.0 | 325M| 453 |   - | 910 |  15k|   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
107.39/107.48	c   103s|870000 |789984 |     0 |   0.0 | 329M| 453 |   - | 910 |  16k|   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
109.39/109.49	c   105s|880000 |797727 |     0 |   0.0 | 334M| 453 |   - | 910 |  19k|   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
111.89/111.99	c   107s|890000 |804838 |     0 |   0.0 | 336M| 453 |   - | 910 |9058 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
113.49/113.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.49/113.54	c   109s|900000 |813595 |     0 |   0.0 | 338M| 453 |   - | 910 |2455 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
114.59/114.67	c   110s|910000 |822933 |     0 |   0.0 | 342M| 453 |   - | 910 |2130 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
115.69/115.75	c   111s|920000 |832557 |     0 |   0.0 | 345M| 453 |   - | 910 |1866 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
116.79/116.87	c   112s|930000 |842150 |     0 |   0.0 | 349M| 453 |   - | 910 |1868 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
117.89/117.95	c   113s|940000 |851694 |     0 |   0.0 | 352M| 453 |   - | 910 |1736 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
118.89/118.96	c   114s|950000 |861299 |     0 |   0.0 | 356M| 453 |   - | 910 |1689 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
119.99/120.08	c   115s|960000 |870883 |     0 |   0.0 | 359M| 453 |   - | 910 |1634 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
121.19/121.20	c   116s|970000 |880453 |     0 |   0.0 | 363M| 453 |   - | 910 |1612 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
122.29/122.30	c   117s|980000 |890054 |     0 |   0.0 | 366M| 453 |   - | 910 |1634 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
123.40/123.40	c   118s|990000 |899642 |     0 |   0.0 | 370M| 453 |   - | 910 |1603 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
124.39/124.44	c   119s|  1000k|909246 |     0 |   0.0 | 373M| 453 |   - | 910 |1600 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
125.40/125.45	c   120s|  1010k|918832 |     0 |   0.0 | 377M| 453 |   - | 910 |1573 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
126.50/126.58	c   121s|  1020k|928406 |     0 |   0.0 | 380M| 453 |   - | 910 |1590 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
127.69/127.73	c   122s|  1030k|938003 |     0 |   0.0 | 383M| 453 |   - | 910 |1562 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
128.80/128.86	c   123s|  1040k|947604 |     0 |   0.0 | 387M| 453 |   - | 910 |1579 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
129.99/130.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.99/130.02	c   124s|  1050k|957167 |     0 |   0.0 | 390M| 453 |   - | 910 |1665 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
131.09/131.10	c   125s|  1060k|966750 |     0 |   0.0 | 394M| 453 |   - | 910 |1675 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
132.19/132.20	c   126s|  1070k|976330 |     0 |   0.0 | 397M| 453 |   - | 910 |1600 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
133.30/133.38	c   127s|  1080k|985901 |     0 |   0.0 | 401M| 453 |   - | 910 |1624 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
134.49/134.56	c   129s|  1090k|995470 |     0 |   0.0 | 404M| 453 |   - | 910 |1738 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
135.69/135.74	c   130s|  1100k|  1005k|     0 |   0.0 | 407M| 453 |   - | 910 |1596 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
136.90/136.93	c   131s|  1110k|  1014k|     0 |   0.0 | 411M| 453 |   - | 910 |1583 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
137.89/137.99	c   132s|  1120k|  1024k|     0 |   0.0 | 414M| 453 |   - | 910 |1582 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
139.09/139.11	c   133s|  1130k|  1033k|     0 |   0.0 | 418M| 453 |   - | 910 |1602 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
140.19/140.27	c   134s|  1140k|  1043k|     0 |   0.0 | 421M| 453 |   - | 910 |1624 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
141.40/141.41	c   135s|  1150k|  1052k|     0 |   0.0 | 425M| 453 |   - | 910 |1702 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
142.49/142.56	c   136s|  1160k|  1062k|     0 |   0.0 | 428M| 453 |   - | 910 |1697 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
143.59/143.69	c   137s|  1170k|  1072k|     0 |   0.0 | 431M| 453 |   - | 910 |1679 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
144.69/144.72	c   138s|  1180k|  1081k|     0 |   0.0 | 435M| 453 |   - | 910 |1702 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
145.79/145.81	c   139s|  1190k|  1091k|     0 |   0.0 | 438M| 453 |   - | 910 |1648 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
146.89/146.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.89/146.94	c   140s|  1200k|  1100k|     0 |   0.0 | 442M| 453 |   - | 910 |1598 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
147.99/148.04	c   141s|  1210k|  1110k|     0 |   0.0 | 445M| 453 |   - | 910 |1678 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
149.09/149.15	c   142s|  1220k|  1119k|     0 |   0.0 | 449M| 453 |   - | 910 |1655 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
150.20/150.26	c   144s|  1230k|  1129k|     0 |   0.0 | 452M| 453 |   - | 910 |1642 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
151.19/151.25	c   144s|  1240k|  1138k|     0 |   0.0 | 455M| 453 |   - | 910 |1680 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
152.29/152.30	c   145s|  1250k|  1148k|     0 |   0.0 | 459M| 453 |   - | 910 |1670 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
153.29/153.38	c   146s|  1260k|  1158k|     0 |   0.0 | 462M| 453 |   - | 910 |1652 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
154.39/154.48	c   148s|  1270k|  1167k|     0 |   0.0 | 466M| 453 |   - | 910 |1645 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
155.50/155.58	c   149s|  1280k|  1177k|     0 |   0.0 | 469M| 453 |   - | 910 |1701 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
156.59/156.67	c   150s|  1290k|  1186k|     0 |   0.0 | 473M| 453 |   - | 910 |1667 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
157.59/157.65	c   151s|  1300k|  1196k|     0 |   0.0 | 476M| 453 |   - | 910 |1762 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
158.69/158.70	c   152s|  1310k|  1206k|     0 |   0.0 | 479M| 453 |   - | 910 |1612 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
159.79/159.81	c   153s|  1320k|  1215k|     0 |   0.0 | 483M| 453 |   - | 910 |1671 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
160.89/160.90	c   154s|  1330k|  1225k|     0 |   0.0 | 486M| 453 |   - | 910 |1728 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
161.99/162.02	c   155s|  1340k|  1234k|     0 |   0.0 | 490M| 453 |   - | 910 |1729 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
163.09/163.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.09/163.13	c   156s|  1350k|  1244k|     0 |   0.0 | 493M| 453 |   - | 910 |1669 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
164.10/164.14	c   157s|  1360k|  1253k|     0 |   0.0 | 496M| 453 |   - | 910 |1643 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
165.19/165.21	c   158s|  1370k|  1263k|     0 |   0.0 | 500M| 453 |   - | 910 |1689 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
166.30/166.32	c   159s|  1380k|  1272k|     0 |   0.0 | 503M| 453 |   - | 910 |1717 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
167.39/167.44	c   160s|  1390k|  1282k|     0 |   0.0 | 507M| 453 |   - | 910 |1747 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
168.49/168.54	c   161s|  1400k|  1292k|     0 |   0.0 | 510M| 453 |   - | 910 |1634 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
169.59/169.63	c   162s|  1410k|  1301k|     0 |   0.0 | 513M| 453 |   - | 910 |1670 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
170.59/170.63	c   163s|  1420k|  1311k|     0 |   0.0 | 517M| 453 |   - | 910 |1715 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
171.60/171.67	c   164s|  1430k|  1320k|     0 |   0.0 | 520M| 453 |   - | 910 |1704 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
172.70/172.77	c   165s|  1440k|  1330k|     0 |   0.0 | 524M| 453 |   - | 910 |1744 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
173.89/173.94	c   166s|  1450k|  1339k|     0 |   0.0 | 527M| 453 |   - | 910 |1640 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
174.99/175.03	c   167s|  1460k|  1349k|     0 |   0.0 | 531M| 453 |   - | 910 |1672 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
176.09/176.16	c   168s|  1470k|  1358k|     0 |   0.0 | 534M| 453 |   - | 910 |1717 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
177.20/177.21	c   169s|  1480k|  1368k|     0 |   0.0 | 537M| 453 |   - | 910 |1673 |   0 |   0 |   0 | 587k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
178.20/178.27	c   170s|  1490k|  1378k|     0 |   0.0 | 541M| 453 |   - | 910 |1780 |   0 |   0 |   0 | 589k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
179.39/179.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.39/179.41	c   171s|  1500k|  1387k|     0 |   0.0 | 544M| 453 |   - | 910 |1682 |   0 |   0 |   0 | 592k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
180.49/180.54	c   172s|  1510k|  1397k|     0 |   0.0 | 548M| 453 |   - | 910 |1686 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
181.59/181.65	c   173s|  1520k|  1406k|     0 |   0.0 | 551M| 453 |   - | 910 |1693 |   0 |   0 |   0 | 596k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
182.69/182.73	c   174s|  1530k|  1416k|     0 |   0.0 | 554M| 453 |   - | 910 |1802 |   0 |   0 |   0 | 598k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
183.79/183.81	c   175s|  1540k|  1425k|     0 |   0.0 | 558M| 453 |   - | 910 |1905 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
184.89/184.90	c   176s|  1550k|  1435k|     0 |   0.0 | 561M| 453 |   - | 910 |1813 |   0 |   0 |   0 | 603k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
186.00/186.00	c   177s|  1560k|  1444k|     0 |   0.0 | 565M| 453 |   - | 910 |1746 |   0 |   0 |   0 | 606k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
187.10/187.13	c   179s|  1570k|  1454k|     0 |   0.0 | 568M| 453 |   - | 910 |1751 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
188.19/188.26	c   180s|  1580k|  1463k|     0 |   0.0 | 571M| 453 |   - | 910 |1685 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
189.30/189.39	c   181s|  1590k|  1473k|     0 |   0.0 | 575M| 453 |   - | 910 |1722 |   0 |   0 |   0 | 613k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
190.39/190.43	c   182s|  1600k|  1482k|     0 |   0.0 | 578M| 453 |   - | 910 |1802 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
191.40/191.49	c   183s|  1610k|  1492k|     0 |   0.0 | 582M| 453 |   - | 910 |1618 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
192.59/192.62	c   184s|  1620k|  1502k|     0 |   0.0 | 585M| 453 |   - | 910 |1668 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
193.69/193.74	c   185s|  1630k|  1511k|     0 |   0.0 | 588M| 453 |   - | 910 |1694 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
194.79/194.88	c   186s|  1640k|  1521k|     0 |   0.0 | 592M| 453 |   - | 910 |1732 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
195.90/195.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.90/195.98	c   187s|  1650k|  1530k|     0 |   0.0 | 595M| 453 |   - | 910 |1657 |   0 |   0 |   0 | 627k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
196.90/196.99	c   188s|  1660k|  1540k|     0 |   0.0 | 599M| 453 |   - | 910 |1746 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
198.00/198.04	c   189s|  1670k|  1549k|     0 |   0.0 | 602M| 453 |   - | 910 |1651 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
199.10/199.18	c   190s|  1680k|  1559k|     0 |   0.0 | 605M| 453 |   - | 910 |1737 |   0 |   0 |   0 | 634k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
200.29/200.34	c   191s|  1690k|  1568k|     0 |   0.0 | 609M| 453 |   - | 910 |1707 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
201.39/201.44	c   192s|  1700k|  1578k|     0 |   0.0 | 612M| 453 |   - | 910 |1709 |   0 |   0 |   0 | 639k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
202.49/202.54	c   193s|  1710k|  1587k|     0 |   0.0 | 616M| 453 |   - | 910 |1758 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
203.50/203.58	c   194s|  1720k|  1597k|     0 |   0.0 | 619M| 453 |   - | 910 |1774 |   0 |   0 |   0 | 644k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
204.60/204.66	c   195s|  1730k|  1606k|     0 |   0.0 | 623M| 453 |   - | 910 |1693 |   0 |   0 |   0 | 646k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
205.79/205.83	c   196s|  1740k|  1616k|     0 |   0.0 | 626M| 453 |   - | 910 |1807 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
206.89/206.92	c   197s|  1750k|  1625k|     0 |   0.0 | 630M| 453 |   - | 910 |1863 |   0 |   0 |   0 | 651k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
208.00/208.00	c   198s|  1760k|  1635k|     0 |   0.0 | 633M| 453 |   - | 910 |1864 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
209.10/209.12	c   199s|  1770k|  1645k|     0 |   0.0 | 637M| 453 |   - | 910 |1761 |   0 |   0 |   0 | 656k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
210.00/210.10	c   200s|  1780k|  1654k|     0 |   0.0 | 640M| 453 |   - | 910 |1802 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
211.10/211.13	c   201s|  1790k|  1664k|     0 |   0.0 | 643M| 453 |   - | 910 |1741 |   0 |   0 |   0 | 661k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
212.20/212.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.20/212.28	c   202s|  1800k|  1673k|     0 |   0.0 | 647M| 453 |   - | 910 |1783 |   0 |   0 |   0 | 664k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
213.40/213.43	c   204s|  1810k|  1683k|     0 |   0.0 | 650M| 453 |   - | 910 |1830 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
214.50/214.54	c   205s|  1820k|  1692k|     0 |   0.0 | 654M| 453 |   - | 910 |1809 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
215.59/215.69	c   206s|  1830k|  1702k|     0 |   0.0 | 657M| 453 |   - | 910 |1704 |   0 |   0 |   0 | 671k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
216.60/216.69	c   207s|  1840k|  1711k|     0 |   0.0 | 661M| 453 |   - | 910 |1709 |   0 |   0 |   0 | 673k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
217.70/217.76	c   208s|  1850k|  1721k|     0 |   0.0 | 664M| 453 |   - | 910 |1759 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
218.80/218.85	c   209s|  1860k|  1730k|     0 |   0.0 | 668M| 453 |   - | 910 |1731 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
219.90/219.93	c   210s|  1870k|  1740k|     0 |   0.0 | 671M| 453 |   - | 910 |1805 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
221.00/221.08	c   211s|  1880k|  1749k|     0 |   0.0 | 674M| 453 |   - | 910 |1870 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
222.20/222.21	c   212s|  1890k|  1759k|     0 |   0.0 | 678M| 453 |   - | 910 |1869 |   0 |   0 |   0 | 686k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
223.20/223.23	c   213s|  1900k|  1768k|     0 |   0.0 | 681M| 453 |   - | 910 |1916 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
224.30/224.30	c   214s|  1910k|  1778k|     0 |   0.0 | 685M| 453 |   - | 910 |1820 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
225.40/225.44	c   215s|  1920k|  1788k|     0 |   0.0 | 688M| 453 |   - | 910 |1855 |   0 |   0 |   0 | 693k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
226.50/226.58	c   216s|  1930k|  1797k|     0 |   0.0 | 692M| 453 |   - | 910 |1816 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
227.60/227.69	c   217s|  1940k|  1807k|     0 |   0.0 | 695M| 453 |   - | 910 |1784 |   0 |   0 |   0 | 698k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
228.80/228.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.80/228.83	c   218s|  1950k|  1816k|     0 |   0.0 | 698M| 453 |   - | 910 |1873 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
229.80/229.88	c   219s|  1960k|  1826k|     0 |   0.0 | 702M| 453 |   - | 910 |1822 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
230.90/230.97	c   220s|  1970k|  1835k|     0 |   0.0 | 705M| 453 |   - | 910 |1941 |   0 |   0 |   0 | 706k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
232.10/232.10	c   221s|  1980k|  1845k|     0 |   0.0 | 709M| 453 |   - | 910 |1837 |   0 |   0 |   0 | 709k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
233.20/233.24	c   222s|  1990k|  1854k|     0 |   0.0 | 712M| 453 |   - | 910 |1888 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
234.30/234.38	c   224s|  2000k|  1864k|     0 |   0.0 | 716M| 453 |   - | 910 |1904 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
235.49/235.50	c   225s|  2010k|  1873k|     0 |   0.0 | 719M| 453 |   - | 910 |1921 |   0 |   0 |   0 | 716k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
236.50/236.54	c   226s|  2020k|  1883k|     0 |   0.0 | 722M| 453 |   - | 910 |1893 |   0 |   0 |   0 | 719k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
237.60/237.61	c   227s|  2030k|  1892k|     0 |   0.0 | 726M| 453 |   - | 910 |1932 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
238.70/238.73	c   228s|  2040k|  1902k|     0 |   0.0 | 729M| 453 |   - | 910 |1990 |   0 |   0 |   0 | 724k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
239.80/239.87	c   229s|  2050k|  1911k|     0 |   0.0 | 733M| 453 |   - | 910 |1893 |   0 |   0 |   0 | 726k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
240.99/241.06	c   230s|  2060k|  1921k|     0 |   0.0 | 736M| 453 |   - | 910 |1920 |   0 |   0 |   0 | 729k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
242.09/242.15	c   231s|  2070k|  1930k|     0 |   0.0 | 740M| 453 |   - | 910 |1921 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
243.10/243.17	c   232s|  2080k|  1940k|     0 |   0.0 | 743M| 453 |   - | 910 |1785 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
244.20/244.27	c   233s|  2090k|  1949k|     0 |   0.0 | 746M| 453 |   - | 910 |1935 |   0 |   0 |   0 | 736k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
245.30/245.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.30/245.38	c   234s|  2100k|  1959k|     0 |   0.0 | 750M| 453 |   - | 910 |1890 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
246.49/246.52	c   235s|  2110k|  1968k|     0 |   0.0 | 753M| 453 |   - | 910 |1907 |   0 |   0 |   0 | 741k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
247.59/247.69	c   236s|  2120k|  1978k|     0 |   0.0 | 757M| 453 |   - | 910 |2077 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
248.70/248.79	c   237s|  2130k|  1987k|     0 |   0.0 | 760M| 453 |   - | 910 |2060 |   0 |   0 |   0 | 747k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
249.89/249.93	c   238s|  2140k|  1997k|     0 |   0.0 | 764M| 453 |   - | 910 |2049 |   0 |   0 |   0 | 750k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
250.99/251.06	c   239s|  2150k|  2006k|     0 |   0.0 | 767M| 453 |   - | 910 |1969 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
252.20/252.22	c   240s|  2160k|  2016k|     0 |   0.0 | 770M| 453 |   - | 910 |1938 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
253.30/253.37	c   242s|  2170k|  2025k|     0 |   0.0 | 774M| 453 |   - | 910 |1939 |   0 |   0 |   0 | 757k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
254.49/254.52	c   243s|  2180k|  2035k|     0 |   0.0 | 777M| 453 |   - | 910 |1973 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
255.60/255.62	c   244s|  2190k|  2044k|     0 |   0.0 | 781M| 453 |   - | 910 |1932 |   0 |   0 |   0 | 762k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
256.59/256.69	c   245s|  2200k|  2054k|     0 |   0.0 | 784M| 453 |   - | 910 |1964 |   0 |   0 |   0 | 765k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
257.79/257.84	c   246s|  2210k|  2063k|     0 |   0.0 | 787M| 453 |   - | 910 |2003 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
259.00/259.01	c   247s|  2220k|  2073k|     0 |   0.0 | 791M| 453 |   - | 910 |2065 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
260.09/260.10	c   248s|  2230k|  2083k|     0 |   0.0 | 794M| 453 |   - | 910 |1937 |   0 |   0 |   0 | 772k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
261.19/261.28	c   249s|  2240k|  2092k|     0 |   0.0 | 798M| 453 |   - | 910 |1934 |   0 |   0 |   0 | 775k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
262.30/262.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
262.30/262.36	c   250s|  2250k|  2101k|     0 |   0.0 | 801M| 453 |   - | 910 |1988 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
263.39/263.42	c   251s|  2260k|  2111k|     0 |   0.0 | 805M| 453 |   - | 910 |1973 |   0 |   0 |   0 | 780k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
264.50/264.52	c   252s|  2270k|  2121k|     0 |   0.0 | 808M| 453 |   - | 910 |2025 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
265.59/265.65	c   253s|  2280k|  2130k|     0 |   0.0 | 811M| 453 |   - | 910 |2008 |   0 |   0 |   0 | 785k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
266.79/266.82	c   254s|  2290k|  2139k|     0 |   0.0 | 815M| 453 |   - | 910 |1987 |   0 |   0 |   0 | 787k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
267.89/267.93	c   255s|  2300k|  2149k|     0 |   0.0 | 818M| 453 |   - | 910 |2103 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
268.99/269.04	c   256s|  2310k|  2158k|     0 |   0.0 | 822M| 453 |   - | 910 |2075 |   0 |   0 |   0 | 792k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
270.09/270.12	c   258s|  2320k|  2168k|     0 |   0.0 | 825M| 453 |   - | 910 |1996 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
271.30/271.31	c   259s|  2330k|  2177k|     0 |   0.0 | 829M| 453 |   - | 910 |1871 |   0 |   0 |   0 | 798k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
272.40/272.46	c   260s|  2340k|  2187k|     0 |   0.0 | 832M| 453 |   - | 910 |1924 |   0 |   0 |   0 | 800k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
273.49/273.59	c   261s|  2350k|  2196k|     0 |   0.0 | 835M| 453 |   - | 910 |1971 |   0 |   0 |   0 | 803k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
274.60/274.69	c   262s|  2360k|  2206k|     0 |   0.0 | 839M| 453 |   - | 910 |1987 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
275.70/275.76	c   263s|  2370k|  2216k|     0 |   0.0 | 842M| 453 |   - | 910 |2067 |   0 |   0 |   0 | 807k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
276.79/276.86	c   264s|  2380k|  2225k|     0 |   0.0 | 846M| 453 |   - | 910 |2156 |   0 |   0 |   0 | 810k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
277.99/278.03	c   265s|  2390k|  2235k|     0 |   0.0 | 849M| 453 |   - | 910 |2006 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
279.09/279.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.09/279.14	c   266s|  2400k|  2244k|     0 |   0.0 | 853M| 453 |   - | 910 |1984 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
280.30/280.31	c   267s|  2410k|  2254k|     0 |   0.0 | 856M| 453 |   - | 910 |2049 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
281.39/281.47	c   268s|  2420k|  2263k|     0 |   0.0 | 859M| 453 |   - | 910 |1948 |   0 |   0 |   0 | 820k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
282.49/282.53	c   269s|  2430k|  2273k|     0 |   0.0 | 863M| 453 |   - | 910 |1933 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
283.59/283.67	c   270s|  2440k|  2282k|     0 |   0.0 | 866M| 453 |   - | 910 |2007 |   0 |   0 |   0 | 825k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
284.69/284.79	c   272s|  2450k|  2292k|     0 |   0.0 | 870M| 453 |   - | 910 |1974 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
285.90/285.91	c   273s|  2460k|  2301k|     0 |   0.0 | 873M| 453 |   - | 910 |2049 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
287.00/287.09	c   274s|  2470k|  2311k|     0 |   0.0 | 877M| 453 |   - | 910 |2053 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
288.20/288.21	c   275s|  2480k|  2320k|     0 |   0.0 | 880M| 453 |   - | 910 |2068 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
289.20/289.25	c   276s|  2490k|  2330k|     0 |   0.0 | 883M| 453 |   - | 910 |2014 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
290.30/290.40	c   277s|  2500k|  2339k|     0 |   0.0 | 887M| 453 |   - | 910 |2049 |   0 |   0 |   0 | 840k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
291.50/291.52	c   278s|  2510k|  2349k|     0 |   0.0 | 890M| 453 |   - | 910 |2056 |   0 |   0 |   0 | 842k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
292.69/292.71	c   279s|  2520k|  2358k|     0 |   0.0 | 894M| 453 |   - | 910 |1913 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
293.80/293.84	c   280s|  2530k|  2368k|     0 |   0.0 | 897M| 453 |   - | 910 |2007 |   0 |   0 |   0 | 847k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
294.89/294.92	c   281s|  2540k|  2377k|     0 |   0.0 | 901M| 453 |   - | 910 |2096 |   0 |   0 |   0 | 850k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
295.90/295.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.90/295.91	c   282s|  2550k|  2387k|     0 |   0.0 | 904M| 453 |   - | 910 |1989 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
297.00/297.01	c   283s|  2560k|  2396k|     0 |   0.0 | 907M| 453 |   - | 910 |1944 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
298.10/298.13	c   284s|  2570k|  2406k|     0 |   0.0 | 911M| 453 |   - | 910 |2122 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
299.20/299.23	c   285s|  2580k|  2415k|     0 |   0.0 | 914M| 453 |   - | 910 |2171 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
300.30/300.35	c   286s|  2590k|  2425k|     0 |   0.0 | 918M| 453 |   - | 910 |2187 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
301.41/301.43	c   287s|  2600k|  2434k|     0 |   0.0 | 921M| 453 |   - | 910 |2212 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
302.40/302.46	c   288s|  2610k|  2444k|     0 |   0.0 | 925M| 453 |   - | 910 |2261 |   0 |   0 |   0 | 868k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
303.60/303.61	c   289s|  2620k|  2453k|     0 |   0.0 | 928M| 453 |   - | 910 |2101 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
304.70/304.77	c   291s|  2630k|  2463k|     0 |   0.0 | 931M| 453 |   - | 910 |2118 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
305.80/305.88	c   292s|  2640k|  2472k|     0 |   0.0 | 935M| 453 |   - | 910 |2165 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
306.99/307.01	c   293s|  2650k|  2482k|     0 |   0.0 | 938M| 453 |   - | 910 |2185 |   0 |   0 |   0 | 878k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
308.09/308.14	c   294s|  2660k|  2491k|     0 |   0.0 | 942M| 453 |   - | 910 |2188 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
309.11/309.19	c   295s|  2670k|  2501k|     0 |   0.0 | 945M| 453 |   - | 910 |2202 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
310.30/310.39	c   296s|  2680k|  2510k|     0 |   0.0 | 948M| 453 |   - | 910 |2192 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
311.49/311.59	c   297s|  2690k|  2520k|     0 |   0.0 | 952M| 453 |   - | 910 |2236 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
312.69/312.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.69/312.79	c   298s|  2700k|  2529k|     0 |   0.0 | 955M| 453 |   - | 910 |2354 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
313.89/313.97	c   299s|  2710k|  2539k|     0 |   0.0 | 959M| 453 |   - | 910 |2391 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
314.99/315.09	c   300s|  2720k|  2548k|     0 |   0.0 | 962M| 453 |   - | 910 |2330 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
316.20/316.22	c   301s|  2730k|  2557k|     0 |   0.0 | 966M| 453 |   - | 910 |2086 |   0 |   0 |   0 | 899k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
317.39/317.42	c   303s|  2740k|  2567k|     0 |   0.0 | 969M| 453 |   - | 910 |2165 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
318.49/318.58	c   304s|  2750k|  2576k|     0 |   0.0 | 973M| 453 |   - | 910 |2114 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
319.69/319.77	c   305s|  2760k|  2586k|     0 |   0.0 | 976M| 453 |   - | 910 |2231 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
320.90/320.92	c   306s|  2770k|  2595k|     0 |   0.0 | 980M| 453 |   - | 910 |2114 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
321.90/321.96	c   307s|  2780k|  2605k|     0 |   0.0 | 983M| 453 |   - | 910 |2249 |   0 |   0 |   0 | 912k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
323.09/323.19	c   308s|  2790k|  2614k|     0 |   0.0 | 986M| 453 |   - | 910 |2301 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
324.29/324.38	c   309s|  2800k|  2624k|     0 |   0.0 | 990M| 453 |   - | 910 |2304 |   0 |   0 |   0 | 917k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
325.50/325.60	c   310s|  2810k|  2633k|     0 |   0.0 | 993M| 453 |   - | 910 |2406 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
326.70/326.74	c   312s|  2820k|  2643k|     0 |   0.0 | 997M| 453 |   - | 910 |2385 |   0 |   0 |   0 | 923k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
327.80/327.88	c   313s|  2830k|  2652k|     0 |   0.0 |1000M| 453 |   - | 910 |2358 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
328.91/328.96	c   314s|  2840k|  2662k|     0 |   0.0 |1004M| 453 |   - | 910 |2152 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
330.10/330.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.10/330.18	c   315s|  2850k|  2671k|     0 |   0.0 |1007M| 453 |   - | 910 |2170 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
331.40/331.42	c   316s|  2860k|  2681k|     0 |   0.0 |1011M| 453 |   - | 910 |2298 |   0 |   0 |   0 | 934k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
332.70/332.74	c   317s|  2870k|  2690k|     0 |   0.0 |1014M| 453 |   - | 910 |2113 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
333.99/334.08	c   319s|  2880k|  2700k|     0 |   0.0 |1017M| 453 |   - | 910 |2226 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
335.30/335.37	c   320s|  2890k|  2709k|     0 |   0.0 |1021M| 453 |   - | 910 |2254 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
336.80/336.80	c   321s|  2900k|  2719k|     0 |   0.0 |1024M| 453 |   - | 910 |2341 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
338.09/338.15	c   322s|  2910k|  2728k|     0 |   0.0 |1028M| 453 |   - | 910 |2260 |   0 |   0 |   0 | 947k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
339.50/339.51	c   324s|  2920k|  2738k|     0 |   0.0 |1031M| 453 |   - | 910 |2278 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
340.90/340.90	c   325s|  2930k|  2747k|     0 |   0.0 |1035M| 453 |   - | 910 |2361 |   0 |   0 |   0 | 952k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
342.40/342.48	c   327s|  2940k|  2757k|     0 |   0.0 |1038M| 453 |   - | 910 |2264 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
344.09/344.19	c   328s|  2950k|  2766k|     0 |   0.0 |1042M| 453 |   - | 910 |2065 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
345.69/345.70	c   330s|  2960k|  2776k|     0 |   0.0 |1045M| 453 |   - | 910 |2142 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
347.09/347.11	c   331s|  2970k|  2785k|     0 |   0.0 |1049M| 453 |   - | 910 |2239 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
348.40/348.42	c   332s|  2980k|  2795k|     0 |   0.0 |1052M| 453 |   - | 910 |2251 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
349.90/349.92	c   334s|  2990k|  2804k|     0 |   0.0 |1055M| 453 |   - | 910 |2186 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
351.30/351.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.30/351.38	c   335s|  3000k|  2813k|     0 |   0.0 |1059M| 453 |   - | 910 |2266 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
352.79/352.87	c   337s|  3010k|  2823k|     0 |   0.0 |1062M| 453 |   - | 910 |2312 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
354.20/354.22	c   338s|  3020k|  2832k|     0 |   0.0 |1066M| 453 |   - | 910 |2354 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
355.49/355.53	c   339s|  3030k|  2842k|     0 |   0.0 |1069M| 453 |   - | 910 |2383 |   0 |   0 |   0 | 979k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
356.80/356.87	c   340s|  3040k|  2851k|     0 |   0.0 |1073M| 453 |   - | 910 |2370 |   0 |   0 |   0 | 981k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
357.99/358.05	c   342s|  3050k|  2861k|     0 |   0.0 |1076M| 453 |   - | 910 |2383 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
359.19/359.25	c   343s|  3060k|  2870k|     0 |   0.0 |1079M| 453 |   - | 910 |2207 |   0 |   0 |   0 | 987k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
360.40/360.42	c   344s|  3070k|  2880k|     0 |   0.0 |1083M| 453 |   - | 910 |2165 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
361.50/361.54	c   345s|  3080k|  2889k|     0 |   0.0 |1086M| 453 |   - | 910 |2169 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
362.70/362.71	c   346s|  3090k|  2899k|     0 |   0.0 |1090M| 453 |   - | 910 |2250 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
363.90/363.91	c   347s|  3100k|  2908k|     0 |   0.0 |1093M| 453 |   - | 910 |2247 |   0 |   0 |   0 | 997k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
364.99/365.07	c   348s|  3110k|  2918k|     0 |   0.0 |1096M| 453 |   - | 910 |2252 |   0 |   0 |   0 |1000k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
366.20/366.23	c   349s|  3120k|  2927k|     0 |   0.0 |1100M| 453 |   - | 910 |2333 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
367.30/367.32	c   350s|  3130k|  2937k|     0 |   0.0 |1103M| 453 |   - | 910 |2383 |   0 |   0 |   0 |1006k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
368.30/368.38	c   351s|  3140k|  2946k|     0 |   0.0 |1107M| 453 |   - | 910 |2294 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
369.50/369.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.50/369.54	c   353s|  3150k|  2956k|     0 |   0.0 |1110M| 453 |   - | 910 |2288 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
370.80/370.81	c   354s|  3160k|  2965k|     0 |   0.0 |1114M| 453 |   - | 910 |2381 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
371.90/371.97	c   355s|  3170k|  2974k|     0 |   0.0 |1117M| 453 |   - | 910 |2365 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
373.10/373.16	c   356s|  3180k|  2984k|     0 |   0.0 |1121M| 453 |   - | 910 |2393 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
374.20/374.25	c   357s|  3190k|  2993k|     0 |   0.0 |1124M| 453 |   - | 910 |2332 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
375.29/375.35	c   358s|  3200k|  3003k|     0 |   0.0 |1128M| 453 |   - | 910 |2254 |   0 |   0 |   0 |1025k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
376.39/376.49	c   359s|  3210k|  3012k|     0 |   0.0 |1131M| 453 |   - | 910 |2262 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
377.60/377.68	c   360s|  3220k|  3022k|     0 |   0.0 |1135M| 453 |   - | 910 |2315 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
378.80/378.88	c   361s|  3230k|  3031k|     0 |   0.0 |1138M| 453 |   - | 910 |2409 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
380.00/380.07	c   363s|  3240k|  3041k|     0 |   0.0 |1141M| 453 |   - | 910 |2304 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
381.20/381.20	c   364s|  3250k|  3050k|     0 |   0.0 |1145M| 453 |   - | 910 |2393 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
382.29/382.33	c   365s|  3260k|  3060k|     0 |   0.0 |1148M| 453 |   - | 910 |2394 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
383.50/383.50	c   366s|  3270k|  3069k|     0 |   0.0 |1152M| 453 |   - | 910 |2406 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
384.60/384.62	c   367s|  3280k|  3079k|     0 |   0.0 |1155M| 453 |   - | 910 |2336 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
385.70/385.76	c   368s|  3290k|  3088k|     0 |   0.0 |1159M| 453 |   - | 910 |2396 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
386.80/386.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.80/386.86	c   369s|  3300k|  3098k|     0 |   0.0 |1162M| 453 |   - | 910 |2468 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
387.89/387.92	c   370s|  3310k|  3107k|     0 |   0.0 |1166M| 453 |   - | 910 |2315 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
388.99/389.04	c   371s|  3320k|  3116k|     0 |   0.0 |1169M| 453 |   - | 910 |2377 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
390.20/390.24	c   372s|  3330k|  3126k|     0 |   0.0 |1173M| 453 |   - | 910 |2423 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
391.40/391.44	c   373s|  3340k|  3135k|     0 |   0.0 |1176M| 453 |   - | 910 |2403 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
392.60/392.61	c   375s|  3350k|  3145k|     0 |   0.0 |1180M| 453 |   - | 910 |2430 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
393.70/393.74	c   376s|  3360k|  3154k|     0 |   0.0 |1183M| 453 |   - | 910 |2481 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
394.80/394.88	c   377s|  3370k|  3164k|     0 |   0.0 |1187M| 453 |   - | 910 |2528 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
396.10/396.15	c   378s|  3380k|  3173k|     0 |   0.0 |1190M| 453 |   - | 910 |2531 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
397.40/397.43	c   379s|  3390k|  3183k|     0 |   0.0 |1194M| 453 |   - | 910 |2517 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
398.60/398.65	c   380s|  3400k|  3192k|     0 |   0.0 |1197M| 453 |   - | 910 |2554 |   0 |   0 |   0 |1081k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
399.79/399.83	c   381s|  3410k|  3202k|     0 |   0.0 |1200M| 453 |   - | 910 |2417 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
400.80/400.85	c   382s|  3420k|  3211k|     0 |   0.0 |1204M| 453 |   - | 910 |2490 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
402.00/402.02	c   384s|  3430k|  3221k|     0 |   0.0 |1207M| 453 |   - | 910 |2485 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
403.20/403.20	c   385s|  3440k|  3230k|     0 |   0.0 |1211M| 453 |   - | 910 |2436 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
404.30/404.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.30/404.36	c   386s|  3450k|  3239k|     0 |   0.0 |1214M| 453 |   - | 910 |2472 |   0 |   0 |   0 |1095k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
405.50/405.53	c   387s|  3460k|  3249k|     0 |   0.0 |1218M| 453 |   - | 910 |2498 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
406.60/406.63	c   388s|  3470k|  3258k|     0 |   0.0 |1221M| 453 |   - | 910 |2605 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
407.69/407.71	c   389s|  3480k|  3268k|     0 |   0.0 |1225M| 453 |   - | 910 |2516 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
408.80/408.87	c   390s|  3490k|  3277k|     0 |   0.0 |1228M| 453 |   - | 910 |2573 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
409.99/410.02	c   391s|  3500k|  3287k|     0 |   0.0 |1232M| 453 |   - | 910 |2429 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
411.10/411.16	c   392s|  3510k|  3296k|     0 |   0.0 |1235M| 453 |   - | 910 |2509 |   0 |   0 |   0 |1112k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
412.30/412.30	c   393s|  3520k|  3306k|     0 |   0.0 |1239M| 453 |   - | 910 |2574 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
413.40/413.41	c   394s|  3530k|  3315k|     0 |   0.0 |1242M| 453 |   - | 910 |2528 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
414.49/414.55	c   396s|  3540k|  3325k|     0 |   0.0 |1246M| 453 |   - | 910 |2520 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
415.71/415.76	c   397s|  3550k|  3334k|     0 |   0.0 |1249M| 453 |   - | 910 |2452 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
416.90/416.91	c   398s|  3560k|  3343k|     0 |   0.0 |1253M| 453 |   - | 910 |2537 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
418.10/418.17	c   399s|  3570k|  3353k|     0 |   0.0 |1256M| 453 |   - | 910 |2392 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
419.30/419.33	c   400s|  3580k|  3362k|     0 |   0.0 |1259M| 453 |   - | 910 |2447 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
420.40/420.42	c   401s|  3590k|  3372k|     0 |   0.0 |1263M| 453 |   - | 910 |2482 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
421.59/421.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.59/421.64	c   402s|  3600k|  3381k|     0 |   0.0 |1266M| 453 |   - | 910 |2551 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
422.80/422.83	c   403s|  3610k|  3391k|     0 |   0.0 |1270M| 453 |   - | 910 |2591 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
424.00/424.01	c   405s|  3620k|  3400k|     0 |   0.0 |1273M| 453 |   - | 910 |2556 |   0 |   0 |   0 |1143k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
425.10/425.16	c   406s|  3630k|  3410k|     0 |   0.0 |1277M| 453 |   - | 910 |2697 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
426.20/426.27	c   407s|  3640k|  3419k|     0 |   0.0 |1280M| 453 |   - | 910 |2702 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
427.39/427.42	c   408s|  3650k|  3428k|     0 |   0.0 |1284M| 453 |   - | 910 |2685 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
428.60/428.65	c   409s|  3660k|  3438k|     0 |   0.0 |1287M| 453 |   - | 910 |2593 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
429.79/429.85	c   410s|  3670k|  3447k|     0 |   0.0 |1291M| 453 |   - | 910 |2596 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
431.00/431.02	c   411s|  3680k|  3457k|     0 |   0.0 |1294M| 453 |   - | 910 |2597 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
432.10/432.18	c   412s|  3690k|  3466k|     0 |   0.0 |1298M| 453 |   - | 910 |2579 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
433.19/433.23	c   413s|  3700k|  3476k|     0 |   0.0 |1301M| 453 |   - | 910 |2428 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
434.29/434.34	c   414s|  3710k|  3485k|     0 |   0.0 |1305M| 453 |   - | 910 |2382 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
435.50/435.51	c   416s|  3720k|  3495k|     0 |   0.0 |1308M| 453 |   - | 910 |2481 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
436.61/436.70	c   417s|  3730k|  3504k|     0 |   0.0 |1312M| 453 |   - | 910 |2484 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
437.80/437.86	c   418s|  3740k|  3514k|     0 |   0.0 |1315M| 453 |   - | 910 |2522 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
439.00/439.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.00/439.04	c   419s|  3750k|  3523k|     0 |   0.0 |1319M| 453 |   - | 910 |2408 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
440.10/440.14	c   420s|  3760k|  3533k|     0 |   0.0 |1322M| 453 |   - | 910 |2607 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
441.29/441.31	c   421s|  3770k|  3542k|     0 |   0.0 |1326M| 453 |   - | 910 |2622 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
442.50/442.54	c   422s|  3780k|  3551k|     0 |   0.0 |1329M| 453 |   - | 910 |2573 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
443.70/443.76	c   423s|  3790k|  3561k|     0 |   0.0 |1333M| 453 |   - | 910 |2537 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
444.90/444.95	c   425s|  3800k|  3570k|     0 |   0.0 |1336M| 453 |   - | 910 |2563 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
446.00/446.08	c   426s|  3810k|  3580k|     0 |   0.0 |1339M| 453 |   - | 910 |2627 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
447.20/447.28	c   427s|  3820k|  3589k|     0 |   0.0 |1343M| 453 |   - | 910 |2688 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
448.59/448.60	c   428s|  3830k|  3599k|     0 |   0.0 |1346M| 453 |   - | 910 |2727 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
449.80/449.84	c   429s|  3840k|  3608k|     0 |   0.0 |1350M| 453 |   - | 910 |2456 |   0 |   0 |   0 |1205k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
450.91/450.95	c   430s|  3850k|  3618k|     0 |   0.0 |1353M| 453 |   - | 910 |2475 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
452.00/452.10	c   431s|  3860k|  3627k|     0 |   0.0 |1357M| 453 |   - | 910 |2572 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
453.10/453.14	c   432s|  3870k|  3637k|     0 |   0.0 |1360M| 453 |   - | 910 |2580 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
454.21/454.26	c   433s|  3880k|  3646k|     0 |   0.0 |1364M| 453 |   - | 910 |2511 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
455.40/455.47	c   435s|  3890k|  3655k|     0 |   0.0 |1367M| 453 |   - | 910 |2622 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
456.60/456.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
456.60/456.61	c   436s|  3900k|  3665k|     0 |   0.0 |1371M| 453 |   - | 910 |2570 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
457.70/457.73	c   437s|  3910k|  3674k|     0 |   0.0 |1374M| 453 |   - | 910 |2525 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
458.80/458.88	c   438s|  3920k|  3684k|     0 |   0.0 |1378M| 453 |   - | 910 |2534 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
459.90/459.90	c   439s|  3930k|  3693k|     0 |   0.0 |1381M| 453 |   - | 910 |2544 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
461.10/461.12	c   440s|  3940k|  3703k|     0 |   0.0 |1385M| 453 |   - | 910 |2587 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
462.30/462.32	c   441s|  3950k|  3712k|     0 |   0.0 |1388M| 453 |   - | 910 |2488 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
463.50/463.56	c   442s|  3960k|  3722k|     0 |   0.0 |1392M| 453 |   - | 910 |2456 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
464.80/464.82	c   443s|  3970k|  3731k|     0 |   0.0 |1395M| 453 |   - | 910 |2539 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
466.00/466.05	c   445s|  3980k|  3740k|     0 |   0.0 |1399M| 453 |   - | 910 |2477 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
467.20/467.21	c   446s|  3990k|  3750k|     0 |   0.0 |1402M| 453 |   - | 910 |2532 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
468.40/468.44	c   447s|  4000k|  3759k|     0 |   0.0 |1406M| 453 |   - | 910 |2569 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
469.61/469.69	c   448s|  4010k|  3769k|     0 |   0.0 |1409M| 453 |   - | 910 |2599 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
470.90/470.91	c   449s|  4020k|  3778k|     0 |   0.0 |1413M| 453 |   - | 910 |2539 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
472.00/472.07	c   450s|  4030k|  3788k|     0 |   0.0 |1416M| 453 |   - | 910 |2640 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
473.20/473.21	c   452s|  4040k|  3797k|     0 |   0.0 |1420M| 453 |   - | 910 |2445 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
474.30/474.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.30/474.39	c   453s|  4050k|  3807k|     0 |   0.0 |1423M| 453 |   - | 910 |2585 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
475.50/475.57	c   454s|  4060k|  3816k|     0 |   0.0 |1427M| 453 |   - | 910 |2555 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
476.79/476.82	c   455s|  4070k|  3825k|     0 |   0.0 |1430M| 453 |   - | 910 |2454 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
478.00/478.00	c   456s|  4080k|  3835k|     0 |   0.0 |1434M| 453 |   - | 910 |2450 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
479.10/479.19	c   457s|  4090k|  3844k|     0 |   0.0 |1437M| 453 |   - | 910 |2459 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
480.30/480.38	c   458s|  4100k|  3854k|     0 |   0.0 |1440M| 453 |   - | 910 |2555 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
481.50/481.60	c   460s|  4110k|  3863k|     0 |   0.0 |1444M| 453 |   - | 910 |2548 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
482.81/482.86	c   461s|  4120k|  3873k|     0 |   0.0 |1447M| 453 |   - | 910 |2513 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
484.00/484.05	c   462s|  4130k|  3882k|     0 |   0.0 |1451M| 453 |   - | 910 |2434 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
485.20/485.21	c   463s|  4140k|  3891k|     0 |   0.0 |1454M| 453 |   - | 910 |2429 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
486.30/486.32	c   464s|  4150k|  3901k|     0 |   0.0 |1458M| 453 |   - | 910 |2559 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
487.50/487.59	c   465s|  4160k|  3910k|     0 |   0.0 |1461M| 453 |   - | 910 |2546 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
488.70/488.79	c   466s|  4170k|  3920k|     0 |   0.0 |1465M| 453 |   - | 910 |2485 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
489.90/489.99	c   468s|  4180k|  3929k|     0 |   0.0 |1468M| 453 |   - | 910 |2551 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
491.10/491.16	c   469s|  4190k|  3939k|     0 |   0.0 |1472M| 453 |   - | 910 |2557 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
492.30/492.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.30/492.35	c   470s|  4200k|  3948k|     0 |   0.0 |1475M| 453 |   - | 910 |2547 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
493.50/493.56	c   471s|  4210k|  3957k|     0 |   0.0 |1478M| 453 |   - | 910 |2547 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
494.80/494.86	c   472s|  4220k|  3967k|     0 |   0.0 |1482M| 453 |   - | 910 |2540 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
496.11/496.16	c   474s|  4230k|  3976k|     0 |   0.0 |1485M| 453 |   - | 910 |2601 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
497.40/497.45	c   475s|  4240k|  3986k|     0 |   0.0 |1489M| 453 |   - | 910 |2766 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
498.60/498.61	c   476s|  4250k|  3995k|     0 |   0.0 |1492M| 453 |   - | 910 |2626 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
499.70/499.75	c   477s|  4260k|  4004k|     0 |   0.0 |1496M| 453 |   - | 910 |2656 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
501.00/501.00	c   478s|  4270k|  4014k|     0 |   0.0 |1499M| 453 |   - | 910 |2805 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
502.20/502.25	c   479s|  4280k|  4023k|     0 |   0.0 |1503M| 453 |   - | 910 |2683 |   0 |   0 |   0 |1329k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
503.40/503.42	c   480s|  4290k|  4033k|     0 |   0.0 |1506M| 453 |   - | 910 |2452 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
504.60/504.61	c   482s|  4300k|  4042k|     0 |   0.0 |1509M| 453 |   - | 910 |2446 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
505.70/505.72	c   483s|  4310k|  4052k|     0 |   0.0 |1513M| 453 |   - | 910 |2630 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
506.90/506.91	c   484s|  4320k|  4061k|     0 |   0.0 |1517M| 453 |   - | 910 |2626 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
508.00/508.08	c   485s|  4330k|  4071k|     0 |   0.0 |1520M| 453 |   - | 910 |2612 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
509.31/509.34	c   486s|  4340k|  4080k|     0 |   0.0 |1523M| 453 |   - | 910 |2499 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
510.50/510.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
510.50/510.57	c   487s|  4350k|  4089k|     0 |   0.0 |1527M| 453 |   - | 910 |2481 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
511.70/511.76	c   488s|  4360k|  4099k|     0 |   0.0 |1530M| 453 |   - | 910 |2521 |   0 |   0 |   0 |1351k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
512.90/512.93	c   490s|  4370k|  4108k|     0 |   0.0 |1534M| 453 |   - | 910 |2486 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
514.10/514.12	c   491s|  4380k|  4118k|     0 |   0.0 |1537M| 453 |   - | 910 |2506 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
515.30/515.34	c   492s|  4390k|  4127k|     0 |   0.0 |1541M| 453 |   - | 910 |2580 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
516.60/516.63	c   493s|  4400k|  4136k|     0 |   0.0 |1544M| 453 |   - | 910 |2552 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
517.80/517.80	c   494s|  4410k|  4146k|     0 |   0.0 |1548M| 453 |   - | 910 |2607 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
518.90/518.91	c   495s|  4420k|  4155k|     0 |   0.0 |1551M| 453 |   - | 910 |2543 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
520.10/520.13	c   496s|  4430k|  4165k|     0 |   0.0 |1555M| 453 |   - | 910 |2551 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
521.30/521.39	c   498s|  4440k|  4174k|     0 |   0.0 |1558M| 453 |   - | 910 |2486 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
522.60/522.65	c   499s|  4450k|  4184k|     0 |   0.0 |1562M| 453 |   - | 910 |2675 |   0 |   0 |   0 |1376k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
523.80/523.88	c   500s|  4460k|  4193k|     0 |   0.0 |1565M| 453 |   - | 910 |2541 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
525.00/525.04	c   501s|  4470k|  4203k|     0 |   0.0 |1568M| 453 |   - | 910 |2580 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
526.30/526.31	c   502s|  4480k|  4212k|     0 |   0.0 |1572M| 453 |   - | 910 |2587 |   0 |   0 |   0 |1385k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
527.50/527.52	c   503s|  4490k|  4221k|     0 |   0.0 |1576M| 453 |   - | 910 |2610 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
528.70/528.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.70/528.71	c   505s|  4500k|  4231k|     0 |   0.0 |1579M| 453 |   - | 910 |2584 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
529.91/529.93	c   506s|  4510k|  4240k|     0 |   0.0 |1583M| 453 |   - | 910 |2560 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
531.01/531.09	c   507s|  4520k|  4250k|     0 |   0.0 |1586M| 453 |   - | 910 |2555 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
532.10/532.15	c   508s|  4530k|  4259k|     0 |   0.0 |1589M| 453 |   - | 910 |2612 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
533.30/533.37	c   509s|  4540k|  4268k|     0 |   0.0 |1593M| 453 |   - | 910 |2759 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
534.51/534.57	c   510s|  4550k|  4278k|     0 |   0.0 |1596M| 453 |   - | 910 |2719 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
535.70/535.74	c   511s|  4560k|  4287k|     0 |   0.0 |1600M| 453 |   - | 910 |2891 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
536.90/536.99	c   513s|  4570k|  4297k|     0 |   0.0 |1603M| 453 |   - | 910 |2783 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
538.11/538.11	c   514s|  4580k|  4306k|     0 |   0.0 |1607M| 453 |   - | 910 |2634 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
539.20/539.30	c   515s|  4590k|  4316k|     0 |   0.0 |1610M| 453 |   - | 910 |2454 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
540.60/540.61	c   516s|  4600k|  4325k|     0 |   0.0 |1614M| 453 |   - | 910 |2522 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
541.71/541.77	c   517s|  4610k|  4334k|     0 |   0.0 |1617M| 453 |   - | 910 |2674 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
543.00/543.06	c   518s|  4620k|  4344k|     0 |   0.0 |1620M| 453 |   - | 910 |2587 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
544.10/544.19	c   519s|  4630k|  4353k|     0 |   0.0 |1624M| 453 |   - | 910 |2713 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
545.40/545.41	c   521s|  4640k|  4363k|     0 |   0.0 |1627M| 453 |   - | 910 |2668 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
546.60/546.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.60/546.64	c   522s|  4650k|  4372k|     0 |   0.0 |1631M| 453 |   - | 910 |2569 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
547.80/547.83	c   523s|  4660k|  4381k|     0 |   0.0 |1634M| 453 |   - | 910 |2543 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
549.10/549.15	c   524s|  4670k|  4391k|     0 |   0.0 |1638M| 453 |   - | 910 |2500 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
550.40/550.46	c   525s|  4680k|  4400k|     0 |   0.0 |1641M| 453 |   - | 910 |2610 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
551.60/551.66	c   527s|  4690k|  4410k|     0 |   0.0 |1645M| 453 |   - | 910 |2614 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
552.80/552.88	c   528s|  4700k|  4419k|     0 |   0.0 |1648M| 453 |   - | 910 |2667 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
554.10/554.14	c   529s|  4710k|  4428k|     0 |   0.0 |1652M| 453 |   - | 910 |2792 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
555.40/555.44	c   530s|  4720k|  4438k|     0 |   0.0 |1655M| 453 |   - | 910 |2667 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
556.51/556.55	c   531s|  4730k|  4447k|     0 |   0.0 |1659M| 453 |   - | 910 |2613 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
557.71/557.76	c   532s|  4740k|  4457k|     0 |   0.0 |1662M| 453 |   - | 910 |2743 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
558.90/558.94	c   534s|  4750k|  4466k|     0 |   0.0 |1666M| 453 |   - | 910 |2659 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
560.10/560.18	c   535s|  4760k|  4476k|     0 |   0.0 |1669M| 453 |   - | 910 |2621 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
561.41/561.47	c   536s|  4770k|  4485k|     0 |   0.0 |1673M| 453 |   - | 910 |2591 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
562.71/562.74	c   537s|  4780k|  4494k|     0 |   0.0 |1676M| 453 |   - | 910 |2613 |   0 |   0 |   0 |1471k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
564.00/564.07	c   538s|  4790k|  4504k|     0 |   0.0 |1680M| 453 |   - | 910 |2626 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
565.20/565.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.20/565.23	c   540s|  4800k|  4513k|     0 |   0.0 |1683M| 453 |   - | 910 |2607 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
566.51/566.53	c   541s|  4810k|  4523k|     0 |   0.0 |1686M| 453 |   - | 910 |2500 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
567.80/567.84	c   542s|  4820k|  4532k|     0 |   0.0 |1690M| 453 |   - | 910 |2685 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
569.11/569.17	c   543s|  4830k|  4541k|     0 |   0.0 |1693M| 453 |   - | 910 |2481 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
570.30/570.32	c   544s|  4840k|  4551k|     0 |   0.0 |1697M| 453 |   - | 910 |2675 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
571.41/571.49	c   546s|  4850k|  4560k|     0 |   0.0 |1700M| 453 |   - | 910 |2714 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
572.70/572.75	c   547s|  4860k|  4570k|     0 |   0.0 |1704M| 453 |   - | 910 |2601 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
573.90/573.98	c   548s|  4870k|  4579k|     0 |   0.0 |1707M| 453 |   - | 910 |2716 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
575.10/575.17	c   549s|  4880k|  4589k|     0 |   0.0 |1711M| 453 |   - | 910 |2641 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
576.41/576.42	c   550s|  4890k|  4598k|     0 |   0.0 |1714M| 453 |   - | 910 |2646 |   0 |   0 |   0 |1503k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
577.51/577.55	c   551s|  4900k|  4607k|     0 |   0.0 |1718M| 453 |   - | 910 |2736 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
578.80/578.80	c   553s|  4910k|  4617k|     0 |   0.0 |1721M| 453 |   - | 910 |2788 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
579.90/579.98	c   554s|  4920k|  4626k|     0 |   0.0 |1725M| 453 |   - | 910 |2637 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
581.10/581.16	c   555s|  4930k|  4636k|     0 |   0.0 |1728M| 453 |   - | 910 |2579 |   0 |   0 |   0 |1515k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
582.40/582.41	c   556s|  4940k|  4645k|     0 |   0.0 |1732M| 453 |   - | 910 |2637 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
583.60/583.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
583.60/583.69	c   557s|  4950k|  4654k|     0 |   0.0 |1735M| 453 |   - | 910 |2751 |   0 |   0 |   0 |1520k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
584.90/584.95	c   558s|  4960k|  4664k|     0 |   0.0 |1739M| 453 |   - | 910 |2650 |   0 |   0 |   0 |1523k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
586.21/586.23	c   560s|  4970k|  4673k|     0 |   0.0 |1742M| 453 |   - | 910 |2569 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
587.40/587.44	c   561s|  4980k|  4683k|     0 |   0.0 |1746M| 453 |   - | 910 |2697 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
588.70/588.75	c   562s|  4990k|  4692k|     0 |   0.0 |1749M| 453 |   - | 910 |2775 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
590.00/590.00	c   563s|  5000k|  4701k|     0 |   0.0 |1753M| 453 |   - | 910 |2762 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
591.10/591.15	c   564s|  5010k|  4711k|     0 |   0.0 |1756M| 453 |   - | 910 |2874 |   0 |   0 |   0 |1538k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
592.40/592.45	c   566s|  5020k|  4720k|     0 |   0.0 |1760M| 453 |   - | 910 |2909 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
593.70/593.72	c   567s|  5030k|  4730k|     0 |   0.0 |1763M| 453 |   - | 910 |2738 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
595.00/595.05	c   568s|  5040k|  4739k|     0 |   0.0 |1766M| 453 |   - | 910 |2774 |   0 |   0 |   0 |1546k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
596.31/596.31	c   569s|  5050k|  4748k|     0 |   0.0 |1770M| 453 |   - | 910 |2763 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
597.41/597.47	c   570s|  5060k|  4758k|     0 |   0.0 |1773M| 453 |   - | 910 |2772 |   0 |   0 |   0 |1552k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
598.70/598.71	c   572s|  5070k|  4767k|     0 |   0.0 |1777M| 453 |   - | 910 |2593 |   0 |   0 |   0 |1555k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
599.91/599.92	c   573s|  5080k|  4777k|     0 |   0.0 |1780M| 453 |   - | 910 |2499 |   0 |   0 |   0 |1558k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
601.10/601.15	c   574s|  5090k|  4786k|     0 |   0.0 |1784M| 453 |   - | 910 |2552 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
602.40/602.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
602.40/602.42	c   575s|  5100k|  4795k|     0 |   0.0 |1787M| 453 |   - | 910 |2583 |   0 |   0 |   0 |1563k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
603.51/603.59	c   576s|  5110k|  4805k|     0 |   0.0 |1791M| 453 |   - | 910 |2679 |   0 |   0 |   0 |1566k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
604.70/604.73	c   577s|  5120k|  4814k|     0 |   0.0 |1794M| 453 |   - | 910 |2720 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
606.00/606.06	c   579s|  5130k|  4824k|     0 |   0.0 |1798M| 453 |   - | 910 |2636 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
607.40/607.40	c   580s|  5140k|  4833k|     0 |   0.0 |1801M| 453 |   - | 910 |2581 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
608.71/608.74	c   581s|  5150k|  4842k|     0 |   0.0 |1804M| 453 |   - | 910 |2667 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
609.90/609.98	c   582s|  5160k|  4852k|     0 |   0.0 |1808M| 453 |   - | 910 |2705 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
611.10/611.14	c   584s|  5170k|  4861k|     0 |   0.0 |1811M| 453 |   - | 910 |2828 |   0 |   0 |   0 |1584k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
612.30/612.35	c   585s|  5180k|  4870k|     0 |   0.0 |1815M| 453 |   - | 910 |2727 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
613.51/613.56	c   586s|  5190k|  4880k|     0 |   0.0 |1818M| 453 |   - | 910 |2715 |   0 |   0 |   0 |1589k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
614.70/614.80	c   587s|  5200k|  4889k|     0 |   0.0 |1822M| 453 |   - | 910 |2743 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
616.01/616.07	c   588s|  5210k|  4899k|     0 |   0.0 |1825M| 453 |   - | 910 |2795 |   0 |   0 |   0 |1595k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
617.11/617.17	c   589s|  5220k|  4908k|     0 |   0.0 |1828M| 453 |   - | 910 |2528 |   0 |   0 |   0 |1598k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
618.50/618.54	c   591s|  5230k|  4917k|     0 |   0.0 |1832M| 453 |   - | 910 |2717 |   0 |   0 |   0 |1601k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
619.71/619.76	c   592s|  5240k|  4927k|     0 |   0.0 |1835M| 453 |   - | 910 |2881 |   0 |   0 |   0 |1604k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
621.10/621.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.10/621.14	c   593s|  5250k|  4936k|     0 |   0.0 |1839M| 453 |   - | 910 |2755 |   0 |   0 |   0 |1607k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
622.40/622.47	c   594s|  5260k|  4946k|     0 |   0.0 |1842M| 453 |   - | 910 |2695 |   0 |   0 |   0 |1610k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
623.60/623.67	c   596s|  5270k|  4955k|     0 |   0.0 |1846M| 453 |   - | 910 |2599 |   0 |   0 |   0 |1613k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
624.90/624.96	c   597s|  5280k|  4964k|     0 |   0.0 |1849M| 453 |   - | 910 |2749 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
626.30/626.32	c   598s|  5290k|  4974k|     0 |   0.0 |1853M| 453 |   - | 910 |2659 |   0 |   0 |   0 |1619k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
627.50/627.57	c   599s|  5300k|  4983k|     0 |   0.0 |1856M| 453 |   - | 910 |2623 |   0 |   0 |   0 |1621k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
628.80/628.85	c   600s|  5310k|  4992k|     0 |   0.0 |1860M| 453 |   - | 910 |2614 |   0 |   0 |   0 |1624k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
629.91/629.94	c   602s|  5320k|  5002k|     0 |   0.0 |1863M| 453 |   - | 910 |2659 |   0 |   0 |   0 |1627k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
631.10/631.17	c   603s|  5330k|  5011k|     0 |   0.0 |1867M| 453 |   - | 910 |2778 |   0 |   0 |   0 |1630k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
632.30/632.33	c   604s|  5340k|  5021k|     0 |   0.0 |1870M| 453 |   - | 910 |2710 |   0 |   0 |   0 |1633k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
633.51/633.58	c   605s|  5350k|  5030k|     0 |   0.0 |1873M| 453 |   - | 910 |2842 |   0 |   0 |   0 |1636k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
634.91/634.90	c   606s|  5360k|  5040k|     0 |   0.0 |1877M| 453 |   - | 910 |2821 |   0 |   0 |   0 |1639k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
636.11/636.15	c   607s|  5370k|  5049k|     0 |   0.0 |1880M| 453 |   - | 910 |2886 |   0 |   0 |   0 |1642k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
637.40/637.44	c   609s|  5380k|  5058k|     0 |   0.0 |1884M| 453 |   - | 910 |2827 |   0 |   0 |   0 |1645k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
638.81/638.81	c   610s|  5390k|  5068k|     0 |   0.0 |1887M| 453 |   - | 910 |2924 |   0 |   0 |   0 |1648k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
640.00/640.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.00/640.08	c   611s|  5400k|  5077k|     0 |   0.0 |1891M| 453 |   - | 910 |2942 |   0 |   0 |   0 |1651k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
641.31/641.30	c   612s|  5410k|  5086k|     0 |   0.0 |1894M| 453 |   - | 910 |2679 |   0 |   0 |   0 |1654k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
642.41/642.47	c   614s|  5420k|  5096k|     0 |   0.0 |1898M| 453 |   - | 910 |2801 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
643.60/643.63	c   615s|  5430k|  5105k|     0 |   0.0 |1901M| 453 |   - | 910 |2747 |   0 |   0 |   0 |1660k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
644.80/644.82	c   616s|  5440k|  5115k|     0 |   0.0 |1905M| 453 |   - | 910 |2757 |   0 |   0 |   0 |1662k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
645.90/645.92	c   617s|  5450k|  5124k|     0 |   0.0 |1908M| 453 |   - | 910 |2671 |   0 |   0 |   0 |1665k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
647.10/647.18	c   618s|  5460k|  5133k|     0 |   0.0 |1912M| 453 |   - | 910 |2845 |   0 |   0 |   0 |1668k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
648.40/648.42	c   619s|  5470k|  5143k|     0 |   0.0 |1915M| 453 |   - | 910 |2829 |   0 |   0 |   0 |1671k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
649.60/649.68	c   620s|  5480k|  5152k|     0 |   0.0 |1919M| 453 |   - | 910 |2668 |   0 |   0 |   0 |1674k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
650.90/650.96	c   621s|  5490k|  5161k|     0 |   0.0 |1922M| 453 |   - | 910 |2794 |   0 |   0 |   0 |1677k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
652.20/652.24	c   622s|  5500k|  5171k|     0 |   0.0 |1926M| 453 |   - | 910 |2898 |   0 |   0 |   0 |1680k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
653.40/653.43	c   623s|  5510k|  5180k|     0 |   0.0 |1929M| 453 |   - | 910 |2820 |   0 |   0 |   0 |1683k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
654.70/654.79	c   624s|  5520k|  5190k|     0 |   0.0 |1932M| 453 |   - | 910 |2788 |   0 |   0 |   0 |1686k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
655.90/655.90	c   625s|  5530k|  5199k|     0 |   0.0 |1936M| 453 |   - | 910 |2867 |   0 |   0 |   0 |1689k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
657.10/657.12	c   626s|  5540k|  5208k|     0 |   0.0 |1939M| 453 |   - | 910 |2869 |   0 |   0 |   0 |1692k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
658.30/658.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.30/658.30	c   627s|  5550k|  5218k|     0 |   0.0 |1943M| 453 |   - | 910 |2721 |   0 |   0 |   0 |1695k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
659.50/659.53	c   628s|  5560k|  5227k|     0 |   0.0 |1946M| 453 |   - | 910 |2879 |   0 |   0 |   0 |1697k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
660.60/660.68	c   629s|  5570k|  5237k|     0 |   0.0 |1950M| 453 |   - | 910 |2734 |   0 |   0 |   0 |1700k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
661.90/661.90	c   631s|  5580k|  5246k|     0 |   0.0 |1953M| 453 |   - | 910 |2795 |   0 |   0 |   0 |1703k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
663.01/663.07	c   632s|  5590k|  5255k|     0 |   0.0 |1957M| 453 |   - | 910 |2704 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
664.30/664.38	c   633s|  5600k|  5265k|     0 |   0.0 |1960M| 453 |   - | 910 |2778 |   0 |   0 |   0 |1710k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
665.60/665.64	c   634s|  5610k|  5274k|     0 |   0.0 |1964M| 453 |   - | 910 |2677 |   0 |   0 |   0 |1713k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
666.90/666.96	c   635s|  5620k|  5283k|     0 |   0.0 |1967M| 453 |   - | 910 |2701 |   0 |   0 |   0 |1715k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
668.10/668.20	c   636s|  5630k|  5293k|     0 |   0.0 |1971M| 453 |   - | 910 |2860 |   0 |   0 |   0 |1718k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
669.41/669.48	c   637s|  5640k|  5302k|     0 |   0.0 |1974M| 453 |   - | 910 |2869 |   0 |   0 |   0 |1721k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
670.70/670.74	c   638s|  5650k|  5311k|     0 |   0.0 |1978M| 453 |   - | 910 |2720 |   0 |   0 |   0 |1724k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
671.90/671.96	c   639s|  5660k|  5321k|     0 |   0.0 |1981M| 453 |   - | 910 |2669 |   0 |   0 |   0 |1727k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
673.00/673.07	c   640s|  5670k|  5330k|     0 |   0.0 |1985M| 453 |   - | 910 |2704 |   0 |   0 |   0 |1730k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
674.30/674.32	c   641s|  5680k|  5339k|     0 |   0.0 |1988M| 453 |   - | 910 |2842 |   0 |   0 |   0 |1733k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
675.40/675.42	c   642s|  5690k|  5349k|     0 |   0.0 |1992M| 453 |   - | 910 |2862 |   0 |   0 |   0 |1736k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
676.70/676.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
676.70/676.70	c   644s|  5700k|  5358k|     0 |   0.0 |1995M| 453 |   - | 910 |2701 |   0 |   0 |   0 |1738k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
677.80/677.87	c   645s|  5710k|  5368k|     0 |   0.0 |1999M| 453 |   - | 910 |2694 |   0 |   0 |   0 |1741k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
679.00/679.03	c   646s|  5720k|  5377k|     0 |   0.0 |2003M| 453 |   - | 910 |2845 |   0 |   0 |   0 |1744k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
680.10/680.18	c   647s|  5730k|  5386k|     0 |   0.0 |2006M| 453 |   - | 910 |2510 |   0 |   0 |   0 |1747k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
681.30/681.37	c   648s|  5740k|  5396k|     0 |   0.0 |2010M| 453 |   - | 910 |2626 |   0 |   0 |   0 |1750k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
682.40/682.45	c   648s|  5750k|  5405k|     0 |   0.0 |2013M| 453 |   - | 910 |2814 |   0 |   0 |   0 |1752k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
683.70/683.73	c   650s|  5760k|  5415k|     0 |   0.0 |2017M| 453 |   - | 910 |2781 |   0 |   0 |   0 |1755k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
684.80/684.87	c   651s|  5770k|  5424k|     0 |   0.0 |2020M| 453 |   - | 910 |2990 |   0 |   0 |   0 |1758k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
686.00/686.08	c   652s|  5780k|  5433k|     0 |   0.0 |2024M| 453 |   - | 910 |2977 |   0 |   0 |   0 |1761k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
687.20/687.28	c   653s|  5790k|  5443k|     0 |   0.0 |2027M| 453 |   - | 910 |2740 |   0 |   0 |   0 |1764k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
688.30/688.37	c   654s|  5800k|  5452k|     0 |   0.0 |2031M| 453 |   - | 910 |2737 |   0 |   0 |   0 |1767k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
689.61/689.61	c   655s|  5810k|  5461k|     0 |   0.0 |2034M| 453 |   - | 910 |2687 |   0 |   0 |   0 |1769k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
690.71/690.78	c   656s|  5820k|  5471k|     0 |   0.0 |2038M| 453 |   - | 910 |2732 |   0 |   0 |   0 |1772k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
691.91/692.00	c   657s|  5830k|  5480k|     0 |   0.0 |2041M| 453 |   - | 910 |2659 |   0 |   0 |   0 |1775k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
693.31/693.32	c   658s|  5840k|  5490k|     0 |   0.0 |2045M| 453 |   - | 910 |2801 |   0 |   0 |   0 |1779k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
694.51/694.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
694.51/694.57	c   659s|  5850k|  5499k|     0 |   0.0 |2048M| 453 |   - | 910 |2778 |   0 |   0 |   0 |1781k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
695.90/695.93	c   660s|  5860k|  5508k|     0 |   0.0 |2052M| 453 |   - | 910 |2805 |   0 |   0 |   0 |1784k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
697.00/697.03	c   661s|  5870k|  5518k|     0 |   0.0 |2055M| 453 |   - | 910 |2814 |   0 |   0 |   0 |1787k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
698.20/698.25	c   662s|  5880k|  5527k|     0 |   0.0 |2059M| 453 |   - | 910 |2755 |   0 |   0 |   0 |1790k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
699.50/699.51	c   663s|  5890k|  5536k|     0 |   0.0 |2062M| 453 |   - | 910 |2933 |   0 |   0 |   0 |1793k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
700.90/700.95	c   665s|  5900k|  5546k|     0 |   0.0 |2066M| 453 |   - | 910 |3170 |   0 |   0 |   0 |1796k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
702.10/702.16	c   666s|  5910k|  5555k|     0 |   0.0 |2070M| 453 |   - | 910 |2999 |   0 |   0 |   0 |1799k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
703.30/703.34	c   667s|  5920k|  5564k|     0 |   0.0 |2073M| 453 |   - | 910 |2943 |   0 |   0 |   0 |1802k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
704.40/704.49	c   668s|  5930k|  5574k|     0 |   0.0 |2077M| 453 |   - | 910 |2877 |   0 |   0 |   0 |1805k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
705.60/705.63	c   669s|  5940k|  5583k|     0 |   0.0 |2080M| 453 |   - | 910 |2787 |   0 |   0 |   0 |1808k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
706.80/706.89	c   670s|  5950k|  5592k|     0 |   0.0 |2084M| 453 |   - | 910 |2847 |   0 |   0 |   0 |1811k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
708.30/708.32	c   671s|  5960k|  5602k|     0 |   0.0 |2087M| 453 |   - | 910 |2872 |   0 |   0 |   0 |1814k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
709.60/709.64	c   672s|  5970k|  5611k|     0 |   0.0 |2091M| 453 |   - | 910 |2727 |   0 |   0 |   0 |1817k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
710.80/710.89	c   673s|  5980k|  5621k|     0 |   0.0 |2094M| 453 |   - | 910 |2747 |   0 |   0 |   0 |1820k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
712.30/712.32	c   675s|  5990k|  5630k|     0 |   0.0 |2098M| 453 |   - | 910 |2914 |   0 |   0 |   0 |1823k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
713.50/713.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
713.50/713.58	c   676s|  6000k|  5639k|     0 |   0.0 |2101M| 453 |   - | 910 |2859 |   0 |   0 |   0 |1826k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
714.91/714.92	c   677s|  6010k|  5649k|     0 |   0.0 |2105M| 453 |   - | 910 |2785 |   0 |   0 |   0 |1829k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
716.11/716.18	c   678s|  6020k|  5658k|     0 |   0.0 |2108M| 453 |   - | 910 |2882 |   0 |   0 |   0 |1832k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
717.30/717.33	c   679s|  6030k|  5667k|     0 |   0.0 |2112M| 453 |   - | 910 |2895 |   0 |   0 |   0 |1835k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
718.50/718.56	c   680s|  6040k|  5677k|     0 |   0.0 |2115M| 453 |   - | 910 |2838 |   0 |   0 |   0 |1838k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
719.70/719.75	c   681s|  6050k|  5686k|     0 |   0.0 |2119M| 453 |   - | 910 |2933 |   0 |   0 |   0 |1840k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
720.90/720.92	c   682s|  6060k|  5695k|     0 |   0.0 |2122M| 453 |   - | 910 |2975 |   0 |   0 |   0 |1843k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
722.30/722.39	c   683s|  6070k|  5705k|     0 |   0.0 |2126M| 453 |   - | 910 |3159 |   0 |   0 |   0 |1846k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
723.51/723.53	c   684s|  6080k|  5714k|     0 |   0.0 |2129M| 453 |   - | 910 |2909 |   0 |   0 |   0 |1849k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
724.70/724.80	c   685s|  6090k|  5724k|     0 |   0.0 |2133M| 453 |   - | 910 |3061 |   0 |   0 |   0 |1852k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
726.10/726.13	c   687s|  6100k|  5733k|     0 |   0.0 |2136M| 453 |   - | 910 |2980 |   0 |   0 |   0 |1855k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
727.30/727.37	c   688s|  6110k|  5742k|     0 |   0.0 |2140M| 453 |   - | 910 |3046 |   0 |   0 |   0 |1858k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
728.60/728.67	c   689s|  6120k|  5752k|     0 |   0.0 |2143M| 453 |   - | 910 |2865 |   0 |   0 |   0 |1861k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
729.80/729.87	c   690s|  6130k|  5761k|     0 |   0.0 |2147M| 453 |   - | 910 |3014 |   0 |   0 |   0 |1864k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
731.10/731.15	c   691s|  6140k|  5770k|     0 |   0.0 |2150M| 453 |   - | 910 |2871 |   0 |   0 |   0 |1867k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
732.31/732.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
732.31/732.31	c   692s|  6150k|  5780k|     0 |   0.0 |2154M| 453 |   - | 910 |2891 |   0 |   0 |   0 |1870k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
733.50/733.59	c   693s|  6160k|  5789k|     0 |   0.0 |2157M| 453 |   - | 910 |2719 |   0 |   0 |   0 |1873k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
734.81/734.88	c   694s|  6170k|  5798k|     0 |   0.0 |2161M| 453 |   - | 910 |2905 |   0 |   0 |   0 |1876k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
736.11/736.11	c   695s|  6180k|  5808k|     0 |   0.0 |2164M| 453 |   - | 910 |2859 |   0 |   0 |   0 |1879k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
737.30/737.32	c   696s|  6190k|  5817k|     0 |   0.0 |2168M| 453 |   - | 910 |2900 |   0 |   0 |   0 |1882k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
738.60/738.62	c   697s|  6200k|  5826k|     0 |   0.0 |2171M| 453 |   - | 910 |2892 |   0 |   0 |   0 |1885k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
739.80/739.83	c   699s|  6210k|  5836k|     0 |   0.0 |2175M| 453 |   - | 910 |2879 |   0 |   0 |   0 |1888k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
741.01/741.04	c   700s|  6220k|  5845k|     0 |   0.0 |2178M| 453 |   - | 910 |2853 |   0 |   0 |   0 |1891k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
742.20/742.27	c   701s|  6230k|  5855k|     0 |   0.0 |2182M| 453 |   - | 910 |2967 |   0 |   0 |   0 |1893k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
743.40/743.47	c   702s|  6240k|  5864k|     0 |   0.0 |2185M| 453 |   - | 910 |3098 |   0 |   0 |   0 |1896k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
744.61/744.69	c   703s|  6250k|  5873k|     0 |   0.0 |2189M| 453 |   - | 910 |3115 |   0 |   0 |   0 |1899k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
745.91/745.91	c   704s|  6260k|  5883k|     0 |   0.0 |2192M| 453 |   - | 910 |2842 |   0 |   0 |   0 |1902k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
747.10/747.12	c   705s|  6270k|  5892k|     0 |   0.0 |2196M| 453 |   - | 910 |3046 |   0 |   0 |   0 |1905k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
748.30/748.31	c   706s|  6280k|  5901k|     0 |   0.0 |2199M| 453 |   - | 910 |3001 |   0 |   0 |   0 |1908k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
749.51/749.56	c   707s|  6290k|  5911k|     0 |   0.0 |2203M| 453 |   - | 910 |3175 |   0 |   0 |   0 |1911k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
750.90/750.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
750.90/750.95	c   708s|  6300k|  5920k|     0 |   0.0 |2206M| 453 |   - | 910 |3090 |   0 |   0 |   0 |1914k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
752.11/752.12	c   709s|  6310k|  5929k|     0 |   0.0 |2210M| 453 |   - | 910 |3182 |   0 |   0 |   0 |1917k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
753.20/753.27	c   710s|  6320k|  5939k|     0 |   0.0 |2213M| 453 |   - | 910 |3283 |   0 |   0 |   0 |1920k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
754.30/754.38	c   711s|  6330k|  5948k|     0 |   0.0 |2217M| 453 |   - | 910 |2763 |   0 |   0 |   0 |1923k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
755.61/755.61	c   712s|  6340k|  5958k|     0 |   0.0 |2220M| 453 |   - | 910 |3115 |   0 |   0 |   0 |1926k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
756.81/756.89	c   713s|  6350k|  5967k|     0 |   0.0 |2224M| 453 |   - | 910 |2958 |   0 |   0 |   0 |1929k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
758.01/758.06	c   714s|  6360k|  5976k|     0 |   0.0 |2227M| 453 |   - | 910 |2923 |   0 |   0 |   0 |1932k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
759.21/759.20	c   715s|  6370k|  5986k|     0 |   0.0 |2231M| 453 |   - | 910 |2903 |   0 |   0 |   0 |1935k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
760.41/760.43	c   716s|  6380k|  5995k|     0 |   0.0 |2234M| 453 |   - | 910 |2883 |   0 |   0 |   0 |1938k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
761.70/761.71	c   718s|  6390k|  6004k|     0 |   0.0 |2238M| 453 |   - | 910 |3013 |   0 |   0 |   0 |1941k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
762.90/762.93	c   719s|  6400k|  6014k|     0 |   0.0 |2241M| 453 |   - | 910 |2990 |   0 |   0 |   0 |1944k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
764.10/764.17	c   720s|  6410k|  6023k|     0 |   0.0 |2245M| 453 |   - | 910 |2793 |   0 |   0 |   0 |1947k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
765.30/765.33	c   721s|  6420k|  6032k|     0 |   0.0 |2248M| 453 |   - | 910 |2999 |   0 |   0 |   0 |1950k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
766.51/766.56	c   722s|  6430k|  6042k|     0 |   0.0 |2252M| 453 |   - | 910 |2946 |   0 |   0 |   0 |1953k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
767.61/767.69	c   723s|  6440k|  6051k|     0 |   0.0 |2256M| 453 |   - | 910 |3103 |   0 |   0 |   0 |1956k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
769.10/769.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.10/769.18	c   724s|  6450k|  6060k|     0 |   0.0 |2259M| 453 |   - | 910 |3131 |   0 |   0 |   0 |1959k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
770.30/770.36	c   725s|  6460k|  6070k|     0 |   0.0 |2262M| 453 |   - | 910 |2994 |   0 |   0 |   0 |1962k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
771.61/771.61	c   726s|  6470k|  6079k|     0 |   0.0 |2266M| 453 |   - | 910 |2918 |   0 |   0 |   0 |1965k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
772.80/772.83	c   727s|  6480k|  6089k|     0 |   0.0 |2269M| 453 |   - | 910 |3064 |   0 |   0 |   0 |1968k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
774.10/774.14	c   729s|  6490k|  6098k|     0 |   0.0 |2273M| 453 |   - | 910 |2960 |   0 |   0 |   0 |1971k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
775.31/775.30	c   730s|  6500k|  6107k|     0 |   0.0 |2276M| 453 |   - | 910 |3182 |   0 |   0 |   0 |1974k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
776.61/776.66	c   731s|  6510k|  6117k|     0 |   0.0 |2280M| 453 |   - | 910 |3337 |   0 |   0 |   0 |1977k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
777.81/777.86	c   732s|  6520k|  6126k|     0 |   0.0 |2283M| 453 |   - | 910 |3024 |   0 |   0 |   0 |1979k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
779.00/779.02	c   733s|  6530k|  6135k|     0 |   0.0 |2287M| 453 |   - | 910 |3128 |   0 |   0 |   0 |1982k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
780.20/780.28	c   734s|  6540k|  6145k|     0 |   0.0 |2290M| 453 |   - | 910 |3220 |   0 |   0 |   0 |1985k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
781.51/781.55	c   735s|  6550k|  6154k|     0 |   0.0 |2294M| 453 |   - | 910 |3057 |   0 |   0 |   0 |1989k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
782.81/782.89	c   736s|  6560k|  6163k|     0 |   0.0 |2297M| 453 |   - | 910 |3051 |   0 |   0 |   0 |1992k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
784.10/784.11	c   737s|  6570k|  6173k|     0 |   0.0 |2301M| 453 |   - | 910 |2988 |   0 |   0 |   0 |1995k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
785.30/785.36	c   738s|  6580k|  6182k|     0 |   0.0 |2304M| 453 |   - | 910 |2977 |   0 |   0 |   0 |1998k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
786.60/786.63	c   739s|  6590k|  6191k|     0 |   0.0 |2308M| 453 |   - | 910 |2997 |   0 |   0 |   0 |2001k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
787.71/787.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
787.71/787.76	c   740s|  6600k|  6201k|     0 |   0.0 |2311M| 453 |   - | 910 |3063 |   0 |   0 |   0 |2004k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
789.10/789.13	c   742s|  6610k|  6210k|     0 |   0.0 |2315M| 453 |   - | 910 |3000 |   0 |   0 |   0 |2007k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
790.31/790.40	c   743s|  6620k|  6220k|     0 |   0.0 |2318M| 453 |   - | 910 |3036 |   0 |   0 |   0 |2010k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
791.60/791.62	c   744s|  6630k|  6229k|     0 |   0.0 |2322M| 453 |   - | 910 |3269 |   0 |   0 |   0 |2013k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
792.90/793.00	c   745s|  6640k|  6238k|     0 |   0.0 |2326M| 453 |   - | 910 |3164 |   0 |   0 |   0 |2016k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
794.21/794.24	c   746s|  6650k|  6248k|     0 |   0.0 |2329M| 453 |   - | 910 |3124 |   0 |   0 |   0 |2019k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
795.50/795.56	c   747s|  6660k|  6257k|     0 |   0.0 |2333M| 453 |   - | 910 |3217 |   0 |   0 |   0 |2022k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
796.90/796.91	c   748s|  6670k|  6266k|     0 |   0.0 |2336M| 453 |   - | 910 |3113 |   0 |   0 |   0 |2025k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
798.01/798.07	c   750s|  6680k|  6276k|     0 |   0.0 |2340M| 453 |   - | 910 |3022 |   0 |   0 |   0 |2028k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
799.20/799.29	c   751s|  6690k|  6285k|     0 |   0.0 |2343M| 453 |   - | 910 |3076 |   0 |   0 |   0 |2031k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
800.60/800.61	c   752s|  6700k|  6294k|     0 |   0.0 |2347M| 453 |   - | 910 |3185 |   0 |   0 |   0 |2034k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
802.00/802.01	c   753s|  6710k|  6304k|     0 |   0.0 |2350M| 453 |   - | 910 |3202 |   0 |   0 |   0 |2037k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
803.20/803.29	c   754s|  6720k|  6313k|     0 |   0.0 |2354M| 453 |   - | 910 |3001 |   0 |   0 |   0 |2040k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
804.50/804.57	c   755s|  6730k|  6322k|     0 |   0.0 |2357M| 453 |   - | 910 |3149 |   0 |   0 |   0 |2043k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
805.90/805.98	c   756s|  6740k|  6332k|     0 |   0.0 |2361M| 453 |   - | 910 |3265 |   0 |   0 |   0 |2047k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
807.41/807.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
807.41/807.46	c   758s|  6750k|  6341k|     0 |   0.0 |2364M| 453 |   - | 910 |3047 |   0 |   0 |   0 |2050k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
808.60/808.65	c   759s|  6760k|  6350k|     0 |   0.0 |2368M| 453 |   - | 910 |3092 |   0 |   0 |   0 |2053k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
810.00/810.08	c   760s|  6770k|  6360k|     0 |   0.0 |2371M| 453 |   - | 910 |3107 |   0 |   0 |   0 |2056k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
811.20/811.27	c   761s|  6780k|  6369k|     0 |   0.0 |2375M| 453 |   - | 910 |3030 |   0 |   0 |   0 |2059k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
812.50/812.56	c   762s|  6790k|  6378k|     0 |   0.0 |2379M| 453 |   - | 910 |3073 |   0 |   0 |   0 |2062k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
813.71/813.71	c   763s|  6800k|  6388k|     0 |   0.0 |2382M| 453 |   - | 910 |3150 |   0 |   0 |   0 |2066k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
814.91/815.00	c   764s|  6810k|  6397k|     0 |   0.0 |2386M| 453 |   - | 910 |3037 |   0 |   0 |   0 |2069k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
816.30/816.37	c   766s|  6820k|  6406k|     0 |   0.0 |2389M| 453 |   - | 910 |3270 |   0 |   0 |   0 |2072k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
817.61/817.68	c   767s|  6830k|  6415k|     0 |   0.0 |2393M| 453 |   - | 910 |3065 |   0 |   0 |   0 |2075k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
819.00/819.01	c   768s|  6840k|  6425k|     0 |   0.0 |2396M| 453 |   - | 910 |3167 |   0 |   0 |   0 |2078k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
820.40/820.47	c   769s|  6850k|  6434k|     0 |   0.0 |2400M| 453 |   - | 910 |3355 |   0 |   0 |   0 |2081k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
821.90/821.95	c   770s|  6860k|  6443k|     0 |   0.0 |2403M| 453 |   - | 910 |3063 |   0 |   0 |   0 |2085k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
823.40/823.45	c   772s|  6870k|  6453k|     0 |   0.0 |2407M| 453 |   - | 910 |3275 |   0 |   0 |   0 |2088k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
824.60/824.68	c   773s|  6880k|  6462k|     0 |   0.0 |2411M| 453 |   - | 910 |3131 |   0 |   0 |   0 |2091k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
825.90/825.91	c   774s|  6890k|  6471k|     0 |   0.0 |2414M| 453 |   - | 910 |3168 |   0 |   0 |   0 |2094k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
827.01/827.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
827.01/827.07	c   775s|  6900k|  6481k|     0 |   0.0 |2418M| 453 |   - | 910 |3313 |   0 |   0 |   0 |2097k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
828.21/828.21	c   776s|  6910k|  6490k|     0 |   0.0 |2421M| 453 |   - | 910 |3197 |   0 |   0 |   0 |2100k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
829.31/829.35	c   777s|  6920k|  6499k|     0 |   0.0 |2425M| 453 |   - | 910 |3149 |   0 |   0 |   0 |2103k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
830.51/830.51	c   778s|  6930k|  6509k|     0 |   0.0 |2428M| 453 |   - | 910 |3252 |   0 |   0 |   0 |2106k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
831.61/831.64	c   779s|  6940k|  6518k|     0 |   0.0 |2432M| 453 |   - | 910 |3105 |   0 |   0 |   0 |2109k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
832.81/832.88	c   780s|  6950k|  6527k|     0 |   0.0 |2436M| 453 |   - | 910 |3063 |   0 |   0 |   0 |2113k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
834.01/834.09	c   781s|  6960k|  6537k|     0 |   0.0 |2439M| 453 |   - | 910 |3348 |   0 |   0 |   0 |2116k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
835.31/835.35	c   782s|  6970k|  6546k|     0 |   0.0 |2443M| 453 |   - | 910 |3288 |   0 |   0 |   0 |2119k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
836.50/836.56	c   783s|  6980k|  6555k|     0 |   0.0 |2446M| 453 |   - | 910 |3054 |   0 |   0 |   0 |2122k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
837.80/837.87	c   784s|  6990k|  6565k|     0 |   0.0 |2450M| 453 |   - | 910 |3208 |   0 |   0 |   0 |2125k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
839.11/839.15	c   785s|  7000k|  6574k|     0 |   0.0 |2454M| 453 |   - | 910 |3035 |   0 |   0 |   0 |2129k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
840.41/840.45	c   787s|  7010k|  6583k|     0 |   0.0 |2457M| 453 |   - | 910 |3013 |   0 |   0 |   0 |2132k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
841.61/841.61	c   788s|  7020k|  6593k|     0 |   0.0 |2461M| 453 |   - | 910 |2987 |   0 |   0 |   0 |2135k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
842.80/842.89	c   789s|  7030k|  6602k|     0 |   0.0 |2464M| 453 |   - | 910 |3218 |   0 |   0 |   0 |2138k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
844.20/844.24	c   790s|  7040k|  6611k|     0 |   0.0 |2468M| 453 |   - | 910 |3152 |   0 |   0 |   0 |2141k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
845.50/845.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
845.50/845.54	c   791s|  7050k|  6621k|     0 |   0.0 |2471M| 453 |   - | 910 |3306 |   0 |   0 |   0 |2144k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
846.91/846.92	c   792s|  7060k|  6630k|     0 |   0.0 |2475M| 453 |   - | 910 |3264 |   0 |   0 |   0 |2147k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
848.30/848.30	c   794s|  7070k|  6639k|     0 |   0.0 |2478M| 453 |   - | 910 |3304 |   0 |   0 |   0 |2150k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
849.60/849.63	c   795s|  7080k|  6649k|     0 |   0.0 |2482M| 453 |   - | 910 |3228 |   0 |   0 |   0 |2153k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
851.01/851.03	c   796s|  7090k|  6658k|     0 |   0.0 |2485M| 453 |   - | 910 |3219 |   0 |   0 |   0 |2156k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
852.31/852.31	c   797s|  7100k|  6667k|     0 |   0.0 |2489M| 453 |   - | 910 |3269 |   0 |   0 |   0 |2159k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
853.40/853.48	c   798s|  7110k|  6677k|     0 |   0.0 |2493M| 453 |   - | 910 |3205 |   0 |   0 |   0 |2162k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
854.71/854.80	c   799s|  7120k|  6686k|     0 |   0.0 |2496M| 453 |   - | 910 |3292 |   0 |   0 |   0 |2165k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
856.11/856.17	c   800s|  7130k|  6695k|     0 |   0.0 |2500M| 453 |   - | 910 |3197 |   0 |   0 |   0 |2168k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
857.61/857.61	c   802s|  7140k|  6705k|     0 |   0.0 |2503M| 453 |   - | 910 |3206 |   0 |   0 |   0 |2172k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
858.80/858.87	c   803s|  7150k|  6714k|     0 |   0.0 |2507M| 453 |   - | 910 |3302 |   0 |   0 |   0 |2175k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
860.21/860.22	c   804s|  7160k|  6723k|     0 |   0.0 |2510M| 453 |   - | 910 |3392 |   0 |   0 |   0 |2178k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
861.50/861.53	c   805s|  7170k|  6733k|     0 |   0.0 |2514M| 453 |   - | 910 |3391 |   0 |   0 |   0 |2181k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
863.01/863.03	c   806s|  7180k|  6742k|     0 |   0.0 |2518M| 453 |   - | 910 |3167 |   0 |   0 |   0 |2184k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
864.51/864.52	c   808s|  7190k|  6751k|     0 |   0.0 |2521M| 453 |   - | 910 |3188 |   0 |   0 |   0 |2188k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
865.91/865.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.91/865.98	c   809s|  7200k|  6760k|     0 |   0.0 |2525M| 453 |   - | 910 |3056 |   0 |   0 |   0 |2191k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
867.11/867.17	c   810s|  7210k|  6770k|     0 |   0.0 |2528M| 453 |   - | 910 |3100 |   0 |   0 |   0 |2194k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
868.30/868.38	c   811s|  7220k|  6779k|     0 |   0.0 |2532M| 453 |   - | 910 |3106 |   0 |   0 |   0 |2197k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
869.70/869.71	c   812s|  7230k|  6788k|     0 |   0.0 |2535M| 453 |   - | 910 |3316 |   0 |   0 |   0 |2200k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
871.01/871.04	c   814s|  7240k|  6797k|     0 |   0.0 |2539M| 453 |   - | 910 |3385 |   0 |   0 |   0 |2204k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
872.31/872.38	c   815s|  7250k|  6807k|     0 |   0.0 |2543M| 453 |   - | 910 |3072 |   0 |   0 |   0 |2207k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
873.80/873.81	c   816s|  7260k|  6816k|     0 |   0.0 |2546M| 453 |   - | 910 |3169 |   0 |   0 |   0 |2210k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
875.20/875.20	c   817s|  7270k|  6825k|     0 |   0.0 |2550M| 453 |   - | 910 |3114 |   0 |   0 |   0 |2213k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
876.61/876.65	c   818s|  7280k|  6835k|     0 |   0.0 |2553M| 453 |   - | 910 |3193 |   0 |   0 |   0 |2216k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
878.01/878.01	c   820s|  7290k|  6844k|     0 |   0.0 |2557M| 453 |   - | 910 |3252 |   0 |   0 |   0 |2219k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
879.41/879.49	c   821s|  7300k|  6853k|     0 |   0.0 |2561M| 453 |   - | 910 |3444 |   0 |   0 |   0 |2223k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
880.90/881.00	c   822s|  7310k|  6863k|     0 |   0.0 |2564M| 453 |   - | 910 |3317 |   0 |   0 |   0 |2226k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
882.40/882.44	c   824s|  7320k|  6872k|     0 |   0.0 |2568M| 453 |   - | 910 |3218 |   0 |   0 |   0 |2229k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
883.60/883.64	c   825s|  7330k|  6881k|     0 |   0.0 |2571M| 453 |   - | 910 |3247 |   0 |   0 |   0 |2232k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
884.91/884.90	c   826s|  7340k|  6891k|     0 |   0.0 |2575M| 453 |   - | 910 |3195 |   0 |   0 |   0 |2235k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
886.11/886.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.11/886.13	c   827s|  7350k|  6900k|     0 |   0.0 |2578M| 453 |   - | 910 |3186 |   0 |   0 |   0 |2239k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
887.51/887.54	c   828s|  7360k|  6909k|     0 |   0.0 |2582M| 453 |   - | 910 |3395 |   0 |   0 |   0 |2242k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
888.71/888.80	c   829s|  7370k|  6919k|     0 |   0.0 |2586M| 453 |   - | 910 |3424 |   0 |   0 |   0 |2245k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
890.10/890.11	c   830s|  7380k|  6928k|     0 |   0.0 |2589M| 453 |   - | 910 |3258 |   0 |   0 |   0 |2248k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
891.31/891.35	c   831s|  7390k|  6937k|     0 |   0.0 |2593M| 453 |   - | 910 |3146 |   0 |   0 |   0 |2252k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
892.81/892.85	c   833s|  7400k|  6946k|     0 |   0.0 |2596M| 453 |   - | 910 |3078 |   0 |   0 |   0 |2255k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
894.21/894.26	c   834s|  7410k|  6956k|     0 |   0.0 |2600M| 453 |   - | 910 |3103 |   0 |   0 |   0 |2259k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
895.50/895.55	c   835s|  7420k|  6965k|     0 |   0.0 |2604M| 453 |   - | 910 |3111 |   0 |   0 |   0 |2262k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
896.80/896.83	c   836s|  7430k|  6974k|     0 |   0.0 |2607M| 453 |   - | 910 |3184 |   0 |   0 |   0 |2265k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
898.11/898.11	c   837s|  7440k|  6984k|     0 |   0.0 |2611M| 453 |   - | 910 |3257 |   0 |   0 |   0 |2268k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
899.50/899.55	c   839s|  7450k|  6993k|     0 |   0.0 |2614M| 453 |   - | 910 |3341 |   0 |   0 |   0 |2271k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
900.92/900.94	c   840s|  7460k|  7002k|     0 |   0.0 |2618M| 453 |   - | 910 |3273 |   0 |   0 |   0 |2274k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
902.11/902.17	c   841s|  7470k|  7012k|     0 |   0.0 |2622M| 453 |   - | 910 |3384 |   0 |   0 |   0 |2278k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
903.51/903.58	c   842s|  7480k|  7021k|     0 |   0.0 |2625M| 453 |   - | 910 |3255 |   0 |   0 |   0 |2281k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
904.81/904.88	c   843s|  7490k|  7030k|     0 |   0.0 |2629M| 453 |   - | 910 |3118 |   0 |   0 |   0 |2284k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
906.21/906.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
906.21/906.29	c   845s|  7500k|  7039k|     0 |   0.0 |2632M| 453 |   - | 910 |3146 |   0 |   0 |   0 |2287k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
907.61/907.63	c   846s|  7510k|  7049k|     0 |   0.0 |2636M| 453 |   - | 910 |3335 |   0 |   0 |   0 |2290k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
908.91/908.98	c   847s|  7520k|  7058k|     0 |   0.0 |2640M| 453 |   - | 910 |3312 |   0 |   0 |   0 |2294k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
910.31/910.33	c   848s|  7530k|  7067k|     0 |   0.0 |2643M| 453 |   - | 910 |3311 |   0 |   0 |   0 |2297k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
911.61/911.67	c   849s|  7540k|  7077k|     0 |   0.0 |2647M| 453 |   - | 910 |3449 |   0 |   0 |   0 |2300k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
912.80/912.88	c   850s|  7550k|  7086k|     0 |   0.0 |2650M| 453 |   - | 910 |3321 |   0 |   0 |   0 |2303k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
914.01/914.08	c   851s|  7560k|  7095k|     0 |   0.0 |2654M| 453 |   - | 910 |3408 |   0 |   0 |   0 |2306k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
915.41/915.41	c   853s|  7570k|  7105k|     0 |   0.0 |2658M| 453 |   - | 910 |3463 |   0 |   0 |   0 |2310k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
916.50/916.59	c   854s|  7580k|  7114k|     0 |   0.0 |2661M| 453 |   - | 910 |3428 |   0 |   0 |   0 |2313k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
918.01/918.00	c   855s|  7590k|  7123k|     0 |   0.0 |2665M| 453 |   - | 910 |3554 |   0 |   0 |   0 |2317k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
919.41/919.46	c   856s|  7600k|  7133k|     0 |   0.0 |2669M| 453 |   - | 910 |3134 |   0 |   0 |   0 |2320k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
920.80/920.81	c   857s|  7610k|  7142k|     0 |   0.0 |2672M| 453 |   - | 910 |3007 |   0 |   0 |   0 |2323k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
922.00/922.03	c   858s|  7620k|  7151k|     0 |   0.0 |2676M| 453 |   - | 910 |3037 |   0 |   0 |   0 |2326k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
923.40/923.47	c   860s|  7630k|  7160k|     0 |   0.0 |2679M| 453 |   - | 910 |3283 |   0 |   0 |   0 |2330k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
924.81/924.80	c   861s|  7640k|  7170k|     0 |   0.0 |2683M| 453 |   - | 910 |3262 |   0 |   0 |   0 |2333k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
926.01/926.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
926.01/926.08	c   862s|  7650k|  7179k|     0 |   0.0 |2687M| 453 |   - | 910 |3203 |   0 |   0 |   0 |2336k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
927.50/927.53	c   863s|  7660k|  7188k|     0 |   0.0 |2690M| 453 |   - | 910 |3182 |   0 |   0 |   0 |2339k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
928.80/928.84	c   864s|  7670k|  7198k|     0 |   0.0 |2694M| 453 |   - | 910 |3291 |   0 |   0 |   0 |2342k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
930.20/930.23	c   866s|  7680k|  7207k|     0 |   0.0 |2697M| 453 |   - | 910 |3158 |   0 |   0 |   0 |2345k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
931.50/931.52	c   867s|  7690k|  7216k|     0 |   0.0 |2701M| 453 |   - | 910 |3177 |   0 |   0 |   0 |2348k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
932.91/932.96	c   868s|  7700k|  7226k|     0 |   0.0 |2704M| 453 |   - | 910 |3297 |   0 |   0 |   0 |2351k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
934.31/934.32	c   869s|  7710k|  7235k|     0 |   0.0 |2708M| 453 |   - | 910 |3418 |   0 |   0 |   0 |2354k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
935.71/935.71	c   871s|  7720k|  7244k|     0 |   0.0 |2711M| 453 |   - | 910 |3587 |   0 |   0 |   0 |2358k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
937.01/937.03	c   872s|  7730k|  7253k|     0 |   0.0 |2715M| 453 |   - | 910 |3489 |   0 |   0 |   0 |2361k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
938.32/938.37	c   873s|  7740k|  7263k|     0 |   0.0 |2718M| 453 |   - | 910 |3467 |   0 |   0 |   0 |2364k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
939.91/939.92	c   874s|  7750k|  7272k|     0 |   0.0 |2722M| 453 |   - | 910 |3412 |   0 |   0 |   0 |2368k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
941.31/941.30	c   876s|  7760k|  7281k|     0 |   0.0 |2725M| 453 |   - | 910 |3492 |   0 |   0 |   0 |2371k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
942.62/942.67	c   877s|  7770k|  7291k|     0 |   0.0 |2729M| 453 |   - | 910 |3217 |   0 |   0 |   0 |2374k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
944.00/944.08	c   878s|  7780k|  7300k|     0 |   0.0 |2733M| 453 |   - | 910 |3445 |   0 |   0 |   0 |2377k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
945.50/945.55	c   879s|  7790k|  7309k|     0 |   0.0 |2736M| 453 |   - | 910 |3157 |   0 |   0 |   0 |2381k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
946.91/946.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
946.91/946.93	c   880s|  7800k|  7319k|     0 |   0.0 |2740M| 453 |   - | 910 |3404 |   0 |   0 |   0 |2384k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
948.11/948.20	c   882s|  7810k|  7328k|     0 |   0.0 |2744M| 453 |   - | 910 |3202 |   0 |   0 |   0 |2388k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
949.51/949.56	c   883s|  7820k|  7337k|     0 |   0.0 |2747M| 453 |   - | 910 |3218 |   0 |   0 |   0 |2391k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
951.00/951.06	c   884s|  7830k|  7346k|     0 |   0.0 |2751M| 453 |   - | 910 |3334 |   0 |   0 |   0 |2394k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
952.20/952.29	c   885s|  7840k|  7356k|     0 |   0.0 |2754M| 453 |   - | 910 |3192 |   0 |   0 |   0 |2398k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
953.61/953.70	c   886s|  7850k|  7365k|     0 |   0.0 |2758M| 453 |   - | 910 |3297 |   0 |   0 |   0 |2401k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
955.01/955.06	c   888s|  7860k|  7374k|     0 |   0.0 |2762M| 453 |   - | 910 |3212 |   0 |   0 |   0 |2404k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
956.51/956.56	c   889s|  7870k|  7383k|     0 |   0.0 |2765M| 453 |   - | 910 |3324 |   0 |   0 |   0 |2408k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
957.91/957.95	c   890s|  7880k|  7393k|     0 |   0.0 |2769M| 453 |   - | 910 |3202 |   0 |   0 |   0 |2411k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
959.22/959.28	c   891s|  7890k|  7402k|     0 |   0.0 |2772M| 453 |   - | 910 |3232 |   0 |   0 |   0 |2414k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
960.70/960.71	c   893s|  7900k|  7411k|     0 |   0.0 |2776M| 453 |   - | 910 |3329 |   0 |   0 |   0 |2418k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
962.00/962.03	c   894s|  7910k|  7421k|     0 |   0.0 |2780M| 453 |   - | 910 |3269 |   0 |   0 |   0 |2421k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
963.41/963.47	c   895s|  7920k|  7430k|     0 |   0.0 |2783M| 453 |   - | 910 |3279 |   0 |   0 |   0 |2424k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
964.90/964.98	c   896s|  7930k|  7439k|     0 |   0.0 |2787M| 453 |   - | 910 |3461 |   0 |   0 |   0 |2428k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
966.31/966.38	c   898s|  7940k|  7448k|     0 |   0.0 |2790M| 453 |   - | 910 |3168 |   0 |   0 |   0 |2431k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
967.51/967.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
967.51/967.57	c   899s|  7950k|  7458k|     0 |   0.0 |2794M| 453 |   - | 910 |3498 |   0 |   0 |   0 |2434k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
968.91/968.95	c   900s|  7960k|  7467k|     0 |   0.0 |2798M| 453 |   - | 910 |3450 |   0 |   0 |   0 |2438k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
970.41/970.49	c   901s|  7970k|  7476k|     0 |   0.0 |2801M| 453 |   - | 910 |3249 |   0 |   0 |   0 |2441k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
972.01/972.04	c   903s|  7980k|  7485k|     0 |   0.0 |2805M| 453 |   - | 910 |3461 |   0 |   0 |   0 |2445k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
973.31/973.36	c   904s|  7990k|  7495k|     0 |   0.0 |2809M| 453 |   - | 910 |3528 |   0 |   0 |   0 |2448k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
974.80/974.80	c   905s|  8000k|  7504k|     0 |   0.0 |2812M| 453 |   - | 910 |3432 |   0 |   0 |   0 |2451k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
976.11/976.19	c   906s|  8010k|  7513k|     0 |   0.0 |2816M| 453 |   - | 910 |3518 |   0 |   0 |   0 |2455k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
977.51/977.57	c   908s|  8020k|  7523k|     0 |   0.0 |2819M| 453 |   - | 910 |3257 |   0 |   0 |   0 |2458k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
978.91/978.94	c   909s|  8030k|  7532k|     0 |   0.0 |2823M| 453 |   - | 910 |3354 |   0 |   0 |   0 |2461k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
980.40/980.40	c   910s|  8040k|  7541k|     0 |   0.0 |2827M| 453 |   - | 910 |3154 |   0 |   0 |   0 |2465k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
981.51/981.60	c   911s|  8050k|  7550k|     0 |   0.0 |2830M| 453 |   - | 910 |3262 |   0 |   0 |   0 |2468k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
982.91/982.91	c   912s|  8060k|  7560k|     0 |   0.0 |2834M| 453 |   - | 910 |3246 |   0 |   0 |   0 |2471k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
984.30/984.31	c   913s|  8070k|  7569k|     0 |   0.0 |2838M| 453 |   - | 910 |3281 |   0 |   0 |   0 |2474k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
985.70/985.76	c   915s|  8080k|  7578k|     0 |   0.0 |2841M| 453 |   - | 910 |3312 |   0 |   0 |   0 |2478k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
987.20/987.28	c   916s|  8090k|  7588k|     0 |   0.0 |2845M| 453 |   - | 910 |3445 |   0 |   0 |   0 |2481k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
988.81/988.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
988.81/988.81	c   917s|  8100k|  7597k|     0 |   0.0 |2849M| 453 |   - | 910 |3416 |   0 |   0 |   0 |2485k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
990.21/990.26	c   919s|  8110k|  7606k|     0 |   0.0 |2852M| 453 |   - | 910 |3476 |   0 |   0 |   0 |2488k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
991.60/991.69	c   920s|  8120k|  7615k|     0 |   0.0 |2856M| 453 |   - | 910 |3436 |   0 |   0 |   0 |2491k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
993.00/993.02	c   921s|  8130k|  7625k|     0 |   0.0 |2859M| 453 |   - | 910 |3577 |   0 |   0 |   0 |2495k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
994.31/994.37	c   922s|  8140k|  7634k|     0 |   0.0 |2863M| 453 |   - | 910 |3656 |   0 |   0 |   0 |2498k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
995.81/995.80	c   924s|  8150k|  7643k|     0 |   0.0 |2867M| 453 |   - | 910 |3465 |   0 |   0 |   0 |2501k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
996.51/996.53	c (node 8155089) switching to memory saving mode (mem: 2736.0M/3420.0M)
999.61/999.63	c   927s|  8160k|  7647k|     0 |   0.0 |2871M| 453 |   - | 910 |7995 |   0 |   0 |   0 |2522k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1004.31/1004.39	c   932s|  8170k|  7647k|     0 |   0.0 |2874M| 453 |   - | 910 |  14k|   0 |   0 |   0 |2557k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1009.50/1009.54	c   937s|  8180k|  7647k|     0 |   0.0 |2874M| 453 |   - | 910 |  10k|   0 |   0 |   0 |2590k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1014.31/1014.34	c   941s|  8190k|  7647k|     0 |   0.0 |2875M| 453 |   - | 910 |  11k|   0 |   0 |   0 |2622k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1019.20/1019.23	c   946s|  8200k|  7647k|     0 |   0.0 |2877M| 453 |   - | 910 |  17k|   0 |   0 |   0 |2654k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1024.41/1024.43	c   951s|  8210k|  7647k|     0 |   0.0 |2874M| 453 |   - | 910 |9527 |   0 |   0 |   0 |2682k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1029.31/1029.37	c   955s|  8220k|  7647k|     0 |   0.0 |2876M| 453 |   - | 910 |  15k|   0 |   0 |   0 |2712k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1034.31/1034.33	c   960s|  8230k|  7647k|     0 |   0.0 |2878M| 453 |   - | 910 |  18k|   0 |   0 |   0 |2736k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1039.30/1039.34	c   965s|  8240k|  7647k|     0 |   0.0 |2878M| 453 |   - | 910 |  19k|   0 |   0 |   0 |2762k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1044.50/1044.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.50/1044.54	c   969s|  8250k|  7647k|     0 |   0.0 |2874M| 453 |   - | 910 |6684 |   0 |   0 |   0 |2788k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1049.41/1049.40	c   974s|  8260k|  7647k|     0 |   0.0 |2876M| 453 |   - | 910 |  12k|   0 |   0 |   0 |2814k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1054.41/1054.47	c   979s|  8270k|  7647k|     0 |   0.0 |2878M| 453 |   - | 910 |  16k|   0 |   0 |   0 |2840k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1059.81/1059.80	c   984s|  8280k|  7647k|     0 |   0.0 |2877M| 453 |   - | 910 |  14k|   0 |   0 |   0 |2865k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1064.72/1064.76	c   988s|  8290k|  7647k|     0 |   0.0 |2879M| 453 |   - | 910 |  21k|   0 |   0 |   0 |2892k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1069.71/1069.76	c   993s|  8300k|  7647k|     0 |   0.0 |2879M| 453 |   - | 910 |  18k|   0 |   0 |   0 |2922k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1075.21/1075.24	c   998s|  8310k|  7647k|     0 |   0.0 |2876M| 453 |   - | 910 |  11k|   0 |   0 |   0 |2949k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1079.91/1079.96	c  1002s|  8320k|  7647k|     0 |   0.0 |2876M| 453 |   - | 910 |9314 |   0 |   0 |   0 |2974k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1085.01/1085.07	c  1007s|  8330k|  7646k|     0 |   0.0 |2878M| 453 |   - | 910 |  15k|   0 |   0 |   0 |3000k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1090.42/1090.46	c  1012s|  8340k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  19k|   0 |   0 |   0 |3024k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1095.82/1095.84	c  1017s|  8350k|  7646k|     0 |   0.0 |2875M| 453 |   - | 910 |7966 |   0 |   0 |   0 |3049k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1100.91/1100.97	c  1022s|  8360k|  7646k|     0 |   0.0 |2878M| 453 |   - | 910 |  14k|   0 |   0 |   0 |3077k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1106.41/1106.46	c  1027s|  8370k|  7646k|     0 |   0.0 |2876M| 453 |   - | 910 |7659 |   0 |   0 |   0 |3101k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1111.61/1111.61	c  1032s|  8380k|  7646k|     0 |   0.0 |2876M| 453 |   - | 910 |  10k|   0 |   0 |   0 |3129k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1116.51/1116.52	c  1037s|  8390k|  7646k|     0 |   0.0 |2877M| 453 |   - | 910 |  13k|   0 |   0 |   0 |3151k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1121.41/1121.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1121.41/1121.43	c  1041s|  8400k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  17k|   0 |   0 |   0 |3174k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1126.51/1126.56	c  1046s|  8410k|  7646k|     0 |   0.0 |2876M| 453 |   - | 910 |9404 |   0 |   0 |   0 |3201k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1131.71/1131.80	c  1051s|  8420k|  7646k|     0 |   0.0 |2876M| 453 |   - | 910 |9096 |   0 |   0 |   0 |3227k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1136.91/1136.90	c  1056s|  8430k|  7646k|     0 |   0.0 |2876M| 453 |   - | 910 |8261 |   0 |   0 |   0 |3251k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1142.22/1142.20	c  1061s|  8440k|  7646k|     0 |   0.0 |2877M| 453 |   - | 910 |  10k|   0 |   0 |   0 |3272k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1147.51/1147.58	c  1066s|  8450k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  16k|   0 |   0 |   0 |3298k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1152.72/1152.80	c  1071s|  8460k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  23k|   0 |   0 |   0 |3324k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1158.51/1158.50	c  1076s|  8470k|  7646k|     0 |   0.0 |2876M| 453 |   - | 910 |8522 |   0 |   0 |   0 |3351k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1163.61/1163.64	c  1081s|  8480k|  7646k|     0 |   0.0 |2877M| 453 |   - | 910 |  10k|   0 |   0 |   0 |3378k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1168.61/1168.69	c  1086s|  8490k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  16k|   0 |   0 |   0 |3405k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1173.71/1173.78	c  1091s|  8500k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  22k|   0 |   0 |   0 |3433k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1179.31/1179.37	c  1096s|  8510k|  7646k|     0 |   0.0 |2876M| 453 |   - | 910 |7623 |   0 |   0 |   0 |3454k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1184.72/1184.76	c  1101s|  8520k|  7646k|     0 |   0.0 |2876M| 453 |   - | 910 |7891 |   0 |   0 |   0 |3477k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1190.22/1190.21	c  1106s|  8530k|  7646k|     0 |   0.0 |2878M| 453 |   - | 910 |  11k|   0 |   0 |   0 |3501k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1195.42/1195.41	c  1111s|  8540k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  14k|   0 |   0 |   0 |3527k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1200.41/1200.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1200.41/1200.46	c  1116s|  8550k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  20k|   0 |   0 |   0 |3547k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1205.91/1205.98	c  1121s|  8560k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  13k|   0 |   0 |   0 |3571k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1211.62/1211.65	c  1126s|  8570k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |  16k|   0 |   0 |   0 |3593k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1216.91/1216.95	c  1131s|  8580k|  7646k|     0 |   0.0 |2882M| 453 |   - | 910 |  19k|   0 |   0 |   0 |3614k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1222.61/1222.60	c  1136s|  8590k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  24k|   0 |   0 |   0 |3641k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1227.91/1227.95	c  1142s|  8600k|  7646k|     0 |   0.0 |2886M| 453 |   - | 910 |  32k|   0 |   0 |   0 |3668k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1234.42/1234.47	c  1148s|  8610k|  7646k|     0 |   0.0 |2878M| 453 |   - | 910 |7508 |   0 |   0 |   0 |3695k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1240.01/1240.00	c  1153s|  8620k|  7646k|     0 |   0.0 |2878M| 453 |   - | 910 |7346 |   0 |   0 |   0 |3717k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1245.41/1245.43	c  1158s|  8630k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  10k|   0 |   0 |   0 |3741k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1250.82/1250.84	c  1163s|  8640k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  15k|   0 |   0 |   0 |3764k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1256.41/1256.45	c  1168s|  8650k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |9629 |   0 |   0 |   0 |3784k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1261.72/1261.73	c  1173s|  8660k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  10k|   0 |   0 |   0 |3807k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1267.01/1267.06	c  1178s|  8670k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |  10k|   0 |   0 |   0 |3834k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1272.62/1272.67	c  1184s|  8680k|  7646k|     0 |   0.0 |2878M| 453 |   - | 910 |7069 |   0 |   0 |   0 |3858k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1277.81/1277.88	c  1188s|  8690k|  7646k|     0 |   0.0 |2878M| 453 |   - | 910 |7850 |   0 |   0 |   0 |3874k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1283.32/1283.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1283.32/1283.39	c  1194s|  8700k|  7646k|     0 |   0.0 |2878M| 453 |   - | 910 |7945 |   0 |   0 |   0 |3893k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1288.72/1288.75	c  1199s|  8710k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  15k|   0 |   0 |   0 |3919k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1294.72/1294.74	c  1204s|  8720k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |  12k|   0 |   0 |   0 |3944k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1300.22/1300.21	c  1210s|  8730k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |  11k|   0 |   0 |   0 |3970k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1305.92/1305.90	c  1215s|  8740k|  7646k|     0 |   0.0 |2882M| 453 |   - | 910 |  17k|   0 |   0 |   0 |3995k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1311.72/1311.72	c  1220s|  8750k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |9383 |   0 |   0 |   0 |4021k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1317.21/1317.29	c  1226s|  8760k|  7646k|     0 |   0.0 |2882M| 453 |   - | 910 |  16k|   0 |   0 |   0 |4046k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1323.42/1323.43	c  1231s|  8770k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |8881 |   0 |   0 |   0 |4072k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1329.31/1329.33	c  1237s|  8780k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  14k|   0 |   0 |   0 |4096k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1335.32/1335.33	c  1243s|  8790k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |  10k|   0 |   0 |   0 |4119k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1341.12/1341.20	c  1248s|  8800k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  14k|   0 |   0 |   0 |4142k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1346.71/1346.78	c  1254s|  8810k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |  10k|   0 |   0 |   0 |4165k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1352.11/1352.12	c  1259s|  8820k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  13k|   0 |   0 |   0 |4188k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1358.52/1358.53	c  1265s|  8830k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  14k|   0 |   0 |   0 |4213k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1364.62/1364.63	c  1270s|  8840k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |8874 |   0 |   0 |   0 |4234k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1370.01/1370.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.01/1370.04	c  1275s|  8850k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  14k|   0 |   0 |   0 |4258k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1375.92/1375.94	c  1281s|  8860k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |8912 |   0 |   0 |   0 |4277k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1381.62/1381.68	c  1286s|  8870k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |  11k|   0 |   0 |   0 |4300k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1387.62/1387.66	c  1292s|  8880k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |9368 |   0 |   0 |   0 |4323k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1393.22/1393.21	c  1297s|  8890k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  15k|   0 |   0 |   0 |4348k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1398.91/1398.95	c  1303s|  8900k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  20k|   0 |   0 |   0 |4373k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1405.11/1405.12	c  1309s|  8910k|  7646k|     0 |   0.0 |2885M| 453 |   - | 910 |  25k|   0 |   0 |   0 |4399k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1411.41/1411.47	c  1315s|  8920k|  7646k|     0 |   0.0 |2886M| 453 |   - | 910 |  30k|   0 |   0 |   0 |4423k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1417.32/1417.31	c  1320s|  8930k|  7646k|     0 |   0.0 |2879M| 453 |   - | 910 |7445 |   0 |   0 |   0 |4447k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1423.02/1423.00	c  1326s|  8940k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  11k|   0 |   0 |   0 |4467k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1428.31/1428.35	c  1331s|  8950k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |  10k|   0 |   0 |   0 |4491k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1434.12/1434.17	c  1336s|  8960k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |9838 |   0 |   0 |   0 |4515k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1440.02/1440.05	c  1342s|  8970k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |8759 |   0 |   0 |   0 |4534k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1445.52/1445.57	c  1347s|  8980k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  17k|   0 |   0 |   0 |4558k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1451.72/1451.76	c  1353s|  8990k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |9251 |   0 |   0 |   0 |4581k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1457.32/1457.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1457.32/1457.34	c  1358s|  9000k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  10k|   0 |   0 |   0 |4604k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1463.03/1463.04	c  1363s|  9010k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  10k|   0 |   0 |   0 |4621k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1468.22/1468.28	c  1368s|  9020k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  17k|   0 |   0 |   0 |4648k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1474.03/1474.04	c  1374s|  9030k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |8754 |   0 |   0 |   0 |4675k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1480.12/1480.15	c  1380s|  9040k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |9458 |   0 |   0 |   0 |4698k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1486.22/1486.24	c  1385s|  9050k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  12k|   0 |   0 |   0 |4719k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1492.02/1492.01	c  1391s|  9060k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  13k|   0 |   0 |   0 |4737k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1497.92/1497.99	c  1396s|  9070k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |8832 |   0 |   0 |   0 |4757k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1504.12/1504.16	c  1402s|  9080k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |4782k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1510.32/1510.30	c  1408s|  9090k|  7646k|     0 |   0.0 |2885M| 453 |   - | 910 |  21k|   0 |   0 |   0 |4805k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1516.72/1516.72	c  1414s|  9100k|  7646k|     0 |   0.0 |2882M| 453 |   - | 910 |  11k|   0 |   0 |   0 |4830k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1523.12/1523.10	c  1420s|  9110k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |8128 |   0 |   0 |   0 |4852k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1528.82/1528.80	c  1426s|  9120k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  10k|   0 |   0 |   0 |4874k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1534.53/1534.59	c  1431s|  9130k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |8923 |   0 |   0 |   0 |4892k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1540.12/1540.17	c  1436s|  9140k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  16k|   0 |   0 |   0 |4915k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1546.53/1546.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1546.53/1546.59	c  1442s|  9150k|  7646k|     0 |   0.0 |2882M| 453 |   - | 910 |  11k|   0 |   0 |   0 |4940k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1552.42/1552.49	c  1448s|  9160k|  7646k|     0 |   0.0 |2880M| 453 |   - | 910 |7482 |   0 |   0 |   0 |4960k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1558.12/1558.12	c  1453s|  9170k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |9349 |   0 |   0 |   0 |4979k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1564.02/1564.07	c  1459s|  9180k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5003k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1570.52/1570.56	c  1465s|  9190k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |8513 |   0 |   0 |   0 |5027k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1576.63/1576.60	c  1471s|  9200k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |  10k|   0 |   0 |   0 |5048k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1582.32/1582.34	c  1476s|  9210k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5070k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1588.22/1588.24	c  1482s|  9220k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5088k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1594.02/1594.08	c  1487s|  9230k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5106k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1599.82/1599.89	c  1493s|  9240k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  15k|   0 |   0 |   0 |5124k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1605.73/1605.74	c  1498s|  9250k|  7646k|     0 |   0.0 |2884M| 453 |   - | 910 |  15k|   0 |   0 |   0 |5146k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1611.42/1611.41	c  1503s|  9260k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  15k|   0 |   0 |   0 |5165k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1617.63/1617.65	c  1509s|  9270k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |8507 |   0 |   0 |   0 |5185k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1623.42/1623.50	c  1515s|  9280k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |9427 |   0 |   0 |   0 |5205k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1629.42/1629.40	c  1520s|  9290k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  15k|   0 |   0 |   0 |5229k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1635.42/1635.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1635.42/1635.48	c  1526s|  9300k|  7646k|     0 |   0.0 |2882M| 453 |   - | 910 |  10k|   0 |   0 |   0 |5254k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1641.33/1641.38	c  1532s|  9310k|  7646k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5277k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1647.32/1647.30	c  1537s|  9320k|  7646k|     0 |   0.0 |2881M| 453 |   - | 910 |7472 |   0 |   0 |   0 |5298k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1653.33/1653.30	c  1543s|  9330k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |  10k|   0 |   0 |   0 |5322k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1659.22/1659.23	c  1549s|  9340k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |  10k|   0 |   0 |   0 |5345k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1664.72/1664.76	c  1554s|  9350k|  7645k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5367k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1670.22/1670.27	c  1559s|  9360k|  7645k|     0 |   0.0 |2883M| 453 |   - | 910 |  16k|   0 |   0 |   0 |5386k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1676.23/1676.30	c  1565s|  9370k|  7645k|     0 |   0.0 |2884M| 453 |   - | 910 |  17k|   0 |   0 |   0 |5404k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1682.43/1682.44	c  1571s|  9380k|  7645k|     0 |   0.0 |2882M| 453 |   - | 910 |  12k|   0 |   0 |   0 |5421k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1688.32/1688.32	c  1576s|  9390k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |8432 |   0 |   0 |   0 |5444k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1694.53/1694.52	c  1582s|  9400k|  7645k|     0 |   0.0 |2880M| 453 |   - | 910 |6616 |   0 |   0 |   0 |5464k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1700.33/1700.31	c  1587s|  9410k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |8967 |   0 |   0 |   0 |5486k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1705.93/1705.92	c  1593s|  9420k|  7645k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5508k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1711.73/1711.79	c  1598s|  9430k|  7645k|     0 |   0.0 |2885M| 453 |   - | 910 |  21k|   0 |   0 |   0 |5534k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1717.93/1717.93	c  1604s|  9440k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |9378 |   0 |   0 |   0 |5557k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1723.12/1723.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1723.12/1723.17	c  1609s|  9450k|  7645k|     0 |   0.0 |2884M| 453 |   - | 910 |  16k|   0 |   0 |   0 |5582k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1729.23/1729.27	c  1615s|  9460k|  7645k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5607k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1735.33/1735.36	c  1620s|  9470k|  7645k|     0 |   0.0 |2882M| 453 |   - | 910 |  11k|   0 |   0 |   0 |5631k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1741.33/1741.36	c  1626s|  9480k|  7645k|     0 |   0.0 |2885M| 453 |   - | 910 |  19k|   0 |   0 |   0 |5659k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1748.03/1748.00	c  1632s|  9490k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |9049 |   0 |   0 |   0 |5686k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1754.62/1754.64	c  1639s|  9500k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |7600 |   0 |   0 |   0 |5707k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1760.93/1760.94	c  1645s|  9510k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |8377 |   0 |   0 |   0 |5722k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1766.93/1766.94	c  1650s|  9520k|  7645k|     0 |   0.0 |2882M| 453 |   - | 910 |  12k|   0 |   0 |   0 |5744k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1773.33/1773.35	c  1656s|  9530k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |8257 |   0 |   0 |   0 |5764k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1779.62/1779.64	c  1662s|  9540k|  7645k|     0 |   0.0 |2881M| 453 |   - | 910 |7677 |   0 |   0 |   0 |5783k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1785.43/1785.49	c  1668s|  9550k|  7645k|     0 |   0.0 |2882M| 453 |   - | 910 |  10k|   0 |   0 |   0 |5805k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1791.83/1791.84	c  1674s|  9560k|  7645k|     0 |   0.0 |2882M| 453 |   - | 910 |  10k|   0 |   0 |   0 |5826k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1797.83/1797.85	c  1680s|  9570k|  7645k|     0 |   0.0 |2883M| 453 |   - | 910 |  14k|   0 |   0 |   0 |5851k|   0 | 0.000000e+00 | 3.813000e+03 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1681.73
1800.03/1800.00	c Solving Nodes      : 9573431
1800.03/1800.00	c Primal Bound       : +3.81300000000000e+03 (4 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 
1800.03/1800.00	v x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 
1800.03/1800.00	v x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 
1800.03/1800.00	v x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 
1800.03/1800.00	v x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 
1800.03/1800.00	v x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 
1800.03/1800.00	v x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 
1800.03/1800.00	v x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 
1800.03/1800.00	v x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 
1800.03/1800.00	v x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 
1800.03/1800.00	v x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 
1800.03/1800.00	v x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 
1800.03/1800.00	v x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 
1800.03/1800.00	v x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 
1800.03/1800.00	v x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 
1800.03/1800.00	v x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 
1800.03/1800.00	v x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 
1800.03/1800.00	v x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 
1800.03/1800.00	v x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 
1800.03/1800.00	v x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 
1800.03/1800.00	v x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 
1800.03/1800.00	v x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 
1800.03/1800.00	v x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 
1800.03/1800.00	v x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 
1800.03/1800.00	v x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 
1800.03/1800.00	v x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 
1800.03/1800.00	v x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 
1800.03/1800.00	v 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 x43 x42 x41 x40 x39 x38 
1800.03/1800.00	v 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 x12 x11 x10 x9 x8 x7 x6 
1800.03/1800.00	v x5 x4 x3 x2 x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1681.73
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693978-1277919961.wbo
1800.03/1800.00	c   Variables        : 910 (830 binary, 0 integer, 0 implicit integer, 80 continuous)
1800.03/1800.00	c   Constraints      : 161 initial, 161 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693978-1277919961.wbo
1800.03/1800.00	c   Variables        : 910 (830 binary, 0 integer, 0 implicit integer, 80 continuous)
1800.03/1800.00	c   Constraints      : 160 initial, 36378 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0         80          0          1          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :         80          0      14689          0      11259          0         82          0          0          0
1800.03/1800.00	c   linear           :         80          0   15713899          0    8997664     824400   61475605          0          0          0
1800.03/1800.00	c   logicor          :          0+         0    7824859          0          0     345225   14247143          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    8997664          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.01
1800.03/1800.00	c   linear           :     412.60       0.00     409.92       0.00       2.68
1800.03/1800.00	c   logicor          :     290.78       0.00     290.78       0.00       0.00
1800.03/1800.00	c   countsols        :       1.07       0.00       0.00       0.00       1.07
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       1.63          2          0          0
1800.03/1800.00	c   rootredcost      :       1.65          0          0          0
1800.03/1800.00	c   pseudoobj        :      34.94   15713699          0          0
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :     246.53    1169625    1169625    9391214      113.0    4001455       15.5          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    5342244       27.3          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -     519157      107.7          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :     371.85    8997664          0          0          0          0   17995328
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       1.49          0          0
1800.03/1800.00	c   trivial          :       0.00          2          3
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       1.22          0          0
1800.03/1800.00	c   trysol           :       1.12          1          1
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    9573431
1800.03/1800.00	c   nodes (total)    :    9573431
1800.03/1800.00	c   nodes left       :    7645890
1800.03/1800.00	c   max depth        :        453
1800.03/1800.00	c   max depth (total):        453
1800.03/1800.00	c   backtracks       :     620847 (6.5%)
1800.03/1800.00	c   delayed cutoffs  :     776008
1800.03/1800.00	c   repropagations   :    1419774 (32894536 domain reductions, 593858 cutoffs)
1800.03/1800.00	c   avg switch length:       3.69
1800.03/1800.00	c   switching time   :     407.18
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          4 (1 improvements)
1800.03/1800.00	c   First Solution   : +3.81300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.00	c   Primal Bound     : +3.81300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0

Verifier Data

OK	1321

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/198 14498
/proc/meminfo: memFree=31099848/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=8812 CPUtime=0
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 1641 0 0 0 0 0 0 0 25 0 1 0 133293023 9023488 1564 4089446400 4194304 7136930 140736083733328 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14498/statm: 2203 1581 275 719 0 1482 0

[startup+0.0987791 s]
/proc/loadavg: 1.99 2.00 2.00 4/198 14498
/proc/meminfo: memFree=31099848/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=14852 CPUtime=0.08
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 3674 0 0 0 7 1 0 0 25 0 1 0 133293023 15208448 2987 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14498/statm: 3713 2987 390 719 0 2992 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14852

[startup+0.10077 s]
/proc/loadavg: 1.99 2.00 2.00 4/198 14498
/proc/meminfo: memFree=31099848/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=14852 CPUtime=0.09
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 3686 0 0 0 8 1 0 0 25 0 1 0 133293023 15208448 2999 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14498/statm: 3713 2999 390 719 0 2992 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14852

[startup+0.300744 s]
/proc/loadavg: 1.99 2.00 2.00 4/198 14498
/proc/meminfo: memFree=31099848/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=16668 CPUtime=0.29
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 4153 0 0 0 25 4 0 0 25 0 1 0 133293023 17068032 3466 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14498/statm: 4167 3466 390 719 0 3446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16668

[startup+0.700672 s]
/proc/loadavg: 1.99 2.00 2.00 4/198 14498
/proc/meminfo: memFree=31099848/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=19328 CPUtime=0.69
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 4836 0 0 0 62 7 0 0 25 0 1 0 133293023 19791872 4149 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 4832 4149 390 719 0 4111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19328

[startup+1.50053 s]
/proc/loadavg: 1.99 2.00 2.00 3/199 14499
/proc/meminfo: memFree=31083980/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=23492 CPUtime=1.48
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 5895 0 0 0 136 12 0 0 25 0 1 0 133293023 24055808 5208 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 5873 5208 390 719 0 5152 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23492

[startup+3.10025 s]
/proc/loadavg: 1.99 2.00 2.00 3/199 14499
/proc/meminfo: memFree=31077656/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=30292 CPUtime=3.09
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 7635 0 0 0 288 21 0 0 25 0 1 0 133293023 31019008 6948 4089446400 4194304 7136930 140736083733328 18446744073709551615 4574892 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 7573 6948 390 719 0 6852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30292

[startup+6.30069 s]
/proc/loadavg: 1.99 2.00 2.00 3/199 14499
/proc/meminfo: memFree=31065876/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=41872 CPUtime=6.29
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 10665 0 0 0 590 39 0 0 25 0 1 0 133293023 42876928 9978 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 10468 9978 390 719 0 9747 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41872

[startup+12.7006 s]
/proc/loadavg: 1.99 2.00 2.00 3/199 14499
/proc/meminfo: memFree=31041340/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=68280 CPUtime=12.69
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 16996 0 0 0 1198 71 0 0 25 0 1 0 133293023 69918720 16309 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 17070 16309 390 719 0 16349 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68280

[startup+25.5003 s]
/proc/loadavg: 1.99 2.00 2.00 3/199 14499
/proc/meminfo: memFree=30989024/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=122256 CPUtime=25.49
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 29922 0 0 0 2410 139 0 0 25 0 1 0 133293023 125190144 29235 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 30564 29235 390 719 0 29843 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122256

[startup+51.1008 s]
/proc/loadavg: 1.99 2.00 2.00 3/199 14500
/proc/meminfo: memFree=30892072/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=225120 CPUtime=51.09
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 54337 0 0 0 4837 272 0 0 25 0 1 0 133293023 230522880 53650 4089446400 4194304 7136930 140736083733328 18446744073709551615 4407814 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 56280 53650 390 719 0 55559 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 225120

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/199 14501
/proc/meminfo: memFree=30725244/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=385408 CPUtime=102.29
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 95158 0 0 0 9762 467 0 0 25 0 1 0 133293023 394657792 94471 4089446400 4194304 7136930 140736083733328 18446744073709551615 4221262 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 96352 94471 390 719 0 95631 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 385408

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/199 14503
/proc/meminfo: memFree=30538300/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=585616 CPUtime=162.29
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 142735 0 0 0 15495 734 0 0 25 0 1 0 133293023 599670784 142048 4089446400 4194304 7136930 140736083733328 18446744073709551615 4392915 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 146404 142048 390 719 0 145683 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 585616

[startup+222.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/199 14505
/proc/meminfo: memFree=30340948/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=771656 CPUtime=222.3
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 191315 0 0 0 21201 1029 0 0 25 0 1 0 133293023 790175744 190628 4089446400 4194304 7136930 140736083733328 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 192914 190628 390 719 0 192193 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 771656

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/199 14507
/proc/meminfo: memFree=30153772/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=983816 CPUtime=282.3
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 238111 0 0 0 26913 1317 0 0 25 0 1 0 133293023 1007427584 237424 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 245954 237424 390 719 0 245233 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 983816

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/199 14508
/proc/meminfo: memFree=29963968/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=1164292 CPUtime=342.29
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 285079 0 0 0 32643 1586 0 0 25 0 1 0 133293023 1192235008 284392 4089446400 4194304 7136930 140736083733328 18446744073709551615 5892247 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 291073 284392 390 719 0 290352 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1164292

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/199 14509
/proc/meminfo: memFree=29788696/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=1335432 CPUtime=402.3
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 329673 0 0 0 38379 1851 0 0 25 0 1 0 133293023 1367482368 328986 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 333858 328986 390 719 0 333137 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1335432

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/199 14511
/proc/meminfo: memFree=29596568/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=1516972 CPUtime=462.3
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 376932 0 0 0 44107 2123 0 0 25 0 1 0 133293023 1553379328 376245 4089446400 4194304 7136930 140736083733328 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 379243 376245 390 719 0 378522 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1516972

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/199 14513
/proc/meminfo: memFree=29417184/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=1757172 CPUtime=522.3
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 422344 0 0 0 49847 2383 0 0 25 0 1 0 133293023 1799344128 421657 4089446400 4194304 7136930 140736083733328 18446744073709551615 5924159 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 439293 421657 390 719 0 438572 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1757172

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/199 14515
/proc/meminfo: memFree=29238432/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=1926388 CPUtime=582.3
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 466431 0 0 0 55589 2641 0 0 25 0 1 0 133293023 1972621312 465744 4089446400 4194304 7136930 140736083733328 18446744073709551615 4436363 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14498/statm: 481597 465744 390 719 0 480876 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1926388

[startup+642.301 s]
/proc/loadavg: 2.02 2.01 2.00 2/177 14519
/proc/meminfo: memFree=29550648/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=2094536 CPUtime=642.31
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 510128 0 0 0 61334 2897 0 0 25 0 1 0 133293023 2144804864 509441 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14498/statm: 523634 509441 390 719 0 522913 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2094536

[startup+702.301 s]

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

/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 798544 0 0 0 98597 7634 0 0 25 0 1 0 133293023 3166035968 767978 4089446400 4194304 7136930 140736083733328 18446744073709551615 5921703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 772958 767978 390 719 0 772237 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3091832

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14568
/proc/meminfo: memFree=27497664/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3094184 CPUtime=1122.31
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 798900 0 0 0 104227 8004 0 0 25 0 1 0 133293023 3168444416 768334 4089446400 4194304 7136930 140736083733328 18446744073709551615 5923179 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 773546 768334 390 719 0 772825 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 3094184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14570
/proc/meminfo: memFree=27435468/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3096328 CPUtime=1182.31
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 799233 0 0 0 109869 8362 0 0 25 0 1 0 133293023 3170639872 768667 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 774082 768667 390 719 0 773361 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 3096328

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14571
/proc/meminfo: memFree=27363356/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3105392 CPUtime=1242.31
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 800971 0 0 0 115507 8724 0 0 25 0 1 0 133293023 3179921408 770405 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776348 770405 390 719 0 775627 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 3105392

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14572
/proc/meminfo: memFree=27285540/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3105392 CPUtime=1302.32
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 800974 0 0 0 121148 9084 0 0 25 0 1 0 133293023 3179921408 770408 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776348 770408 390 719 0 775627 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 3105392

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14574
/proc/meminfo: memFree=27159984/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3105588 CPUtime=1362.32
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801024 0 0 0 126816 9416 0 0 25 0 1 0 133293023 3180122112 770458 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776397 770458 390 719 0 775676 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3105588

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14576
/proc/meminfo: memFree=27064684/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3105800 CPUtime=1422.33
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801072 0 0 0 132494 9739 0 0 25 0 1 0 133293023 3180339200 770506 4089446400 4194304 7136930 140736083733328 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776450 770506 390 719 0 775729 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3105800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14578
/proc/meminfo: memFree=26981920/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3105800 CPUtime=1482.32
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801080 0 0 0 138157 10075 0 0 25 0 1 0 133293023 3180339200 770514 4089446400 4194304 7136930 140736083733328 18446744073709551615 4998243 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776450 770514 390 719 0 775729 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 3105800

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 14579
/proc/meminfo: memFree=26883396/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3105800 CPUtime=1542.32
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801096 0 0 0 143821 10411 0 0 25 0 1 0 133293023 3180339200 770530 4089446400 4194304 7136930 140736083733328 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776450 770530 390 719 0 775729 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 3105800

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14580
/proc/meminfo: memFree=26772604/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3106468 CPUtime=1602.32
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801263 0 0 0 149485 10747 0 0 25 0 1 0 133293023 3181023232 770697 4089446400 4194304 7136930 140736083733328 18446744073709551615 4976443 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776617 770697 390 719 0 775896 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 3106468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14582
/proc/meminfo: memFree=26680536/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3106468 CPUtime=1662.33
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801275 0 0 0 155150 11083 0 0 25 0 1 0 133293023 3181023232 770709 4089446400 4194304 7136930 140736083733328 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776617 770709 390 719 0 775896 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3106468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14584
/proc/meminfo: memFree=26561312/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3106468 CPUtime=1722.33
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801275 0 0 0 160809 11424 0 0 25 0 1 0 133293023 3181023232 770709 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776617 770709 390 719 0 775896 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 3106468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14586
/proc/meminfo: memFree=26467640/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3106468 CPUtime=1782.33
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801277 0 0 0 166492 11741 0 0 25 0 1 0 133293023 3181023232 770711 4089446400 4194304 7136930 140736083733328 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776617 770711 390 719 0 775896 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 3106468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14586
/proc/meminfo: memFree=26433772/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3106468 CPUtime=1800.03
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801277 0 0 0 168173 11830 0 0 25 0 1 0 133293023 3181023232 770711 4089446400 4194304 7136930 140736083733328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14498/statm: 776617 770711 390 719 0 775896 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3106468

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14498

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14587
/proc/meminfo: memFree=26432028/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3106604 CPUtime=1801.43
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801285 0 0 0 168313 11830 0 0 19 0 1 0 133293023 3181162496 770719 4089446400 4194304 7136930 140736083733328 18446744073709551615 4212558 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14498/statm: 776651 770719 396 719 0 775930 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 3106604

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14587
/proc/meminfo: memFree=26429176/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3106604 CPUtime=1801.83
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801285 0 0 0 168353 11830 0 0 20 0 1 0 133293023 3181162496 770719 4089446400 4194304 7136930 140736083733328 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14498/statm: 776651 770719 396 719 0 775930 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 3106604

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14587
/proc/meminfo: memFree=26429176/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=3106604 CPUtime=1802.03
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4202496 801285 0 0 0 168373 11830 0 0 21 0 1 0 133293023 3181162496 770719 4089446400 4194304 7136930 140736083733328 18446744073709551615 6165617 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14498/statm: 776651 770719 396 719 0 775930 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 3106604

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14587
/proc/meminfo: memFree=26429176/32950928 swapFree=67111528/67111528
[pid=14498] ppid=14496 vsize=0 CPUtime=1802.13
/proc/14498/stat : 14498 (pbscip.linux.x8) R 14496 14498 13557 0 -1 4203524 801285 0 0 0 168374 11839 0 0 21 0 1 0 133293023 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/14498/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.14
CPU user time (s): 1683.74
CPU system time (s): 118.402
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3204836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1683.74
system time used= 118.402
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 801285
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= 5
involuntary context switches= 15588

runsolver used 2.54161 second user time and 5.78012 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 19:46:01
IDJOB=2693978
IDBENCH=79155
IDSOLVER=1206
FILE ID=node120/2693978-1277919961
PBS_JOBID= 11197330
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= e8a78e2fe28a365664c9883ac99e1f12
RANDOM SEED=903635090

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31100376 kB
Buffers:        203176 kB
Cached:         945220 kB
SwapCached:          0 kB
Active:        1103308 kB
Inactive:       601360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31100376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3112 kB
Writeback:           0 kB
AnonPages:      555988 kB
Mapped:          20924 kB
Slab:            79084 kB
PageTables:       5552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1663432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node120 at 2010-06-30 20:16:03