Trace number 2694076

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.09

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
MD5SUM2e8bafba6181eaf32525647669a5fbcc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.116981
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Top cost 6098
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6097
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2694076-1277922533.wbo>
0.00/0.01	c original problem has 4150 variables (4025 bin, 0 int, 0 impl, 125 cont) and 251 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.03	o 6097
0.00/0.03	c feasible solution found by trivial heuristic, objective value  6.097000e+03
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 125 impls, 0 clqs
0.00/0.03	c (round 2) 0 del vars, 1 del conss, 125 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 125 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/4025 (2.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  0 deleted vars, 1 deleted constraints, 125 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  125 implications, 0 cliques
0.00/0.05	c presolved problem has 4150 variables (4025 bin, 0 int, 0 impl, 125 cont) and 250 constraints
0.00/0.05	c     125 constraints of type <indicator>
0.00/0.05	c     125 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c lp/solvefreq = -1
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	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.05	c t 0.0s|     1 |     2 |     0 |     - |7697k|   0 |   - |4150 | 250 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
2.39/2.42	c   2.4s| 10000 |  9982 |     0 |   0.0 |  11M|2717 |   - |4150 | 338 |   0 |   0 |   0 |  88 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
4.79/4.83	c   4.7s| 20000 | 19958 |     0 |   0.0 |  14M|2717 |   - |4150 | 458 |   0 |   0 |   0 | 208 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
7.19/7.30	c   7.1s| 30000 | 29934 |     0 |   0.0 |  18M|2717 |   - |4150 | 578 |   0 |   0 |   0 | 328 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
9.80/9.81	c   9.6s| 40000 | 39916 |     0 |   0.0 |  21M|2717 |   - |4150 | 653 |   0 |   0 |   0 | 418 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
12.29/12.30	c  12.1s| 50000 | 49894 |     0 |   0.0 |  24M|2841 |   - |4150 | 707 |   0 |   0 |   0 | 528 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
14.69/14.75	c  14.5s| 60000 | 59880 |     0 |   0.0 |  27M|3008 |   - |4150 | 720 |   0 |   0 |   0 | 598 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
17.09/17.14	c  16.8s| 70000 | 69862 |     0 |   0.0 |  29M|3208 |   - |4150 | 746 |   0 |   0 |   0 | 688 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
19.60/19.64	c  19.2s| 80000 | 79846 |     0 |   0.0 |  32M|3268 |   - |4150 | 779 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
22.00/22.09	c  21.6s| 90000 | 89832 |     0 |   0.0 |  35M|3292 |   - |4150 | 802 |   0 |   0 |   0 | 838 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
24.50/24.58	c  24.1s|100000 | 99806 |     0 |   0.0 |  38M|3292 |   - |4150 | 868 |   0 |   0 |   0 | 968 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
27.09/27.15	c  26.6s|110000 |109774 |     0 |   0.0 |  41M|3292 |   - |4150 | 950 |   0 |   0 |   0 |1128 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
29.59/29.68	c  29.1s|120000 |119754 |     0 |   0.0 |  43M|3292 |   - |4150 | 970 |   0 |   0 |   0 |1228 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
32.09/32.15	c  31.5s|130000 |129738 |     0 |   0.0 |  46M|3292 |   - |4150 | 960 |   0 |   0 |   0 |1308 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
34.49/34.58	c  33.9s|140000 |139718 |     0 |   0.0 |  49M|3302 |   - |4150 | 988 |   0 |   0 |   0 |1408 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
36.99/37.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.99/37.04	c  36.3s|150000 |149692 |     0 |   0.0 |  52M|3351 |   - |4150 |1007 |   0 |   0 |   0 |1538 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
39.49/39.52	c  38.7s|160000 |159674 |     0 |   0.0 |  54M|3388 |   - |4150 |1009 |   0 |   0 |   0 |1628 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
41.89/41.99	c  41.2s|170000 |169652 |     0 |   0.0 |  57M|3400 |   - |4150 |1020 |   0 |   0 |   0 |1738 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
44.39/44.45	c  43.6s|180000 |179636 |     0 |   0.0 |  60M|3400 |   - |4150 |1031 |   0 |   0 |   0 |1818 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
46.80/46.88	c  46.0s|190000 |189616 |     0 |   0.0 |  63M|3400 |   - |4150 |1065 |   0 |   0 |   0 |1918 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
49.49/49.56	c  48.6s|200000 |199596 |     0 |   0.0 |  65M|3400 |   - |4150 |1088 |   0 |   0 |   0 |2018 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
52.09/52.14	c  51.1s|210000 |209570 |     0 |   0.0 |  68M|3400 |   - |4150 |1131 |   0 |   0 |   0 |2148 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
54.69/54.76	c  53.7s|220000 |219552 |     0 |   0.0 |  71M|3400 |   - |4150 |1148 |   0 |   0 |   0 |2238 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
57.39/57.41	c  56.3s|230000 |229532 |     0 |   0.0 |  74M|3400 |   - |4150 |1174 |   0 |   0 |   0 |2338 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
59.89/59.99	c  58.8s|240000 |239516 |     0 |   0.0 |  76M|3400 |   - |4150 |1156 |   0 |   0 |   0 |2418 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
62.60/62.63	c  61.4s|250000 |249494 |     0 |   0.0 |  79M|3400 |   - |4150 |1153 |   0 |   0 |   0 |2528 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
65.09/65.16	c  63.9s|260000 |259478 |     0 |   0.0 |  82M|3400 |   - |4150 |1145 |   0 |   0 |   0 |2608 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
67.80/67.80	c  66.5s|270000 |269452 |     0 |   0.0 |  85M|3400 |   - |4150 |1159 |   0 |   0 |   0 |2738 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
70.29/70.36	c  69.0s|280000 |279434 |     0 |   0.0 |  87M|3400 |   - |4150 |1172 |   0 |   0 |   0 |2828 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
72.90/72.99	c  71.6s|290000 |289412 |     0 |   0.0 |  90M|3400 |   - |4150 |1204 |   0 |   0 |   0 |2938 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
75.50/75.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.50/75.58	c  74.2s|300000 |299392 |     0 |   0.0 |  93M|3400 |   - |4150 |1229 |   0 |   0 |   0 |3038 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
78.20/78.26	c  76.8s|310000 |309358 |     0 |   0.0 |  96M|3400 |   - |4150 |1309 |   0 |   0 |   0 |3208 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
80.79/80.84	c  79.3s|320000 |319340 |     0 |   0.0 |  99M|3400 |   - |4150 |1344 |   0 |   0 |   0 |3298 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
83.29/83.37	c  81.8s|330000 |329320 |     0 |   0.0 | 101M|3400 |   - |4150 |1353 |   0 |   0 |   0 |3398 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
85.80/85.81	c  84.2s|340000 |339308 |     0 |   0.0 | 104M|3400 |   - |4150 |1342 |   0 |   0 |   0 |3458 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
88.29/88.38	c  86.7s|350000 |349280 |     0 |   0.0 | 107M|3400 |   - |4150 |1405 |   0 |   0 |   0 |3598 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
90.89/90.91	c  89.2s|360000 |359264 |     0 |   0.0 | 109M|3400 |   - |4150 |1422 |   0 |   0 |   0 |3678 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
93.40/93.40	c  91.6s|370000 |369228 |     0 |   0.0 | 112M|3400 |   - |4150 |1517 |   0 |   0 |   0 |3858 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
95.90/95.91	c  94.1s|380000 |379208 |     0 |   0.0 | 115M|3400 |   - |4150 |1540 |   0 |   0 |   0 |3958 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
98.49/98.58	c  96.7s|390000 |389182 |     0 |   0.0 | 118M|3400 |   - |4150 |1580 |   0 |   0 |   0 |4088 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
100.89/100.99	c  99.1s|400000 |399164 |     0 |   0.0 | 120M|3400 |   - |4150 |1610 |   0 |   0 |   0 |4178 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
103.49/103.56	c   102s|410000 |409144 |     0 |   0.0 | 123M|3400 |   - |4150 |1656 |   0 |   0 |   0 |4278 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
106.20/106.20	c   104s|420000 |419120 |     0 |   0.0 | 126M|3400 |   - |4150 |1683 |   0 |   0 |   0 |4398 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
108.59/108.69	c   107s|430000 |429094 |     0 |   0.0 | 129M|3400 |   - |4150 |1688 |   0 |   0 |   0 |4528 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
111.10/111.19	c   109s|440000 |439082 |     0 |   0.0 | 131M|3400 |   - |4150 |1689 |   0 |   0 |   0 |4588 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
113.70/113.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.70/113.76	c   112s|450000 |449062 |     0 |   0.0 | 134M|3400 |   - |4150 |1720 |   0 |   0 |   0 |4688 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
116.20/116.24	c   114s|460000 |459042 |     0 |   0.0 | 137M|3400 |   - |4150 |1774 |   0 |   0 |   0 |4788 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
118.89/118.94	c   117s|470000 |469016 |     0 |   0.0 | 140M|3400 |   - |4150 |1831 |   0 |   0 |   0 |4918 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
121.30/121.35	c   119s|480000 |479000 |     0 |   0.0 | 142M|3400 |   - |4150 |1821 |   0 |   0 |   0 |4998 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
123.79/123.84	c   121s|490000 |488986 |     0 |   0.0 | 145M|3400 |   - |4150 |1828 |   0 |   0 |   0 |5068 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
126.29/126.30	c   124s|500000 |498962 |     0 |   0.0 | 148M|3400 |   - |4150 |1869 |   0 |   0 |   0 |5188 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
128.70/128.73	c   126s|510000 |508944 |     0 |   0.0 | 151M|3400 |   - |4150 |1845 |   0 |   0 |   0 |5278 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
131.29/131.30	c   129s|520000 |518912 |     0 |   0.0 | 153M|3400 |   - |4150 |1934 |   0 |   0 |   0 |5438 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
133.59/133.67	c   131s|530000 |528882 |     0 |   0.0 | 156M|3400 |   - |4150 |2008 |   0 |   0 |   0 |5588 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
136.09/136.13	c   134s|540000 |538870 |     0 |   0.0 | 159M|3400 |   - |4150 |2017 |   0 |   0 |   0 |5648 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
138.60/138.61	c   136s|550000 |548854 |     0 |   0.0 | 161M|3400 |   - |4150 |2011 |   0 |   0 |   0 |5728 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
141.00/141.08	c   138s|560000 |558832 |     0 |   0.0 | 164M|3400 |   - |4150 |2035 |   0 |   0 |   0 |5838 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
143.50/143.55	c   141s|570000 |568806 |     0 |   0.0 | 167M|3400 |   - |4150 |2069 |   0 |   0 |   0 |5965 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
145.90/145.99	c   143s|580000 |578784 |     0 |   0.0 | 170M|3400 |   - |4150 |2100 |   0 |   0 |   0 |6075 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
148.51/148.51	c   146s|590000 |588764 |     0 |   0.0 | 172M|3400 |   - |4150 |2108 |   0 |   0 |   0 |6175 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
150.89/150.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.89/150.93	c   148s|600000 |598742 |     0 |   0.0 | 175M|3400 |   - |4150 |2151 |   0 |   0 |   0 |6285 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
153.40/153.40	c   150s|610000 |608720 |     0 |   0.0 | 178M|3400 |   - |4150 |2203 |   0 |   0 |   0 |6395 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
156.00/156.00	c   153s|620000 |618694 |     0 |   0.0 | 181M|3400 |   - |4150 |2250 |   0 |   0 |   0 |6525 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
158.40/158.44	c   155s|630000 |628668 |     0 |   0.0 | 183M|3400 |   - |4150 |2303 |   0 |   0 |   0 |6655 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
160.80/160.82	c   158s|640000 |638648 |     0 |   0.0 | 186M|3400 |   - |4150 |2343 |   0 |   0 |   0 |6755 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
163.19/163.22	c   160s|650000 |648622 |     0 |   0.0 | 189M|3400 |   - |4150 |2386 |   0 |   0 |   0 |6885 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
165.49/165.56	c   162s|660000 |658608 |     0 |   0.0 | 192M|3400 |   - |4150 |2382 |   0 |   0 |   0 |6955 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
167.69/167.78	c   165s|670000 |668588 |     0 |   0.0 | 194M|3400 |   - |4150 |2418 |   0 |   0 |   0 |7055 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
169.99/170.07	c   167s|680000 |678564 |     0 |   0.0 | 197M|3400 |   - |4150 |2439 |   0 |   0 |   0 |7175 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
172.40/172.49	c   169s|690000 |688546 |     0 |   0.0 | 200M|3400 |   - |4150 |2446 |   0 |   0 |   0 |7265 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
174.69/174.76	c   171s|700000 |698526 |     0 |   0.0 | 202M|3400 |   - |4150 |2477 |   0 |   0 |   0 |7365 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
177.09/177.16	c   174s|710000 |708500 |     0 |   0.0 | 205M|3400 |   - |4150 |2518 |   0 |   0 |   0 |7495 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
179.59/179.66	c   176s|720000 |718476 |     0 |   0.0 | 208M|3400 |   - |4150 |2565 |   0 |   0 |   0 |7615 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
181.99/182.08	c   179s|730000 |728456 |     0 |   0.0 | 211M|3400 |   - |4150 |2581 |   0 |   0 |   0 |7715 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
184.40/184.45	c   181s|740000 |738432 |     0 |   0.0 | 213M|3400 |   - |4150 |2627 |   0 |   0 |   0 |7835 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
186.80/186.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.80/186.88	c   183s|750000 |748410 |     0 |   0.0 | 216M|3400 |   - |4150 |2673 |   0 |   0 |   0 |7945 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
189.29/189.30	c   186s|760000 |758386 |     0 |   0.0 | 219M|3400 |   - |4150 |2704 |   0 |   0 |   0 |8065 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
191.60/191.68	c   188s|770000 |768368 |     0 |   0.0 | 222M|3400 |   - |4150 |2713 |   0 |   0 |   0 |8155 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
193.99/194.06	c   190s|780000 |778346 |     0 |   0.0 | 224M|3400 |   - |4150 |2766 |   0 |   0 |   0 |8265 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
196.59/196.60	c   193s|790000 |788322 |     0 |   0.0 | 227M|3400 |   - |4150 |2809 |   0 |   0 |   0 |8385 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
199.00/199.09	c   195s|800000 |798298 |     0 |   0.0 | 230M|3400 |   - |4150 |2864 |   0 |   0 |   0 |8505 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
201.49/201.53	c   198s|810000 |808274 |     0 |   0.0 | 233M|3400 |   - |4150 |2919 |   0 |   0 |   0 |8625 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
203.80/203.85	c   200s|820000 |818250 |     0 |   0.0 | 235M|3400 |   - |4150 |2984 |   0 |   0 |   0 |8745 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
206.20/206.21	c   202s|830000 |828230 |     0 |   0.0 | 238M|3400 |   - |4150 |3001 |   0 |   0 |   0 |8845 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
208.60/208.65	c   205s|840000 |838202 |     0 |   0.0 | 241M|3400 |   - |4150 |3050 |   0 |   0 |   0 |8985 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
210.89/210.94	c   207s|850000 |848180 |     0 |   0.0 | 243M|3400 |   - |4150 |3084 |   0 |   0 |   0 |9095 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
213.20/213.29	c   209s|860000 |858152 |     0 |   0.0 | 246M|3400 |   - |4150 |3154 |   0 |   0 |   0 |9235 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
215.60/215.69	c   212s|870000 |868124 |     0 |   0.0 | 249M|3400 |   - |4150 |3225 |   0 |   0 |   0 |9375 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
217.89/217.99	c   214s|880000 |878100 |     0 |   0.0 | 252M|3400 |   - |4150 |3265 |   0 |   0 |   0 |9495 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
220.30/220.36	c   216s|890000 |888078 |     0 |   0.0 | 254M|3400 |   - |4150 |3300 |   0 |   0 |   0 |9605 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
222.69/222.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.69/222.77	c   219s|900000 |898054 |     0 |   0.0 | 257M|3400 |   - |4150 |3341 |   0 |   0 |   0 |9725 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
225.00/225.07	c   221s|910000 |908030 |     0 |   0.0 | 260M|3400 |   - |4150 |3396 |   0 |   0 |   0 |9845 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
227.29/227.38	c   223s|920000 |918008 |     0 |   0.0 | 263M|3400 |   - |4150 |3449 |   0 |   0 |   0 |9955 |   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
229.70/229.75	c   225s|930000 |927980 |     0 |   0.0 | 265M|3400 |   - |4150 |3514 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
232.10/232.11	c   228s|940000 |937958 |     0 |   0.0 | 268M|3400 |   - |4150 |3572 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
234.49/234.51	c   230s|950000 |947928 |     0 |   0.0 | 271M|3400 |   - |4150 |3649 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
236.80/236.89	c   232s|960000 |957906 |     0 |   0.0 | 274M|3400 |   - |4150 |3708 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
239.09/239.16	c   235s|970000 |967880 |     0 |   0.0 | 276M|3400 |   - |4150 |3789 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
241.40/241.47	c   237s|980000 |977850 |     0 |   0.0 | 279M|3400 |   - |4150 |3835 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
243.70/243.75	c   239s|990000 |987828 |     0 |   0.0 | 282M|3400 |   - |4150 |3886 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
246.00/246.06	c   241s|  1000k|997810 |     0 |   0.0 | 285M|3400 |   - |4150 |3911 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
248.30/248.34	c   244s|  1010k|  1007k|     0 |   0.0 | 287M|3400 |   - |4150 |3969 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
250.70/250.76	c   246s|  1020k|  1017k|     0 |   0.0 | 290M|3400 |   - |4150 |4059 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
253.01/253.08	c   248s|  1030k|  1027k|     0 |   0.0 | 293M|3400 |   - |4150 |4121 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
255.20/255.29	c   250s|  1040k|  1037k|     0 |   0.0 | 295M|3400 |   - |4150 |4169 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
257.60/257.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.60/257.62	c   253s|  1050k|  1047k|     0 |   0.0 | 298M|3400 |   - |4150 |4260 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
259.79/259.83	c   255s|  1060k|  1057k|     0 |   0.0 | 301M|3400 |   - |4150 |4307 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
262.10/262.10	c   257s|  1070k|  1067k|     0 |   0.0 | 304M|3400 |   - |4150 |4328 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
264.40/264.40	c   259s|  1080k|  1077k|     0 |   0.0 | 306M|3400 |   - |4150 |4414 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
266.60/266.69	c   261s|  1090k|  1087k|     0 |   0.0 | 309M|3400 |   - |4150 |4485 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
268.90/268.93	c   264s|  1100k|  1097k|     0 |   0.0 | 312M|3400 |   - |4150 |4545 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
271.10/271.11	c   266s|  1110k|  1107k|     0 |   0.0 | 315M|3400 |   - |4150 |4594 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
273.40/273.45	c   268s|  1120k|  1117k|     0 |   0.0 | 317M|3400 |   - |4150 |4679 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
275.60/275.66	c   270s|  1130k|  1127k|     0 |   0.0 | 320M|3400 |   - |4150 |4717 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
277.69/277.78	c   272s|  1140k|  1137k|     0 |   0.0 | 323M|3400 |   - |4150 |4755 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
280.10/280.12	c   275s|  1150k|  1147k|     0 |   0.0 | 326M|3400 |   - |4150 |4839 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
282.30/282.35	c   277s|  1160k|  1157k|     0 |   0.0 | 328M|3400 |   - |4150 |4902 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
284.70/284.75	c   279s|  1170k|  1167k|     0 |   0.0 | 331M|3400 |   - |4150 |5037 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
286.90/286.99	c   281s|  1180k|  1177k|     0 |   0.0 | 334M|3400 |   - |4150 |5160 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
289.21/289.21	c   284s|  1190k|  1187k|     0 |   0.0 | 337M|3400 |   - |4150 |5215 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
291.29/291.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.29/291.34	c   286s|  1200k|  1197k|     0 |   0.0 | 339M|3400 |   - |4150 |5260 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
293.61/293.63	c   288s|  1210k|  1207k|     0 |   0.0 | 342M|3400 |   - |4150 |5351 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
295.90/295.94	c   290s|  1220k|  1217k|     0 |   0.0 | 345M|3400 |   - |4150 |5438 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
298.10/298.12	c   292s|  1230k|  1227k|     0 |   0.0 | 348M|3400 |   - |4150 |5536 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
300.40/300.43	c   295s|  1240k|  1237k|     0 |   0.0 | 351M|3400 |   - |4150 |5657 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
302.60/302.68	c   297s|  1250k|  1247k|     0 |   0.0 | 353M|3400 |   - |4150 |5782 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
304.80/304.83	c   299s|  1260k|  1257k|     0 |   0.0 | 356M|3400 |   - |4150 |5838 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
307.00/307.02	c   301s|  1270k|  1267k|     0 |   0.0 | 359M|3400 |   - |4150 |5907 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
309.20/309.29	c   303s|  1280k|  1277k|     0 |   0.0 | 362M|3400 |   - |4150 |6036 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
311.49/311.51	c   305s|  1290k|  1287k|     0 |   0.0 | 364M|3400 |   - |4150 |6123 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
313.60/313.66	c   307s|  1300k|  1297k|     0 |   0.0 | 367M|3400 |   - |4150 |6201 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
315.80/315.86	c   310s|  1310k|  1307k|     0 |   0.0 | 370M|3400 |   - |4150 |6288 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
318.00/318.00	c   312s|  1320k|  1316k|     0 |   0.0 | 373M|3400 |   - |4150 |6381 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
320.30/320.34	c   314s|  1330k|  1326k|     0 |   0.0 | 375M|3400 |   - |4150 |6534 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
322.40/322.49	c   316s|  1340k|  1336k|     0 |   0.0 | 378M|3400 |   - |4150 |6621 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
324.50/324.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.50/324.59	c   318s|  1350k|  1346k|     0 |   0.0 | 381M|3400 |   - |4150 |6655 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
326.80/326.80	c   320s|  1360k|  1356k|     0 |   0.0 | 384M|3400 |   - |4150 |6788 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
328.81/328.87	c   322s|  1370k|  1366k|     0 |   0.0 | 387M|3400 |   - |4150 |6860 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
331.00/331.07	c   324s|  1380k|  1376k|     0 |   0.0 | 389M|3400 |   - |4150 |6989 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
333.10/333.19	c   327s|  1390k|  1386k|     0 |   0.0 | 392M|3400 |   - |4150 |7090 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
335.30/335.39	c   329s|  1400k|  1396k|     0 |   0.0 | 395M|3400 |   - |4150 |7178 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
337.50/337.52	c   331s|  1410k|  1406k|     0 |   0.0 | 398M|3400 |   - |4150 |7305 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
339.59/339.68	c   333s|  1420k|  1416k|     0 |   0.0 | 401M|3400 |   - |4150 |7434 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
341.80/341.80	c   335s|  1430k|  1426k|     0 |   0.0 | 403M|3400 |   - |4150 |7510 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
343.90/343.94	c   337s|  1440k|  1436k|     0 |   0.0 | 406M|3400 |   - |4150 |7618 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
346.00/346.08	c   339s|  1450k|  1446k|     0 |   0.0 | 409M|3400 |   - |4150 |7729 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
348.10/348.11	c   341s|  1460k|  1456k|     0 |   0.0 | 412M|3400 |   - |4150 |7825 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
350.10/350.19	c   343s|  1470k|  1466k|     0 |   0.0 | 414M|3400 |   - |4150 |7959 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
352.19/352.29	c   345s|  1480k|  1476k|     0 |   0.0 | 417M|3400 |   - |4150 |8092 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
354.30/354.39	c   347s|  1490k|  1486k|     0 |   0.0 | 420M|3400 |   - |4150 |8270 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
356.40/356.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.40/356.49	c   349s|  1500k|  1496k|     0 |   0.0 | 423M|3400 |   - |4150 |8380 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
358.50/358.58	c   351s|  1510k|  1506k|     0 |   0.0 | 426M|3400 |   - |4150 |8449 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
360.60/360.65	c   353s|  1520k|  1516k|     0 |   0.0 | 428M|3400 |   - |4150 |8561 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
362.70/362.76	c   355s|  1530k|  1526k|     0 |   0.0 | 431M|3400 |   - |4150 |8666 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
364.90/364.91	c   358s|  1540k|  1536k|     0 |   0.0 | 434M|3400 |   - |4150 |8792 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
367.10/367.12	c   360s|  1550k|  1546k|     0 |   0.0 | 437M|3400 |   - |4150 |8924 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
369.10/369.17	c   362s|  1560k|  1556k|     0 |   0.0 | 440M|3400 |   - |4150 |9068 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
371.20/371.26	c   364s|  1570k|  1566k|     0 |   0.0 | 442M|3400 |   - |4150 |9198 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
373.50/373.59	c   366s|  1580k|  1576k|     0 |   0.0 | 445M|3400 |   - |4150 |9356 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
375.60/375.68	c   368s|  1590k|  1586k|     0 |   0.0 | 448M|3400 |   - |4150 |9483 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
377.80/377.80	c   370s|  1600k|  1596k|     0 |   0.0 | 451M|3400 |   - |4150 |9657 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
379.80/379.87	c   372s|  1610k|  1606k|     0 |   0.0 | 454M|3400 |   - |4150 |9747 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
381.90/381.90	c   374s|  1620k|  1616k|     0 |   0.0 | 457M|3400 |   - |4150 |9883 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
384.00/384.00	c   376s|  1630k|  1626k|     0 |   0.0 | 459M|3400 |   - |4150 |  10k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
386.01/386.08	c   378s|  1640k|  1636k|     0 |   0.0 | 462M|3400 |   - |4150 |  10k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
388.00/388.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.00/388.01	c   380s|  1650k|  1645k|     0 |   0.0 | 465M|3400 |   - |4150 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
390.00/390.03	c   382s|  1660k|  1655k|     0 |   0.0 | 468M|3400 |   - |4150 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
392.10/392.19	c   384s|  1670k|  1665k|     0 |   0.0 | 471M|3400 |   - |4150 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
394.20/394.26	c   386s|  1680k|  1675k|     0 |   0.0 | 474M|3400 |   - |4150 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
396.20/396.27	c   388s|  1690k|  1685k|     0 |   0.0 | 476M|3400 |   - |4150 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
398.30/398.35	c   390s|  1700k|  1695k|     0 |   0.0 | 479M|3400 |   - |4150 |  11k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
400.20/400.26	c   392s|  1710k|  1705k|     0 |   0.0 | 482M|3400 |   - |4150 |  11k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
402.20/402.26	c   394s|  1720k|  1715k|     0 |   0.0 | 485M|3400 |   - |4150 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
404.20/404.22	c   396s|  1730k|  1725k|     0 |   0.0 | 488M|3400 |   - |4150 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
406.20/406.25	c   398s|  1740k|  1735k|     0 |   0.0 | 491M|3400 |   - |4150 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
408.21/408.21	c   400s|  1750k|  1745k|     0 |   0.0 | 493M|3400 |   - |4150 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
410.10/410.17	c   402s|  1760k|  1755k|     0 |   0.0 | 496M|3400 |   - |4150 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
412.20/412.21	c   404s|  1770k|  1765k|     0 |   0.0 | 499M|3400 |   - |4150 |  12k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
414.11/414.12	c   406s|  1780k|  1775k|     0 |   0.0 | 502M|3400 |   - |4150 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
416.00/416.09	c   407s|  1790k|  1785k|     0 |   0.0 | 505M|3400 |   - |4150 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
418.01/418.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
418.01/418.08	c   409s|  1800k|  1795k|     0 |   0.0 | 508M|3400 |   - |4150 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
419.90/419.98	c   411s|  1810k|  1805k|     0 |   0.0 | 511M|3400 |   - |4150 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
421.80/421.89	c   413s|  1820k|  1815k|     0 |   0.0 | 514M|3400 |   - |4150 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
423.70/423.76	c   415s|  1830k|  1825k|     0 |   0.0 | 516M|3400 |   - |4150 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
425.70/425.75	c   417s|  1840k|  1835k|     0 |   0.0 | 519M|3400 |   - |4150 |  13k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
427.60/427.67	c   419s|  1850k|  1845k|     0 |   0.0 | 522M|3400 |   - |4150 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
429.50/429.55	c   421s|  1860k|  1855k|     0 |   0.0 | 525M|3400 |   - |4150 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
431.40/431.48	c   422s|  1870k|  1865k|     0 |   0.0 | 528M|3400 |   - |4150 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
433.31/433.39	c   424s|  1880k|  1875k|     0 |   0.0 | 531M|3400 |   - |4150 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
435.30/435.39	c   426s|  1890k|  1885k|     0 |   0.0 | 534M|3400 |   - |4150 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
437.30/437.35	c   428s|  1900k|  1895k|     0 |   0.0 | 537M|3400 |   - |4150 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
439.20/439.27	c   430s|  1910k|  1905k|     0 |   0.0 | 540M|3400 |   - |4150 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
441.00/441.09	c   432s|  1920k|  1915k|     0 |   0.0 | 543M|3400 |   - |4150 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
442.91/442.97	c   434s|  1930k|  1925k|     0 |   0.0 | 545M|3400 |   - |4150 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
444.80/444.89	c   436s|  1940k|  1935k|     0 |   0.0 | 548M|3400 |   - |4150 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
446.70/446.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
446.70/446.75	c   437s|  1950k|  1945k|     0 |   0.0 | 551M|3400 |   - |4150 |  15k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
448.60/448.61	c   439s|  1960k|  1954k|     0 |   0.0 | 554M|3400 |   - |4150 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
450.50/450.54	c   441s|  1970k|  1964k|     0 |   0.0 | 557M|3400 |   - |4150 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
452.30/452.36	c   443s|  1980k|  1974k|     0 |   0.0 | 560M|3400 |   - |4150 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
454.10/454.18	c   445s|  1990k|  1984k|     0 |   0.0 | 563M|3400 |   - |4150 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
455.91/455.98	c   446s|  2000k|  1994k|     0 |   0.0 | 566M|3400 |   - |4150 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
457.80/457.81	c   448s|  2010k|  2004k|     0 |   0.0 | 569M|3400 |   - |4150 |  16k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
459.71/459.72	c   450s|  2020k|  2014k|     0 |   0.0 | 572M|3400 |   - |4150 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
461.50/461.52	c   452s|  2030k|  2024k|     0 |   0.0 | 575M|3400 |   - |4150 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
463.30/463.33	c   454s|  2040k|  2034k|     0 |   0.0 | 578M|3400 |   - |4150 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
465.11/465.20	c   455s|  2050k|  2044k|     0 |   0.0 | 581M|3400 |   - |4150 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
467.00/467.01	c   457s|  2060k|  2054k|     0 |   0.0 | 583M|3400 |   - |4150 |  17k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
468.70/468.76	c   459s|  2070k|  2064k|     0 |   0.0 | 586M|3400 |   - |4150 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
470.60/470.63	c   461s|  2080k|  2074k|     0 |   0.0 | 589M|3400 |   - |4150 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
472.50/472.53	c   462s|  2090k|  2084k|     0 |   0.0 | 592M|3400 |   - |4150 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
474.20/474.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.20/474.24	c   464s|  2100k|  2094k|     0 |   0.0 | 595M|3400 |   - |4150 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
475.90/475.98	c   466s|  2110k|  2104k|     0 |   0.0 | 598M|3400 |   - |4150 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
477.70/477.76	c   468s|  2120k|  2114k|     0 |   0.0 | 601M|3400 |   - |4150 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
479.51/479.54	c   469s|  2130k|  2124k|     0 |   0.0 | 604M|3400 |   - |4150 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
481.30/481.32	c   471s|  2140k|  2134k|     0 |   0.0 | 607M|3400 |   - |4150 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
483.10/483.18	c   473s|  2150k|  2144k|     0 |   0.0 | 610M|3400 |   - |4150 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
484.91/484.97	c   475s|  2160k|  2154k|     0 |   0.0 | 613M|3400 |   - |4150 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
486.70/486.75	c   476s|  2170k|  2164k|     0 |   0.0 | 616M|3400 |   - |4150 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
488.41/488.41	c   478s|  2180k|  2174k|     0 |   0.0 | 619M|3400 |   - |4150 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
490.20/490.21	c   480s|  2190k|  2184k|     0 |   0.0 | 622M|3400 |   - |4150 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
492.01/492.07	c   482s|  2200k|  2193k|     0 |   0.0 | 625M|3400 |   - |4150 |  20k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
493.80/493.81	c   483s|  2210k|  2203k|     0 |   0.0 | 628M|3400 |   - |4150 |  20k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
495.51/495.57	c   485s|  2220k|  2213k|     0 |   0.0 | 631M|3400 |   - |4150 |  20k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
497.30/497.37	c   487s|  2230k|  2223k|     0 |   0.0 | 634M|3400 |   - |4150 |  20k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
499.10/499.12	c   488s|  2240k|  2233k|     0 |   0.0 | 637M|3400 |   - |4150 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
500.80/500.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.80/500.89	c   490s|  2250k|  2243k|     0 |   0.0 | 640M|3400 |   - |4150 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
502.61/502.62	c   492s|  2260k|  2253k|     0 |   0.0 | 643M|3400 |   - |4150 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
504.31/504.34	c   493s|  2270k|  2263k|     0 |   0.0 | 646M|3400 |   - |4150 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
506.01/506.06	c   495s|  2280k|  2273k|     0 |   0.0 | 649M|3400 |   - |4150 |  22k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
507.71/507.77	c   497s|  2290k|  2283k|     0 |   0.0 | 652M|3400 |   - |4150 |  22k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
509.50/509.54	c   498s|  2300k|  2293k|     0 |   0.0 | 655M|3400 |   - |4150 |  22k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
511.21/511.21	c   500s|  2310k|  2303k|     0 |   0.0 | 658M|3400 |   - |4150 |  22k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
512.80/512.87	c   502s|  2320k|  2313k|     0 |   0.0 | 661M|3400 |   - |4150 |  22k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
514.51/514.52	c   503s|  2330k|  2323k|     0 |   0.0 | 664M|3400 |   - |4150 |  23k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
516.10/516.17	c   505s|  2340k|  2333k|     0 |   0.0 | 668M|3400 |   - |4150 |  23k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
517.70/517.77	c   506s|  2350k|  2343k|     0 |   0.0 | 671M|3400 |   - |4150 |  23k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
519.51/519.50	c   508s|  2360k|  2353k|     0 |   0.0 | 674M|3400 |   - |4150 |  24k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
521.10/521.19	c   510s|  2370k|  2363k|     0 |   0.0 | 677M|3400 |   - |4150 |  24k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
522.81/522.85	c   511s|  2380k|  2373k|     0 |   0.0 | 680M|3400 |   - |4150 |  24k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
524.41/524.48	c   513s|  2390k|  2383k|     0 |   0.0 | 683M|3400 |   - |4150 |  24k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
526.01/526.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
526.01/526.01	c   514s|  2400k|  2392k|     0 |   0.0 | 686M|3400 |   - |4150 |  25k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
527.70/527.74	c   516s|  2410k|  2402k|     0 |   0.0 | 689M|3400 |   - |4150 |  25k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
529.31/529.34	c   518s|  2420k|  2412k|     0 |   0.0 | 692M|3400 |   - |4150 |  25k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
530.90/530.96	c   519s|  2430k|  2422k|     0 |   0.0 | 695M|3400 |   - |4150 |  25k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
532.50/532.50	c   521s|  2440k|  2432k|     0 |   0.0 | 698M|3400 |   - |4150 |  26k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
534.21/534.20	c   522s|  2450k|  2442k|     0 |   0.0 | 702M|3400 |   - |4150 |  26k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
535.71/535.78	c   524s|  2460k|  2452k|     0 |   0.0 | 705M|3400 |   - |4150 |  26k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
537.31/537.34	c   526s|  2470k|  2462k|     0 |   0.0 | 708M|3400 |   - |4150 |  27k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
538.91/538.91	c   527s|  2480k|  2472k|     0 |   0.0 | 711M|3400 |   - |4150 |  27k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
540.50/540.52	c   529s|  2490k|  2482k|     0 |   0.0 | 714M|3400 |   - |4150 |  27k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
542.00/542.08	c   530s|  2500k|  2492k|     0 |   0.0 | 717M|3400 |   - |4150 |  28k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
543.70/543.70	c   532s|  2510k|  2502k|     0 |   0.0 | 721M|3400 |   - |4150 |  28k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
545.21/545.29	c   533s|  2520k|  2512k|     0 |   0.0 | 724M|3400 |   - |4150 |  28k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
546.90/546.92	c   535s|  2530k|  2522k|     0 |   0.0 | 727M|3400 |   - |4150 |  29k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
548.41/548.47	c   536s|  2540k|  2532k|     0 |   0.0 | 730M|3400 |   - |4150 |  29k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
550.01/550.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.01/550.01	c   538s|  2550k|  2542k|     0 |   0.0 | 734M|3400 |   - |4150 |  29k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
551.51/551.52	c   539s|  2560k|  2551k|     0 |   0.0 | 737M|3400 |   - |4150 |  30k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
553.01/553.00	c   541s|  2570k|  2561k|     0 |   0.0 | 740M|3400 |   - |4150 |  30k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
554.50/554.50	c   542s|  2580k|  2571k|     0 |   0.0 | 743M|3400 |   - |4150 |  31k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
555.90/555.90	c   544s|  2590k|  2581k|     0 |   0.0 | 747M|3400 |   - |4150 |  31k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
557.41/557.42	c   545s|  2600k|  2591k|     0 |   0.0 | 750M|3400 |   - |4150 |  31k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
558.90/558.92	c   546s|  2610k|  2601k|     0 |   0.0 | 753M|3400 |   - |4150 |  32k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
560.41/560.49	c   548s|  2620k|  2611k|     0 |   0.0 | 757M|3400 |   - |4150 |  32k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
562.01/562.08	c   550s|  2630k|  2621k|     0 |   0.0 | 760M|3400 |   - |4150 |  33k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
563.60/563.60	c   551s|  2640k|  2631k|     0 |   0.0 | 763M|3400 |   - |4150 |  33k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
565.10/565.16	c   552s|  2650k|  2641k|     0 |   0.0 | 767M|3400 |   - |4150 |  34k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
566.51/566.58	c   554s|  2660k|  2651k|     0 |   0.0 | 770M|3400 |   - |4150 |  34k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
568.01/568.00	c   555s|  2670k|  2661k|     0 |   0.0 | 774M|3400 |   - |4150 |  34k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
569.41/569.46	c   557s|  2680k|  2670k|     0 |   0.0 | 777M|3400 |   - |4150 |  35k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
570.91/570.95	c   558s|  2690k|  2680k|     0 |   0.0 | 781M|3400 |   - |4150 |  35k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
572.61/572.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.61/572.61	c   560s|  2700k|  2690k|     0 |   0.0 | 784M|3400 |   - |4150 |  36k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
574.21/574.24	c   561s|  2710k|  2700k|     0 |   0.0 | 788M|3400 |   - |4150 |  37k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
575.71/575.74	c   563s|  2720k|  2710k|     0 |   0.0 | 792M|3400 |   - |4150 |  37k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
577.31/577.37	c   564s|  2730k|  2720k|     0 |   0.0 | 795M|3400 |   - |4150 |  38k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
579.01/579.05	c   566s|  2740k|  2730k|     0 |   0.0 | 799M|3400 |   - |4150 |  39k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
580.71/580.74	c   568s|  2750k|  2740k|     0 |   0.0 | 803M|3400 |   - |4150 |  39k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
582.30/582.32	c   569s|  2760k|  2749k|     0 |   0.0 | 807M|3400 |   - |4150 |  40k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
583.90/583.92	c   571s|  2770k|  2759k|     0 |   0.0 | 810M|3400 |   - |4150 |  41k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
585.50/585.53	c   572s|  2780k|  2769k|     0 |   0.0 | 815M|3400 |   - |4150 |  42k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
587.31/587.37	c   574s|  2790k|  2779k|     0 |   0.0 | 819M|3400 |   - |4150 |  42k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
589.10/589.18	c   576s|  2800k|  2789k|     0 |   0.0 | 823M|3400 |   - |4150 |  44k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
590.81/590.88	c   577s|  2810k|  2798k|     0 |   0.0 | 827M|3400 |   - |4150 |  45k|   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
592.81/592.81	c   579s|  2820k|  2808k|     0 |   0.0 | 831M|3400 |   - |4150 |  46k|   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
594.61/594.62	c   581s|  2830k|  2818k|     0 |   0.0 | 836M|3400 |   - |4150 |  47k|   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
596.50/596.52	c   583s|  2840k|  2828k|     0 |   0.0 | 840M|3400 |   - |4150 |  49k|   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
598.61/598.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.61/598.62	c   585s|  2850k|  2837k|     0 |   0.0 | 845M|3400 |   - |4150 |  50k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
600.91/600.97	c   587s|  2860k|  2847k|     0 |   0.0 | 850M|3400 |   - |4150 |  52k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
603.51/603.52	c   590s|  2870k|  2857k|     0 |   0.0 | 855M|3400 |   - |4150 |  54k|   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
608.11/608.18	c   594s|  2880k|  2866k|     0 |   0.0 | 863M|3400 |   - |4150 |  59k|   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
612.10/612.13	c   598s|  2890k|  2875k|     0 |   0.0 | 869M|3400 |   - |4150 |  44k|   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
614.81/614.88	c   601s|  2900k|  2885k|     0 |   0.0 | 869M|3400 |   - |4150 |  38k|   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
617.51/617.52	c   604s|  2910k|  2895k|     0 |   0.0 | 857M|3400 |   - |4150 |  12k|   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
620.21/620.23	c   606s|  2920k|  2905k|     0 |   0.0 | 857M|3400 |   - |4150 |8194 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
622.61/622.68	c   609s|  2930k|  2915k|     0 |   0.0 | 855M|3400 |   - |4150 |1650 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
625.21/625.29	c   611s|  2940k|  2925k|     0 |   0.0 | 858M|3400 |   - |4150 |1671 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
627.71/627.76	c   614s|  2950k|  2935k|     0 |   0.0 | 860M|3400 |   - |4150 |1629 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
630.41/630.49	c   616s|  2960k|  2945k|     0 |   0.0 | 863M|3400 |   - |4150 |1680 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
633.00/633.03	c   619s|  2970k|  2955k|     0 |   0.0 | 866M|3400 |   - |4150 |1685 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
635.61/635.67	c   621s|  2980k|  2965k|     0 |   0.0 | 869M|3400 |   - |4150 |1667 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
638.10/638.14	c   624s|  2990k|  2975k|     0 |   0.0 | 871M|3400 |   - |4150 |1662 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
640.81/640.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.81/640.83	c   626s|  3000k|  2985k|     0 |   0.0 | 874M|3400 |   - |4150 |1685 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
643.31/643.35	c   629s|  3010k|  2995k|     0 |   0.0 | 877M|3400 |   - |4150 |1682 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
646.01/646.02	c   632s|  3020k|  3005k|     0 |   0.0 | 880M|3400 |   - |4150 |1702 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
648.51/648.59	c   634s|  3030k|  3015k|     0 |   0.0 | 882M|3400 |   - |4150 |1687 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
651.21/651.28	c   637s|  3040k|  3025k|     0 |   0.0 | 885M|3400 |   - |4150 |1696 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
653.81/653.81	c   639s|  3050k|  3035k|     0 |   0.0 | 888M|3400 |   - |4150 |1732 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
656.41/656.45	c   642s|  3060k|  3045k|     0 |   0.0 | 890M|3400 |   - |4150 |1734 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
659.01/659.05	c   644s|  3070k|  3055k|     0 |   0.0 | 893M|3400 |   - |4150 |1769 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
661.61/661.69	c   647s|  3080k|  3065k|     0 |   0.0 | 896M|3400 |   - |4150 |1765 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
664.31/664.40	c   650s|  3090k|  3075k|     0 |   0.0 | 899M|3400 |   - |4150 |1776 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
667.00/667.00	c   652s|  3100k|  3085k|     0 |   0.0 | 901M|3400 |   - |4150 |1752 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
669.61/669.68	c   655s|  3110k|  3095k|     0 |   0.0 | 904M|3400 |   - |4150 |1746 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
672.41/672.44	c   657s|  3120k|  3105k|     0 |   0.0 | 907M|3400 |   - |4150 |1795 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
675.01/675.00	c   660s|  3130k|  3115k|     0 |   0.0 | 910M|3400 |   - |4150 |1779 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
677.71/677.79	c   663s|  3140k|  3125k|     0 |   0.0 | 912M|3400 |   - |4150 |1813 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
680.21/680.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
680.21/680.28	c   665s|  3150k|  3135k|     0 |   0.0 | 915M|3400 |   - |4150 |1758 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
683.02/683.02	c   668s|  3160k|  3145k|     0 |   0.0 | 918M|3400 |   - |4150 |1762 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
685.51/685.52	c   670s|  3170k|  3155k|     0 |   0.0 | 920M|3400 |   - |4150 |1764 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
688.21/688.26	c   673s|  3180k|  3165k|     0 |   0.0 | 923M|3400 |   - |4150 |1768 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
690.72/690.75	c   675s|  3190k|  3175k|     0 |   0.0 | 926M|3400 |   - |4150 |1755 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
693.41/693.47	c   678s|  3200k|  3185k|     0 |   0.0 | 929M|3400 |   - |4150 |1784 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
696.01/696.02	c   681s|  3210k|  3195k|     0 |   0.0 | 931M|3400 |   - |4150 |1769 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
698.61/698.60	c   683s|  3220k|  3205k|     0 |   0.0 | 934M|3400 |   - |4150 |1792 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
701.21/701.28	c   686s|  3230k|  3215k|     0 |   0.0 | 937M|3400 |   - |4150 |1778 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
703.81/703.80	c   688s|  3240k|  3225k|     0 |   0.0 | 939M|3400 |   - |4150 |1805 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
706.41/706.46	c   691s|  3250k|  3235k|     0 |   0.0 | 942M|3400 |   - |4150 |1805 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
709.01/709.04	c   693s|  3260k|  3245k|     0 |   0.0 | 945M|3400 |   - |4150 |1808 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
711.72/711.74	c   696s|  3270k|  3255k|     0 |   0.0 | 947M|3400 |   - |4150 |1829 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
714.31/714.31	c   699s|  3280k|  3265k|     0 |   0.0 | 950M|3400 |   - |4150 |1781 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
717.01/717.05	c   701s|  3290k|  3275k|     0 |   0.0 | 953M|3400 |   - |4150 |1795 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
719.61/719.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
719.61/719.64	c   704s|  3300k|  3285k|     0 |   0.0 | 956M|3400 |   - |4150 |1812 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
722.41/722.42	c   707s|  3310k|  3294k|     0 |   0.0 | 958M|3400 |   - |4150 |1819 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
725.01/725.03	c   709s|  3320k|  3304k|     0 |   0.0 | 961M|3400 |   - |4150 |1814 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
727.81/727.82	c   712s|  3330k|  3314k|     0 |   0.0 | 964M|3400 |   - |4150 |1799 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
730.32/730.39	c   714s|  3340k|  3324k|     0 |   0.0 | 967M|3400 |   - |4150 |1781 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
733.01/733.05	c   717s|  3350k|  3334k|     0 |   0.0 | 969M|3400 |   - |4150 |1767 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
735.61/735.66	c   720s|  3360k|  3344k|     0 |   0.0 | 972M|3400 |   - |4150 |1807 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
738.41/738.42	c   722s|  3370k|  3354k|     0 |   0.0 | 975M|3400 |   - |4150 |1760 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
740.91/740.97	c   725s|  3380k|  3364k|     0 |   0.0 | 977M|3400 |   - |4150 |1357 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
743.61/743.67	c   727s|  3390k|  3374k|     0 |   0.0 | 980M|3400 |   - |4150 |1154 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
746.11/746.17	c   730s|  3400k|  3384k|     0 |   0.0 | 983M|3400 |   - |4150 |1129 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
748.91/748.93	c   733s|  3410k|  3394k|     0 |   0.0 | 985M|3400 |   - |4150 |1138 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
751.41/751.46	c   735s|  3420k|  3404k|     0 |   0.0 | 988M|3400 |   - |4150 |1136 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
754.21/754.29	c   738s|  3430k|  3414k|     0 |   0.0 | 991M|3400 |   - |4150 |1144 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
756.82/756.83	c   740s|  3440k|  3424k|     0 |   0.0 | 994M|3400 |   - |4150 |1129 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
759.51/759.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.51/759.59	c   743s|  3450k|  3434k|     0 |   0.0 | 996M|3400 |   - |4150 |1116 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
762.11/762.13	c   746s|  3460k|  3444k|     0 |   0.0 | 999M|3400 |   - |4150 |1114 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
764.81/764.81	c   748s|  3470k|  3454k|     0 |   0.0 |1002M|3400 |   - |4150 |1128 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
767.31/767.36	c   751s|  3480k|  3464k|     0 |   0.0 |1004M|3400 |   - |4150 |1113 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
769.91/770.00	c   753s|  3490k|  3474k|     0 |   0.0 |1007M|3400 |   - |4150 |1164 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
772.61/772.60	c   756s|  3500k|  3484k|     0 |   0.0 |1010M|3400 |   - |4150 |1140 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
775.11/775.18	c   758s|  3510k|  3494k|     0 |   0.0 |1013M|3400 |   - |4150 |1146 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
777.82/777.87	c   761s|  3520k|  3504k|     0 |   0.0 |1015M|3400 |   - |4150 |1152 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
780.41/780.44	c   764s|  3530k|  3514k|     0 |   0.0 |1018M|3400 |   - |4150 |1164 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
783.11/783.12	c   766s|  3540k|  3524k|     0 |   0.0 |1021M|3400 |   - |4150 |1127 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
785.61/785.64	c   769s|  3550k|  3534k|     0 |   0.0 |1023M|3400 |   - |4150 |1103 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
788.41/788.44	c   771s|  3560k|  3544k|     0 |   0.0 |1026M|3400 |   - |4150 |1138 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
791.11/791.17	c   774s|  3570k|  3554k|     0 |   0.0 |1029M|3400 |   - |4150 |1133 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
793.71/793.72	c   777s|  3580k|  3564k|     0 |   0.0 |1032M|3400 |   - |4150 |1146 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
796.41/796.41	c   779s|  3590k|  3574k|     0 |   0.0 |1034M|3400 |   - |4150 |1140 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
798.91/798.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.91/798.97	c   782s|  3600k|  3584k|     0 |   0.0 |1037M|3400 |   - |4150 |1114 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
801.61/801.63	c   784s|  3610k|  3594k|     0 |   0.0 |1040M|3400 |   - |4150 |1107 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
804.21/804.23	c   787s|  3620k|  3604k|     0 |   0.0 |1042M|3400 |   - |4150 |1107 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
806.81/806.81	c   789s|  3630k|  3614k|     0 |   0.0 |1045M|3400 |   - |4150 |1103 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
809.42/809.47	c   792s|  3640k|  3624k|     0 |   0.0 |1048M|3400 |   - |4150 |1112 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
811.91/811.98	c   794s|  3650k|  3634k|     0 |   0.0 |1050M|3400 |   - |4150 |1107 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
814.71/814.75	c   797s|  3660k|  3644k|     0 |   0.0 |1053M|3400 |   - |4150 |1134 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
817.32/817.37	c   800s|  3670k|  3654k|     0 |   0.0 |1056M|3400 |   - |4150 |1121 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
820.01/820.04	c   802s|  3680k|  3664k|     0 |   0.0 |1059M|3400 |   - |4150 |1104 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
822.61/822.60	c   805s|  3690k|  3674k|     0 |   0.0 |1061M|3400 |   - |4150 |1122 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
825.31/825.37	c   808s|  3700k|  3684k|     0 |   0.0 |1064M|3400 |   - |4150 |1141 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
827.92/827.98	c   810s|  3710k|  3694k|     0 |   0.0 |1067M|3400 |   - |4150 |1147 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
830.62/830.66	c   813s|  3720k|  3704k|     0 |   0.0 |1069M|3400 |   - |4150 |1151 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
833.22/833.28	c   815s|  3730k|  3714k|     0 |   0.0 |1072M|3400 |   - |4150 |1115 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
835.92/835.92	c   818s|  3740k|  3724k|     0 |   0.0 |1075M|3400 |   - |4150 |1135 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
838.61/838.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
838.61/838.61	c   821s|  3750k|  3734k|     0 |   0.0 |1078M|3400 |   - |4150 |1099 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
841.42/841.41	c   823s|  3760k|  3744k|     0 |   0.0 |1080M|3400 |   - |4150 |1106 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
844.02/844.00	c   826s|  3770k|  3754k|     0 |   0.0 |1083M|3400 |   - |4150 |1102 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
846.51/846.57	c   828s|  3780k|  3764k|     0 |   0.0 |1086M|3400 |   - |4150 |1082 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
849.22/849.22	c   831s|  3790k|  3774k|     0 |   0.0 |1089M|3400 |   - |4150 |1109 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
851.82/851.83	c   834s|  3800k|  3783k|     0 |   0.0 |1091M|3400 |   - |4150 |1095 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
854.51/854.53	c   836s|  3810k|  3793k|     0 |   0.0 |1094M|3400 |   - |4150 |1102 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
857.11/857.12	c   839s|  3820k|  3803k|     0 |   0.0 |1097M|3400 |   - |4150 |1065 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
859.91/859.92	c   842s|  3830k|  3813k|     0 |   0.0 |1099M|3400 |   - |4150 |1106 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
862.42/862.46	c   844s|  3840k|  3823k|     0 |   0.0 |1102M|3400 |   - |4150 |1071 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
865.11/865.10	c   847s|  3850k|  3833k|     0 |   0.0 |1105M|3400 |   - |4150 |1097 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
867.62/867.62	c   849s|  3860k|  3843k|     0 |   0.0 |1107M|3400 |   - |4150 |1092 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
870.32/870.30	c   852s|  3870k|  3853k|     0 |   0.0 |1110M|3400 |   - |4150 |1084 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
872.92/872.93	c   854s|  3880k|  3863k|     0 |   0.0 |1113M|3400 |   - |4150 |1091 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
875.62/875.66	c   857s|  3890k|  3873k|     0 |   0.0 |1116M|3400 |   - |4150 |1091 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
878.21/878.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.21/878.26	c   860s|  3900k|  3883k|     0 |   0.0 |1118M|3400 |   - |4150 |1073 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
880.81/880.88	c   862s|  3910k|  3893k|     0 |   0.0 |1121M|3400 |   - |4150 |1080 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
883.61/883.62	c   865s|  3920k|  3903k|     0 |   0.0 |1124M|3400 |   - |4150 |1069 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
886.11/886.17	c   867s|  3930k|  3913k|     0 |   0.0 |1126M|3400 |   - |4150 |1045 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
888.82/888.88	c   870s|  3940k|  3923k|     0 |   0.0 |1129M|3400 |   - |4150 |1043 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
891.42/891.43	c   873s|  3950k|  3933k|     0 |   0.0 |1132M|3400 |   - |4150 |1055 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
894.11/894.19	c   875s|  3960k|  3943k|     0 |   0.0 |1135M|3400 |   - |4150 |1064 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
896.72/896.73	c   878s|  3970k|  3953k|     0 |   0.0 |1137M|3400 |   - |4150 |1056 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
899.41/899.48	c   880s|  3980k|  3963k|     0 |   0.0 |1140M|3400 |   - |4150 |1053 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
902.12/902.19	c   883s|  3990k|  3973k|     0 |   0.0 |1143M|3400 |   - |4150 |1082 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
904.92/904.90	c   886s|  4000k|  3983k|     0 |   0.0 |1145M|3400 |   - |4150 |1056 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
907.22/907.29	c   888s|  4010k|  3993k|     0 |   0.0 |1148M|3400 |   - |4150 |1021 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
910.02/910.07	c   891s|  4020k|  4003k|     0 |   0.0 |1151M|3400 |   - |4150 |1054 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
912.52/912.59	c   893s|  4030k|  4013k|     0 |   0.0 |1154M|3400 |   - |4150 |1044 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
915.22/915.26	c   896s|  4040k|  4023k|     0 |   0.0 |1156M|3400 |   - |4150 |1041 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
917.92/917.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
917.92/917.94	c   899s|  4050k|  4033k|     0 |   0.0 |1159M|3400 |   - |4150 |1043 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
920.52/920.54	c   901s|  4060k|  4043k|     0 |   0.0 |1162M|3400 |   - |4150 |1043 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
923.32/923.33	c   904s|  4070k|  4053k|     0 |   0.0 |1164M|3400 |   - |4150 |1058 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
925.82/925.86	c   906s|  4080k|  4063k|     0 |   0.0 |1167M|3400 |   - |4150 |1050 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
928.61/928.63	c   909s|  4090k|  4073k|     0 |   0.0 |1170M|3400 |   - |4150 |1063 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
931.11/931.16	c   912s|  4100k|  4083k|     0 |   0.0 |1173M|3400 |   - |4150 |1050 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
933.92/933.93	c   914s|  4110k|  4093k|     0 |   0.0 |1175M|3400 |   - |4150 |1075 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
936.51/936.51	c   917s|  4120k|  4103k|     0 |   0.0 |1178M|3400 |   - |4150 |1026 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
939.21/939.21	c   919s|  4130k|  4113k|     0 |   0.0 |1181M|3400 |   - |4150 |1042 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
941.81/941.82	c   922s|  4140k|  4123k|     0 |   0.0 |1183M|3400 |   - |4150 |1060 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
944.52/944.55	c   925s|  4150k|  4133k|     0 |   0.0 |1186M|3400 |   - |4150 |1065 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
947.12/947.16	c   927s|  4160k|  4143k|     0 |   0.0 |1189M|3400 |   - |4150 |1080 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
949.81/949.89	c   930s|  4170k|  4153k|     0 |   0.0 |1192M|3400 |   - |4150 |1085 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
952.42/952.49	c   932s|  4180k|  4163k|     0 |   0.0 |1194M|3400 |   - |4150 |1056 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
955.02/955.03	c   935s|  4190k|  4173k|     0 |   0.0 |1197M|3400 |   - |4150 |1052 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
957.62/957.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
957.62/957.67	c   938s|  4200k|  4183k|     0 |   0.0 |1200M|3400 |   - |4150 |1035 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
960.23/960.21	c   940s|  4210k|  4193k|     0 |   0.0 |1202M|3400 |   - |4150 |1049 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
962.91/962.99	c   943s|  4220k|  4203k|     0 |   0.0 |1205M|3400 |   - |4150 |1040 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
965.42/965.49	c   945s|  4230k|  4213k|     0 |   0.0 |1208M|3400 |   - |4150 |1027 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
968.22/968.22	c   948s|  4240k|  4223k|     0 |   0.0 |1210M|3400 |   - |4150 |1041 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
970.81/970.83	c   950s|  4250k|  4233k|     0 |   0.0 |1213M|3400 |   - |4150 |1030 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
973.52/973.54	c   953s|  4260k|  4243k|     0 |   0.0 |1216M|3400 |   - |4150 |1061 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
976.12/976.11	c   956s|  4270k|  4253k|     0 |   0.0 |1219M|3400 |   - |4150 |1016 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
978.72/978.75	c   958s|  4280k|  4263k|     0 |   0.0 |1221M|3400 |   - |4150 |1029 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
981.32/981.34	c   961s|  4290k|  4273k|     0 |   0.0 |1224M|3400 |   - |4150 |1028 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
984.01/984.08	c   963s|  4300k|  4282k|     0 |   0.0 |1227M|3400 |   - |4150 |1048 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
986.82/986.80	c   966s|  4310k|  4292k|     0 |   0.0 |1229M|3400 |   - |4150 |1026 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
989.42/989.46	c   969s|  4320k|  4302k|     0 |   0.0 |1232M|3400 |   - |4150 |1036 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
992.12/992.15	c   971s|  4330k|  4312k|     0 |   0.0 |1235M|3400 |   - |4150 |1033 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
994.61/994.69	c   974s|  4340k|  4322k|     0 |   0.0 |1238M|3400 |   - |4150 |1016 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
997.42/997.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
997.42/997.46	c   977s|  4350k|  4332k|     0 |   0.0 |1240M|3400 |   - |4150 |1024 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1000.02/1000.01	c   979s|  4360k|  4342k|     0 |   0.0 |1243M|3400 |   - |4150 | 996 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1002.82/1002.87	c   982s|  4370k|  4352k|     0 |   0.0 |1246M|3400 |   - |4150 | 988 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1005.42/1005.49	c   984s|  4380k|  4362k|     0 |   0.0 |1248M|3400 |   - |4150 |1004 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1008.32/1008.30	c   987s|  4390k|  4372k|     0 |   0.0 |1251M|3400 |   - |4150 | 996 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1010.83/1010.88	c   990s|  4400k|  4382k|     0 |   0.0 |1254M|3400 |   - |4150 |1010 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1013.62/1013.65	c   993s|  4410k|  4392k|     0 |   0.0 |1257M|3400 |   - |4150 |1021 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1016.32/1016.38	c   995s|  4420k|  4402k|     0 |   0.0 |1259M|3400 |   - |4150 |1004 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1018.82/1018.86	c   998s|  4430k|  4412k|     0 |   0.0 |1262M|3400 |   - |4150 | 996 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1021.52/1021.57	c  1000s|  4440k|  4422k|     0 |   0.0 |1265M|3400 |   - |4150 |1002 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1024.22/1024.22	c  1003s|  4450k|  4432k|     0 |   0.0 |1267M|3400 |   - |4150 |1043 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1026.82/1026.89	c  1006s|  4460k|  4442k|     0 |   0.0 |1270M|3400 |   - |4150 |1029 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1029.62/1029.62	c  1008s|  4470k|  4452k|     0 |   0.0 |1273M|3400 |   - |4150 |1033 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1032.02/1032.07	c  1011s|  4480k|  4462k|     0 |   0.0 |1275M|3400 |   - |4150 |1008 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1034.71/1034.77	c  1013s|  4490k|  4472k|     0 |   0.0 |1278M|3400 |   - |4150 |1001 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1037.33/1037.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1037.33/1037.33	c  1016s|  4500k|  4482k|     0 |   0.0 |1281M|3400 |   - |4150 | 989 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1040.02/1040.02	c  1018s|  4510k|  4492k|     0 |   0.0 |1283M|3400 |   - |4150 | 998 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1042.62/1042.68	c  1021s|  4520k|  4502k|     0 |   0.0 |1286M|3400 |   - |4150 |1002 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1045.22/1045.25	c  1024s|  4530k|  4512k|     0 |   0.0 |1289M|3400 |   - |4150 |1005 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1047.92/1047.95	c  1026s|  4540k|  4522k|     0 |   0.0 |1292M|3400 |   - |4150 | 981 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1050.62/1050.64	c  1029s|  4550k|  4532k|     0 |   0.0 |1294M|3400 |   - |4150 |1048 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1053.32/1053.32	c  1031s|  4560k|  4542k|     0 |   0.0 |1297M|3400 |   - |4150 |1005 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1055.92/1055.91	c  1034s|  4570k|  4552k|     0 |   0.0 |1300M|3400 |   - |4150 | 979 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1058.62/1058.68	c  1037s|  4580k|  4562k|     0 |   0.0 |1302M|3400 |   - |4150 | 975 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1061.12/1061.17	c  1039s|  4590k|  4572k|     0 |   0.0 |1305M|3400 |   - |4150 | 977 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1063.82/1063.83	c  1042s|  4600k|  4582k|     0 |   0.0 |1308M|3400 |   - |4150 | 996 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1066.42/1066.44	c  1044s|  4610k|  4592k|     0 |   0.0 |1311M|3400 |   - |4150 | 990 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1069.22/1069.23	c  1047s|  4620k|  4602k|     0 |   0.0 |1313M|3400 |   - |4150 |1023 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1071.82/1071.81	c  1050s|  4630k|  4612k|     0 |   0.0 |1316M|3400 |   - |4150 |1009 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1074.52/1074.50	c  1052s|  4640k|  4622k|     0 |   0.0 |1319M|3400 |   - |4150 | 995 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1077.22/1077.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1077.22/1077.20	c  1055s|  4650k|  4632k|     0 |   0.0 |1321M|3400 |   - |4150 | 995 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1079.62/1079.69	c  1057s|  4660k|  4642k|     0 |   0.0 |1324M|3400 |   - |4150 | 983 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1082.43/1082.41	c  1060s|  4670k|  4652k|     0 |   0.0 |1327M|3400 |   - |4150 | 987 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1085.02/1085.09	c  1063s|  4680k|  4662k|     0 |   0.0 |1329M|3400 |   - |4150 |1014 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1087.82/1087.84	c  1065s|  4690k|  4672k|     0 |   0.0 |1332M|3400 |   - |4150 | 998 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1090.42/1090.49	c  1068s|  4700k|  4682k|     0 |   0.0 |1335M|3400 |   - |4150 | 997 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1092.92/1092.97	c  1070s|  4710k|  4692k|     0 |   0.0 |1338M|3400 |   - |4150 | 979 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1095.63/1095.66	c  1073s|  4720k|  4702k|     0 |   0.0 |1340M|3400 |   - |4150 | 978 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1098.22/1098.29	c  1076s|  4730k|  4712k|     0 |   0.0 |1343M|3400 |   - |4150 | 979 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1100.93/1100.96	c  1078s|  4740k|  4722k|     0 |   0.0 |1346M|3400 |   - |4150 | 974 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1103.62/1103.66	c  1081s|  4750k|  4732k|     0 |   0.0 |1348M|3400 |   - |4150 | 957 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1106.23/1106.28	c  1083s|  4760k|  4742k|     0 |   0.0 |1351M|3400 |   - |4150 | 982 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1109.02/1109.09	c  1086s|  4770k|  4752k|     0 |   0.0 |1354M|3400 |   - |4150 |1016 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1111.62/1111.67	c  1089s|  4780k|  4762k|     0 |   0.0 |1356M|3400 |   - |4150 | 992 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1114.42/1114.47	c  1092s|  4790k|  4771k|     0 |   0.0 |1359M|3400 |   - |4150 |1027 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1117.12/1117.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1117.12/1117.13	c  1094s|  4800k|  4781k|     0 |   0.0 |1362M|3400 |   - |4150 | 994 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1119.83/1119.89	c  1097s|  4810k|  4791k|     0 |   0.0 |1365M|3400 |   - |4150 |1006 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1122.52/1122.58	c  1100s|  4820k|  4801k|     0 |   0.0 |1367M|3400 |   - |4150 |1021 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1125.23/1125.22	c  1102s|  4830k|  4811k|     0 |   0.0 |1370M|3400 |   - |4150 |1030 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1127.92/1127.96	c  1105s|  4840k|  4821k|     0 |   0.0 |1373M|3400 |   - |4150 |1000 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1130.42/1130.48	c  1107s|  4850k|  4831k|     0 |   0.0 |1375M|3400 |   - |4150 | 993 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1133.23/1133.24	c  1110s|  4860k|  4841k|     0 |   0.0 |1378M|3400 |   - |4150 |1023 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1135.82/1135.87	c  1113s|  4870k|  4851k|     0 |   0.0 |1381M|3400 |   - |4150 |1033 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1138.62/1138.61	c  1115s|  4880k|  4861k|     0 |   0.0 |1384M|3400 |   - |4150 |1100 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1141.22/1141.24	c  1118s|  4890k|  4871k|     0 |   0.0 |1386M|3400 |   - |4150 |1058 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1143.72/1143.73	c  1120s|  4900k|  4881k|     0 |   0.0 |1389M|3400 |   - |4150 |1048 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1146.43/1146.43	c  1123s|  4910k|  4891k|     0 |   0.0 |1392M|3400 |   - |4150 |1068 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1148.93/1148.97	c  1125s|  4920k|  4901k|     0 |   0.0 |1394M|3400 |   - |4150 |1073 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1151.63/1151.69	c  1128s|  4930k|  4911k|     0 |   0.0 |1397M|3400 |   - |4150 |1100 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1154.42/1154.41	c  1131s|  4940k|  4921k|     0 |   0.0 |1400M|3400 |   - |4150 |1041 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1156.82/1156.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1156.82/1156.88	c  1133s|  4950k|  4931k|     0 |   0.0 |1402M|3400 |   - |4150 |1067 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1159.62/1159.66	c  1136s|  4960k|  4941k|     0 |   0.0 |1405M|3400 |   - |4150 |1062 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1162.23/1162.28	c  1138s|  4970k|  4951k|     0 |   0.0 |1408M|3400 |   - |4150 |1101 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1164.93/1164.99	c  1141s|  4980k|  4961k|     0 |   0.0 |1410M|3400 |   - |4150 |1132 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1167.63/1167.64	c  1144s|  4990k|  4971k|     0 |   0.0 |1413M|3400 |   - |4150 |1084 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1170.23/1170.22	c  1146s|  5000k|  4981k|     0 |   0.0 |1416M|3400 |   - |4150 |1106 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1172.92/1172.90	c  1149s|  5010k|  4991k|     0 |   0.0 |1418M|3400 |   - |4150 |1092 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1175.52/1175.50	c  1151s|  5020k|  5001k|     0 |   0.0 |1421M|3400 |   - |4150 |1092 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1178.22/1178.28	c  1154s|  5030k|  5011k|     0 |   0.0 |1424M|3400 |   - |4150 |1125 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1180.83/1180.88	c  1157s|  5040k|  5021k|     0 |   0.0 |1427M|3400 |   - |4150 |1090 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1183.43/1183.47	c  1159s|  5050k|  5031k|     0 |   0.0 |1429M|3400 |   - |4150 |1119 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1186.13/1186.18	c  1162s|  5060k|  5041k|     0 |   0.0 |1432M|3400 |   - |4150 |1096 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1188.72/1188.70	c  1164s|  5070k|  5051k|     0 |   0.0 |1435M|3400 |   - |4150 |1113 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1191.42/1191.41	c  1167s|  5080k|  5061k|     0 |   0.0 |1437M|3400 |   - |4150 |1106 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1194.02/1194.05	c  1170s|  5090k|  5071k|     0 |   0.0 |1440M|3400 |   - |4150 |1108 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1196.73/1196.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.73/1196.73	c  1172s|  5100k|  5081k|     0 |   0.0 |1443M|3400 |   - |4150 |1109 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1199.42/1199.45	c  1175s|  5110k|  5091k|     0 |   0.0 |1445M|3400 |   - |4150 |1088 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1202.12/1202.19	c  1178s|  5120k|  5101k|     0 |   0.0 |1448M|3400 |   - |4150 |1127 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1204.92/1204.92	c  1180s|  5130k|  5111k|     0 |   0.0 |1451M|3400 |   - |4150 |1129 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1207.53/1207.57	c  1183s|  5140k|  5121k|     0 |   0.0 |1454M|3400 |   - |4150 |1136 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1210.23/1210.22	c  1186s|  5150k|  5131k|     0 |   0.0 |1456M|3400 |   - |4150 |1124 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1212.72/1212.74	c  1188s|  5160k|  5141k|     0 |   0.0 |1459M|3400 |   - |4150 |1100 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1215.43/1215.41	c  1191s|  5170k|  5151k|     0 |   0.0 |1462M|3400 |   - |4150 |1124 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1218.02/1218.03	c  1193s|  5180k|  5161k|     0 |   0.0 |1464M|3400 |   - |4150 |1151 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1220.62/1220.66	c  1196s|  5190k|  5171k|     0 |   0.0 |1467M|3400 |   - |4150 |1107 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1223.33/1223.35	c  1198s|  5200k|  5181k|     0 |   0.0 |1470M|3400 |   - |4150 |1101 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1225.82/1225.88	c  1201s|  5210k|  5191k|     0 |   0.0 |1472M|3400 |   - |4150 |1068 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1228.52/1228.59	c  1204s|  5220k|  5201k|     0 |   0.0 |1475M|3400 |   - |4150 |1101 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1231.23/1231.23	c  1206s|  5230k|  5211k|     0 |   0.0 |1478M|3400 |   - |4150 |1096 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1233.73/1233.79	c  1209s|  5240k|  5221k|     0 |   0.0 |1481M|3400 |   - |4150 |1116 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1236.53/1236.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1236.53/1236.51	c  1211s|  5250k|  5231k|     0 |   0.0 |1483M|3400 |   - |4150 |1124 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1239.03/1239.08	c  1214s|  5260k|  5240k|     0 |   0.0 |1486M|3400 |   - |4150 |1116 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1241.72/1241.76	c  1217s|  5270k|  5250k|     0 |   0.0 |1489M|3400 |   - |4150 |1148 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1244.43/1244.44	c  1219s|  5280k|  5260k|     0 |   0.0 |1491M|3400 |   - |4150 |1126 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1247.23/1247.23	c  1222s|  5290k|  5270k|     0 |   0.0 |1494M|3400 |   - |4150 |1139 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1249.82/1249.84	c  1224s|  5300k|  5280k|     0 |   0.0 |1497M|3400 |   - |4150 |1089 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1252.53/1252.54	c  1227s|  5310k|  5290k|     0 |   0.0 |1499M|3400 |   - |4150 |1117 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1255.03/1255.06	c  1230s|  5320k|  5300k|     0 |   0.0 |1502M|3400 |   - |4150 |1087 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1257.83/1257.80	c  1232s|  5330k|  5310k|     0 |   0.0 |1505M|3400 |   - |4150 |1110 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1260.23/1260.25	c  1235s|  5340k|  5320k|     0 |   0.0 |1508M|3400 |   - |4150 |1089 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1262.93/1262.96	c  1237s|  5350k|  5330k|     0 |   0.0 |1510M|3400 |   - |4150 |1103 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1265.53/1265.58	c  1240s|  5360k|  5340k|     0 |   0.0 |1513M|3400 |   - |4150 |1085 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1268.23/1268.22	c  1243s|  5370k|  5350k|     0 |   0.0 |1516M|3400 |   - |4150 |1100 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1270.83/1270.82	c  1245s|  5380k|  5360k|     0 |   0.0 |1518M|3400 |   - |4150 |1072 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1273.43/1273.48	c  1248s|  5390k|  5370k|     0 |   0.0 |1521M|3400 |   - |4150 |1097 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1276.12/1276.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1276.12/1276.17	c  1250s|  5400k|  5380k|     0 |   0.0 |1524M|3400 |   - |4150 |1078 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1278.83/1278.88	c  1253s|  5410k|  5390k|     0 |   0.0 |1526M|3400 |   - |4150 |1071 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1281.53/1281.59	c  1256s|  5420k|  5400k|     0 |   0.0 |1529M|3400 |   - |4150 |1034 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1284.12/1284.12	c  1258s|  5430k|  5410k|     0 |   0.0 |1532M|3400 |   - |4150 |1089 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1286.73/1286.76	c  1261s|  5440k|  5420k|     0 |   0.0 |1534M|3400 |   - |4150 |1061 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1289.43/1289.40	c  1263s|  5450k|  5430k|     0 |   0.0 |1537M|3400 |   - |4150 |1079 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1292.13/1292.17	c  1266s|  5460k|  5440k|     0 |   0.0 |1540M|3400 |   - |4150 |1032 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1294.74/1294.72	c  1269s|  5470k|  5450k|     0 |   0.0 |1543M|3400 |   - |4150 |1040 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1297.43/1297.45	c  1271s|  5480k|  5460k|     0 |   0.0 |1545M|3400 |   - |4150 |1042 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1300.13/1300.11	c  1274s|  5490k|  5470k|     0 |   0.0 |1548M|3400 |   - |4150 |1032 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1302.72/1302.78	c  1277s|  5500k|  5480k|     0 |   0.0 |1551M|3400 |   - |4150 |1036 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1305.43/1305.44	c  1279s|  5510k|  5490k|     0 |   0.0 |1554M|3400 |   - |4150 |1031 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1308.03/1308.05	c  1282s|  5520k|  5500k|     0 |   0.0 |1556M|3400 |   - |4150 |1052 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1310.73/1310.72	c  1284s|  5530k|  5510k|     0 |   0.0 |1559M|3400 |   - |4150 |1058 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1313.33/1313.35	c  1287s|  5540k|  5520k|     0 |   0.0 |1562M|3400 |   - |4150 |1024 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1316.03/1316.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.03/1316.08	c  1290s|  5550k|  5530k|     0 |   0.0 |1564M|3400 |   - |4150 |1032 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1318.73/1318.70	c  1292s|  5560k|  5540k|     0 |   0.0 |1567M|3400 |   - |4150 |1028 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1321.23/1321.28	c  1295s|  5570k|  5550k|     0 |   0.0 |1570M|3400 |   - |4150 |1020 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1323.93/1323.90	c  1297s|  5580k|  5560k|     0 |   0.0 |1572M|3400 |   - |4150 | 988 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1326.54/1326.56	c  1300s|  5590k|  5570k|     0 |   0.0 |1575M|3400 |   - |4150 |1026 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1329.23/1329.21	c  1302s|  5600k|  5580k|     0 |   0.0 |1578M|3400 |   - |4150 |1008 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1331.73/1331.78	c  1305s|  5610k|  5590k|     0 |   0.0 |1581M|3400 |   - |4150 | 983 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1334.53/1334.58	c  1308s|  5620k|  5600k|     0 |   0.0 |1583M|3400 |   - |4150 |1039 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1337.13/1337.16	c  1310s|  5630k|  5610k|     0 |   0.0 |1586M|3400 |   - |4150 |1006 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1339.92/1339.92	c  1313s|  5640k|  5620k|     0 |   0.0 |1589M|3400 |   - |4150 |1012 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1342.43/1342.48	c  1316s|  5650k|  5630k|     0 |   0.0 |1591M|3400 |   - |4150 |1017 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1345.23/1345.23	c  1318s|  5660k|  5640k|     0 |   0.0 |1594M|3400 |   - |4150 |1019 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1347.63/1347.67	c  1321s|  5670k|  5650k|     0 |   0.0 |1597M|3400 |   - |4150 |1004 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1350.32/1350.33	c  1323s|  5680k|  5660k|     0 |   0.0 |1599M|3400 |   - |4150 |1018 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1352.94/1352.91	c  1326s|  5690k|  5670k|     0 |   0.0 |1602M|3400 |   - |4150 |1015 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1355.72/1355.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1355.72/1355.74	c  1329s|  5700k|  5680k|     0 |   0.0 |1605M|3400 |   - |4150 |1039 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1358.33/1358.33	c  1331s|  5710k|  5690k|     0 |   0.0 |1608M|3400 |   - |4150 |1013 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1361.13/1361.11	c  1334s|  5720k|  5700k|     0 |   0.0 |1610M|3400 |   - |4150 |1058 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1363.83/1363.86	c  1337s|  5730k|  5710k|     0 |   0.0 |1613M|3400 |   - |4150 |1036 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1366.53/1366.51	c  1339s|  5740k|  5720k|     0 |   0.0 |1616M|3400 |   - |4150 |1048 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1369.23/1369.22	c  1342s|  5750k|  5729k|     0 |   0.0 |1618M|3400 |   - |4150 |1075 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1371.83/1371.84	c  1344s|  5760k|  5739k|     0 |   0.0 |1621M|3400 |   - |4150 |1044 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1374.53/1374.57	c  1347s|  5770k|  5749k|     0 |   0.0 |1624M|3400 |   - |4150 |1042 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1377.14/1377.14	c  1350s|  5780k|  5759k|     0 |   0.0 |1627M|3400 |   - |4150 |1017 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1379.83/1379.85	c  1352s|  5790k|  5769k|     0 |   0.0 |1629M|3400 |   - |4150 |1017 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1382.33/1382.37	c  1355s|  5800k|  5779k|     0 |   0.0 |1632M|3400 |   - |4150 |1008 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1385.03/1385.05	c  1357s|  5810k|  5789k|     0 |   0.0 |1635M|3400 |   - |4150 |1006 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1387.63/1387.66	c  1360s|  5820k|  5799k|     0 |   0.0 |1637M|3400 |   - |4150 |1031 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1390.34/1390.39	c  1363s|  5830k|  5809k|     0 |   0.0 |1640M|3400 |   - |4150 |1011 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1392.93/1392.97	c  1365s|  5840k|  5819k|     0 |   0.0 |1643M|3400 |   - |4150 |1015 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1395.73/1395.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1395.73/1395.70	c  1368s|  5850k|  5829k|     0 |   0.0 |1645M|3400 |   - |4150 |1033 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1398.33/1398.30	c  1370s|  5860k|  5839k|     0 |   0.0 |1648M|3400 |   - |4150 |1049 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1400.83/1400.83	c  1373s|  5870k|  5849k|     0 |   0.0 |1651M|3400 |   - |4150 |1056 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1403.53/1403.56	c  1376s|  5880k|  5859k|     0 |   0.0 |1654M|3400 |   - |4150 |1076 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1406.23/1406.24	c  1378s|  5890k|  5869k|     0 |   0.0 |1656M|3400 |   - |4150 |1078 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1408.93/1408.94	c  1381s|  5900k|  5879k|     0 |   0.0 |1659M|3400 |   - |4150 |1061 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1411.63/1411.63	c  1384s|  5910k|  5889k|     0 |   0.0 |1662M|3400 |   - |4150 |1066 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1414.23/1414.23	c  1386s|  5920k|  5899k|     0 |   0.0 |1664M|3400 |   - |4150 |1039 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1417.03/1417.00	c  1389s|  5930k|  5909k|     0 |   0.0 |1667M|3400 |   - |4150 |1062 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1419.63/1419.61	c  1391s|  5940k|  5919k|     0 |   0.0 |1670M|3400 |   - |4150 |1024 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1422.34/1422.34	c  1394s|  5950k|  5929k|     0 |   0.0 |1673M|3400 |   - |4150 |1049 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1424.93/1424.90	c  1397s|  5960k|  5939k|     0 |   0.0 |1675M|3400 |   - |4150 |1076 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1427.53/1427.53	c  1399s|  5970k|  5949k|     0 |   0.0 |1678M|3400 |   - |4150 |1059 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1430.13/1430.17	c  1402s|  5980k|  5959k|     0 |   0.0 |1681M|3400 |   - |4150 |1041 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1432.83/1432.84	c  1404s|  5990k|  5969k|     0 |   0.0 |1683M|3400 |   - |4150 |1060 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1435.63/1435.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1435.63/1435.64	c  1407s|  6000k|  5979k|     0 |   0.0 |1686M|3400 |   - |4150 |1043 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1438.23/1438.29	c  1410s|  6010k|  5989k|     0 |   0.0 |1689M|3400 |   - |4150 |1083 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1440.94/1440.93	c  1412s|  6020k|  5999k|     0 |   0.0 |1691M|3400 |   - |4150 |1049 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1443.43/1443.49	c  1415s|  6030k|  6009k|     0 |   0.0 |1694M|3400 |   - |4150 |1078 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1446.23/1446.24	c  1418s|  6040k|  6019k|     0 |   0.0 |1697M|3400 |   - |4150 |1082 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1448.84/1448.89	c  1420s|  6050k|  6029k|     0 |   0.0 |1700M|3400 |   - |4150 |1084 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1451.53/1451.58	c  1423s|  6060k|  6039k|     0 |   0.0 |1702M|3400 |   - |4150 |1074 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1454.14/1454.16	c  1425s|  6070k|  6049k|     0 |   0.0 |1705M|3400 |   - |4150 |1078 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1456.93/1456.92	c  1428s|  6080k|  6059k|     0 |   0.0 |1708M|3400 |   - |4150 |1074 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1459.43/1459.42	c  1430s|  6090k|  6069k|     0 |   0.0 |1710M|3400 |   - |4150 |1071 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1462.23/1462.23	c  1433s|  6100k|  6079k|     0 |   0.0 |1713M|3400 |   - |4150 |1085 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1464.84/1464.84	c  1436s|  6110k|  6089k|     0 |   0.0 |1716M|3400 |   - |4150 |1050 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1467.53/1467.55	c  1438s|  6120k|  6099k|     0 |   0.0 |1718M|3400 |   - |4150 |1053 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1470.03/1470.00	c  1441s|  6130k|  6109k|     0 |   0.0 |1721M|3400 |   - |4150 |1034 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1472.74/1472.72	c  1444s|  6140k|  6119k|     0 |   0.0 |1724M|3400 |   - |4150 |1050 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1475.43/1475.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1475.43/1475.40	c  1446s|  6150k|  6129k|     0 |   0.0 |1727M|3400 |   - |4150 |1071 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1478.13/1478.12	c  1449s|  6160k|  6139k|     0 |   0.0 |1729M|3400 |   - |4150 |1113 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1480.64/1480.69	c  1451s|  6170k|  6149k|     0 |   0.0 |1732M|3400 |   - |4150 |1096 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1483.43/1483.41	c  1454s|  6180k|  6159k|     0 |   0.0 |1735M|3400 |   - |4150 |1089 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1485.93/1485.98	c  1457s|  6190k|  6169k|     0 |   0.0 |1737M|3400 |   - |4150 |1055 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1488.63/1488.61	c  1459s|  6200k|  6179k|     0 |   0.0 |1740M|3400 |   - |4150 |1064 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1491.33/1491.30	c  1462s|  6210k|  6189k|     0 |   0.0 |1743M|3400 |   - |4150 |1069 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1493.93/1493.97	c  1464s|  6220k|  6199k|     0 |   0.0 |1746M|3400 |   - |4150 |1069 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1496.63/1496.66	c  1467s|  6230k|  6209k|     0 |   0.0 |1748M|3400 |   - |4150 |1093 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1499.24/1499.26	c  1470s|  6240k|  6218k|     0 |   0.0 |1751M|3400 |   - |4150 |1078 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1501.94/1501.94	c  1472s|  6250k|  6228k|     0 |   0.0 |1754M|3400 |   - |4150 |1071 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1504.63/1504.61	c  1475s|  6260k|  6238k|     0 |   0.0 |1756M|3400 |   - |4150 |1095 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1507.23/1507.23	c  1477s|  6270k|  6248k|     0 |   0.0 |1759M|3400 |   - |4150 |1085 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1509.84/1509.83	c  1480s|  6280k|  6258k|     0 |   0.0 |1762M|3400 |   - |4150 |1048 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1512.54/1512.58	c  1483s|  6290k|  6268k|     0 |   0.0 |1765M|3400 |   - |4150 |1082 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1515.24/1515.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1515.24/1515.27	c  1485s|  6300k|  6278k|     0 |   0.0 |1767M|3400 |   - |4150 |1063 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1517.83/1517.88	c  1488s|  6310k|  6288k|     0 |   0.0 |1770M|3400 |   - |4150 |1083 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1520.63/1520.60	c  1491s|  6320k|  6298k|     0 |   0.0 |1773M|3400 |   - |4150 |1073 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1523.03/1523.08	c  1493s|  6330k|  6308k|     0 |   0.0 |1775M|3400 |   - |4150 |1017 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1525.83/1525.84	c  1496s|  6340k|  6318k|     0 |   0.0 |1778M|3400 |   - |4150 |1052 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1528.44/1528.40	c  1498s|  6350k|  6328k|     0 |   0.0 |1781M|3400 |   - |4150 |1036 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1531.24/1531.24	c  1501s|  6360k|  6338k|     0 |   0.0 |1783M|3400 |   - |4150 |1062 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1533.74/1533.79	c  1504s|  6370k|  6348k|     0 |   0.0 |1786M|3400 |   - |4150 |1028 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1536.54/1536.51	c  1506s|  6380k|  6358k|     0 |   0.0 |1789M|3400 |   - |4150 |1047 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1539.13/1539.11	c  1509s|  6390k|  6368k|     0 |   0.0 |1792M|3400 |   - |4150 |1028 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1541.84/1541.87	c  1511s|  6400k|  6378k|     0 |   0.0 |1794M|3400 |   - |4150 |1048 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1544.44/1544.46	c  1514s|  6410k|  6388k|     0 |   0.0 |1797M|3400 |   - |4150 |1041 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1547.14/1547.14	c  1517s|  6420k|  6398k|     0 |   0.0 |1800M|3400 |   - |4150 |1020 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1549.73/1549.70	c  1519s|  6430k|  6408k|     0 |   0.0 |1802M|3400 |   - |4150 |1003 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1552.34/1552.38	c  1522s|  6440k|  6418k|     0 |   0.0 |1805M|3400 |   - |4150 |1007 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1554.93/1554.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1554.93/1554.99	c  1524s|  6450k|  6428k|     0 |   0.0 |1808M|3400 |   - |4150 | 999 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1557.74/1557.72	c  1527s|  6460k|  6438k|     0 |   0.0 |1811M|3400 |   - |4150 |1010 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1560.34/1560.32	c  1530s|  6470k|  6448k|     0 |   0.0 |1813M|3400 |   - |4150 | 991 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1562.84/1562.87	c  1532s|  6480k|  6458k|     0 |   0.0 |1816M|3400 |   - |4150 | 995 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1565.63/1565.62	c  1535s|  6490k|  6468k|     0 |   0.0 |1819M|3400 |   - |4150 |1015 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1568.23/1568.23	c  1537s|  6500k|  6478k|     0 |   0.0 |1821M|3400 |   - |4150 | 985 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1570.93/1570.92	c  1540s|  6510k|  6488k|     0 |   0.0 |1824M|3400 |   - |4150 | 974 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1573.53/1573.53	c  1542s|  6520k|  6498k|     0 |   0.0 |1827M|3400 |   - |4150 |1009 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1576.25/1576.22	c  1545s|  6530k|  6508k|     0 |   0.0 |1829M|3400 |   - |4150 | 980 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1578.84/1578.83	c  1548s|  6540k|  6518k|     0 |   0.0 |1832M|3400 |   - |4150 |1013 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1581.53/1581.58	c  1550s|  6550k|  6528k|     0 |   0.0 |1835M|3400 |   - |4150 | 994 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1584.14/1584.18	c  1553s|  6560k|  6538k|     0 |   0.0 |1838M|3400 |   - |4150 |1009 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1586.94/1586.98	c  1556s|  6570k|  6548k|     0 |   0.0 |1840M|3400 |   - |4150 |1006 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1589.45/1589.47	c  1558s|  6580k|  6558k|     0 |   0.0 |1843M|3400 |   - |4150 | 978 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1592.24/1592.28	c  1561s|  6590k|  6568k|     0 |   0.0 |1846M|3400 |   - |4150 | 969 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1594.84/1594.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1594.84/1594.86	c  1563s|  6600k|  6578k|     0 |   0.0 |1848M|3400 |   - |4150 | 967 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1597.64/1597.61	c  1566s|  6610k|  6588k|     0 |   0.0 |1851M|3400 |   - |4150 | 995 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1600.24/1600.27	c  1569s|  6620k|  6598k|     0 |   0.0 |1854M|3400 |   - |4150 | 988 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1602.84/1602.90	c  1571s|  6630k|  6608k|     0 |   0.0 |1856M|3400 |   - |4150 | 967 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1605.53/1605.55	c  1574s|  6640k|  6618k|     0 |   0.0 |1859M|3400 |   - |4150 | 988 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1608.04/1608.04	c  1576s|  6650k|  6628k|     0 |   0.0 |1862M|3400 |   - |4150 | 951 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1610.74/1610.75	c  1579s|  6660k|  6638k|     0 |   0.0 |1865M|3400 |   - |4150 | 958 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1613.33/1613.40	c  1582s|  6670k|  6648k|     0 |   0.0 |1867M|3400 |   - |4150 | 943 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1616.04/1616.02	c  1584s|  6680k|  6658k|     0 |   0.0 |1870M|3400 |   - |4150 | 937 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1618.54/1618.58	c  1587s|  6690k|  6668k|     0 |   0.0 |1873M|3400 |   - |4150 | 966 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1621.35/1621.31	c  1589s|  6700k|  6678k|     0 |   0.0 |1875M|3400 |   - |4150 | 964 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1623.94/1623.94	c  1592s|  6710k|  6688k|     0 |   0.0 |1878M|3400 |   - |4150 | 965 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1626.64/1626.65	c  1595s|  6720k|  6698k|     0 |   0.0 |1881M|3400 |   - |4150 | 992 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1629.33/1629.36	c  1597s|  6730k|  6707k|     0 |   0.0 |1883M|3400 |   - |4150 | 962 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1631.94/1631.97	c  1600s|  6740k|  6717k|     0 |   0.0 |1886M|3400 |   - |4150 | 941 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1634.64/1634.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1634.64/1634.66	c  1602s|  6750k|  6727k|     0 |   0.0 |1889M|3400 |   - |4150 | 940 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1637.23/1637.24	c  1605s|  6760k|  6737k|     0 |   0.0 |1892M|3400 |   - |4150 | 932 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1639.94/1639.96	c  1608s|  6770k|  6747k|     0 |   0.0 |1894M|3400 |   - |4150 | 958 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1642.43/1642.47	c  1610s|  6780k|  6757k|     0 |   0.0 |1897M|3400 |   - |4150 | 931 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1645.14/1645.17	c  1613s|  6790k|  6767k|     0 |   0.0 |1900M|3400 |   - |4150 | 942 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1647.74/1647.79	c  1615s|  6800k|  6777k|     0 |   0.0 |1902M|3400 |   - |4150 | 928 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1650.54/1650.55	c  1618s|  6810k|  6787k|     0 |   0.0 |1905M|3400 |   - |4150 | 945 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1653.14/1653.17	c  1621s|  6820k|  6797k|     0 |   0.0 |1908M|3400 |   - |4150 | 927 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1655.94/1655.99	c  1623s|  6830k|  6807k|     0 |   0.0 |1911M|3400 |   - |4150 | 944 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1658.64/1658.62	c  1626s|  6840k|  6817k|     0 |   0.0 |1913M|3400 |   - |4150 | 928 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1661.24/1661.23	c  1629s|  6850k|  6827k|     0 |   0.0 |1916M|3400 |   - |4150 | 912 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1663.74/1663.78	c  1631s|  6860k|  6837k|     0 |   0.0 |1919M|3400 |   - |4150 | 908 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1666.55/1666.55	c  1634s|  6870k|  6847k|     0 |   0.0 |1921M|3400 |   - |4150 | 922 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1669.34/1669.31	c  1637s|  6880k|  6857k|     0 |   0.0 |1924M|3400 |   - |4150 | 934 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1671.94/1671.99	c  1639s|  6890k|  6867k|     0 |   0.0 |1927M|3400 |   - |4150 | 899 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1674.54/1674.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1674.54/1674.56	c  1642s|  6900k|  6877k|     0 |   0.0 |1929M|3400 |   - |4150 | 874 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1677.24/1677.27	c  1644s|  6910k|  6887k|     0 |   0.0 |1932M|3400 |   - |4150 | 923 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1679.94/1679.98	c  1647s|  6920k|  6897k|     0 |   0.0 |1935M|3400 |   - |4150 | 891 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1682.64/1682.61	c  1650s|  6930k|  6907k|     0 |   0.0 |1938M|3400 |   - |4150 | 901 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1685.24/1685.23	c  1652s|  6940k|  6917k|     0 |   0.0 |1940M|3400 |   - |4150 | 901 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1687.84/1687.88	c  1655s|  6950k|  6927k|     0 |   0.0 |1943M|3400 |   - |4150 | 933 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1690.65/1690.67	c  1658s|  6960k|  6937k|     0 |   0.0 |1946M|3400 |   - |4150 | 932 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1693.24/1693.25	c  1660s|  6970k|  6947k|     0 |   0.0 |1948M|3400 |   - |4150 | 931 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1695.94/1695.90	c  1663s|  6980k|  6957k|     0 |   0.0 |1951M|3400 |   - |4150 | 932 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1698.64/1698.60	c  1665s|  6990k|  6967k|     0 |   0.0 |1954M|3400 |   - |4150 | 922 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1701.34/1701.35	c  1668s|  7000k|  6977k|     0 |   0.0 |1956M|3400 |   - |4150 | 925 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1703.85/1703.83	c  1670s|  7010k|  6987k|     0 |   0.0 |1959M|3400 |   - |4150 | 898 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1706.54/1706.55	c  1673s|  7020k|  6997k|     0 |   0.0 |1962M|3400 |   - |4150 | 927 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1709.14/1709.12	c  1676s|  7030k|  7007k|     0 |   0.0 |1964M|3400 |   - |4150 | 886 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1711.84/1711.80	c  1678s|  7040k|  7017k|     0 |   0.0 |1967M|3400 |   - |4150 | 938 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1714.34/1714.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1714.34/1714.32	c  1681s|  7050k|  7027k|     0 |   0.0 |1970M|3400 |   - |4150 | 927 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1717.05/1717.05	c  1683s|  7060k|  7037k|     0 |   0.0 |1973M|3400 |   - |4150 | 937 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1719.64/1719.62	c  1686s|  7070k|  7047k|     0 |   0.0 |1975M|3400 |   - |4150 | 957 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1722.34/1722.33	c  1689s|  7080k|  7057k|     0 |   0.0 |1978M|3400 |   - |4150 | 917 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1724.85/1724.88	c  1691s|  7090k|  7067k|     0 |   0.0 |1981M|3400 |   - |4150 | 925 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1727.74/1727.75	c  1694s|  7100k|  7077k|     0 |   0.0 |1984M|3400 |   - |4150 | 994 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1730.35/1730.35	c  1696s|  7110k|  7087k|     0 |   0.0 |1986M|3400 |   - |4150 | 943 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1733.04/1733.09	c  1699s|  7120k|  7097k|     0 |   0.0 |1989M|3400 |   - |4150 | 930 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1735.75/1735.71	c  1702s|  7130k|  7107k|     0 |   0.0 |1992M|3400 |   - |4150 | 902 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1738.44/1738.48	c  1704s|  7140k|  7117k|     0 |   0.0 |1994M|3400 |   - |4150 | 930 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1741.04/1741.03	c  1707s|  7150k|  7127k|     0 |   0.0 |1997M|3400 |   - |4150 | 909 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1743.74/1743.74	c  1710s|  7160k|  7137k|     0 |   0.0 |2000M|3400 |   - |4150 | 914 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1746.24/1746.26	c  1712s|  7170k|  7147k|     0 |   0.0 |2002M|3400 |   - |4150 | 909 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1749.05/1749.02	c  1715s|  7180k|  7157k|     0 |   0.0 |2005M|3400 |   - |4150 | 935 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1751.64/1751.62	c  1717s|  7190k|  7167k|     0 |   0.0 |2008M|3400 |   - |4150 | 931 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1754.45/1754.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1754.45/1754.45	c  1720s|  7200k|  7177k|     0 |   0.0 |2011M|3400 |   - |4150 | 927 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1757.04/1757.01	c  1723s|  7210k|  7187k|     0 |   0.0 |2013M|3400 |   - |4150 | 912 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1759.75/1759.74	c  1725s|  7220k|  7196k|     0 |   0.0 |2016M|3400 |   - |4150 | 927 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1762.45/1762.41	c  1728s|  7230k|  7206k|     0 |   0.0 |2019M|3400 |   - |4150 | 955 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1765.14/1765.11	c  1731s|  7240k|  7216k|     0 |   0.0 |2021M|3400 |   - |4150 | 951 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1767.84/1767.81	c  1733s|  7250k|  7226k|     0 |   0.0 |2024M|3400 |   - |4150 | 957 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1770.55/1770.50	c  1736s|  7260k|  7236k|     0 |   0.0 |2027M|3400 |   - |4150 | 944 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1773.14/1773.11	c  1738s|  7270k|  7246k|     0 |   0.0 |2030M|3400 |   - |4150 | 976 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1775.64/1775.69	c  1741s|  7280k|  7256k|     0 |   0.0 |2032M|3400 |   - |4150 | 941 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1778.34/1778.36	c  1744s|  7290k|  7266k|     0 |   0.0 |2035M|3400 |   - |4150 | 976 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1781.04/1781.02	c  1746s|  7300k|  7276k|     0 |   0.0 |2038M|3400 |   - |4150 | 957 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1783.74/1783.73	c  1749s|  7310k|  7286k|     0 |   0.0 |2040M|3400 |   - |4150 | 953 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1786.35/1786.38	c  1751s|  7320k|  7296k|     0 |   0.0 |2043M|3400 |   - |4150 | 967 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1788.94/1788.98	c  1754s|  7330k|  7306k|     0 |   0.0 |2046M|3400 |   - |4150 | 980 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1791.74/1791.70	c  1757s|  7340k|  7316k|     0 |   0.0 |2048M|3400 |   - |4150 | 973 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1794.35/1794.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1794.35/1794.30	c  1759s|  7350k|  7326k|     0 |   0.0 |2051M|3400 |   - |4150 |1002 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1796.94/1796.93	c  1762s|  7360k|  7336k|     0 |   0.0 |2054M|3400 |   - |4150 | 983 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1799.44/1799.43	c  1764s|  7370k|  7346k|     0 |   0.0 |2057M|3400 |   - |4150 |1029 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 6.097000e+03 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1764.85
1800.05/1800.00	c Solving Nodes      : 7372112
1800.05/1800.00	c Primal Bound       : +6.09700000000000e+03 (4 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v x3900 x3899 x3898 x3897 x3896 x3895 x3894 x3893 x3892 x3891 x3890 x3889 x3888 x3887 x3886 x3885 x3884 x3883 x3882 x3881 x3880 x3879 
1800.05/1800.01	v x3878 x3877 x3876 x3875 x3874 x3873 x3872 x3871 x3870 x3869 x3868 x3867 x3866 x3865 x3864 x3863 x3862 x3861 x3860 x3859 
1800.05/1800.01	v x3858 x3857 x3856 x3855 x3854 x3853 x3852 x3851 x3850 x3849 x3848 x3847 x3846 x3845 x3844 x3843 x3842 x3841 x3840 x3839 x3838 
1800.05/1800.01	v x3837 x3836 x3835 x3834 x3833 x3832 x3831 x3830 x3829 x3828 x3827 x3826 x3825 x3824 x3823 x3822 x3821 x3820 x3819 x3818 x3817 
1800.05/1800.01	v x3816 x3815 x3814 x3813 x3812 x3811 x3810 x3809 x3808 x3807 x3806 x3805 x3804 x3803 x3802 x3801 x3800 x3799 x3798 x3797 x3796 
1800.05/1800.01	v x3795 x3794 x3793 x3792 x3791 x3790 x3789 x3788 x3787 x3786 x3785 x3784 x3783 x3782 x3781 x3780 x3779 x3778 x3777 x3776 x3775 
1800.05/1800.01	v x3774 x3773 x3772 x3771 x3770 x3769 x3768 x3767 x3766 x3765 x3764 x3763 x3762 x3761 x3760 x3759 x3758 x3757 x3756 x3755 x3754 
1800.05/1800.01	v x3753 x3752 x3751 x3750 x3749 x3748 x3747 x3746 x3745 x3744 x3743 x3742 x3741 x3740 x3739 x3738 x3737 x3736 x3735 x3734 
1800.05/1800.01	v x3733 x3732 x3731 x3730 x3729 x3728 x3727 x3726 x3725 x3724 x3723 x3722 x3721 x3720 x3719 x3718 x3717 x3716 x3715 x3714 x3713 
1800.05/1800.01	v x3712 x3711 x3710 x3709 x3708 x3707 x3706 x3705 x3704 x3703 x3702 x3701 x3700 x3699 x3698 x3697 x3696 x3695 x3694 x3693 x3692 
1800.05/1800.01	v x3691 x3690 x3689 x3688 x3687 x3686 x3685 x3684 x3683 x3682 x3681 x3680 x3679 x3678 x3677 x3676 x3675 x3674 x3673 x3672 x3671 
1800.05/1800.01	v x3670 x3669 x3668 x3667 x3666 x3665 x3664 x3663 x3662 x3661 x3660 x3659 x3658 x3657 x3656 x3655 x3654 x3653 x3652 x3651 x3650 
1800.05/1800.01	v x3649 x3648 x3647 x3646 x3645 x3644 x3643 x3642 x3641 x3640 x3639 x3638 x3637 x3636 x3635 x3634 x3633 x3632 x3631 x3630 x3629 
1800.05/1800.01	v x3628 x3627 x3626 x3625 x3624 x3623 x3622 x3621 x3620 x3619 x3618 x3617 x3616 x3615 x3614 x3613 x3612 x3611 x3610 x3609 
1800.05/1800.01	v x3608 x3607 x3606 x3605 x3604 x3603 x3602 x3601 x3600 x3599 x3598 x3597 x3596 x3595 x3594 x3593 x3592 x3591 x3590 x3589 x3588 
1800.05/1800.01	v x3587 x3586 x3585 x3584 x3583 x3582 x3581 x3580 x3579 x3578 x3577 x3576 x3575 x3574 x3573 x3572 x3571 x3570 x3569 x3568 x3567 
1800.05/1800.01	v x3566 x3565 x3564 x3563 x3562 x3561 x3560 x3559 x3558 x3557 x3556 x3555 x3554 x3553 x3552 x3551 x3550 x3549 x3548 x3547 x3546 
1800.05/1800.01	v x3545 x3544 x3543 x3542 x3541 x3540 x3539 x3538 x3537 x3536 x3535 x3534 x3533 x3532 x3531 x3530 x3529 x3528 x3527 x3526 x3525 
1800.05/1800.01	v x3524 x3523 x3522 x3521 x3520 x3519 x3518 x3517 x3516 x3515 x3514 x3513 x3512 x3511 x3510 x3509 x3508 x3507 x3506 x3505 x3504 
1800.05/1800.01	v x3503 x3502 x3501 x3500 x3499 x3498 x3497 x3496 x3495 x3494 x3493 x3492 x3491 x3490 x3489 x3488 x3487 x3486 x3485 x3484 
1800.05/1800.01	v x3483 x3482 x3481 x3480 x3479 x3478 x3477 x3476 x3475 x3474 x3473 x3472 x3471 x3470 x3469 x3468 x3467 x3466 x3465 x3464 x3463 
1800.05/1800.01	v x3462 x3461 x3460 x3459 x3458 x3457 x3456 x3455 x3454 x3453 x3452 x3451 x3450 x3449 x3448 x3447 x3446 x3445 x3444 x3443 x3442 
1800.05/1800.01	v x3441 x3440 x3439 x3438 x3437 x3436 x3435 x3434 x3433 x3432 x3431 x3430 x3429 x3428 x3427 x3426 x3425 x3424 x3423 x3422 x3421 
1800.05/1800.01	v x3420 x3419 x3418 x3417 x3416 x3415 x3414 x3413 x3412 x3411 x3410 x3409 x3408 x3407 x3406 x3405 x3404 x3403 x3402 x3401 x3400 
1800.05/1800.01	v x3399 x3398 x3397 x3396 x3395 x3394 x3393 x3392 x3391 x3390 x3389 x3388 x3387 x3386 x3385 x3384 x3383 x3382 x3381 x3380 x3379 
1800.05/1800.01	v x3378 x3377 x3376 x3375 x3374 x3373 x3372 x3371 x3370 x3369 x3368 x3367 x3366 x3365 x3364 x3363 x3362 x3361 x3360 x3359 
1800.05/1800.01	v x3358 x3357 x3356 x3355 x3354 x3353 x3352 x3351 x3350 x3349 x3348 x3347 x3346 x3345 x3344 x3343 x3342 x3341 x3340 x3339 x3338 
1800.05/1800.01	v x3337 x3336 x3335 x3334 x3333 x3332 x3331 x3330 x3329 x3328 x3327 x3326 x3325 x3324 x3323 x3322 x3321 x3320 x3319 x3318 x3317 
1800.05/1800.01	v x3316 x3315 x3314 x3313 x3312 x3311 x3310 x3309 x3308 x3307 x3306 x3305 x3304 x3303 x3302 x3301 x3300 x3299 x3298 x3297 x3296 
1800.05/1800.01	v x3295 x3294 x3293 x3292 x3291 x3290 x3289 x3288 x3287 x3286 x3285 x3284 x3283 x3282 x3281 x3280 x3279 x3278 x3277 x3276 x3275 
1800.05/1800.01	v x3274 x3273 x3272 x3271 x3270 x3269 x3268 x3267 x3266 x3265 x3264 x3263 x3262 x3261 x3260 x3259 x3258 x3257 x3256 x3255 x3254 
1800.05/1800.01	v x3253 x3252 x3251 x3250 x3249 x3248 x3247 x3246 x3245 x3244 x3243 x3242 x3241 x3240 x3239 x3238 x3237 x3236 x3235 x3234 
1800.05/1800.01	v x3233 x3232 x3231 x3230 x3229 x3228 x3227 x3226 x3225 x3224 x3223 x3222 x3221 x3220 x3219 x3218 x3217 x3216 x3215 x3214 x3213 
1800.05/1800.01	v x3212 x3211 x3210 x3209 x3208 x3207 x3206 x3205 x3204 x3203 x3202 x3201 x3200 x3199 x3198 x3197 x3196 x3195 x3194 x3193 x3192 
1800.05/1800.01	v x3191 x3190 x3189 x3188 x3187 x3186 x3185 x3184 x3183 x3182 x3181 x3180 x3179 x3178 x3177 x3176 x3175 x3174 x3173 x3172 x3171 
1800.05/1800.01	v x3170 x3169 x3168 x3167 x3166 x3165 x3164 x3163 x3162 x3161 x3160 x3159 x3158 x3157 x3156 x3155 x3154 x3153 x3152 x3151 x3150 
1800.05/1800.01	v x3149 x3148 x3147 x3146 x3145 x3144 x3143 x3142 x3141 x3140 x3139 x3138 x3137 x3136 x3135 x3134 x3133 x3132 x3131 x3130 x3129 
1800.05/1800.01	v x3128 x3127 x3126 x3125 x3124 x3123 x3122 x3121 x3120 x3119 x3118 x3117 x3116 x3115 x3114 x3113 x3112 x3111 x3110 x3109 
1800.05/1800.01	v x3108 x3107 x3106 x3105 x3104 x3103 x3102 x3101 x3100 x3099 x3098 x3097 x3096 x3095 x3094 x3093 x3092 x3091 x3090 x3089 x3088 
1800.05/1800.01	v x3087 x3086 x3085 x3084 x3083 x3082 x3081 x3080 x3079 x3078 x3077 x3076 x3075 x3074 x3073 x3072 x3071 x3070 x3069 x3068 x3067 
1800.05/1800.01	v x3066 x3065 x3064 x3063 x3062 x3061 x3060 x3059 x3058 x3057 x3056 x3055 x3054 x3053 x3052 x3051 x3050 x3049 x3048 x3047 x3046 
1800.05/1800.01	v x3045 x3044 x3043 x3042 x3041 x3040 x3039 x3038 x3037 x3036 x3035 x3034 x3033 x3032 x3031 x3030 x3029 x3028 x3027 x3026 x3025 
1800.05/1800.01	v x3024 x3023 x3022 x3021 x3020 x3019 x3018 x3017 x3016 x3015 x3014 x3013 x3012 x3011 x3010 x3009 x3008 x3007 x3006 x3005 x3004 
1800.05/1800.01	v x3003 x3002 x3001 x3000 x2999 x2998 x2997 x2996 x2995 x2994 x2993 x2992 x2991 x2990 x2989 x2988 x2987 x2986 x2985 x2984 
1800.05/1800.01	v x2983 x2982 x2981 x2980 x2979 x2978 x2977 x2976 x2975 x2974 x2973 x2972 x2971 x2970 x2969 x2968 x2967 x2966 x2965 x2964 x2963 
1800.05/1800.01	v x2962 x2961 x2960 x2959 x2958 x2957 x2956 x2955 x2954 x2953 x2952 x2951 x2950 x2949 x2948 x2947 x2946 x2945 x2944 x2943 x2942 
1800.05/1800.01	v x2941 x2940 x2939 x2938 x2937 x2936 x2935 x2934 x2933 x2932 x2931 x2930 x2929 x2928 x2927 x2926 x2925 x2924 x2923 x2922 x2921 
1800.05/1800.01	v x2920 x2919 x2918 x2917 x2916 x2915 x2914 x2913 x2912 x2911 x2910 x2909 x2908 x2907 x2906 x2905 x2904 x2903 x2902 x2901 x2900 
1800.05/1800.01	v x2899 x2898 x2897 x2896 x2895 x2894 x2893 x2892 x2891 x2890 x2889 x2888 x2887 x2886 x2885 x2884 x2883 x2882 x2881 x2880 x2879 
1800.05/1800.01	v x2878 x2877 x2876 x2875 x2874 x2873 x2872 x2871 x2870 x2869 x2868 x2867 x2866 x2865 x2864 x2863 x2862 x2861 x2860 x2859 
1800.05/1800.01	v x2858 x2857 x2856 x2855 x2854 x2853 x2852 x2851 x2850 x2849 x2848 x2847 x2846 x2845 x2844 x2843 x2842 x2841 x2840 x2839 x2838 
1800.05/1800.01	v x2837 x2836 x2835 x2834 x2833 x2832 x2831 x2830 x2829 x2828 x2827 x2826 x2825 x2824 x2823 x2822 x2821 x2820 x2819 x2818 x2817 
1800.05/1800.01	v x2816 x2815 x2814 x2813 x2812 x2811 x2810 x2809 x2808 x2807 x2806 x2805 x2804 x2803 x2802 x2801 x2800 x2799 x2798 x2797 x2796 
1800.05/1800.01	v x2795 x2794 x2793 x2792 x2791 x2790 x2789 x2788 x2787 x2786 x2785 x2784 x2783 x2782 x2781 x2780 x2779 x2778 x2777 x2776 x2775 
1800.05/1800.01	v x2774 x2773 x2772 x2771 x2770 x2769 x2768 x2767 x2766 x2765 x2764 x2763 x2762 x2761 x2760 x2759 x2758 x2757 x2756 x2755 x2754 
1800.05/1800.01	v x2753 x2752 x2751 x2750 x2749 x2748 x2747 x2746 x2745 x2744 x2743 x2742 x2741 x2740 x2739 x2738 x2737 x2736 x2735 x2734 
1800.05/1800.01	v x2733 x2732 x2731 x2730 x2729 x2728 x2727 x2726 x2725 x2724 x2723 x2722 x2721 x2720 x2719 x2718 x2717 x2716 x2715 x2714 x2713 
1800.05/1800.01	v x2712 x2711 x2710 x2709 x2708 x2707 x2706 x2705 x2704 x2703 x2702 x2701 x2700 x2699 x2698 x2697 x2696 x2695 x2694 x2693 x2692 
1800.05/1800.01	v x2691 x2690 x2689 x2688 x2687 x2686 x2685 x2684 x2683 x2682 x2681 x2680 x2679 x2678 x2677 x2676 x2675 x2674 x2673 x2672 x2671 
1800.05/1800.01	v x2670 x2669 x2668 x2667 x2666 x2665 x2664 x2663 x2662 x2661 x2660 x2659 x2658 x2657 x2656 x2655 x2654 x2653 x2652 x2651 x2650 
1800.05/1800.01	v x2649 x2648 x2647 x2646 x2645 x2644 x2643 x2642 x2641 x2640 x2639 x2638 x2637 x2636 x2635 x2634 x2633 x2632 x2631 x2630 x2629 
1800.05/1800.01	v x2628 x2627 x2626 x2625 x2624 x2623 x2622 x2621 x2620 x2619 x2618 x2617 x2616 x2615 x2614 x2613 x2612 x2611 x2610 x2609 
1800.05/1800.01	v x2608 x2607 x2606 x2605 x2604 x2603 x2602 x2601 x2600 x2599 x2598 x2597 x2596 x2595 x2594 x2593 x2592 x2591 x2590 x2589 x2588 
1800.05/1800.01	v x2587 x2586 x2585 x2584 x2583 x2582 x2581 x2580 x2579 x2578 x2577 x2576 x2575 x2574 x2573 x2572 x2571 x2570 x2569 x2568 x2567 
1800.05/1800.01	v x2566 x2565 x2564 x2563 x2562 x2561 x2560 x2559 x2558 x2557 x2556 x2555 x2554 x2553 x2552 x2551 x2550 x2549 x2548 x2547 x2546 
1800.05/1800.01	v x2545 x2544 x2543 x2542 x2541 x2540 x2539 x2538 x2537 x2536 x2535 x2534 x2533 x2532 x2531 x2530 x2529 x2528 x2527 x2526 x2525 
1800.05/1800.01	v x2524 x2523 x2522 x2521 x2520 x2519 x2518 x2517 x2516 x2515 x2514 x2513 x2512 x2511 x2510 x2509 x2508 x2507 x2506 x2505 x2504 
1800.05/1800.01	v x2503 x2502 x2501 x2500 x2499 x2498 x2497 x2496 x2495 x2494 x2493 x2492 x2491 x2490 x2489 x2488 x2487 x2486 x2485 x2484 
1800.05/1800.01	v x2483 x2482 x2481 x2480 x2479 x2478 x2477 x2476 x2475 x2474 x2473 x2472 x2471 x2470 x2469 x2468 x2467 x2466 x2465 x2464 x2463 
1800.05/1800.01	v x2462 x2461 x2460 x2459 x2458 x2457 x2456 x2455 x2454 x2453 x2452 x2451 x2450 x2449 x2448 x2447 x2446 x2445 x2444 x2443 x2442 
1800.05/1800.01	v x2441 x2440 x2439 x2438 x2437 x2436 x2435 x2434 x2433 x2432 x2431 x2430 x2429 x2428 x2427 x2426 x2425 x2424 x2423 x2422 x2421 
1800.05/1800.01	v x2420 x2419 x2418 x2417 x2416 x2415 x2414 x2413 x2412 x2411 x2410 x2409 x2408 x2407 x2406 x2405 x2404 x2403 x2402 x2401 x2400 
1800.05/1800.01	v x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 
1800.05/1800.01	v x2378 x2377 x2376 x2375 x2374 x2373 x2372 x2371 x2370 x2369 x2368 x2367 x2366 x2365 x2364 x2363 x2362 x2361 x2360 x2359 
1800.05/1800.01	v x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 x2350 x2349 x2348 x2347 x2346 x2345 x2344 x2343 x2342 x2341 x2340 x2339 x2338 
1800.05/1800.01	v x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 x2329 x2328 x2327 x2326 x2325 x2324 x2323 x2322 x2321 x2320 x2319 x2318 x2317 
1800.05/1800.01	v x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 
1800.05/1800.01	v x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 
1800.05/1800.01	v x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 
1800.05/1800.01	v x2253 x2252 x2251 x2250 x2249 x2248 x2247 x2246 x2245 x2244 x2243 x2242 x2241 x2240 x2239 x2238 x2237 x2236 x2235 x2234 
1800.05/1800.01	v x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 x2225 x2224 x2223 x2222 x2221 x2220 x2219 x2218 x2217 x2216 x2215 x2214 x2213 
1800.05/1800.01	v x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 x2204 x2203 x2202 x2201 x2200 x2199 x2198 x2197 x2196 x2195 x2194 x2193 x2192 
1800.05/1800.01	v x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 
1800.05/1800.01	v x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 
1800.05/1800.01	v x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 
1800.05/1800.01	v x2128 x2127 x2126 x2125 x2124 x2123 x2122 x2121 x2120 x2119 x2118 x2117 x2116 x2115 x2114 x2113 x2112 x2111 x2110 x2109 
1800.05/1800.01	v x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 x2100 x2099 x2098 x2097 x2096 x2095 x2094 x2093 x2092 x2091 x2090 x2089 x2088 
1800.05/1800.01	v x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 x2079 x2078 x2077 x2076 x2075 x2074 x2073 x2072 x2071 x2070 x2069 x2068 x2067 
1800.05/1800.01	v x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 
1800.05/1800.01	v x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 
1800.05/1800.01	v x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 
1800.05/1800.01	v x2003 x2002 x2001 x2000 x1999 x1998 x1997 x1996 x1995 x1994 x1993 x1992 x1991 x1990 x1989 x1988 x1987 x1986 x1985 x1984 
1800.05/1800.01	v x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 x1975 x1974 x1973 x1972 x1971 x1970 x1969 x1968 x1967 x1966 x1965 x1964 x1963 
1800.05/1800.01	v x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 x1954 x1953 x1952 x1951 x1950 x1949 x1948 x1947 x1946 x1945 x1944 x1943 x1942 
1800.05/1800.01	v x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 x1933 x1932 x1931 x1930 x1929 x1928 x1927 x1926 x1925 x1924 x1923 x1922 x1921 
1800.05/1800.01	v x1920 x1919 x1918 x1917 x1916 x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 
1800.05/1800.01	v x1899 x1898 x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 
1800.05/1800.01	v x1878 x1877 x1876 x1875 x1874 x1873 x1872 x1871 x1870 x1869 x1868 x1867 x1866 x1865 x1864 x1863 x1862 x1861 x1860 x1859 
1800.05/1800.01	v x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 x1838 
1800.05/1800.01	v x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 x1818 x1817 
1800.05/1800.01	v x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 x1800 x1799 x1798 x1797 x1796 
1800.05/1800.01	v x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 x1779 x1778 x1777 x1776 x1775 
1800.05/1800.01	v x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 
1800.05/1800.01	v x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 x1734 
1800.05/1800.01	v x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 x1713 
1800.05/1800.01	v x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 x1693 x1692 
1800.05/1800.01	v x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 x1675 x1674 x1673 x1672 x1671 
1800.05/1800.01	v x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 x1654 x1653 x1652 x1651 x1650 
1800.05/1800.01	v x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 
1800.05/1800.01	v x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 
1800.05/1800.01	v x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 
1800.05/1800.01	v x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 
1800.05/1800.01	v x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 
1800.05/1800.01	v x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 
1800.05/1800.01	v x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 
1800.05/1800.01	v x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 
1800.05/1800.01	v x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 
1800.05/1800.01	v x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 
1800.05/1800.01	v x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 
1800.05/1800.01	v x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 
1800.05/1800.01	v x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 
1800.05/1800.01	v x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 
1800.05/1800.01	v x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 
1800.05/1800.01	v x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 
1800.05/1800.01	v x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 
1800.05/1800.01	v x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 
1800.05/1800.01	v x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 
1800.05/1800.01	v x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 
1800.05/1800.01	v x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 
1800.05/1800.01	v x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 
1800.05/1800.01	v x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 
1800.05/1800.01	v x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 
1800.05/1800.01	v x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 
1800.05/1800.01	v x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 
1800.05/1800.01	v x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 
1800.05/1800.01	v x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 
1800.05/1800.01	v x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 
1800.05/1800.01	v x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 
1800.05/1800.01	v x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 
1800.05/1800.01	v x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 
1800.05/1800.01	v x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 
1800.05/1800.01	v x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 
1800.05/1800.01	v x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 
1800.05/1800.01	v x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 
1800.05/1800.01	v x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 
1800.05/1800.01	v x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 
1800.05/1800.01	v x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 
1800.05/1800.01	v x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 
1800.05/1800.01	v x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 
1800.05/1800.01	v x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 
1800.05/1800.01	v x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 
1800.05/1800.01	v x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 
1800.05/1800.01	v x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 
1800.05/1800.01	v x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 
1800.05/1800.01	v x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 
1800.05/1800.01	v x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 
1800.05/1800.01	v x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 
1800.05/1800.01	v x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 
1800.05/1800.01	v x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 
1800.05/1800.01	v x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 
1800.05/1800.01	v x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 
1800.05/1800.01	v x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 
1800.05/1800.01	v x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 
1800.05/1800.01	v x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 
1800.05/1800.01	v x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 
1800.05/1800.01	v x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 
1800.05/1800.01	v x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 
1800.05/1800.01	v x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 
1800.05/1800.01	v x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 
1800.05/1800.01	v x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 
1800.05/1800.01	v x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 
1800.05/1800.01	v x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 
1800.05/1800.01	v x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 
1800.05/1800.01	v x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 
1800.05/1800.01	v x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 
1800.05/1800.01	v x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 
1800.05/1800.01	v x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 
1800.05/1800.01	v x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 
1800.05/1800.01	v x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1764.85
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2694076-1277922533.wbo
1800.05/1800.01	c   Variables        : 4150 (4025 binary, 0 integer, 0 implicit integer, 125 continuous)
1800.05/1800.01	c   Constraints      : 251 initial, 251 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2694076-1277922533.wbo
1800.05/1800.01	c   Variables        : 4150 (4025 binary, 0 integer, 0 implicit integer, 125 continuous)
1800.05/1800.01	c   Constraints      : 250 initial, 60620 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.00          0          0          0        125          0          1          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :        125          0       6799          0       6472          0        318          0          0          0
1800.05/1800.01	c   linear           :        125          0    7652938          0    7360456      11625    3248133          0          0          0
1800.05/1800.01	c   logicor          :          0+         0     260600          0          0         37       9454          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0    7360456          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   indicator        :       0.01       0.00       0.00       0.00       0.01
1800.05/1800.01	c   linear           :     194.29       0.00     190.22       0.00       4.07
1800.05/1800.01	c   logicor          :       3.03       0.00       3.03       0.00       0.00
1800.05/1800.01	c   countsols        :       1.18       0.00       0.00       0.00       1.18
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       2.16          2          0          0
1800.05/1800.01	c   rootredcost      :       1.80          0          0          0
1800.05/1800.01	c   pseudoobj        :      30.90    7652738          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :     138.00      11662      11662     403611      594.0     474970       55.1          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -     116581       57.9          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          1      411.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :    1410.63    7360456          0          0          0          0   14720912
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       2.22          0          0
1800.05/1800.01	c   trivial          :       0.02          2          3
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       1.88          0          0
1800.05/1800.01	c   trysol           :       1.66          1          1
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :    7372112
1800.05/1800.01	c   nodes (total)    :    7372112
1800.05/1800.01	c   nodes left       :    7348795
1800.05/1800.01	c   max depth        :       3400
1800.05/1800.01	c   max depth (total):       3400
1800.05/1800.01	c   backtracks       :       4415 (0.1%)
1800.05/1800.01	c   delayed cutoffs  :          6
1800.05/1800.01	c   repropagations   :        566 (916 domain reductions, 6 cutoffs)
1800.05/1800.01	c   avg switch length:       2.22
1800.05/1800.01	c   switching time   :      38.60
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          4 (1 improvements)
1800.05/1800.01	c   First Solution   : +6.09700000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : +6.09700000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0

Verifier Data

OK	2899

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.00 4/182 16042
/proc/meminfo: memFree=27841524/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=8532 CPUtime=0
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 1616 0 0 0 0 0 0 0 25 0 1 0 133549514 8736768 1538 4089446400 4194304 7136930 140735236636240 18446744073709551615 6331534 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16042/statm: 2133 1538 275 719 0 1412 0

[startup+0.00933603 s]
/proc/loadavg: 2.06 2.03 2.00 4/182 16042
/proc/meminfo: memFree=27841524/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=10572 CPUtime=0
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 2135 0 0 0 0 0 0 0 25 0 1 0 133549514 10825728 2057 4089446400 4194304 7136930 140735236636240 18446744073709551615 4240595 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16042/statm: 2643 2057 275 719 0 1922 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10572

[startup+0.100318 s]
/proc/loadavg: 2.06 2.03 2.00 4/182 16042
/proc/meminfo: memFree=27841524/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=24112 CPUtime=0.09
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 5928 0 0 0 9 0 0 0 18 0 1 0 133549514 24690688 5239 4089446400 4194304 7136930 140735236636240 18446744073709551615 5892303 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 6028 5239 383 719 0 5307 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24112

[startup+0.300284 s]
/proc/loadavg: 2.06 2.03 2.00 4/182 16042
/proc/meminfo: memFree=27841524/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=25160 CPUtime=0.29
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 6194 0 0 0 28 1 0 0 18 0 1 0 133549514 25763840 5505 4089446400 4194304 7136930 140735236636240 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 6290 5505 383 719 0 5569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25160

[startup+0.70021 s]
/proc/loadavg: 2.06 2.03 2.00 4/182 16042
/proc/meminfo: memFree=27841524/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=27776 CPUtime=0.69
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 6868 0 0 0 67 2 0 0 18 0 1 0 133549514 28442624 6179 4089446400 4194304 7136930 140735236636240 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 6944 6179 390 719 0 6223 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27776

[startup+1.50107 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 16043
/proc/meminfo: memFree=27815600/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=29340 CPUtime=1.49
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 7264 0 0 0 145 4 0 0 19 0 1 0 133549514 30044160 6575 4089446400 4194304 7136930 140735236636240 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 7335 6575 390 719 0 6614 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29340

[startup+3.10077 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 16043
/proc/meminfo: memFree=27810268/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=31304 CPUtime=3.09
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 7805 0 0 0 302 7 0 0 25 0 1 0 133549514 32055296 7116 4089446400 4194304 7136930 140735236636240 18446744073709551615 4407896 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 7826 7116 390 719 0 7105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31304

[startup+6.30019 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 16043
/proc/meminfo: memFree=27795012/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=36056 CPUtime=6.29
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 9022 0 0 0 616 13 0 0 25 0 1 0 133549514 36921344 8333 4089446400 4194304 7136930 140735236636240 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 9014 8333 390 719 0 8293 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36056

[startup+12.701 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 16043
/proc/meminfo: memFree=27774628/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=45604 CPUtime=12.69
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 11521 0 0 0 1245 24 0 0 25 0 1 0 133549514 46698496 10831 4089446400 4194304 7136930 140735236636240 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 11401 10831 390 719 0 10680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45604

[startup+25.5007 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 16043
/proc/meminfo: memFree=27728472/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=64948 CPUtime=25.49
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 16012 0 0 0 2499 50 0 0 25 0 1 0 133549514 66506752 15322 4089446400 4194304 7136930 140735236636240 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 16237 15322 390 719 0 15516 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64948

[startup+51.101 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 16044
/proc/meminfo: memFree=27642744/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=101716 CPUtime=51.1
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 24506 0 0 0 5012 98 0 0 25 0 1 0 133549514 104157184 23815 4089446400 4194304 7136930 140735236636240 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 25429 23815 390 719 0 24708 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 101716

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 4/183 16045
/proc/meminfo: memFree=27482860/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=161756 CPUtime=102.3
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 40225 0 0 0 10035 195 0 0 25 0 1 0 133549514 165638144 39534 4089446400 4194304 7136930 140735236636240 18446744073709551615 4240553 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 40439 39534 390 719 0 39718 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161756

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 16102
/proc/meminfo: memFree=31202620/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=238728 CPUtime=162.3
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 58259 0 0 0 15924 306 0 0 25 0 1 0 133549514 244457472 57568 4089446400 4194304 7136930 140735236636240 18446744073709551615 4436471 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 59682 57568 390 719 0 58961 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 238728

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 16107
/proc/meminfo: memFree=31126228/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=311676 CPUtime=222.3
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 77437 0 0 0 21805 425 0 0 25 0 1 0 133549514 319156224 76746 4089446400 4194304 7136930 140735236636240 18446744073709551615 5909539 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 77919 76746 390 719 0 77198 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 311676

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16108
/proc/meminfo: memFree=31050416/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=400288 CPUtime=282.3
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 96463 0 0 0 27676 554 0 0 25 0 1 0 133549514 409894912 95772 4089446400 4194304 7136930 140735236636240 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 100072 95772 390 719 0 99351 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 400288

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16110
/proc/meminfo: memFree=30967152/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=479352 CPUtime=342.29
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 117239 0 0 0 33540 689 0 0 25 0 1 0 133549514 490856448 116548 4089446400 4194304 7136930 140735236636240 18446744073709551615 5909098 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 119838 116548 390 719 0 119117 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 479352

[startup+402.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 16111
/proc/meminfo: memFree=30879556/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=562784 CPUtime=402.3
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 139171 0 0 0 39402 828 0 0 25 0 1 0 133549514 576290816 138480 4089446400 4194304 7136930 140735236636240 18446744073709551615 6166244 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 140696 138480 390 719 0 139975 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 562784

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16113
/proc/meminfo: memFree=30781780/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=655184 CPUtime=462.31
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 163470 0 0 0 45254 977 0 0 25 0 1 0 133549514 670908416 162779 4089446400 4194304 7136930 140735236636240 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 163796 162779 390 719 0 163075 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 655184

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16115
/proc/meminfo: memFree=30674192/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=791876 CPUtime=522.31
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 190773 0 0 0 51090 1141 0 0 25 0 1 0 133549514 810881024 190082 4089446400 4194304 7136930 140735236636240 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 197969 190082 390 719 0 197248 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 791876

[startup+582.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 16116
/proc/meminfo: memFree=30536376/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=925088 CPUtime=582.3
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 225419 0 0 0 56909 1321 0 0 25 0 1 0 133549514 947290112 224728 4089446400 4194304 7136930 140735236636240 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 231272 224728 390 719 0 230551 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 925088

[startup+642.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 16118
/proc/meminfo: memFree=30437860/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1017472 CPUtime=642.31
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 254322 0 0 0 62790 1441 0 0 25 0 1 0 133549514 1041891328 248431 4089446400 4194304 7136930 140735236636240 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 254368 248431 390 719 0 253647 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1017472

[startup+702.3 s]

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

/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 351296 0 0 0 98138 2094 0 0 25 0 1 0 133549514 1484873728 345405 4089446400 4194304 7136930 140735236636240 18446744073709551615 4238121 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 362518 345405 390 719 0 361797 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1450072

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16129
/proc/meminfo: memFree=29984160/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1511920 CPUtime=1062.32
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 367602 0 0 0 104029 2203 0 0 25 0 1 0 133549514 1548206080 361711 4089446400 4194304 7136930 140735236636240 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 377980 361711 390 719 0 377259 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1511920

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16131
/proc/meminfo: memFree=29919728/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1572200 CPUtime=1122.32
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 383511 0 0 0 109923 2309 0 0 25 0 1 0 133549514 1609932800 377620 4089446400 4194304 7136930 140735236636240 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 393050 377620 390 719 0 392329 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1572200

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16132
/proc/meminfo: memFree=29853432/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1635088 CPUtime=1182.33
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 400117 0 0 0 115814 2419 0 0 25 0 1 0 133549514 1674330112 394226 4089446400 4194304 7136930 140735236636240 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 408772 394226 390 719 0 408051 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1635088

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16134
/proc/meminfo: memFree=29787916/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1695964 CPUtime=1242.32
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 416226 0 0 0 121708 2524 0 0 25 0 1 0 133549514 1736667136 410335 4089446400 4194304 7136930 140735236636240 18446744073709551615 6122431 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 423991 410335 390 719 0 423270 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1695964

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16135
/proc/meminfo: memFree=29726232/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1754288 CPUtime=1302.33
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 431686 0 0 0 127607 2626 0 0 25 0 1 0 133549514 1796390912 425795 4089446400 4194304 7136930 140735236636240 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 438572 425795 390 719 0 437851 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1754288

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16137
/proc/meminfo: memFree=29662776/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1814732 CPUtime=1362.33
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 447649 0 0 0 133503 2730 0 0 25 0 1 0 133549514 1858285568 441758 4089446400 4194304 7136930 140735236636240 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 453683 441758 390 719 0 452962 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1814732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16139
/proc/meminfo: memFree=29598736/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1874676 CPUtime=1422.34
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 463476 0 0 0 139400 2834 0 0 25 0 1 0 133549514 1919668224 457585 4089446400 4194304 7136930 140735236636240 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 468669 457585 390 719 0 467948 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1874676

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 16140
/proc/meminfo: memFree=29531600/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1938520 CPUtime=1482.33
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 480338 0 0 0 145293 2940 0 0 25 0 1 0 133549514 1985044480 474447 4089446400 4194304 7136930 140735236636240 18446744073709551615 4407876 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 484630 474447 390 719 0 483909 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1938520

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 16142
/proc/meminfo: memFree=29466668/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=1999940 CPUtime=1542.34
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 496565 0 0 0 151186 3048 0 0 25 0 1 0 133549514 2047938560 490674 4089446400 4194304 7136930 140735236636240 18446744073709551615 5922830 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 499985 490674 390 719 0 499264 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1999940

[startup+1602.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 16143
/proc/meminfo: memFree=29400500/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=2062728 CPUtime=1602.33
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 513142 0 0 0 157071 3162 0 0 25 0 1 0 133549514 2112233472 507251 4089446400 4194304 7136930 140735236636240 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 515682 507251 390 719 0 514961 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2062728

[startup+1662.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/183 16145
/proc/meminfo: memFree=29335956/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=2122416 CPUtime=1662.34
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 528940 0 0 0 162964 3270 0 0 25 0 1 0 133549514 2173353984 523049 4089446400 4194304 7136930 140735236636240 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 530604 523049 390 719 0 529883 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2122416

[startup+1722.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/183 16147
/proc/meminfo: memFree=29274628/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=2181152 CPUtime=1722.34
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 544495 0 0 0 168855 3379 0 0 25 0 1 0 133549514 2233499648 538604 4089446400 4194304 7136930 140735236636240 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 545288 538604 390 719 0 544567 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2181152

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 16148
/proc/meminfo: memFree=29210316/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=2241568 CPUtime=1782.34
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 560463 0 0 0 174744 3490 0 0 25 0 1 0 133549514 2295365632 554572 4089446400 4194304 7136930 140735236636240 18446744073709551615 4596457 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 560392 554572 390 719 0 559671 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2241568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 16149
/proc/meminfo: memFree=29190580/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=2259476 CPUtime=1800.05
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 565192 0 0 0 176486 3519 0 0 25 0 1 0 133549514 2313703424 559301 4089446400 4194304 7136930 140735236636240 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16042/statm: 564869 559301 390 719 0 564148 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2259476

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16042

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

[startup+1801.4 s]
/proc/loadavg: 2.03 2.04 2.00 3/184 16150
/proc/meminfo: memFree=29190572/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=2259628 CPUtime=1801.44
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 565250 0 0 0 176625 3519 0 0 19 0 1 0 133549514 2313859072 559359 4089446400 4194304 7136930 140735236636240 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16042/statm: 564907 559359 396 719 0 564186 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2259628

[startup+1801.81 s]
/proc/loadavg: 2.02 2.04 2.00 3/184 16150
/proc/meminfo: memFree=29190324/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=2259112 CPUtime=1801.85
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 565250 0 0 0 176666 3519 0 0 20 0 1 0 133549514 2313330688 559230 4089446400 4194304 7136930 140735236636240 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16042/statm: 564778 559230 396 719 0 564057 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 2259112

[startup+1802 s]
/proc/loadavg: 2.02 2.04 2.00 3/184 16150
/proc/meminfo: memFree=29190324/32951124 swapFree=67111528/67111528
[pid=16042] ppid=16040 vsize=2258596 CPUtime=1802.04
/proc/16042/stat : 16042 (pbscip.linux.x8) R 16040 16042 14355 0 -1 4202496 565250 0 0 0 176685 3519 0 0 21 0 1 0 133549514 2312802304 559101 4089446400 4194304 7136930 140735236636240 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16042/statm: 564649 559101 396 719 0 563928 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2258596

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.09
CPU time (s): 1802.14
CPU user time (s): 1766.86
CPU system time (s): 35.2776
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2259628

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

runsolver used 2.6446 second user time and 5.70613 second system time

The end

Launcher Data

Begin job on node134 at 2010-06-30 20:28:53
IDJOB=2694076
IDBENCH=79186
IDSOLVER=1206
FILE ID=node134/2694076-1277922533
PBS_JOBID= 11197284
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 2e8bafba6181eaf32525647669a5fbcc
RANDOM SEED=1237568593

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
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:     32951124 kB
MemFree:      27842052 kB
Buffers:        209532 kB
Cached:        1096932 kB
SwapCached:          0 kB
Active:        4251020 kB
Inactive:       707780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27842052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3340 kB
Writeback:           0 kB
AnonPages:     3652136 kB
Mapped:          15108 kB
Slab:            80512 kB
PageTables:      11764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3800368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node134 at 2010-06-30 20:58:56