Trace number 2694003

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (MO) 1737.15 1737.13

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMdbde182a3659a82e6c4ef24ee1922e32
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.010998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints50
Number of soft constraints50
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 2726
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2725
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2694003-1277921020.wbo>
0.00/0.00	c original problem has 400 variables (350 bin, 0 int, 0 impl, 50 cont) and 101 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	o 2725
0.00/0.00	c feasible solution found by trivial heuristic, objective value  2.725000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50 impls, 0 clqs
0.00/0.00	c (round 2) 0 del vars, 1 del conss, 50 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/350 (28.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 50 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  50 implications, 0 cliques
0.00/0.01	c presolved problem has 400 variables (350 bin, 0 int, 0 impl, 50 cont) and 100 constraints
0.00/0.01	c      50 constraints of type <indicator>
0.00/0.01	c      50 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - | 980k|   0 |   - | 400 | 100 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
0.69/0.73	c   0.7s| 10000 |  9114 |     0 |   0.0 |5402k| 170 |   - | 400 |1840 |   0 |   0 |   0 |3554 |   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
1.39/1.49	c   1.4s| 20000 | 18181 |     0 |   0.0 |8508k| 170 |   - | 400 | 966 |   0 |   0 |   0 |7507 |   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
2.10/2.16	c   2.0s| 30000 | 27137 |     0 |   0.0 |  11M| 170 |   - | 400 | 646 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
2.80/2.86	c   2.6s| 40000 | 35872 |     0 |   0.0 |  15M| 170 |   - | 400 | 766 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
3.60/3.63	c   3.4s| 50000 | 44360 |     0 |   0.0 |  18M| 170 |   - | 400 | 891 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
4.40/4.47	c   4.1s| 60000 | 52363 |     0 |   0.0 |  22M| 170 |   - | 400 | 985 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
5.40/5.50	c   5.1s| 70000 | 59520 |     0 |   0.0 |  26M| 170 |   - | 400 |1545 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
6.78/6.86	c   6.4s| 80000 | 65772 |     0 |   0.0 |  30M| 183 |   - | 400 |1305 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
7.39/7.43	c   6.9s| 90000 | 75314 |     0 |   0.0 |  33M| 189 |   - | 400 |1147 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
8.09/8.13	c   7.5s|100000 | 84256 |     0 |   0.0 |  37M| 189 |   - | 400 |1018 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
8.79/8.83	c   8.2s|110000 | 93211 |     0 |   0.0 |  40M| 189 |   - | 400 | 983 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
9.48/9.53	c   8.8s|120000 |102165 |     0 |   0.0 |  44M| 189 |   - | 400 |1045 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
10.18/10.25	c   9.5s|130000 |111051 |     0 |   0.0 |  47M| 189 |   - | 400 |1023 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
10.89/10.96	c  10.1s|140000 |119943 |     0 |   0.0 |  50M| 189 |   - | 400 | 985 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
11.58/11.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.58/11.65	c  10.8s|150000 |128860 |     0 |   0.0 |  54M| 189 |   - | 400 |1126 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
12.28/12.34	c  11.4s|160000 |137762 |     0 |   0.0 |  57M| 189 |   - | 400 |1101 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
12.98/13.05	c  12.1s|170000 |146673 |     0 |   0.0 |  61M| 189 |   - | 400 |1079 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
13.69/13.79	c  12.7s|180000 |155489 |     0 |   0.0 |  64M| 189 |   - | 400 |1166 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
14.48/14.51	c  13.4s|190000 |164301 |     0 |   0.0 |  68M| 189 |   - | 400 |1118 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
15.09/15.19	c  14.0s|200000 |173091 |     0 |   0.0 |  71M| 189 |   - | 400 |1212 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
15.78/15.89	c  14.7s|210000 |181797 |     0 |   0.0 |  75M| 189 |   - | 400 |1122 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
16.49/16.57	c  15.3s|220000 |190537 |     0 |   0.0 |  78M| 189 |   - | 400 |1250 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
17.19/17.27	c  15.9s|230000 |199219 |     0 |   0.0 |  82M| 189 |   - | 400 |1245 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
17.88/17.96	c  16.6s|240000 |207967 |     0 |   0.0 |  85M| 189 |   - | 400 |1149 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
18.59/18.66	c  17.2s|250000 |216623 |     0 |   0.0 |  89M| 189 |   - | 400 |1192 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
19.29/19.36	c  17.9s|260000 |225321 |     0 |   0.0 |  92M| 189 |   - | 400 |1135 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
19.98/20.08	c  18.5s|270000 |233988 |     0 |   0.0 |  96M| 189 |   - | 400 |1234 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
20.79/20.85	c  19.2s|280000 |242608 |     0 |   0.0 | 100M| 189 |   - | 400 |1275 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
21.58/21.67	c  20.0s|290000 |251198 |     0 |   0.0 | 103M| 189 |   - | 400 |1305 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
22.38/22.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.38/22.45	c  20.7s|300000 |259857 |     0 |   0.0 | 107M| 189 |   - | 400 |1321 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
23.18/23.27	c  21.5s|310000 |268433 |     0 |   0.0 | 110M| 189 |   - | 400 |1306 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
23.98/24.07	c  22.2s|320000 |276991 |     0 |   0.0 | 114M| 189 |   - | 400 |1293 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
24.78/24.86	c  23.0s|330000 |285571 |     0 |   0.0 | 118M| 189 |   - | 400 |1343 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
25.58/25.69	c  23.7s|340000 |294054 |     0 |   0.0 | 121M| 189 |   - | 400 |1311 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
26.39/26.49	c  24.5s|350000 |302619 |     0 |   0.0 | 125M| 189 |   - | 400 |1341 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
27.28/27.35	c  25.3s|360000 |311080 |     0 |   0.0 | 128M| 189 |   - | 400 |1351 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
28.08/28.17	c  26.1s|370000 |319587 |     0 |   0.0 | 132M| 189 |   - | 400 |1403 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
28.98/29.07	c  26.9s|380000 |327930 |     0 |   0.0 | 135M| 189 |   - | 400 |1435 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
29.89/29.91	c  27.7s|390000 |336394 |     0 |   0.0 | 139M| 189 |   - | 400 |1463 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
30.79/30.84	c  28.5s|400000 |344673 |     0 |   0.0 | 143M| 189 |   - | 400 |1460 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
31.68/31.71	c  29.4s|410000 |353009 |     0 |   0.0 | 146M| 189 |   - | 400 |1490 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
32.58/32.61	c  30.2s|420000 |361345 |     0 |   0.0 | 150M| 189 |   - | 400 |1462 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
33.38/33.49	c  31.0s|430000 |369678 |     0 |   0.0 | 154M| 189 |   - | 400 |1442 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
34.38/34.41	c  31.9s|440000 |377990 |     0 |   0.0 | 157M| 189 |   - | 400 |1461 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
35.28/35.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.28/35.33	c  32.7s|450000 |386266 |     0 |   0.0 | 161M| 189 |   - | 400 |1537 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
36.19/36.24	c  33.6s|460000 |394514 |     0 |   0.0 | 165M| 189 |   - | 400 |1513 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
37.08/37.20	c  34.5s|470000 |402671 |     0 |   0.0 | 168M| 189 |   - | 400 |1520 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
37.98/38.10	c  35.3s|480000 |410911 |     0 |   0.0 | 172M| 189 |   - | 400 |1518 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
38.98/39.06	c  36.2s|490000 |419051 |     0 |   0.0 | 176M| 189 |   - | 400 |1463 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
39.98/40.00	c  37.1s|500000 |427229 |     0 |   0.0 | 180M| 189 |   - | 400 |1498 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
40.98/41.02	c  38.0s|510000 |435241 |     0 |   0.0 | 183M| 189 |   - | 400 |1531 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
41.88/41.98	c  39.0s|520000 |443398 |     0 |   0.0 | 187M| 189 |   - | 400 |1627 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
42.89/42.97	c  39.9s|530000 |451483 |     0 |   0.0 | 191M| 189 |   - | 400 |1600 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
43.89/43.98	c  40.8s|540000 |459490 |     0 |   0.0 | 195M| 189 |   - | 400 |1592 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
44.88/44.93	c  41.7s|550000 |467598 |     0 |   0.0 | 198M| 189 |   - | 400 |1611 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
45.97/46.00	c  42.7s|560000 |475498 |     0 |   0.0 | 202M| 189 |   - | 400 |1528 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
46.97/47.06	c  43.7s|570000 |483444 |     0 |   0.0 | 206M| 189 |   - | 400 |1853 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
48.08/48.18	c  44.8s|580000 |491257 |     0 |   0.0 | 210M| 189 |   - | 400 |1738 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
49.18/49.22	c  45.7s|590000 |499201 |     0 |   0.0 | 214M| 189 |   - | 400 |1686 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
50.17/50.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.17/50.27	c  46.7s|600000 |507128 |     0 |   0.0 | 218M| 189 |   - | 400 |1663 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
51.28/51.32	c  47.7s|610000 |514950 |     0 |   0.0 | 221M| 189 |   - | 400 |1798 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
52.28/52.35	c  48.7s|620000 |522858 |     0 |   0.0 | 225M| 189 |   - | 400 |1755 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
53.38/53.47	c  49.7s|630000 |530527 |     0 |   0.0 | 229M| 189 |   - | 400 |1799 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
54.47/54.58	c  50.8s|640000 |538304 |     0 |   0.0 | 233M| 189 |   - | 400 |1829 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
55.67/55.75	c  51.9s|650000 |545875 |     0 |   0.0 | 237M| 189 |   - | 400 |1923 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
56.78/56.87	c  52.9s|660000 |553613 |     0 |   0.0 | 241M| 189 |   - | 400 |1702 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
57.98/58.02	c  54.0s|670000 |561211 |     0 |   0.0 | 245M| 189 |   - | 400 |1956 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
59.18/59.22	c  55.1s|680000 |568679 |     0 |   0.0 | 249M| 189 |   - | 400 |1860 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
60.27/60.40	c  56.2s|690000 |576293 |     0 |   0.0 | 253M| 189 |   - | 400 |1937 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
61.68/61.70	c  57.5s|700000 |583614 |     0 |   0.0 | 257M| 189 |   - | 400 |2070 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
62.78/62.89	c  58.6s|710000 |591193 |     0 |   0.0 | 261M| 189 |   - | 400 |2022 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
64.18/64.21	c  59.9s|720000 |598409 |     0 |   0.0 | 265M| 189 |   - | 400 |1995 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
65.38/65.49	c  61.1s|730000 |605799 |     0 |   0.0 | 269M| 189 |   - | 400 |1976 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
66.78/66.82	c  62.3s|740000 |612962 |     0 |   0.0 | 273M| 189 |   - | 400 |2137 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
68.08/68.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.08/68.15	c  63.6s|750000 |620249 |     0 |   0.0 | 277M| 189 |   - | 400 |2056 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
69.48/69.52	c  64.9s|760000 |627337 |     0 |   0.0 | 281M| 189 |   - | 400 |2277 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
70.88/70.92	c  66.2s|770000 |634385 |     0 |   0.0 | 285M| 189 |   - | 400 |2189 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
72.17/72.29	c  67.5s|780000 |641481 |     0 |   0.0 | 289M| 189 |   - | 400 |2242 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
73.69/73.75	c  68.9s|790000 |648364 |     0 |   0.0 | 293M| 189 |   - | 400 |2240 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
75.18/75.23	c  70.3s|800000 |655285 |     0 |   0.0 | 297M| 189 |   - | 400 |2396 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
76.78/76.81	c  71.9s|810000 |662004 |     0 |   0.0 | 301M| 189 |   - | 400 |2346 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
78.18/78.23	c  73.2s|820000 |668876 |     0 |   0.0 | 305M| 189 |   - | 400 |2366 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
79.78/79.88	c  74.8s|830000 |675423 |     0 |   0.0 | 310M| 189 |   - | 400 |2242 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
81.38/81.44	c  76.3s|840000 |682136 |     0 |   0.0 | 314M| 189 |   - | 400 |2370 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
83.08/83.13	c  77.9s|850000 |688524 |     0 |   0.0 | 318M| 189 |   - | 400 |2337 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
84.78/84.81	c  79.5s|860000 |694894 |     0 |   0.0 | 322M| 189 |   - | 400 |2591 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
86.37/86.48	c  81.1s|870000 |701277 |     0 |   0.0 | 327M| 189 |   - | 400 |2445 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
88.28/88.30	c  82.9s|880000 |707420 |     0 |   0.0 | 331M| 189 |   - | 400 |2724 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
89.98/90.01	c  84.5s|890000 |713754 |     0 |   0.0 | 335M| 189 |   - | 400 |2429 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
91.98/92.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.98/92.08	c  86.5s|900000 |719307 |     0 |   0.0 | 340M| 189 |   - | 400 |2728 |   0 |   0 |   0 | 583k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
93.88/93.91	c  88.3s|910000 |725257 |     0 |   0.0 | 344M| 189 |   - | 400 |2880 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
95.78/95.87	c  90.2s|920000 |731006 |     0 |   0.0 | 348M| 189 |   - | 400 |2574 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
97.88/97.94	c  92.2s|930000 |736377 |     0 |   0.0 | 353M| 189 |   - | 400 |2766 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
99.99/100.09	c  94.2s|940000 |741745 |     0 |   0.0 | 358M| 189 |   - | 400 |3054 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
102.07/102.19	c  96.2s|950000 |747118 |     0 |   0.0 | 362M| 189 |   - | 400 |2838 |   0 |   0 |   0 | 650k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
104.49/104.57	c  98.5s|960000 |751888 |     0 |   0.0 | 367M| 189 |   - | 400 |2935 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
106.88/106.99	c   101s|970000 |756530 |     0 |   0.0 | 371M| 189 |   - | 400 |2917 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
109.48/109.58	c   103s|980000 |760911 |     0 |   0.0 | 376M| 189 |   - | 400 |3025 |   0 |   0 |   0 | 698k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
112.19/112.29	c   106s|990000 |764910 |     0 |   0.0 | 381M| 189 |   - | 400 |3090 |   0 |   0 |   0 | 716k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
115.08/115.12	c   109s|  1000k|768433 |     0 |   0.0 | 385M| 189 |   - | 400 |3273 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
118.08/118.14	c   112s|  1010k|771546 |     0 |   0.0 | 390M| 189 |   - | 400 |3127 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
121.48/121.51	c   115s|  1020k|773849 |     0 |   0.0 | 395M| 189 |   - | 400 |3462 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
125.08/125.13	c   118s|  1030k|775278 |     0 |   0.0 | 399M| 189 |   - | 400 |3154 |   0 |   0 |   0 | 800k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
126.98/127.08	c   120s|  1040k|781181 |     0 |   0.0 | 401M| 189 |   - | 400 |2122 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
127.48/127.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.48/127.60	c   121s|  1050k|791142 |     0 |   0.0 | 404M| 211 |   - | 400 |1511 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
127.98/128.09	c   121s|  1060k|801114 |     0 |   0.0 | 407M| 211 |   - | 400 | 596 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
128.48/128.57	c   122s|  1070k|811093 |     0 |   0.0 | 410M| 211 |   - | 400 | 486 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
128.98/129.05	c   122s|  1080k|821065 |     0 |   0.0 | 413M| 211 |   - | 400 | 448 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
129.48/129.52	c   123s|  1090k|831030 |     0 |   0.0 | 416M| 221 |   - | 400 | 467 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
129.88/129.98	c   123s|  1100k|840985 |     0 |   0.0 | 418M| 223 |   - | 400 | 448 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
130.38/130.45	c   123s|  1110k|850963 |     0 |   0.0 | 421M| 231 |   - | 400 | 421 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 2.725000e+03 |    Inf 
130.58/130.66	o 928
130.58/130.66	c * 124s|  1114k|855170 |     0 |   0.0 | 422M| 239 |   - | 400 | 421 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
130.88/130.96	c   124s|  1120k|860916 |     0 |   0.0 | 424M| 239 |   - | 400 | 489 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
131.38/131.45	c   124s|  1130k|870888 |     0 |   0.0 | 427M| 239 |   - | 400 | 486 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
131.88/131.96	c   125s|  1140k|880821 |     0 |   0.0 | 430M| 239 |   - | 400 | 537 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
132.37/132.46	c   125s|  1150k|890793 |     0 |   0.0 | 432M| 239 |   - | 400 | 477 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
132.88/132.98	c   126s|  1160k|900727 |     0 |   0.0 | 435M| 239 |   - | 400 | 527 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
133.48/133.50	c   126s|  1170k|910652 |     0 |   0.0 | 438M| 239 |   - | 400 | 492 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
133.98/134.02	c   127s|  1180k|920578 |     0 |   0.0 | 441M| 239 |   - | 400 | 580 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
134.48/134.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.48/134.58	c   127s|  1190k|930454 |     0 |   0.0 | 444M| 239 |   - | 400 | 616 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
135.08/135.11	c   128s|  1200k|940393 |     0 |   0.0 | 447M| 239 |   - | 400 | 605 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
135.58/135.65	c   128s|  1210k|950300 |     0 |   0.0 | 450M| 239 |   - | 400 | 641 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
136.08/136.19	c   128s|  1220k|960182 |     0 |   0.0 | 453M| 239 |   - | 400 | 620 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
136.68/136.73	c   129s|  1230k|970076 |     0 |   0.0 | 456M| 239 |   - | 400 | 668 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
137.28/137.39	c   130s|  1240k|979394 |     0 |   0.0 | 459M| 239 |   - | 400 |1000 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
138.18/138.22	c   130s|  1250k|987936 |     0 |   0.0 | 463M| 239 |   - | 400 |1007 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
139.08/139.12	c   131s|  1260k|996498 |     0 |   0.0 | 466M| 239 |   - | 400 |1080 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
139.88/139.97	c   132s|  1270k|  1005k|     0 |   0.0 | 470M| 239 |   - | 400 | 988 |   0 |   0 |   0 | 831k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
140.79/140.81	c   133s|  1280k|  1013k|     0 |   0.0 | 473M| 239 |   - | 400 |1108 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
141.48/141.59	c   133s|  1290k|  1022k|     0 |   0.0 | 477M| 239 |   - | 400 |1135 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
142.38/142.43	c   134s|  1300k|  1031k|     0 |   0.0 | 481M| 239 |   - | 400 |1212 |   0 |   0 |   0 | 846k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
143.18/143.26	c   135s|  1310k|  1039k|     0 |   0.0 | 484M| 239 |   - | 400 |1106 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
143.99/144.08	c   136s|  1320k|  1048k|     0 |   0.0 | 488M| 239 |   - | 400 |1287 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
144.88/144.91	c   137s|  1330k|  1057k|     0 |   0.0 | 491M| 239 |   - | 400 |1164 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
145.68/145.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.68/145.76	c   137s|  1340k|  1065k|     0 |   0.0 | 495M| 239 |   - | 400 |1231 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
146.48/146.59	c   138s|  1350k|  1074k|     0 |   0.0 | 498M| 239 |   - | 400 |1084 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
147.39/147.46	c   139s|  1360k|  1082k|     0 |   0.0 | 502M| 239 |   - | 400 |1274 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
148.28/148.33	c   140s|  1370k|  1091k|     0 |   0.0 | 505M| 239 |   - | 400 |1240 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
149.17/149.22	c   141s|  1380k|  1100k|     0 |   0.0 | 509M| 239 |   - | 400 |1395 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
149.98/150.06	c   141s|  1390k|  1108k|     0 |   0.0 | 512M| 239 |   - | 400 |1458 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
150.98/151.01	c   142s|  1400k|  1117k|     0 |   0.0 | 516M| 239 |   - | 400 |1357 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
151.88/151.92	c   143s|  1410k|  1125k|     0 |   0.0 | 520M| 239 |   - | 400 |1550 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
152.78/152.82	c   144s|  1420k|  1134k|     0 |   0.0 | 523M| 239 |   - | 400 |1564 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
153.68/153.73	c   145s|  1430k|  1142k|     0 |   0.0 | 527M| 239 |   - | 400 |1412 |   0 |   0 |   0 | 912k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
154.48/154.57	c   146s|  1440k|  1151k|     0 |   0.0 | 530M| 239 |   - | 400 |1567 |   0 |   0 |   0 | 917k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
155.48/155.54	c   147s|  1450k|  1159k|     0 |   0.0 | 534M| 239 |   - | 400 |1519 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
156.38/156.43	c   147s|  1460k|  1168k|     0 |   0.0 | 537M| 239 |   - | 400 |1548 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
157.29/157.31	c   148s|  1470k|  1177k|     0 |   0.0 | 541M| 239 |   - | 400 |1429 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
158.08/158.16	c   149s|  1480k|  1185k|     0 |   0.0 | 544M| 239 |   - | 400 |1403 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
158.98/159.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.98/159.06	c   150s|  1490k|  1194k|     0 |   0.0 | 548M| 239 |   - | 400 |1420 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
160.08/160.11	c   151s|  1500k|  1202k|     0 |   0.0 | 552M| 239 |   - | 400 |1513 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
160.98/161.00	c   152s|  1510k|  1211k|     0 |   0.0 | 555M| 239 |   - | 400 |1489 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
161.78/161.87	c   152s|  1520k|  1219k|     0 |   0.0 | 559M| 239 |   - | 400 |1505 |   0 |   0 |   0 | 957k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
162.68/162.79	c   153s|  1530k|  1228k|     0 |   0.0 | 562M| 239 |   - | 400 |1433 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
163.68/163.79	c   154s|  1540k|  1237k|     0 |   0.0 | 566M| 239 |   - | 400 |1452 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
164.78/164.84	c   155s|  1550k|  1245k|     0 |   0.0 | 569M| 239 |   - | 400 |1669 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
165.78/165.84	c   156s|  1560k|  1253k|     0 |   0.0 | 573M| 239 |   - | 400 |1607 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
166.68/166.77	c   157s|  1570k|  1262k|     0 |   0.0 | 576M| 239 |   - | 400 |1456 |   0 |   0 |   0 | 983k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
167.58/167.68	c   158s|  1580k|  1270k|     0 |   0.0 | 580M| 239 |   - | 400 |1433 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
168.58/168.61	c   159s|  1590k|  1279k|     0 |   0.0 | 583M| 239 |   - | 400 |1517 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
169.48/169.53	c   160s|  1600k|  1288k|     0 |   0.0 | 587M| 239 |   - | 400 |1601 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
170.39/170.50	c   161s|  1610k|  1296k|     0 |   0.0 | 591M| 239 |   - | 400 |1488 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
171.49/171.54	c   162s|  1620k|  1304k|     0 |   0.0 | 594M| 239 |   - | 400 |1588 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
172.38/172.47	c   162s|  1630k|  1313k|     0 |   0.0 | 598M| 239 |   - | 400 |1476 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
173.38/173.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.38/173.43	c   163s|  1640k|  1321k|     0 |   0.0 | 601M| 239 |   - | 400 |1382 |   0 |   0 |   0 |1018k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
174.38/174.43	c   164s|  1650k|  1330k|     0 |   0.0 | 605M| 239 |   - | 400 |1434 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
175.38/175.42	c   165s|  1660k|  1339k|     0 |   0.0 | 608M| 239 |   - | 400 |1470 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
176.28/176.34	c   166s|  1670k|  1347k|     0 |   0.0 | 612M| 239 |   - | 400 |1482 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
177.28/177.30	c   167s|  1680k|  1356k|     0 |   0.0 | 615M| 239 |   - | 400 |1472 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
178.28/178.33	c   168s|  1690k|  1364k|     0 |   0.0 | 619M| 239 |   - | 400 |1597 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
179.28/179.32	c   169s|  1700k|  1372k|     0 |   0.0 | 623M| 239 |   - | 400 |1504 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
180.29/180.33	c   170s|  1710k|  1381k|     0 |   0.0 | 626M| 239 |   - | 400 |1508 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
181.18/181.28	c   171s|  1720k|  1389k|     0 |   0.0 | 630M| 239 |   - | 400 |1569 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
182.18/182.24	c   172s|  1730k|  1398k|     0 |   0.0 | 633M| 239 |   - | 400 |1525 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
183.18/183.20	c   173s|  1740k|  1407k|     0 |   0.0 | 637M| 239 |   - | 400 |1484 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
184.18/184.23	c   174s|  1750k|  1415k|     0 |   0.0 | 640M| 239 |   - | 400 |1473 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
185.08/185.19	c   174s|  1760k|  1423k|     0 |   0.0 | 644M| 239 |   - | 400 |1545 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
186.18/186.21	c   175s|  1770k|  1432k|     0 |   0.0 | 648M| 239 |   - | 400 |1648 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
187.18/187.27	c   176s|  1780k|  1440k|     0 |   0.0 | 651M| 239 |   - | 400 |1440 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
188.18/188.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.18/188.28	c   177s|  1790k|  1449k|     0 |   0.0 | 655M| 239 |   - | 400 |1567 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
189.28/189.32	c   178s|  1800k|  1457k|     0 |   0.0 | 658M| 239 |   - | 400 |1618 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
190.28/190.30	c   179s|  1810k|  1466k|     0 |   0.0 | 662M| 239 |   - | 400 |1600 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
191.29/191.35	c   180s|  1820k|  1474k|     0 |   0.0 | 666M| 239 |   - | 400 |1652 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
192.28/192.36	c   181s|  1830k|  1482k|     0 |   0.0 | 669M| 239 |   - | 400 |1552 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
193.28/193.37	c   182s|  1840k|  1491k|     0 |   0.0 | 673M| 239 |   - | 400 |1469 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
194.28/194.39	c   183s|  1850k|  1499k|     0 |   0.0 | 676M| 239 |   - | 400 |1548 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
195.39/195.48	c   184s|  1860k|  1508k|     0 |   0.0 | 680M| 239 |   - | 400 |1618 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
196.48/196.50	c   185s|  1870k|  1516k|     0 |   0.0 | 683M| 239 |   - | 400 |1571 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
197.48/197.51	c   186s|  1880k|  1525k|     0 |   0.0 | 687M| 239 |   - | 400 |1593 |   0 |   0 |   0 |1139k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
198.48/198.54	c   187s|  1890k|  1533k|     0 |   0.0 | 691M| 239 |   - | 400 |1619 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
199.48/199.56	c   188s|  1900k|  1541k|     0 |   0.0 | 694M| 239 |   - | 400 |1528 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
200.58/200.67	c   189s|  1910k|  1550k|     0 |   0.0 | 698M| 239 |   - | 400 |1555 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
201.58/201.61	c   190s|  1920k|  1558k|     0 |   0.0 | 701M| 239 |   - | 400 |1493 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
202.48/202.50	c   191s|  1930k|  1567k|     0 |   0.0 | 705M| 239 |   - | 400 |1546 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
203.38/203.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.38/203.44	c   192s|  1940k|  1575k|     0 |   0.0 | 709M| 239 |   - | 400 |1579 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
204.28/204.39	c   192s|  1950k|  1583k|     0 |   0.0 | 713M| 239 |   - | 400 |1567 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
205.28/205.34	c   193s|  1960k|  1592k|     0 |   0.0 | 716M| 239 |   - | 400 |1698 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
206.19/206.26	c   194s|  1970k|  1600k|     0 |   0.0 | 720M| 239 |   - | 400 |1551 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
207.08/207.16	c   195s|  1980k|  1609k|     0 |   0.0 | 724M| 239 |   - | 400 |1600 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
207.98/208.05	c   196s|  1990k|  1617k|     0 |   0.0 | 727M| 239 |   - | 400 |1488 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
208.89/208.97	c   197s|  2000k|  1626k|     0 |   0.0 | 731M| 239 |   - | 400 |1709 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
209.88/209.90	c   198s|  2010k|  1634k|     0 |   0.0 | 735M| 239 |   - | 400 |1727 |   0 |   0 |   0 |1205k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
210.78/210.82	c   198s|  2020k|  1642k|     0 |   0.0 | 738M| 239 |   - | 400 |1689 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
211.68/211.76	c   199s|  2030k|  1651k|     0 |   0.0 | 742M| 239 |   - | 400 |1691 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
212.58/212.66	c   200s|  2040k|  1659k|     0 |   0.0 | 746M| 239 |   - | 400 |1519 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
213.48/213.57	c   201s|  2050k|  1668k|     0 |   0.0 | 749M| 239 |   - | 400 |1549 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
214.38/214.46	c   202s|  2060k|  1676k|     0 |   0.0 | 753M| 239 |   - | 400 |1539 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
215.28/215.36	c   203s|  2070k|  1684k|     0 |   0.0 | 757M| 239 |   - | 400 |1551 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
216.18/216.27	c   204s|  2080k|  1693k|     0 |   0.0 | 760M| 239 |   - | 400 |1647 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
217.08/217.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.08/217.15	c   204s|  2090k|  1701k|     0 |   0.0 | 764M| 239 |   - | 400 |1569 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
217.98/218.07	c   205s|  2100k|  1710k|     0 |   0.0 | 768M| 239 |   - | 400 |1541 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
218.98/219.02	c   206s|  2110k|  1718k|     0 |   0.0 | 771M| 239 |   - | 400 |1646 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
219.88/219.95	c   207s|  2120k|  1726k|     0 |   0.0 | 775M| 239 |   - | 400 |1576 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
220.88/220.91	c   208s|  2130k|  1735k|     0 |   0.0 | 779M| 239 |   - | 400 |1654 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
221.78/221.84	c   209s|  2140k|  1743k|     0 |   0.0 | 782M| 239 |   - | 400 |1618 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
222.68/222.78	c   210s|  2150k|  1751k|     0 |   0.0 | 786M| 239 |   - | 400 |1745 |   0 |   0 |   0 |1279k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
223.58/223.69	c   211s|  2160k|  1760k|     0 |   0.0 | 790M| 239 |   - | 400 |1628 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
224.58/224.62	c   211s|  2170k|  1768k|     0 |   0.0 | 793M| 239 |   - | 400 |1588 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
225.49/225.56	c   212s|  2180k|  1777k|     0 |   0.0 | 797M| 239 |   - | 400 |1818 |   0 |   0 |   0 |1294k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
226.48/226.53	c   213s|  2190k|  1785k|     0 |   0.0 | 801M| 239 |   - | 400 |1655 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
227.38/227.47	c   214s|  2200k|  1793k|     0 |   0.0 | 805M| 239 |   - | 400 |1643 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
228.38/228.43	c   215s|  2210k|  1801k|     0 |   0.0 | 808M| 239 |   - | 400 |1831 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
229.38/229.43	c   216s|  2220k|  1810k|     0 |   0.0 | 812M| 239 |   - | 400 |1799 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
230.38/230.42	c   217s|  2230k|  1818k|     0 |   0.0 | 816M| 239 |   - | 400 |1632 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
231.28/231.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.28/231.38	c   218s|  2240k|  1826k|     0 |   0.0 | 819M| 239 |   - | 400 |1683 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
232.29/232.34	c   219s|  2250k|  1835k|     0 |   0.0 | 823M| 239 |   - | 400 |1566 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
233.19/233.28	c   220s|  2260k|  1843k|     0 |   0.0 | 827M| 239 |   - | 400 |1703 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
234.19/234.21	c   220s|  2270k|  1851k|     0 |   0.0 | 831M| 239 |   - | 400 |1759 |   0 |   0 |   0 |1344k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
235.08/235.11	c   221s|  2280k|  1860k|     0 |   0.0 | 834M| 239 |   - | 400 |1691 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
235.98/236.05	c   222s|  2290k|  1868k|     0 |   0.0 | 838M| 239 |   - | 400 |1657 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
236.98/237.00	c   223s|  2300k|  1876k|     0 |   0.0 | 842M| 239 |   - | 400 |1598 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
237.88/237.98	c   224s|  2310k|  1885k|     0 |   0.0 | 845M| 239 |   - | 400 |1806 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
238.88/238.95	c   225s|  2320k|  1893k|     0 |   0.0 | 849M| 239 |   - | 400 |1742 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
239.88/239.96	c   226s|  2330k|  1901k|     0 |   0.0 | 853M| 239 |   - | 400 |1676 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
240.89/240.96	c   227s|  2340k|  1909k|     0 |   0.0 | 857M| 239 |   - | 400 |1782 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
241.89/241.94	c   228s|  2350k|  1918k|     0 |   0.0 | 860M| 239 |   - | 400 |1694 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
242.89/242.93	c   229s|  2360k|  1926k|     0 |   0.0 | 864M| 239 |   - | 400 |1643 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
243.79/243.88	c   229s|  2370k|  1934k|     0 |   0.0 | 868M| 239 |   - | 400 |1627 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
244.77/244.84	c   230s|  2380k|  1943k|     0 |   0.0 | 871M| 239 |   - | 400 |1646 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
245.78/245.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.78/245.82	c   231s|  2390k|  1951k|     0 |   0.0 | 875M| 239 |   - | 400 |1696 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
246.78/246.84	c   232s|  2400k|  1959k|     0 |   0.0 | 879M| 239 |   - | 400 |1658 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
247.98/248.01	c   233s|  2410k|  1967k|     0 |   0.0 | 883M| 239 |   - | 400 |1722 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
249.08/249.13	c   234s|  2420k|  1976k|     0 |   0.0 | 886M| 239 |   - | 400 |1652 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
250.18/250.22	c   235s|  2430k|  1984k|     0 |   0.0 | 890M| 239 |   - | 400 |1593 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
251.28/251.30	c   236s|  2440k|  1992k|     0 |   0.0 | 894M| 239 |   - | 400 |1738 |   0 |   0 |   0 |1434k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
252.38/252.48	c   238s|  2450k|  2000k|     0 |   0.0 | 897M| 239 |   - | 400 |1845 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
253.49/253.58	c   239s|  2460k|  2008k|     0 |   0.0 | 901M| 239 |   - | 400 |1779 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
254.78/254.85	c   240s|  2470k|  2017k|     0 |   0.0 | 905M| 239 |   - | 400 |1778 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
255.88/255.96	c   241s|  2480k|  2025k|     0 |   0.0 | 908M| 239 |   - | 400 |1721 |   0 |   0 |   0 |1458k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
257.08/257.10	c   242s|  2490k|  2033k|     0 |   0.0 | 912M| 239 |   - | 400 |1748 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
258.18/258.26	c   243s|  2500k|  2041k|     0 |   0.0 | 916M| 239 |   - | 400 |1742 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
259.28/259.38	c   244s|  2510k|  2049k|     0 |   0.0 | 920M| 239 |   - | 400 |1636 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
260.48/260.51	c   245s|  2520k|  2057k|     0 |   0.0 | 923M| 239 |   - | 400 |1657 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
261.48/261.57	c   246s|  2530k|  2066k|     0 |   0.0 | 927M| 239 |   - | 400 |1688 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
262.68/262.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
262.68/262.80	c   247s|  2540k|  2074k|     0 |   0.0 | 931M| 239 |   - | 400 |1735 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
263.78/263.85	c   248s|  2550k|  2082k|     0 |   0.0 | 934M| 239 |   - | 400 |1680 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
264.99/265.04	c   250s|  2560k|  2090k|     0 |   0.0 | 938M| 239 |   - | 400 |1723 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
266.08/266.10	c   251s|  2570k|  2099k|     0 |   0.0 | 942M| 239 |   - | 400 |1687 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
267.18/267.29	c   252s|  2580k|  2107k|     0 |   0.0 | 945M| 239 |   - | 400 |1758 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
268.48/268.57	c   253s|  2590k|  2115k|     0 |   0.0 | 949M| 239 |   - | 400 |1845 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
269.78/269.85	c   254s|  2600k|  2123k|     0 |   0.0 | 953M| 239 |   - | 400 |2060 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
270.99/271.09	c   255s|  2610k|  2131k|     0 |   0.0 | 957M| 239 |   - | 400 |1830 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
272.18/272.25	c   256s|  2620k|  2139k|     0 |   0.0 | 960M| 239 |   - | 400 |1771 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
273.38/273.42	c   257s|  2630k|  2147k|     0 |   0.0 | 964M| 239 |   - | 400 |1722 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
274.58/274.64	c   259s|  2640k|  2155k|     0 |   0.0 | 968M| 239 |   - | 400 |1783 |   0 |   0 |   0 |1548k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
275.78/275.82	c   260s|  2650k|  2163k|     0 |   0.0 | 972M| 239 |   - | 400 |1801 |   0 |   0 |   0 |1554k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
276.88/276.95	c   261s|  2660k|  2171k|     0 |   0.0 | 975M| 239 |   - | 400 |1766 |   0 |   0 |   0 |1559k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
278.08/278.18	c   262s|  2670k|  2179k|     0 |   0.0 | 979M| 239 |   - | 400 |1699 |   0 |   0 |   0 |1565k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
279.28/279.32	c   263s|  2680k|  2188k|     0 |   0.0 | 983M| 239 |   - | 400 |1639 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
280.49/280.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.49/280.54	c   264s|  2690k|  2196k|     0 |   0.0 | 986M| 239 |   - | 400 |1681 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
281.59/281.68	c   265s|  2700k|  2204k|     0 |   0.0 | 990M| 239 |   - | 400 |1826 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
282.88/282.93	c   267s|  2710k|  2212k|     0 |   0.0 | 994M| 239 |   - | 400 |1798 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
283.98/284.04	c   268s|  2720k|  2220k|     0 |   0.0 | 998M| 239 |   - | 400 |1694 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
285.18/285.22	c   269s|  2730k|  2228k|     0 |   0.0 |1001M| 239 |   - | 400 |1752 |   0 |   0 |   0 |1598k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
286.28/286.34	c   270s|  2740k|  2237k|     0 |   0.0 |1005M| 239 |   - | 400 |1781 |   0 |   0 |   0 |1603k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
287.58/287.65	c   271s|  2750k|  2245k|     0 |   0.0 |1009M| 239 |   - | 400 |2013 |   0 |   0 |   0 |1610k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
288.98/289.02	c   272s|  2760k|  2252k|     0 |   0.0 |1013M| 239 |   - | 400 |1961 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
290.28/290.32	c   274s|  2770k|  2260k|     0 |   0.0 |1016M| 239 |   - | 400 |1847 |   0 |   0 |   0 |1623k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
291.48/291.59	c   275s|  2780k|  2268k|     0 |   0.0 |1020M| 239 |   - | 400 |1841 |   0 |   0 |   0 |1629k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
292.79/292.84	c   276s|  2790k|  2276k|     0 |   0.0 |1024M| 239 |   - | 400 |1906 |   0 |   0 |   0 |1634k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
293.99/294.08	c   277s|  2800k|  2284k|     0 |   0.0 |1028M| 239 |   - | 400 |1831 |   0 |   0 |   0 |1640k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
295.18/295.25	c   278s|  2810k|  2293k|     0 |   0.0 |1032M| 239 |   - | 400 |1739 |   0 |   0 |   0 |1646k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
296.48/296.54	c   280s|  2820k|  2301k|     0 |   0.0 |1035M| 239 |   - | 400 |1899 |   0 |   0 |   0 |1652k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
297.68/297.73	c   281s|  2830k|  2309k|     0 |   0.0 |1039M| 239 |   - | 400 |1783 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
298.88/298.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.88/298.98	c   282s|  2840k|  2317k|     0 |   0.0 |1043M| 239 |   - | 400 |1757 |   0 |   0 |   0 |1662k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
299.98/300.09	c   283s|  2850k|  2325k|     0 |   0.0 |1046M| 239 |   - | 400 |1808 |   0 |   0 |   0 |1668k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
301.18/301.28	c   284s|  2860k|  2333k|     0 |   0.0 |1050M| 239 |   - | 400 |1794 |   0 |   0 |   0 |1673k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
302.49/302.59	c   285s|  2870k|  2341k|     0 |   0.0 |1054M| 239 |   - | 400 |1723 |   0 |   0 |   0 |1679k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
303.78/303.87	c   287s|  2880k|  2349k|     0 |   0.0 |1058M| 239 |   - | 400 |1783 |   0 |   0 |   0 |1684k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
305.08/305.13	c   288s|  2890k|  2358k|     0 |   0.0 |1061M| 239 |   - | 400 |1719 |   0 |   0 |   0 |1690k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
306.38/306.48	c   289s|  2900k|  2366k|     0 |   0.0 |1065M| 239 |   - | 400 |1763 |   0 |   0 |   0 |1695k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
307.79/307.82	c   290s|  2910k|  2374k|     0 |   0.0 |1069M| 239 |   - | 400 |1951 |   0 |   0 |   0 |1702k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
309.19/309.29	c   292s|  2920k|  2381k|     0 |   0.0 |1073M| 239 |   - | 400 |1983 |   0 |   0 |   0 |1708k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
310.58/310.60	c   293s|  2930k|  2389k|     0 |   0.0 |1076M| 239 |   - | 400 |1907 |   0 |   0 |   0 |1715k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
311.88/311.95	c   294s|  2940k|  2397k|     0 |   0.0 |1080M| 239 |   - | 400 |1911 |   0 |   0 |   0 |1721k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
313.18/313.29	c   296s|  2950k|  2405k|     0 |   0.0 |1084M| 239 |   - | 400 |1822 |   0 |   0 |   0 |1727k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
314.49/314.53	c   297s|  2960k|  2413k|     0 |   0.0 |1088M| 239 |   - | 400 |1774 |   0 |   0 |   0 |1733k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
315.69/315.75	c   298s|  2970k|  2421k|     0 |   0.0 |1091M| 239 |   - | 400 |1927 |   0 |   0 |   0 |1738k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
316.98/317.06	c   299s|  2980k|  2429k|     0 |   0.0 |1095M| 239 |   - | 400 |1913 |   0 |   0 |   0 |1744k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
318.28/318.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.28/318.31	c   300s|  2990k|  2437k|     0 |   0.0 |1099M| 239 |   - | 400 |1690 |   0 |   0 |   0 |1750k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
319.69/319.73	c   302s|  3000k|  2445k|     0 |   0.0 |1103M| 239 |   - | 400 |1909 |   0 |   0 |   0 |1756k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
320.98/321.10	c   303s|  3010k|  2453k|     0 |   0.0 |1106M| 239 |   - | 400 |1806 |   0 |   0 |   0 |1761k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
322.38/322.48	c   304s|  3020k|  2461k|     0 |   0.0 |1110M| 239 |   - | 400 |1839 |   0 |   0 |   0 |1767k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
323.58/323.69	c   305s|  3030k|  2469k|     0 |   0.0 |1114M| 239 |   - | 400 |1879 |   0 |   0 |   0 |1773k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
324.98/325.03	c   307s|  3040k|  2478k|     0 |   0.0 |1118M| 239 |   - | 400 |1839 |   0 |   0 |   0 |1779k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
326.28/326.32	c   308s|  3050k|  2486k|     0 |   0.0 |1121M| 239 |   - | 400 |1805 |   0 |   0 |   0 |1784k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
327.48/327.55	c   309s|  3060k|  2494k|     0 |   0.0 |1125M| 239 |   - | 400 |1747 |   0 |   0 |   0 |1789k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
328.88/328.99	c   311s|  3070k|  2502k|     0 |   0.0 |1129M| 239 |   - | 400 |1872 |   0 |   0 |   0 |1796k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
330.28/330.30	c   312s|  3080k|  2510k|     0 |   0.0 |1133M| 239 |   - | 400 |1896 |   0 |   0 |   0 |1801k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
331.68/331.77	c   313s|  3090k|  2517k|     0 |   0.0 |1136M| 239 |   - | 400 |2032 |   0 |   0 |   0 |1808k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
333.19/333.22	c   315s|  3100k|  2525k|     0 |   0.0 |1140M| 239 |   - | 400 |2112 |   0 |   0 |   0 |1815k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
334.68/334.78	c   316s|  3110k|  2533k|     0 |   0.0 |1144M| 239 |   - | 400 |1921 |   0 |   0 |   0 |1821k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
336.18/336.21	c   317s|  3120k|  2541k|     0 |   0.0 |1148M| 239 |   - | 400 |1926 |   0 |   0 |   0 |1827k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
337.58/337.63	c   319s|  3130k|  2549k|     0 |   0.0 |1152M| 239 |   - | 400 |1940 |   0 |   0 |   0 |1834k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
338.98/339.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.98/339.02	c   320s|  3140k|  2557k|     0 |   0.0 |1156M| 239 |   - | 400 |1915 |   0 |   0 |   0 |1840k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
340.38/340.43	c   321s|  3150k|  2564k|     0 |   0.0 |1159M| 239 |   - | 400 |1898 |   0 |   0 |   0 |1846k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
341.69/341.75	c   323s|  3160k|  2572k|     0 |   0.0 |1163M| 239 |   - | 400 |1814 |   0 |   0 |   0 |1852k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
342.98/343.03	c   324s|  3170k|  2580k|     0 |   0.0 |1167M| 239 |   - | 400 |1842 |   0 |   0 |   0 |1858k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
344.28/344.35	c   325s|  3180k|  2588k|     0 |   0.0 |1171M| 239 |   - | 400 |1774 |   0 |   0 |   0 |1863k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
345.48/345.59	c   326s|  3190k|  2597k|     0 |   0.0 |1174M| 239 |   - | 400 |1816 |   0 |   0 |   0 |1869k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
346.68/346.78	c   328s|  3200k|  2605k|     0 |   0.0 |1178M| 239 |   - | 400 |1799 |   0 |   0 |   0 |1875k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
348.18/348.20	c   329s|  3210k|  2613k|     0 |   0.0 |1182M| 239 |   - | 400 |1948 |   0 |   0 |   0 |1880k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
349.58/349.63	c   330s|  3220k|  2621k|     0 |   0.0 |1186M| 239 |   - | 400 |1869 |   0 |   0 |   0 |1886k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
350.88/350.93	c   331s|  3230k|  2629k|     0 |   0.0 |1190M| 239 |   - | 400 |1827 |   0 |   0 |   0 |1892k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
352.18/352.29	c   333s|  3240k|  2636k|     0 |   0.0 |1193M| 239 |   - | 400 |1965 |   0 |   0 |   0 |1899k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
353.68/353.73	c   334s|  3250k|  2644k|     0 |   0.0 |1197M| 239 |   - | 400 |2074 |   0 |   0 |   0 |1905k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
355.08/355.19	c   336s|  3260k|  2652k|     0 |   0.0 |1201M| 239 |   - | 400 |1947 |   0 |   0 |   0 |1911k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
356.48/356.56	c   337s|  3270k|  2660k|     0 |   0.0 |1205M| 239 |   - | 400 |1978 |   0 |   0 |   0 |1917k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
357.88/357.90	c   338s|  3280k|  2668k|     0 |   0.0 |1209M| 239 |   - | 400 |2208 |   0 |   0 |   0 |1924k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
359.18/359.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.18/359.22	c   339s|  3290k|  2676k|     0 |   0.0 |1213M| 239 |   - | 400 |2080 |   0 |   0 |   0 |1931k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
360.58/360.68	c   341s|  3300k|  2683k|     0 |   0.0 |1216M| 239 |   - | 400 |2072 |   0 |   0 |   0 |1937k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
362.08/362.17	c   342s|  3310k|  2691k|     0 |   0.0 |1220M| 239 |   - | 400 |2024 |   0 |   0 |   0 |1944k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
363.48/363.52	c   344s|  3320k|  2699k|     0 |   0.0 |1224M| 239 |   - | 400 |1831 |   0 |   0 |   0 |1950k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
364.78/364.80	c   345s|  3330k|  2707k|     0 |   0.0 |1228M| 239 |   - | 400 |1921 |   0 |   0 |   0 |1956k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
366.18/366.25	c   346s|  3340k|  2715k|     0 |   0.0 |1232M| 239 |   - | 400 |2061 |   0 |   0 |   0 |1962k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
367.58/367.64	c   347s|  3350k|  2723k|     0 |   0.0 |1236M| 239 |   - | 400 |1991 |   0 |   0 |   0 |1968k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
368.99/369.04	c   349s|  3360k|  2731k|     0 |   0.0 |1239M| 239 |   - | 400 |2003 |   0 |   0 |   0 |1974k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
370.38/370.44	c   350s|  3370k|  2739k|     0 |   0.0 |1243M| 239 |   - | 400 |1926 |   0 |   0 |   0 |1980k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
371.88/371.93	c   352s|  3380k|  2747k|     0 |   0.0 |1247M| 239 |   - | 400 |2034 |   0 |   0 |   0 |1986k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
373.18/373.27	c   353s|  3390k|  2755k|     0 |   0.0 |1251M| 239 |   - | 400 |1900 |   0 |   0 |   0 |1992k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
374.58/374.64	c   354s|  3400k|  2763k|     0 |   0.0 |1255M| 239 |   - | 400 |1976 |   0 |   0 |   0 |1998k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
376.28/376.33	c   356s|  3410k|  2770k|     0 |   0.0 |1258M| 239 |   - | 400 |2000 |   0 |   0 |   0 |2005k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
377.69/377.70	c   357s|  3420k|  2778k|     0 |   0.0 |1262M| 239 |   - | 400 |2014 |   0 |   0 |   0 |2011k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
379.18/379.24	c   359s|  3430k|  2786k|     0 |   0.0 |1266M| 239 |   - | 400 |1975 |   0 |   0 |   0 |2017k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
380.59/380.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.59/380.64	c   360s|  3440k|  2794k|     0 |   0.0 |1270M| 239 |   - | 400 |1936 |   0 |   0 |   0 |2023k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
381.98/382.01	c   361s|  3450k|  2802k|     0 |   0.0 |1273M| 239 |   - | 400 |1927 |   0 |   0 |   0 |2029k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
383.28/383.39	c   363s|  3460k|  2810k|     0 |   0.0 |1277M| 239 |   - | 400 |1986 |   0 |   0 |   0 |2035k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
384.68/384.79	c   364s|  3470k|  2818k|     0 |   0.0 |1281M| 239 |   - | 400 |1941 |   0 |   0 |   0 |2041k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
386.19/386.28	c   365s|  3480k|  2825k|     0 |   0.0 |1285M| 239 |   - | 400 |1962 |   0 |   0 |   0 |2048k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
387.88/387.91	c   367s|  3490k|  2833k|     0 |   0.0 |1289M| 239 |   - | 400 |2042 |   0 |   0 |   0 |2055k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
389.39/389.49	c   368s|  3500k|  2841k|     0 |   0.0 |1293M| 239 |   - | 400 |2074 |   0 |   0 |   0 |2062k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
390.88/390.97	c   370s|  3510k|  2848k|     0 |   0.0 |1297M| 239 |   - | 400 |2205 |   0 |   0 |   0 |2068k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
392.38/392.40	c   371s|  3520k|  2856k|     0 |   0.0 |1300M| 239 |   - | 400 |1950 |   0 |   0 |   0 |2075k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
393.69/393.79	c   373s|  3530k|  2864k|     0 |   0.0 |1304M| 239 |   - | 400 |1900 |   0 |   0 |   0 |2081k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
395.19/395.23	c   374s|  3540k|  2872k|     0 |   0.0 |1308M| 239 |   - | 400 |2083 |   0 |   0 |   0 |2088k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
396.68/396.77	c   375s|  3550k|  2880k|     0 |   0.0 |1312M| 239 |   - | 400 |2010 |   0 |   0 |   0 |2094k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
398.19/398.24	c   377s|  3560k|  2887k|     0 |   0.0 |1316M| 239 |   - | 400 |2023 |   0 |   0 |   0 |2100k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
399.69/399.75	c   378s|  3570k|  2895k|     0 |   0.0 |1320M| 239 |   - | 400 |2092 |   0 |   0 |   0 |2107k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
401.18/401.27	c   380s|  3580k|  2903k|     0 |   0.0 |1324M| 239 |   - | 400 |2011 |   0 |   0 |   0 |2113k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
402.78/402.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.78/402.87	c   381s|  3590k|  2911k|     0 |   0.0 |1327M| 239 |   - | 400 |2147 |   0 |   0 |   0 |2119k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
404.29/404.36	c   383s|  3600k|  2919k|     0 |   0.0 |1331M| 239 |   - | 400 |2059 |   0 |   0 |   0 |2126k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
405.79/405.83	c   384s|  3610k|  2926k|     0 |   0.0 |1335M| 239 |   - | 400 |2003 |   0 |   0 |   0 |2132k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
407.39/407.41	c   386s|  3620k|  2934k|     0 |   0.0 |1339M| 239 |   - | 400 |1968 |   0 |   0 |   0 |2139k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
408.79/408.87	c   387s|  3630k|  2942k|     0 |   0.0 |1343M| 239 |   - | 400 |2068 |   0 |   0 |   0 |2145k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
410.38/410.46	c   389s|  3640k|  2950k|     0 |   0.0 |1347M| 239 |   - | 400 |1997 |   0 |   0 |   0 |2151k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
411.88/411.96	c   390s|  3650k|  2957k|     0 |   0.0 |1350M| 239 |   - | 400 |1940 |   0 |   0 |   0 |2158k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
413.38/413.49	c   391s|  3660k|  2965k|     0 |   0.0 |1354M| 239 |   - | 400 |1967 |   0 |   0 |   0 |2164k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
414.88/414.92	c   393s|  3670k|  2973k|     0 |   0.0 |1358M| 239 |   - | 400 |2067 |   0 |   0 |   0 |2171k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
416.49/416.51	c   394s|  3680k|  2981k|     0 |   0.0 |1362M| 239 |   - | 400 |2310 |   0 |   0 |   0 |2178k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
418.08/418.12	c   396s|  3690k|  2988k|     0 |   0.0 |1366M| 239 |   - | 400 |2146 |   0 |   0 |   0 |2185k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
419.78/419.80	c   398s|  3700k|  2996k|     0 |   0.0 |1370M| 239 |   - | 400 |2032 |   0 |   0 |   0 |2192k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
421.29/421.39	c   399s|  3710k|  3003k|     0 |   0.0 |1374M| 239 |   - | 400 |2055 |   0 |   0 |   0 |2199k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
422.88/422.91	c   400s|  3720k|  3011k|     0 |   0.0 |1378M| 239 |   - | 400 |2058 |   0 |   0 |   0 |2205k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
424.38/424.40	c   402s|  3730k|  3019k|     0 |   0.0 |1382M| 239 |   - | 400 |2088 |   0 |   0 |   0 |2212k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
425.98/426.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
425.98/426.01	c   403s|  3740k|  3027k|     0 |   0.0 |1385M| 239 |   - | 400 |2063 |   0 |   0 |   0 |2218k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
427.38/427.48	c   405s|  3750k|  3035k|     0 |   0.0 |1389M| 239 |   - | 400 |2018 |   0 |   0 |   0 |2225k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
428.99/429.03	c   406s|  3760k|  3042k|     0 |   0.0 |1393M| 239 |   - | 400 |2094 |   0 |   0 |   0 |2231k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
430.59/430.66	c   408s|  3770k|  3050k|     0 |   0.0 |1397M| 239 |   - | 400 |2080 |   0 |   0 |   0 |2238k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
432.09/432.20	c   409s|  3780k|  3058k|     0 |   0.0 |1401M| 239 |   - | 400 |2105 |   0 |   0 |   0 |2244k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
433.59/433.67	c   411s|  3790k|  3065k|     0 |   0.0 |1405M| 239 |   - | 400 |2021 |   0 |   0 |   0 |2251k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
435.18/435.26	c   412s|  3800k|  3073k|     0 |   0.0 |1409M| 239 |   - | 400 |2134 |   0 |   0 |   0 |2258k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
436.68/436.78	c   414s|  3810k|  3081k|     0 |   0.0 |1412M| 239 |   - | 400 |2025 |   0 |   0 |   0 |2264k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
438.38/438.47	c   415s|  3820k|  3088k|     0 |   0.0 |1416M| 239 |   - | 400 |2025 |   0 |   0 |   0 |2271k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
439.88/439.93	c   417s|  3830k|  3096k|     0 |   0.0 |1420M| 239 |   - | 400 |2132 |   0 |   0 |   0 |2277k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
441.29/441.35	c   418s|  3840k|  3104k|     0 |   0.0 |1424M| 239 |   - | 400 |1954 |   0 |   0 |   0 |2284k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
442.58/442.60	c   419s|  3850k|  3112k|     0 |   0.0 |1428M| 239 |   - | 400 |2068 |   0 |   0 |   0 |2290k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
443.78/443.87	c   421s|  3860k|  3120k|     0 |   0.0 |1432M| 239 |   - | 400 |2027 |   0 |   0 |   0 |2296k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
445.18/445.22	c   422s|  3870k|  3127k|     0 |   0.0 |1436M| 239 |   - | 400 |2125 |   0 |   0 |   0 |2303k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
446.49/446.54	c   423s|  3880k|  3135k|     0 |   0.0 |1440M| 239 |   - | 400 |2156 |   0 |   0 |   0 |2310k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
447.89/447.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.89/447.97	c   424s|  3890k|  3143k|     0 |   0.0 |1444M| 239 |   - | 400 |2367 |   0 |   0 |   0 |2317k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
449.28/449.33	c   426s|  3900k|  3150k|     0 |   0.0 |1448M| 239 |   - | 400 |2183 |   0 |   0 |   0 |2324k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
450.59/450.70	c   427s|  3910k|  3158k|     0 |   0.0 |1452M| 239 |   - | 400 |2204 |   0 |   0 |   0 |2331k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
451.99/452.03	c   428s|  3920k|  3166k|     0 |   0.0 |1456M| 239 |   - | 400 |2464 |   0 |   0 |   0 |2338k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
453.28/453.33	c   430s|  3930k|  3173k|     0 |   0.0 |1459M| 239 |   - | 400 |2094 |   0 |   0 |   0 |2345k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
454.58/454.67	c   431s|  3940k|  3181k|     0 |   0.0 |1463M| 239 |   - | 400 |2029 |   0 |   0 |   0 |2351k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
455.88/455.92	c   432s|  3950k|  3189k|     0 |   0.0 |1467M| 239 |   - | 400 |2125 |   0 |   0 |   0 |2358k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
457.09/457.15	c   433s|  3960k|  3196k|     0 |   0.0 |1471M| 239 |   - | 400 |2156 |   0 |   0 |   0 |2364k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
458.48/458.51	c   435s|  3970k|  3204k|     0 |   0.0 |1475M| 239 |   - | 400 |2022 |   0 |   0 |   0 |2371k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
459.79/459.86	c   436s|  3980k|  3212k|     0 |   0.0 |1479M| 239 |   - | 400 |2169 |   0 |   0 |   0 |2378k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
461.08/461.16	c   437s|  3990k|  3219k|     0 |   0.0 |1483M| 239 |   - | 400 |2125 |   0 |   0 |   0 |2384k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
462.38/462.46	c   438s|  4000k|  3227k|     0 |   0.0 |1487M| 239 |   - | 400 |2115 |   0 |   0 |   0 |2391k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
463.58/463.70	c   439s|  4010k|  3235k|     0 |   0.0 |1491M| 239 |   - | 400 |1986 |   0 |   0 |   0 |2398k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
464.99/465.03	c   441s|  4020k|  3242k|     0 |   0.0 |1495M| 239 |   - | 400 |2120 |   0 |   0 |   0 |2404k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
466.18/466.29	c   442s|  4030k|  3250k|     0 |   0.0 |1499M| 239 |   - | 400 |2096 |   0 |   0 |   0 |2411k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
467.59/467.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.59/467.62	c   443s|  4040k|  3258k|     0 |   0.0 |1503M| 239 |   - | 400 |2174 |   0 |   0 |   0 |2418k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
468.78/468.85	c   444s|  4050k|  3266k|     0 |   0.0 |1507M| 239 |   - | 400 |2130 |   0 |   0 |   0 |2425k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
470.08/470.19	c   446s|  4060k|  3273k|     0 |   0.0 |1511M| 239 |   - | 400 |2117 |   0 |   0 |   0 |2431k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
471.39/471.47	c   447s|  4070k|  3281k|     0 |   0.0 |1515M| 239 |   - | 400 |2121 |   0 |   0 |   0 |2438k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
472.68/472.79	c   448s|  4080k|  3289k|     0 |   0.0 |1519M| 239 |   - | 400 |2045 |   0 |   0 |   0 |2444k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
473.99/474.07	c   449s|  4090k|  3297k|     0 |   0.0 |1522M| 239 |   - | 400 |1932 |   0 |   0 |   0 |2451k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
475.38/475.41	c   451s|  4100k|  3304k|     0 |   0.0 |1527M| 239 |   - | 400 |2312 |   0 |   0 |   0 |2458k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
476.79/476.83	c   452s|  4110k|  3312k|     0 |   0.0 |1531M| 239 |   - | 400 |2324 |   0 |   0 |   0 |2466k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
478.19/478.24	c   453s|  4120k|  3319k|     0 |   0.0 |1535M| 239 |   - | 400 |2267 |   0 |   0 |   0 |2473k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
479.59/479.63	c   455s|  4130k|  3327k|     0 |   0.0 |1539M| 239 |   - | 400 |2261 |   0 |   0 |   0 |2480k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
480.88/480.98	c   456s|  4140k|  3334k|     0 |   0.0 |1543M| 239 |   - | 400 |2196 |   0 |   0 |   0 |2487k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
482.28/482.33	c   457s|  4150k|  3342k|     0 |   0.0 |1547M| 239 |   - | 400 |2058 |   0 |   0 |   0 |2494k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
483.78/483.80	c   459s|  4160k|  3349k|     0 |   0.0 |1551M| 239 |   - | 400 |2033 |   0 |   0 |   0 |2501k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
484.99/485.08	c   460s|  4170k|  3357k|     0 |   0.0 |1555M| 239 |   - | 400 |2152 |   0 |   0 |   0 |2508k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
486.38/486.43	c   461s|  4180k|  3364k|     0 |   0.0 |1559M| 239 |   - | 400 |2095 |   0 |   0 |   0 |2515k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
487.78/487.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
487.78/487.81	c   462s|  4190k|  3372k|     0 |   0.0 |1563M| 239 |   - | 400 |2189 |   0 |   0 |   0 |2522k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
489.09/489.15	c   464s|  4200k|  3379k|     0 |   0.0 |1567M| 239 |   - | 400 |2193 |   0 |   0 |   0 |2530k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
490.49/490.56	c   465s|  4210k|  3387k|     0 |   0.0 |1571M| 239 |   - | 400 |2307 |   0 |   0 |   0 |2537k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
491.89/491.90	c   466s|  4220k|  3395k|     0 |   0.0 |1575M| 239 |   - | 400 |2232 |   0 |   0 |   0 |2544k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
493.19/493.24	c   468s|  4230k|  3402k|     0 |   0.0 |1579M| 239 |   - | 400 |2121 |   0 |   0 |   0 |2551k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
494.49/494.58	c   469s|  4240k|  3410k|     0 |   0.0 |1583M| 239 |   - | 400 |2151 |   0 |   0 |   0 |2558k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
495.78/495.89	c   470s|  4250k|  3417k|     0 |   0.0 |1587M| 239 |   - | 400 |2104 |   0 |   0 |   0 |2564k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
497.09/497.19	c   471s|  4260k|  3425k|     0 |   0.0 |1591M| 239 |   - | 400 |2101 |   0 |   0 |   0 |2571k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
498.39/498.48	c   473s|  4270k|  3433k|     0 |   0.0 |1595M| 239 |   - | 400 |2095 |   0 |   0 |   0 |2578k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
499.79/499.84	c   474s|  4280k|  3440k|     0 |   0.0 |1599M| 239 |   - | 400 |2136 |   0 |   0 |   0 |2585k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
500.98/501.09	c   475s|  4290k|  3448k|     0 |   0.0 |1602M| 239 |   - | 400 |2002 |   0 |   0 |   0 |2591k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
502.39/502.43	c   476s|  4300k|  3456k|     0 |   0.0 |1606M| 239 |   - | 400 |2199 |   0 |   0 |   0 |2598k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
503.69/503.74	c   478s|  4310k|  3463k|     0 |   0.0 |1610M| 239 |   - | 400 |2078 |   0 |   0 |   0 |2605k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
505.08/505.11	c   479s|  4320k|  3471k|     0 |   0.0 |1614M| 239 |   - | 400 |2050 |   0 |   0 |   0 |2612k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
506.48/506.54	c   480s|  4330k|  3478k|     0 |   0.0 |1618M| 239 |   - | 400 |2391 |   0 |   0 |   0 |2619k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
507.99/508.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.99/508.07	c   482s|  4340k|  3486k|     0 |   0.0 |1622M| 239 |   - | 400 |2220 |   0 |   0 |   0 |2627k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
509.48/509.58	c   483s|  4350k|  3493k|     0 |   0.0 |1627M| 239 |   - | 400 |2045 |   0 |   0 |   0 |2635k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
510.88/510.99	c   485s|  4360k|  3501k|     0 |   0.0 |1631M| 239 |   - | 400 |2344 |   0 |   0 |   0 |2642k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
512.39/512.41	c   486s|  4370k|  3508k|     0 |   0.0 |1635M| 239 |   - | 400 |2161 |   0 |   0 |   0 |2649k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
513.79/513.80	c   487s|  4380k|  3516k|     0 |   0.0 |1639M| 239 |   - | 400 |2308 |   0 |   0 |   0 |2656k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
515.18/515.24	c   489s|  4390k|  3523k|     0 |   0.0 |1643M| 239 |   - | 400 |2258 |   0 |   0 |   0 |2664k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
516.68/516.72	c   490s|  4400k|  3531k|     0 |   0.0 |1647M| 239 |   - | 400 |2181 |   0 |   0 |   0 |2671k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
517.99/518.06	c   491s|  4410k|  3538k|     0 |   0.0 |1651M| 239 |   - | 400 |2231 |   0 |   0 |   0 |2678k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
519.48/519.51	c   493s|  4420k|  3545k|     0 |   0.0 |1655M| 239 |   - | 400 |2164 |   0 |   0 |   0 |2686k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
520.78/520.87	c   494s|  4430k|  3553k|     0 |   0.0 |1659M| 239 |   - | 400 |2263 |   0 |   0 |   0 |2693k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
522.19/522.29	c   495s|  4440k|  3561k|     0 |   0.0 |1663M| 239 |   - | 400 |2167 |   0 |   0 |   0 |2700k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
523.68/523.71	c   497s|  4450k|  3568k|     0 |   0.0 |1667M| 239 |   - | 400 |2272 |   0 |   0 |   0 |2707k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
524.98/525.04	c   498s|  4460k|  3576k|     0 |   0.0 |1671M| 239 |   - | 400 |2101 |   0 |   0 |   0 |2714k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
526.28/526.37	c   499s|  4470k|  3583k|     0 |   0.0 |1675M| 239 |   - | 400 |2218 |   0 |   0 |   0 |2721k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
527.68/527.70	c   500s|  4480k|  3591k|     0 |   0.0 |1679M| 239 |   - | 400 |2182 |   0 |   0 |   0 |2728k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
528.99/529.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.99/529.06	c   502s|  4490k|  3598k|     0 |   0.0 |1683M| 239 |   - | 400 |2113 |   0 |   0 |   0 |2735k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
530.38/530.47	c   503s|  4500k|  3606k|     0 |   0.0 |1687M| 239 |   - | 400 |2167 |   0 |   0 |   0 |2741k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
531.79/531.88	c   504s|  4510k|  3613k|     0 |   0.0 |1691M| 239 |   - | 400 |2237 |   0 |   0 |   0 |2749k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
533.19/533.22	c   506s|  4520k|  3621k|     0 |   0.0 |1694M| 239 |   - | 400 |2127 |   0 |   0 |   0 |2755k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
534.49/534.59	c   507s|  4530k|  3629k|     0 |   0.0 |1698M| 239 |   - | 400 |2095 |   0 |   0 |   0 |2762k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
535.88/535.98	c   508s|  4540k|  3636k|     0 |   0.0 |1702M| 239 |   - | 400 |2047 |   0 |   0 |   0 |2769k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
537.19/537.26	c   510s|  4550k|  3644k|     0 |   0.0 |1706M| 239 |   - | 400 |2063 |   0 |   0 |   0 |2776k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
538.78/538.80	c   511s|  4560k|  3651k|     0 |   0.0 |1711M| 239 |   - | 400 |2260 |   0 |   0 |   0 |2784k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
540.29/540.36	c   513s|  4570k|  3658k|     0 |   0.0 |1715M| 239 |   - | 400 |2306 |   0 |   0 |   0 |2792k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
541.79/541.81	c   514s|  4580k|  3666k|     0 |   0.0 |1719M| 239 |   - | 400 |2265 |   0 |   0 |   0 |2800k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
543.18/543.23	c   515s|  4590k|  3673k|     0 |   0.0 |1723M| 239 |   - | 400 |2282 |   0 |   0 |   0 |2807k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
544.68/544.73	c   517s|  4600k|  3681k|     0 |   0.0 |1727M| 239 |   - | 400 |2316 |   0 |   0 |   0 |2815k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
546.28/546.31	c   518s|  4610k|  3688k|     0 |   0.0 |1731M| 239 |   - | 400 |2184 |   0 |   0 |   0 |2822k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
547.79/547.83	c   520s|  4620k|  3695k|     0 |   0.0 |1735M| 239 |   - | 400 |2096 |   0 |   0 |   0 |2830k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
549.28/549.38	c   521s|  4630k|  3702k|     0 |   0.0 |1739M| 239 |   - | 400 |2272 |   0 |   0 |   0 |2838k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
550.79/550.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.79/550.87	c   523s|  4640k|  3710k|     0 |   0.0 |1743M| 239 |   - | 400 |2226 |   0 |   0 |   0 |2845k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
552.28/552.39	c   524s|  4650k|  3717k|     0 |   0.0 |1748M| 239 |   - | 400 |2231 |   0 |   0 |   0 |2853k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
553.79/553.88	c   526s|  4660k|  3725k|     0 |   0.0 |1751M| 239 |   - | 400 |2244 |   0 |   0 |   0 |2860k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
555.39/555.50	c   527s|  4670k|  3732k|     0 |   0.0 |1756M| 239 |   - | 400 |2232 |   0 |   0 |   0 |2867k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
556.88/556.98	c   528s|  4680k|  3739k|     0 |   0.0 |1760M| 239 |   - | 400 |2189 |   0 |   0 |   0 |2875k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
558.39/558.47	c   530s|  4690k|  3747k|     0 |   0.0 |1764M| 239 |   - | 400 |2279 |   0 |   0 |   0 |2882k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
559.79/559.89	c   531s|  4700k|  3754k|     0 |   0.0 |1768M| 239 |   - | 400 |2165 |   0 |   0 |   0 |2889k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
561.29/561.31	c   533s|  4710k|  3762k|     0 |   0.0 |1772M| 239 |   - | 400 |2160 |   0 |   0 |   0 |2897k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
562.69/562.76	c   534s|  4720k|  3769k|     0 |   0.0 |1776M| 239 |   - | 400 |2112 |   0 |   0 |   0 |2904k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
564.19/564.28	c   535s|  4730k|  3777k|     0 |   0.0 |1780M| 239 |   - | 400 |2230 |   0 |   0 |   0 |2911k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
565.69/565.76	c   537s|  4740k|  3784k|     0 |   0.0 |1784M| 239 |   - | 400 |2250 |   0 |   0 |   0 |2919k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
567.19/567.26	c   538s|  4750k|  3791k|     0 |   0.0 |1788M| 239 |   - | 400 |2033 |   0 |   0 |   0 |2926k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
568.69/568.70	c   540s|  4760k|  3799k|     0 |   0.0 |1792M| 239 |   - | 400 |2133 |   0 |   0 |   0 |2933k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
570.08/570.12	c   541s|  4770k|  3806k|     0 |   0.0 |1796M| 239 |   - | 400 |2239 |   0 |   0 |   0 |2940k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
571.49/571.53	c   542s|  4780k|  3814k|     0 |   0.0 |1800M| 239 |   - | 400 |2292 |   0 |   0 |   0 |2948k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
573.09/573.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
573.09/573.14	c   544s|  4790k|  3821k|     0 |   0.0 |1804M| 239 |   - | 400 |2661 |   0 |   0 |   0 |2956k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
574.68/574.74	c   545s|  4800k|  3828k|     0 |   0.0 |1808M| 239 |   - | 400 |2426 |   0 |   0 |   0 |2964k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
576.40/576.43	c   547s|  4810k|  3836k|     0 |   0.0 |1812M| 239 |   - | 400 |2385 |   0 |   0 |   0 |2973k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
577.89/577.96	c   549s|  4820k|  3843k|     0 |   0.0 |1816M| 239 |   - | 400 |2310 |   0 |   0 |   0 |2981k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
579.48/579.50	c   550s|  4830k|  3850k|     0 |   0.0 |1821M| 239 |   - | 400 |2437 |   0 |   0 |   0 |2989k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
581.09/581.10	c   552s|  4840k|  3857k|     0 |   0.0 |1825M| 239 |   - | 400 |2384 |   0 |   0 |   0 |2997k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
582.59/582.68	c   553s|  4850k|  3864k|     0 |   0.0 |1829M| 239 |   - | 400 |2347 |   0 |   0 |   0 |3005k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
584.18/584.26	c   555s|  4860k|  3871k|     0 |   0.0 |1833M| 239 |   - | 400 |2193 |   0 |   0 |   0 |3013k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
585.79/585.84	c   556s|  4870k|  3879k|     0 |   0.0 |1837M| 239 |   - | 400 |2348 |   0 |   0 |   0 |3020k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
587.29/587.38	c   558s|  4880k|  3886k|     0 |   0.0 |1841M| 239 |   - | 400 |2267 |   0 |   0 |   0 |3028k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
588.99/589.03	c   559s|  4890k|  3893k|     0 |   0.0 |1845M| 239 |   - | 400 |2320 |   0 |   0 |   0 |3036k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
590.60/590.67	c   561s|  4900k|  3900k|     0 |   0.0 |1849M| 239 |   - | 400 |2296 |   0 |   0 |   0 |3044k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
592.49/592.51	c   563s|  4910k|  3908k|     0 |   0.0 |1853M| 239 |   - | 400 |2288 |   0 |   0 |   0 |3052k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
594.38/594.47	c   564s|  4920k|  3915k|     0 |   0.0 |1857M| 239 |   - | 400 |2223 |   0 |   0 |   0 |3059k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
596.28/596.39	c   566s|  4930k|  3922k|     0 |   0.0 |1861M| 239 |   - | 400 |2179 |   0 |   0 |   0 |3067k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
598.19/598.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.19/598.30	c   568s|  4940k|  3930k|     0 |   0.0 |1865M| 239 |   - | 400 |2327 |   0 |   0 |   0 |3074k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
600.29/600.37	c   570s|  4950k|  3937k|     0 |   0.0 |1869M| 239 |   - | 400 |2276 |   0 |   0 |   0 |3082k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
602.19/602.20	c   572s|  4960k|  3944k|     0 |   0.0 |1873M| 239 |   - | 400 |2319 |   0 |   0 |   0 |3090k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
603.98/604.05	c   574s|  4970k|  3952k|     0 |   0.0 |1877M| 239 |   - | 400 |2170 |   0 |   0 |   0 |3097k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
605.88/605.90	c   575s|  4980k|  3959k|     0 |   0.0 |1881M| 239 |   - | 400 |2261 |   0 |   0 |   0 |3105k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
607.69/607.72	c   577s|  4990k|  3966k|     0 |   0.0 |1885M| 239 |   - | 400 |2413 |   0 |   0 |   0 |3112k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
609.29/609.40	c   579s|  5000k|  3974k|     0 |   0.0 |1889M| 239 |   - | 400 |2372 |   0 |   0 |   0 |3120k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
611.19/611.23	c   581s|  5010k|  3981k|     0 |   0.0 |1893M| 239 |   - | 400 |2192 |   0 |   0 |   0 |3127k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
613.09/613.17	c   582s|  5020k|  3988k|     0 |   0.0 |1897M| 239 |   - | 400 |2868 |   0 |   0 |   0 |3136k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
615.08/615.19	c   584s|  5030k|  3995k|     0 |   0.0 |1901M| 239 |   - | 400 |2703 |   0 |   0 |   0 |3145k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
617.39/617.46	c   587s|  5040k|  4002k|     0 |   0.0 |1905M| 239 |   - | 400 |2449 |   0 |   0 |   0 |3153k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
619.59/619.66	c   589s|  5050k|  4009k|     0 |   0.0 |1909M| 239 |   - | 400 |2736 |   0 |   0 |   0 |3162k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
621.69/621.71	c   591s|  5060k|  4016k|     0 |   0.0 |1913M| 239 |   - | 400 |2451 |   0 |   0 |   0 |3170k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
623.69/623.77	c   593s|  5070k|  4023k|     0 |   0.0 |1917M| 239 |   - | 400 |2292 |   0 |   0 |   0 |3179k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
625.69/625.75	c   595s|  5080k|  4030k|     0 |   0.0 |1922M| 239 |   - | 400 |2403 |   0 |   0 |   0 |3188k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
627.39/627.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.39/627.49	c   596s|  5090k|  4037k|     0 |   0.0 |1926M| 239 |   - | 400 |2465 |   0 |   0 |   0 |3196k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
629.39/629.44	c   598s|  5100k|  4044k|     0 |   0.0 |1930M| 239 |   - | 400 |2353 |   0 |   0 |   0 |3204k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
631.40/631.48	c   600s|  5110k|  4051k|     0 |   0.0 |1934M| 239 |   - | 400 |2345 |   0 |   0 |   0 |3212k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
633.60/633.63	c   602s|  5120k|  4058k|     0 |   0.0 |1938M| 239 |   - | 400 |2325 |   0 |   0 |   0 |3221k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
635.38/635.48	c   604s|  5130k|  4065k|     0 |   0.0 |1942M| 239 |   - | 400 |2356 |   0 |   0 |   0 |3229k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
637.19/637.29	c   606s|  5140k|  4072k|     0 |   0.0 |1946M| 239 |   - | 400 |2292 |   0 |   0 |   0 |3237k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
639.29/639.30	c   608s|  5150k|  4080k|     0 |   0.0 |1950M| 239 |   - | 400 |2482 |   0 |   0 |   0 |3245k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
641.20/641.30	c   610s|  5160k|  4087k|     0 |   0.0 |1954M| 239 |   - | 400 |2318 |   0 |   0 |   0 |3253k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
642.99/643.03	c   611s|  5170k|  4094k|     0 |   0.0 |1958M| 239 |   - | 400 |2408 |   0 |   0 |   0 |3261k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
644.99/645.08	c   613s|  5180k|  4101k|     0 |   0.0 |1962M| 239 |   - | 400 |2291 |   0 |   0 |   0 |3269k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
646.99/647.01	c   615s|  5190k|  4108k|     0 |   0.0 |1966M| 239 |   - | 400 |2313 |   0 |   0 |   0 |3277k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
649.00/649.04	c   617s|  5200k|  4116k|     0 |   0.0 |1970M| 239 |   - | 400 |2432 |   0 |   0 |   0 |3285k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
650.99/651.00	c   619s|  5210k|  4123k|     0 |   0.0 |1974M| 239 |   - | 400 |2202 |   0 |   0 |   0 |3292k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
652.79/652.80	c   621s|  5220k|  4130k|     0 |   0.0 |1978M| 239 |   - | 400 |2363 |   0 |   0 |   0 |3300k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
654.69/654.76	c   623s|  5230k|  4137k|     0 |   0.0 |1982M| 239 |   - | 400 |2285 |   0 |   0 |   0 |3308k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
656.79/656.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.79/656.85	c   625s|  5240k|  4145k|     0 |   0.0 |1986M| 239 |   - | 400 |2401 |   0 |   0 |   0 |3316k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
658.80/658.89	c   627s|  5250k|  4152k|     0 |   0.0 |1990M| 239 |   - | 400 |2372 |   0 |   0 |   0 |3324k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
660.89/660.97	c   629s|  5260k|  4159k|     0 |   0.0 |1995M| 239 |   - | 400 |2721 |   0 |   0 |   0 |3333k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
663.09/663.11	c   631s|  5270k|  4166k|     0 |   0.0 |1999M| 239 |   - | 400 |2545 |   0 |   0 |   0 |3342k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
665.19/665.25	c   633s|  5280k|  4172k|     0 |   0.0 |2003M| 239 |   - | 400 |2636 |   0 |   0 |   0 |3351k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
667.49/667.50	c   635s|  5290k|  4179k|     0 |   0.0 |2007M| 239 |   - | 400 |2685 |   0 |   0 |   0 |3361k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
669.69/669.70	c   637s|  5300k|  4186k|     0 |   0.0 |2011M| 239 |   - | 400 |2460 |   0 |   0 |   0 |3369k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
671.89/672.00	c   639s|  5310k|  4193k|     0 |   0.0 |2015M| 239 |   - | 400 |2551 |   0 |   0 |   0 |3378k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
673.69/673.75	c   641s|  5320k|  4199k|     0 |   0.0 |2020M| 239 |   - | 400 |2446 |   0 |   0 |   0 |3387k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
675.79/675.82	c   643s|  5330k|  4206k|     0 |   0.0 |2024M| 239 |   - | 400 |2390 |   0 |   0 |   0 |3396k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
677.88/677.98	c   645s|  5340k|  4213k|     0 |   0.0 |2028M| 239 |   - | 400 |2381 |   0 |   0 |   0 |3404k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
680.09/680.19	c   647s|  5350k|  4220k|     0 |   0.0 |2032M| 239 |   - | 400 |2262 |   0 |   0 |   0 |3413k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
682.29/682.36	c   649s|  5360k|  4227k|     0 |   0.0 |2036M| 239 |   - | 400 |2399 |   0 |   0 |   0 |3421k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
684.49/684.50	c   651s|  5370k|  4234k|     0 |   0.0 |2040M| 239 |   - | 400 |2368 |   0 |   0 |   0 |3430k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
686.69/686.76	c   654s|  5380k|  4241k|     0 |   0.0 |2044M| 239 |   - | 400 |2434 |   0 |   0 |   0 |3438k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
689.19/689.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.19/689.24	c   656s|  5390k|  4248k|     0 |   0.0 |2048M| 239 |   - | 400 |2468 |   0 |   0 |   0 |3447k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
691.39/691.42	c   658s|  5400k|  4255k|     0 |   0.0 |2052M| 239 |   - | 400 |2464 |   0 |   0 |   0 |3455k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
693.39/693.45	c   660s|  5410k|  4263k|     0 |   0.0 |2056M| 239 |   - | 400 |2391 |   0 |   0 |   0 |3463k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
695.49/695.53	c   662s|  5420k|  4270k|     0 |   0.0 |2060M| 239 |   - | 400 |2426 |   0 |   0 |   0 |3471k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
697.59/697.70	c   664s|  5430k|  4277k|     0 |   0.0 |2064M| 239 |   - | 400 |2348 |   0 |   0 |   0 |3479k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
699.59/699.68	c   666s|  5440k|  4284k|     0 |   0.0 |2068M| 239 |   - | 400 |2305 |   0 |   0 |   0 |3487k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
701.70/701.78	c   668s|  5450k|  4291k|     0 |   0.0 |2072M| 239 |   - | 400 |2458 |   0 |   0 |   0 |3495k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
703.59/703.69	c   670s|  5460k|  4298k|     0 |   0.0 |2076M| 239 |   - | 400 |2356 |   0 |   0 |   0 |3504k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
705.39/705.49	c   672s|  5470k|  4305k|     0 |   0.0 |2080M| 239 |   - | 400 |2281 |   0 |   0 |   0 |3511k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
707.49/707.53	c   674s|  5480k|  4313k|     0 |   0.0 |2084M| 239 |   - | 400 |2413 |   0 |   0 |   0 |3519k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
709.69/709.79	c   676s|  5490k|  4320k|     0 |   0.0 |2089M| 239 |   - | 400 |2384 |   0 |   0 |   0 |3528k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
712.29/712.31	c   678s|  5500k|  4326k|     0 |   0.0 |2093M| 239 |   - | 400 |2594 |   0 |   0 |   0 |3538k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
714.79/714.81	c   681s|  5510k|  4333k|     0 |   0.0 |2097M| 239 |   - | 400 |2819 |   0 |   0 |   0 |3548k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
717.29/717.31	c   683s|  5520k|  4339k|     0 |   0.0 |2101M| 239 |   - | 400 |2694 |   0 |   0 |   0 |3558k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
719.59/719.62	c   686s|  5530k|  4346k|     0 |   0.0 |2105M| 239 |   - | 400 |2515 |   0 |   0 |   0 |3567k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
721.89/721.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
721.89/721.99	c   688s|  5540k|  4352k|     0 |   0.0 |2110M| 239 |   - | 400 |2515 |   0 |   0 |   0 |3576k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
724.39/724.42	c   690s|  5550k|  4359k|     0 |   0.0 |2114M| 239 |   - | 400 |2445 |   0 |   0 |   0 |3585k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
726.89/726.98	c   693s|  5560k|  4366k|     0 |   0.0 |2118M| 239 |   - | 400 |2587 |   0 |   0 |   0 |3595k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
729.09/729.16	c   695s|  5570k|  4372k|     0 |   0.0 |2122M| 239 |   - | 400 |2480 |   0 |   0 |   0 |3604k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
731.49/731.59	c   697s|  5580k|  4379k|     0 |   0.0 |2126M| 239 |   - | 400 |2389 |   0 |   0 |   0 |3613k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
734.09/734.14	c   700s|  5590k|  4386k|     0 |   0.0 |2130M| 239 |   - | 400 |2459 |   0 |   0 |   0 |3622k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
736.39/736.48	c   702s|  5600k|  4393k|     0 |   0.0 |2135M| 239 |   - | 400 |2472 |   0 |   0 |   0 |3630k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
738.59/738.68	c   704s|  5610k|  4400k|     0 |   0.0 |2139M| 239 |   - | 400 |2520 |   0 |   0 |   0 |3639k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
740.89/740.90	c   706s|  5620k|  4407k|     0 |   0.0 |2143M| 239 |   - | 400 |2403 |   0 |   0 |   0 |3648k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
742.99/743.06	c   708s|  5630k|  4414k|     0 |   0.0 |2147M| 239 |   - | 400 |2337 |   0 |   0 |   0 |3656k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
745.09/745.16	c   710s|  5640k|  4421k|     0 |   0.0 |2151M| 239 |   - | 400 |2341 |   0 |   0 |   0 |3664k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
747.29/747.39	c   713s|  5650k|  4428k|     0 |   0.0 |2155M| 239 |   - | 400 |2417 |   0 |   0 |   0 |3673k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
749.39/749.45	c   715s|  5660k|  4435k|     0 |   0.0 |2159M| 239 |   - | 400 |2410 |   0 |   0 |   0 |3681k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
751.69/751.72	c   717s|  5670k|  4442k|     0 |   0.0 |2163M| 239 |   - | 400 |2381 |   0 |   0 |   0 |3690k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
753.79/753.86	c   719s|  5680k|  4449k|     0 |   0.0 |2167M| 239 |   - | 400 |2360 |   0 |   0 |   0 |3698k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
755.90/755.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.90/755.92	c   721s|  5690k|  4456k|     0 |   0.0 |2171M| 239 |   - | 400 |2330 |   0 |   0 |   0 |3706k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
758.00/758.08	c   723s|  5700k|  4463k|     0 |   0.0 |2175M| 239 |   - | 400 |2361 |   0 |   0 |   0 |3715k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
760.30/760.31	c   725s|  5710k|  4470k|     0 |   0.0 |2179M| 239 |   - | 400 |2301 |   0 |   0 |   0 |3723k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
762.20/762.29	c   727s|  5720k|  4477k|     0 |   0.0 |2183M| 239 |   - | 400 |2463 |   0 |   0 |   0 |3732k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
764.70/764.75	c   729s|  5730k|  4484k|     0 |   0.0 |2188M| 239 |   - | 400 |2590 |   0 |   0 |   0 |3740k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
767.19/767.29	c   732s|  5740k|  4490k|     0 |   0.0 |2192M| 239 |   - | 400 |2388 |   0 |   0 |   0 |3749k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
769.90/769.98	c   734s|  5750k|  4497k|     0 |   0.0 |2196M| 239 |   - | 400 |2945 |   0 |   0 |   0 |3760k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
772.39/772.47	c   737s|  5760k|  4503k|     0 |   0.0 |2200M| 239 |   - | 400 |2499 |   0 |   0 |   0 |3770k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
774.90/774.95	c   739s|  5770k|  4509k|     0 |   0.0 |2205M| 239 |   - | 400 |2582 |   0 |   0 |   0 |3780k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
777.39/777.40	c   742s|  5780k|  4516k|     0 |   0.0 |2209M| 239 |   - | 400 |2467 |   0 |   0 |   0 |3790k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
779.90/779.99	c   744s|  5790k|  4522k|     0 |   0.0 |2213M| 239 |   - | 400 |2588 |   0 |   0 |   0 |3799k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
782.29/782.39	c   747s|  5800k|  4529k|     0 |   0.0 |2218M| 239 |   - | 400 |2529 |   0 |   0 |   0 |3809k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
784.80/784.84	c   749s|  5810k|  4536k|     0 |   0.0 |2222M| 239 |   - | 400 |2417 |   0 |   0 |   0 |3818k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
787.30/787.31	c   751s|  5820k|  4542k|     0 |   0.0 |2226M| 239 |   - | 400 |2394 |   0 |   0 |   0 |3827k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
789.49/789.54	c   753s|  5830k|  4549k|     0 |   0.0 |2230M| 239 |   - | 400 |2505 |   0 |   0 |   0 |3837k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
792.09/792.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
792.09/792.19	c   756s|  5840k|  4556k|     0 |   0.0 |2234M| 239 |   - | 400 |2403 |   0 |   0 |   0 |3846k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
794.49/794.54	c   758s|  5850k|  4562k|     0 |   0.0 |2238M| 239 |   - | 400 |2519 |   0 |   0 |   0 |3855k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
797.00/797.06	c   761s|  5860k|  4569k|     0 |   0.0 |2242M| 239 |   - | 400 |2442 |   0 |   0 |   0 |3864k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
799.59/799.64	c   763s|  5870k|  4576k|     0 |   0.0 |2247M| 239 |   - | 400 |2555 |   0 |   0 |   0 |3873k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
802.00/802.01	c   766s|  5880k|  4583k|     0 |   0.0 |2251M| 239 |   - | 400 |2448 |   0 |   0 |   0 |3882k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
804.49/804.50	c   768s|  5890k|  4589k|     0 |   0.0 |2255M| 239 |   - | 400 |2491 |   0 |   0 |   0 |3891k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
806.80/806.87	c   770s|  5900k|  4596k|     0 |   0.0 |2259M| 239 |   - | 400 |2446 |   0 |   0 |   0 |3900k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
809.09/809.13	c   773s|  5910k|  4603k|     0 |   0.0 |2263M| 239 |   - | 400 |2372 |   0 |   0 |   0 |3909k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
811.19/811.23	c   775s|  5920k|  4610k|     0 |   0.0 |2267M| 239 |   - | 400 |2546 |   0 |   0 |   0 |3917k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
813.49/813.55	c   777s|  5930k|  4617k|     0 |   0.0 |2271M| 239 |   - | 400 |2337 |   0 |   0 |   0 |3926k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
815.70/815.70	c   779s|  5940k|  4624k|     0 |   0.0 |2275M| 239 |   - | 400 |2558 |   0 |   0 |   0 |3935k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
818.00/818.00	c   781s|  5950k|  4631k|     0 |   0.0 |2279M| 239 |   - | 400 |2434 |   0 |   0 |   0 |3943k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
819.99/820.06	c   783s|  5960k|  4638k|     0 |   0.0 |2283M| 239 |   - | 400 |2485 |   0 |   0 |   0 |3952k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
822.29/822.31	c   785s|  5970k|  4645k|     0 |   0.0 |2288M| 239 |   - | 400 |2513 |   0 |   0 |   0 |3961k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
824.59/824.61	c   788s|  5980k|  4652k|     0 |   0.0 |2292M| 239 |   - | 400 |2398 |   0 |   0 |   0 |3970k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
827.10/827.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
827.10/827.12	c   790s|  5990k|  4658k|     0 |   0.0 |2296M| 239 |   - | 400 |2526 |   0 |   0 |   0 |3979k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
830.00/830.00	c   793s|  6000k|  4664k|     0 |   0.0 |2300M| 239 |   - | 400 |2766 |   0 |   0 |   0 |3991k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
832.49/832.58	c   795s|  6010k|  4670k|     0 |   0.0 |2305M| 239 |   - | 400 |2514 |   0 |   0 |   0 |4001k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
835.49/835.50	c   798s|  6020k|  4677k|     0 |   0.0 |2309M| 239 |   - | 400 |2465 |   0 |   0 |   0 |4011k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
838.20/838.21	c   801s|  6030k|  4683k|     0 |   0.0 |2313M| 239 |   - | 400 |2676 |   0 |   0 |   0 |4021k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
840.79/840.83	c   803s|  6040k|  4689k|     0 |   0.0 |2317M| 239 |   - | 400 |2565 |   0 |   0 |   0 |4031k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
843.29/843.32	c   806s|  6050k|  4696k|     0 |   0.0 |2322M| 239 |   - | 400 |2577 |   0 |   0 |   0 |4041k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
845.90/845.95	c   808s|  6060k|  4702k|     0 |   0.0 |2326M| 239 |   - | 400 |2482 |   0 |   0 |   0 |4050k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
848.49/848.51	c   811s|  6070k|  4709k|     0 |   0.0 |2330M| 239 |   - | 400 |2571 |   0 |   0 |   0 |4060k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
851.00/851.09	c   813s|  6080k|  4715k|     0 |   0.0 |2334M| 239 |   - | 400 |2506 |   0 |   0 |   0 |4069k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
853.79/853.86	c   816s|  6090k|  4722k|     0 |   0.0 |2339M| 239 |   - | 400 |2628 |   0 |   0 |   0 |4079k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
856.19/856.26	c   818s|  6100k|  4728k|     0 |   0.0 |2343M| 239 |   - | 400 |2573 |   0 |   0 |   0 |4088k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
858.59/858.65	c   821s|  6110k|  4735k|     0 |   0.0 |2347M| 239 |   - | 400 |2650 |   0 |   0 |   0 |4098k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
861.10/861.19	c   823s|  6120k|  4742k|     0 |   0.0 |2351M| 239 |   - | 400 |2531 |   0 |   0 |   0 |4107k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
863.40/863.50	c   825s|  6130k|  4749k|     0 |   0.0 |2355M| 239 |   - | 400 |2570 |   0 |   0 |   0 |4116k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
865.99/866.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.99/866.05	c   828s|  6140k|  4755k|     0 |   0.0 |2359M| 239 |   - | 400 |2504 |   0 |   0 |   0 |4125k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
868.30/868.37	c   830s|  6150k|  4762k|     0 |   0.0 |2364M| 239 |   - | 400 |2478 |   0 |   0 |   0 |4134k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
870.69/870.71	c   832s|  6160k|  4769k|     0 |   0.0 |2368M| 239 |   - | 400 |2597 |   0 |   0 |   0 |4143k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
872.89/872.98	c   835s|  6170k|  4776k|     0 |   0.0 |2372M| 239 |   - | 400 |2500 |   0 |   0 |   0 |4152k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
875.29/875.31	c   837s|  6180k|  4783k|     0 |   0.0 |2376M| 239 |   - | 400 |2558 |   0 |   0 |   0 |4161k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
877.59/877.63	c   839s|  6190k|  4789k|     0 |   0.0 |2380M| 239 |   - | 400 |2496 |   0 |   0 |   0 |4170k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
880.29/880.39	c   842s|  6200k|  4796k|     0 |   0.0 |2384M| 239 |   - | 400 |2507 |   0 |   0 |   0 |4180k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
882.89/882.91	c   844s|  6210k|  4803k|     0 |   0.0 |2388M| 239 |   - | 400 |2433 |   0 |   0 |   0 |4188k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
885.59/885.60	c   847s|  6220k|  4809k|     0 |   0.0 |2392M| 239 |   - | 400 |2635 |   0 |   0 |   0 |4198k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
887.89/887.97	c   849s|  6230k|  4816k|     0 |   0.0 |2396M| 239 |   - | 400 |2546 |   0 |   0 |   0 |4207k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
890.49/890.55	c   852s|  6240k|  4823k|     0 |   0.0 |2401M| 239 |   - | 400 |2517 |   0 |   0 |   0 |4217k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
893.60/893.66	c   855s|  6250k|  4828k|     0 |   0.0 |2405M| 239 |   - | 400 |2708 |   0 |   0 |   0 |4228k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
896.50/896.52	c   858s|  6260k|  4835k|     0 |   0.0 |2409M| 239 |   - | 400 |2717 |   0 |   0 |   0 |4239k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
899.40/899.45	c   860s|  6270k|  4841k|     0 |   0.0 |2414M| 239 |   - | 400 |2615 |   0 |   0 |   0 |4249k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
902.29/902.34	c   863s|  6280k|  4847k|     0 |   0.0 |2418M| 239 |   - | 400 |2647 |   0 |   0 |   0 |4260k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
905.00/905.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
905.00/905.07	c   866s|  6290k|  4853k|     0 |   0.0 |2422M| 239 |   - | 400 |2626 |   0 |   0 |   0 |4270k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
907.51/907.52	c   868s|  6300k|  4860k|     0 |   0.0 |2427M| 239 |   - | 400 |2726 |   0 |   0 |   0 |4281k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
909.89/909.93	c   871s|  6310k|  4866k|     0 |   0.0 |2431M| 239 |   - | 400 |2533 |   0 |   0 |   0 |4291k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
912.40/912.48	c   873s|  6320k|  4872k|     0 |   0.0 |2435M| 239 |   - | 400 |2568 |   0 |   0 |   0 |4301k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
914.90/914.90	c   876s|  6330k|  4879k|     0 |   0.0 |2439M| 239 |   - | 400 |2543 |   0 |   0 |   0 |4311k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
917.30/917.39	c   878s|  6340k|  4885k|     0 |   0.0 |2444M| 239 |   - | 400 |2620 |   0 |   0 |   0 |4321k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
919.89/919.96	c   880s|  6350k|  4892k|     0 |   0.0 |2448M| 239 |   - | 400 |2506 |   0 |   0 |   0 |4330k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
922.50/922.50	c   883s|  6360k|  4898k|     0 |   0.0 |2452M| 239 |   - | 400 |2610 |   0 |   0 |   0 |4340k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
924.90/924.99	c   885s|  6370k|  4905k|     0 |   0.0 |2456M| 239 |   - | 400 |2669 |   0 |   0 |   0 |4350k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
927.39/927.44	c   888s|  6380k|  4911k|     0 |   0.0 |2461M| 239 |   - | 400 |2633 |   0 |   0 |   0 |4360k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
929.99/930.08	c   890s|  6390k|  4918k|     0 |   0.0 |2465M| 239 |   - | 400 |2703 |   0 |   0 |   0 |4369k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
932.70/932.74	c   893s|  6400k|  4925k|     0 |   0.0 |2469M| 239 |   - | 400 |2546 |   0 |   0 |   0 |4379k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
935.09/935.20	c   895s|  6410k|  4931k|     0 |   0.0 |2473M| 239 |   - | 400 |2452 |   0 |   0 |   0 |4388k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
937.79/937.85	c   898s|  6420k|  4938k|     0 |   0.0 |2477M| 239 |   - | 400 |2533 |   0 |   0 |   0 |4397k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
940.20/940.29	c   900s|  6430k|  4945k|     0 |   0.0 |2481M| 239 |   - | 400 |2490 |   0 |   0 |   0 |4407k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
942.70/942.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
942.70/942.72	c   903s|  6440k|  4951k|     0 |   0.0 |2486M| 239 |   - | 400 |2409 |   0 |   0 |   0 |4417k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
945.29/945.39	c   905s|  6450k|  4958k|     0 |   0.0 |2490M| 239 |   - | 400 |2462 |   0 |   0 |   0 |4427k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
947.79/947.85	c   908s|  6460k|  4964k|     0 |   0.0 |2494M| 239 |   - | 400 |2544 |   0 |   0 |   0 |4436k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
950.19/950.30	c   910s|  6470k|  4971k|     0 |   0.0 |2498M| 239 |   - | 400 |2456 |   0 |   0 |   0 |4446k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
952.80/952.89	c   912s|  6480k|  4977k|     0 |   0.0 |2502M| 239 |   - | 400 |2647 |   0 |   0 |   0 |4455k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
955.80/955.83	c   915s|  6490k|  4983k|     0 |   0.0 |2507M| 239 |   - | 400 |2615 |   0 |   0 |   0 |4466k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
958.90/958.98	c   918s|  6500k|  4989k|     0 |   0.0 |2511M| 239 |   - | 400 |2836 |   0 |   0 |   0 |4478k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
961.80/961.85	c   921s|  6510k|  4995k|     0 |   0.0 |2516M| 239 |   - | 400 |2686 |   0 |   0 |   0 |4489k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
964.99/965.00	c   924s|  6520k|  5001k|     0 |   0.0 |2520M| 239 |   - | 400 |2689 |   0 |   0 |   0 |4500k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
968.40/968.41	c   928s|  6530k|  5007k|     0 |   0.0 |2524M| 239 |   - | 400 |2710 |   0 |   0 |   0 |4511k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
971.30/971.38	c   931s|  6540k|  5013k|     0 |   0.0 |2529M| 239 |   - | 400 |2645 |   0 |   0 |   0 |4522k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
974.00/974.07	c   933s|  6550k|  5019k|     0 |   0.0 |2533M| 239 |   - | 400 |2623 |   0 |   0 |   0 |4532k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
976.89/976.92	c   936s|  6560k|  5025k|     0 |   0.0 |2538M| 239 |   - | 400 |2670 |   0 |   0 |   0 |4543k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
979.50/979.54	c   938s|  6570k|  5032k|     0 |   0.0 |2542M| 239 |   - | 400 |2650 |   0 |   0 |   0 |4553k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
982.20/982.30	c   941s|  6580k|  5038k|     0 |   0.0 |2546M| 239 |   - | 400 |2615 |   0 |   0 |   0 |4563k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
984.80/984.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.80/984.84	c   944s|  6590k|  5044k|     0 |   0.0 |2550M| 239 |   - | 400 |2633 |   0 |   0 |   0 |4573k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
987.60/987.62	c   946s|  6600k|  5051k|     0 |   0.0 |2554M| 239 |   - | 400 |2597 |   0 |   0 |   0 |4583k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
990.19/990.24	c   949s|  6610k|  5057k|     0 |   0.0 |2559M| 239 |   - | 400 |2652 |   0 |   0 |   0 |4593k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
992.99/993.02	c   952s|  6620k|  5063k|     0 |   0.0 |2563M| 239 |   - | 400 |2438 |   0 |   0 |   0 |4603k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
995.40/995.43	c   954s|  6630k|  5070k|     0 |   0.0 |2567M| 239 |   - | 400 |2685 |   0 |   0 |   0 |4613k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
998.20/998.29	c   957s|  6640k|  5076k|     0 |   0.0 |2571M| 239 |   - | 400 |2482 |   0 |   0 |   0 |4623k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1000.90/1000.98	c   959s|  6650k|  5083k|     0 |   0.0 |2576M| 239 |   - | 400 |2500 |   0 |   0 |   0 |4633k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1003.60/1003.67	c   962s|  6660k|  5089k|     0 |   0.0 |2580M| 239 |   - | 400 |2559 |   0 |   0 |   0 |4643k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1006.60/1006.69	c   965s|  6670k|  5095k|     0 |   0.0 |2584M| 239 |   - | 400 |2601 |   0 |   0 |   0 |4653k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1009.09/1009.16	c   967s|  6680k|  5102k|     0 |   0.0 |2589M| 239 |   - | 400 |2632 |   0 |   0 |   0 |4663k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1012.29/1012.31	c   970s|  6690k|  5108k|     0 |   0.0 |2593M| 239 |   - | 400 |2532 |   0 |   0 |   0 |4673k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1014.60/1014.67	c   973s|  6700k|  5115k|     0 |   0.0 |2597M| 239 |   - | 400 |2551 |   0 |   0 |   0 |4683k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1017.70/1017.70	c   976s|  6710k|  5121k|     0 |   0.0 |2601M| 239 |   - | 400 |2680 |   0 |   0 |   0 |4693k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1019.90/1019.98	c   978s|  6720k|  5127k|     0 |   0.0 |2605M| 239 |   - | 400 |2693 |   0 |   0 |   0 |4704k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1022.80/1022.83	c   981s|  6730k|  5133k|     0 |   0.0 |2610M| 239 |   - | 400 |2819 |   0 |   0 |   0 |4715k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1025.69/1025.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1025.69/1025.74	c   983s|  6740k|  5139k|     0 |   0.0 |2614M| 239 |   - | 400 |2717 |   0 |   0 |   0 |4727k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1028.60/1028.65	c   986s|  6750k|  5145k|     0 |   0.0 |2619M| 239 |   - | 400 |2850 |   0 |   0 |   0 |4739k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1031.60/1031.63	c   989s|  6760k|  5150k|     0 |   0.0 |2623M| 239 |   - | 400 |2773 |   0 |   0 |   0 |4750k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1034.19/1034.26	c   992s|  6770k|  5156k|     0 |   0.0 |2628M| 239 |   - | 400 |2748 |   0 |   0 |   0 |4762k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1036.90/1036.95	c   994s|  6780k|  5162k|     0 |   0.0 |2632M| 239 |   - | 400 |2744 |   0 |   0 |   0 |4773k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1039.60/1039.67	c   997s|  6790k|  5168k|     0 |   0.0 |2636M| 239 |   - | 400 |2592 |   0 |   0 |   0 |4784k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1042.30/1042.31	c  1000s|  6800k|  5174k|     0 |   0.0 |2641M| 239 |   - | 400 |2753 |   0 |   0 |   0 |4795k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1044.59/1044.66	c  1002s|  6810k|  5181k|     0 |   0.0 |2645M| 239 |   - | 400 |2687 |   0 |   0 |   0 |4805k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1047.00/1047.08	c  1004s|  6820k|  5187k|     0 |   0.0 |2649M| 239 |   - | 400 |2657 |   0 |   0 |   0 |4816k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1049.70/1049.71	c  1007s|  6830k|  5193k|     0 |   0.0 |2654M| 239 |   - | 400 |2534 |   0 |   0 |   0 |4826k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1052.20/1052.21	c  1009s|  6840k|  5199k|     0 |   0.0 |2658M| 239 |   - | 400 |2642 |   0 |   0 |   0 |4837k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1054.70/1054.73	c  1012s|  6850k|  5205k|     0 |   0.0 |2662M| 239 |   - | 400 |2691 |   0 |   0 |   0 |4847k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1057.30/1057.30	c  1014s|  6860k|  5212k|     0 |   0.0 |2666M| 239 |   - | 400 |2669 |   0 |   0 |   0 |4858k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1059.80/1059.87	c  1017s|  6870k|  5218k|     0 |   0.0 |2671M| 239 |   - | 400 |2711 |   0 |   0 |   0 |4868k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1062.50/1062.58	c  1019s|  6880k|  5224k|     0 |   0.0 |2675M| 239 |   - | 400 |2550 |   0 |   0 |   0 |4879k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1065.30/1065.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1065.30/1065.34	c  1022s|  6890k|  5230k|     0 |   0.0 |2679M| 239 |   - | 400 |2692 |   0 |   0 |   0 |4889k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1067.80/1067.80	c  1024s|  6900k|  5237k|     0 |   0.0 |2684M| 239 |   - | 400 |2680 |   0 |   0 |   0 |4900k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1070.20/1070.29	c  1027s|  6910k|  5243k|     0 |   0.0 |2688M| 239 |   - | 400 |2575 |   0 |   0 |   0 |4910k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1072.50/1072.58	c  1029s|  6920k|  5249k|     0 |   0.0 |2693M| 239 |   - | 400 |2668 |   0 |   0 |   0 |4920k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1074.90/1074.92	c  1031s|  6930k|  5255k|     0 |   0.0 |2697M| 239 |   - | 400 |2626 |   0 |   0 |   0 |4931k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1077.60/1077.61	c  1034s|  6940k|  5261k|     0 |   0.0 |2701M| 239 |   - | 400 |2671 |   0 |   0 |   0 |4942k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1080.10/1080.18	c  1036s|  6950k|  5268k|     0 |   0.0 |2706M| 239 |   - | 400 |2620 |   0 |   0 |   0 |4952k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1082.90/1082.91	c  1039s|  6960k|  5273k|     0 |   0.0 |2710M| 239 |   - | 400 |2792 |   0 |   0 |   0 |4964k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1086.00/1086.07	c  1042s|  6970k|  5279k|     0 |   0.0 |2714M| 239 |   - | 400 |2954 |   0 |   0 |   0 |4976k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1089.20/1089.22	c  1045s|  6980k|  5284k|     0 |   0.0 |2719M| 239 |   - | 400 |2742 |   0 |   0 |   0 |4988k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1092.21/1092.22	c  1048s|  6990k|  5290k|     0 |   0.0 |2723M| 239 |   - | 400 |2786 |   0 |   0 |   0 |5000k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1095.00/1095.00	c  1051s|  7000k|  5295k|     0 |   0.0 |2728M| 239 |   - | 400 |2961 |   0 |   0 |   0 |5012k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1097.90/1097.90	c  1054s|  7010k|  5301k|     0 |   0.0 |2732M| 239 |   - | 400 |2751 |   0 |   0 |   0 |5024k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1100.50/1100.50	c  1056s|  7020k|  5307k|     0 |   0.0 |2737M| 239 |   - | 400 |2687 |   0 |   0 |   0 |5035k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1103.10/1103.16	c  1059s|  7030k|  5313k|     0 |   0.0 |2741M| 239 |   - | 400 |2707 |   0 |   0 |   0 |5046k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1105.90/1105.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1105.90/1105.91	c  1062s|  7040k|  5319k|     0 |   0.0 |2745M| 239 |   - | 400 |2745 |   0 |   0 |   0 |5057k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1108.60/1108.67	c  1064s|  7050k|  5325k|     0 |   0.0 |2750M| 239 |   - | 400 |2587 |   0 |   0 |   0 |5068k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1111.30/1111.30	c  1067s|  7060k|  5331k|     0 |   0.0 |2754M| 239 |   - | 400 |2722 |   0 |   0 |   0 |5079k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1113.70/1113.76	c  1069s|  7070k|  5337k|     0 |   0.0 |2759M| 239 |   - | 400 |2740 |   0 |   0 |   0 |5090k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1116.40/1116.42	c  1072s|  7080k|  5343k|     0 |   0.0 |2763M| 239 |   - | 400 |2697 |   0 |   0 |   0 |5100k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1119.10/1119.15	c  1075s|  7090k|  5349k|     0 |   0.0 |2767M| 239 |   - | 400 |2776 |   0 |   0 |   0 |5112k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1121.81/1121.82	c  1077s|  7100k|  5355k|     0 |   0.0 |2772M| 239 |   - | 400 |2811 |   0 |   0 |   0 |5123k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1124.30/1124.32	c  1080s|  7110k|  5361k|     0 |   0.0 |2776M| 239 |   - | 400 |2847 |   0 |   0 |   0 |5134k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1127.20/1127.25	c  1082s|  7120k|  5367k|     0 |   0.0 |2780M| 239 |   - | 400 |2611 |   0 |   0 |   0 |5145k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1130.00/1130.03	c  1085s|  7130k|  5373k|     0 |   0.0 |2785M| 239 |   - | 400 |2624 |   0 |   0 |   0 |5155k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1132.70/1132.76	c  1088s|  7140k|  5379k|     0 |   0.0 |2789M| 239 |   - | 400 |2730 |   0 |   0 |   0 |5166k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1135.21/1135.29	c  1090s|  7150k|  5385k|     0 |   0.0 |2794M| 239 |   - | 400 |2615 |   0 |   0 |   0 |5177k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1138.10/1138.13	c  1093s|  7160k|  5392k|     0 |   0.0 |2798M| 239 |   - | 400 |2711 |   0 |   0 |   0 |5188k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1141.00/1141.07	c  1096s|  7170k|  5397k|     0 |   0.0 |2802M| 239 |   - | 400 |2682 |   0 |   0 |   0 |5199k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1143.50/1143.58	c  1098s|  7180k|  5404k|     0 |   0.0 |2807M| 239 |   - | 400 |2681 |   0 |   0 |   0 |5210k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1146.61/1146.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1146.61/1146.63	c  1101s|  7190k|  5409k|     0 |   0.0 |2811M| 239 |   - | 400 |2792 |   0 |   0 |   0 |5222k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1150.20/1150.21	c  1105s|  7200k|  5414k|     0 |   0.0 |2816M| 239 |   - | 400 |2837 |   0 |   0 |   0 |5235k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1153.31/1153.35	c  1108s|  7210k|  5419k|     0 |   0.0 |2820M| 239 |   - | 400 |2862 |   0 |   0 |   0 |5248k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1156.50/1156.59	c  1111s|  7220k|  5425k|     0 |   0.0 |2825M| 239 |   - | 400 |2765 |   0 |   0 |   0 |5261k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1159.60/1159.61	c  1114s|  7230k|  5430k|     0 |   0.0 |2829M| 239 |   - | 400 |2628 |   0 |   0 |   0 |5272k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1162.50/1162.58	c  1117s|  7240k|  5436k|     0 |   0.0 |2834M| 239 |   - | 400 |2812 |   0 |   0 |   0 |5284k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1165.20/1165.22	c  1120s|  7250k|  5441k|     0 |   0.0 |2838M| 239 |   - | 400 |2855 |   0 |   0 |   0 |5296k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1168.11/1168.16	c  1122s|  7260k|  5447k|     0 |   0.0 |2843M| 239 |   - | 400 |2701 |   0 |   0 |   0 |5308k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1171.20/1171.21	c  1125s|  7270k|  5453k|     0 |   0.0 |2847M| 239 |   - | 400 |2731 |   0 |   0 |   0 |5320k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1174.01/1174.08	c  1128s|  7280k|  5459k|     0 |   0.0 |2852M| 239 |   - | 400 |2715 |   0 |   0 |   0 |5331k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1177.01/1177.03	c  1131s|  7290k|  5465k|     0 |   0.0 |2856M| 239 |   - | 400 |2684 |   0 |   0 |   0 |5342k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1179.80/1179.87	c  1134s|  7300k|  5470k|     0 |   0.0 |2861M| 239 |   - | 400 |2718 |   0 |   0 |   0 |5354k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1182.41/1182.50	c  1136s|  7310k|  5476k|     0 |   0.0 |2865M| 239 |   - | 400 |2665 |   0 |   0 |   0 |5365k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1184.51/1184.55	c (node 7317143) switching to memory saving mode (mem: 2736.0M/3420.0M)
1185.70/1185.74	c  1139s|  7320k|  5480k|     0 |   0.0 |2871M| 254 |   - | 400 |9419 |   0 |   0 |   0 |5384k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1187.91/1187.99	c  1142s|  7330k|  5480k|     0 |   0.0 |2875M| 255 |   - | 400 |  24k|   0 |   0 |   0 |5416k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1190.11/1190.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1190.11/1190.12	c  1144s|  7340k|  5480k|     0 |   0.0 |2880M| 256 |   - | 400 |  40k|   0 |   0 |   0 |5446k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1192.20/1192.27	c  1146s|  7350k|  5480k|     0 |   0.0 |2885M| 256 |   - | 400 |  56k|   0 |   0 |   0 |5475k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1194.41/1194.46	c  1148s|  7360k|  5480k|     0 |   0.0 |2890M| 256 |   - | 400 |  73k|   0 |   0 |   0 |5504k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1196.61/1196.60	c  1150s|  7370k|  5480k|     0 |   0.0 |2894M| 256 |   - | 400 |  88k|   0 |   0 |   0 |5533k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1198.80/1198.81	c  1152s|  7380k|  5480k|     0 |   0.0 |2899M| 256 |   - | 400 | 103k|   0 |   0 |   0 |5562k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1201.01/1201.07	c  1154s|  7390k|  5480k|     0 |   0.0 |2904M| 256 |   - | 400 | 120k|   0 |   0 |   0 |5593k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1203.31/1203.39	c  1156s|  7400k|  5480k|     0 |   0.0 |2909M| 256 |   - | 400 | 136k|   0 |   0 |   0 |5624k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1205.61/1205.66	c  1158s|  7410k|  5480k|     0 |   0.0 |2913M| 256 |   - | 400 | 152k|   0 |   0 |   0 |5654k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1209.91/1209.92	c  1162s|  7420k|  5480k|     0 |   0.0 |2920M| 256 |   - | 400 | 165k|   0 |   0 |   0 |5681k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1216.21/1216.28	c  1169s|  7430k|  5480k|     0 |   0.0 |2910M| 259 |   - | 400 | 119k|   0 |   0 |   0 |5706k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1219.00/1219.03	c  1171s|  7440k|  5480k|     0 |   0.0 |2913M| 259 |   - | 400 | 130k|   0 |   0 |   0 |5730k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1221.80/1221.81	c  1174s|  7450k|  5480k|     0 |   0.0 |2916M| 259 |   - | 400 | 140k|   0 |   0 |   0 |5754k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1224.51/1224.55	c  1176s|  7460k|  5480k|     0 |   0.0 |2919M| 261 |   - | 400 | 150k|   0 |   0 |   0 |5781k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1227.30/1227.32	c  1179s|  7470k|  5480k|     0 |   0.0 |2922M| 261 |   - | 400 | 160k|   0 |   0 |   0 |5804k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1230.10/1230.12	c  1182s|  7480k|  5480k|     0 |   0.0 |2925M| 261 |   - | 400 | 170k|   0 |   0 |   0 |5828k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1232.70/1232.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1232.70/1232.78	c  1184s|  7490k|  5480k|     0 |   0.0 |2931M| 261 |   - | 400 | 188k|   0 |   0 |   0 |5860k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1235.60/1235.61	c  1187s|  7500k|  5480k|     0 |   0.0 |2934M| 261 |   - | 400 | 200k|   0 |   0 |   0 |5890k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1238.41/1238.41	c  1190s|  7510k|  5480k|     0 |   0.0 |2939M| 261 |   - | 400 | 216k|   0 |   0 |   0 |5921k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1240.90/1240.92	c  1192s|  7520k|  5480k|     0 |   0.0 |2943M| 261 |   - | 400 | 232k|   0 |   0 |   0 |5952k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1243.20/1243.26	c  1194s|  7530k|  5480k|     0 |   0.0 |2948M| 261 |   - | 400 | 248k|   0 |   0 |   0 |5982k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1246.21/1246.22	c  1197s|  7540k|  5480k|     0 |   0.0 |2950M| 261 |   - | 400 | 248k|   0 |   0 |   0 |6011k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1249.11/1249.18	c  1200s|  7550k|  5480k|     0 |   0.0 |2953M| 261 |   - | 400 | 259k|   0 |   0 |   0 |6037k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1251.81/1251.88	c  1203s|  7560k|  5480k|     0 |   0.0 |2957M| 261 |   - | 400 | 275k|   0 |   0 |   0 |6068k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1254.41/1254.49	c  1205s|  7570k|  5480k|     0 |   0.0 |2962M| 261 |   - | 400 | 291k|   0 |   0 |   0 |6099k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1256.81/1256.83	c  1207s|  7580k|  5480k|     0 |   0.0 |2967M| 261 |   - | 400 | 307k|   0 |   0 |   0 |6128k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1259.20/1259.21	c  1210s|  7590k|  5480k|     0 |   0.0 |2972M| 261 |   - | 400 | 324k|   0 |   0 |   0 |6158k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1262.40/1262.46	c  1213s|  7600k|  5480k|     0 |   0.0 |2971M| 261 |   - | 400 | 318k|   0 |   0 |   0 |6183k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1264.71/1264.79	c  1215s|  7610k|  5480k|     0 |   0.0 |2975M| 261 |   - | 400 | 331k|   0 |   0 |   0 |6208k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1267.40/1267.47	c  1217s|  7620k|  5480k|     0 |   0.0 |2977M| 261 |   - | 400 | 338k|   0 |   0 |   0 |6229k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1269.90/1269.96	c  1220s|  7630k|  5480k|     0 |   0.0 |2980M| 261 |   - | 400 | 349k|   0 |   0 |   0 |6254k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1272.31/1272.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1272.31/1272.32	c  1222s|  7640k|  5480k|     0 |   0.0 |2983M| 261 |   - | 400 | 357k|   0 |   0 |   0 |6275k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1274.50/1274.53	c  1224s|  7650k|  5480k|     0 |   0.0 |2986M| 261 |   - | 400 | 366k|   0 |   0 |   0 |6296k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1277.11/1277.12	c  1227s|  7660k|  5480k|     0 |   0.0 |2988M| 261 |   - | 400 | 376k|   0 |   0 |   0 |6320k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1279.71/1279.77	c  1229s|  7670k|  5480k|     0 |   0.0 |2992M| 261 |   - | 400 | 387k|   0 |   0 |   0 |6345k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1282.62/1282.63	c  1232s|  7680k|  5480k|     0 |   0.0 |2994M| 261 |   - | 400 | 395k|   0 |   0 |   0 |6370k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1285.30/1285.31	c  1234s|  7690k|  5480k|     0 |   0.0 |2997M| 261 |   - | 400 | 405k|   0 |   0 |   0 |6393k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1287.41/1287.47	c  1236s|  7700k|  5480k|     0 |   0.0 |2999M| 261 |   - | 400 | 414k|   0 |   0 |   0 |6413k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1289.71/1289.79	c  1239s|  7710k|  5480k|     0 |   0.0 |3003M| 261 |   - | 400 | 423k|   0 |   0 |   0 |6435k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1292.10/1292.12	c  1241s|  7720k|  5480k|     0 |   0.0 |3005M| 261 |   - | 400 | 432k|   0 |   0 |   0 |6456k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1294.62/1294.69	c  1243s|  7730k|  5480k|     0 |   0.0 |3008M| 261 |   - | 400 | 443k|   0 |   0 |   0 |6480k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1297.71/1297.75	c  1246s|  7740k|  5480k|     0 |   0.0 |3011M| 261 |   - | 400 | 453k|   0 |   0 |   0 |6504k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1300.51/1300.53	c  1249s|  7750k|  5480k|     0 |   0.0 |3014M| 261 |   - | 400 | 463k|   0 |   0 |   0 |6529k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1302.81/1302.87	c  1251s|  7760k|  5480k|     0 |   0.0 |3017M| 261 |   - | 400 | 473k|   0 |   0 |   0 |6552k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1305.20/1305.22	c  1253s|  7770k|  5480k|     0 |   0.0 |3020M| 261 |   - | 400 | 482k|   0 |   0 |   0 |6576k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1307.70/1307.70	c  1256s|  7780k|  5480k|     0 |   0.0 |3022M| 261 |   - | 400 | 491k|   0 |   0 |   0 |6600k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1309.91/1309.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1309.91/1309.95	c  1258s|  7790k|  5480k|     0 |   0.0 |3027M| 261 |   - | 400 | 505k|   0 |   0 |   0 |6626k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1312.60/1312.60	c  1260s|  7800k|  5480k|     0 |   0.0 |3029M| 261 |   - | 400 | 512k|   0 |   0 |   0 |6651k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1315.11/1315.14	c  1263s|  7810k|  5480k|     0 |   0.0 |3031M| 261 |   - | 400 | 520k|   0 |   0 |   0 |6674k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1317.81/1317.82	c  1265s|  7820k|  5480k|     0 |   0.0 |3034M| 261 |   - | 400 | 529k|   0 |   0 |   0 |6700k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1320.60/1320.60	c  1268s|  7830k|  5480k|     0 |   0.0 |3040M| 261 |   - | 400 | 540k|   0 |   0 |   0 |6726k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1323.50/1323.57	c  1271s|  7840k|  5480k|     0 |   0.0 |3043M| 261 |   - | 400 | 554k|   0 |   0 |   0 |6754k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1326.00/1326.09	c  1273s|  7850k|  5480k|     0 |   0.0 |3046M| 261 |   - | 400 | 563k|   0 |   0 |   0 |6778k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1328.81/1328.89	c  1276s|  7860k|  5480k|     0 |   0.0 |3049M| 261 |   - | 400 | 573k|   0 |   0 |   0 |6801k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1331.50/1331.51	c  1278s|  7870k|  5480k|     0 |   0.0 |3052M| 261 |   - | 400 | 584k|   0 |   0 |   0 |6826k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1334.11/1334.10	c  1281s|  7880k|  5480k|     0 |   0.0 |3057M| 261 |   - | 400 | 594k|   0 |   0 |   0 |6851k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1336.61/1336.64	c  1283s|  7890k|  5480k|     0 |   0.0 |3059M| 261 |   - | 400 | 604k|   0 |   0 |   0 |6875k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1339.01/1339.00	c  1285s|  7900k|  5480k|     0 |   0.0 |3063M| 261 |   - | 400 | 616k|   0 |   0 |   0 |6902k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1341.61/1341.61	c  1288s|  7910k|  5480k|     0 |   0.0 |3064M| 261 |   - | 400 | 621k|   0 |   0 |   0 |6924k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1344.21/1344.24	c  1290s|  7920k|  5480k|     0 |   0.0 |3066M| 261 |   - | 400 | 630k|   0 |   0 |   0 |6949k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1346.91/1346.94	c  1293s|  7930k|  5480k|     0 |   0.0 |3070M| 261 |   - | 400 | 640k|   0 |   0 |   0 |6975k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1349.31/1349.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1349.31/1349.36	c  1295s|  7940k|  5480k|     0 |   0.0 |3073M| 261 |   - | 400 | 652k|   0 |   0 |   0 |7002k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1351.91/1351.99	c  1298s|  7950k|  5480k|     0 |   0.0 |3076M| 261 |   - | 400 | 664k|   0 |   0 |   0 |7025k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1354.70/1354.75	c  1300s|  7960k|  5480k|     0 |   0.0 |3077M| 261 |   - | 400 | 667k|   0 |   0 |   0 |7049k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1357.42/1357.44	c  1303s|  7970k|  5480k|     0 |   0.0 |3081M| 261 |   - | 400 | 678k|   0 |   0 |   0 |7077k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1360.31/1360.38	c  1306s|  7980k|  5480k|     0 |   0.0 |3085M| 261 |   - | 400 | 688k|   0 |   0 |   0 |7104k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1362.81/1362.82	c  1308s|  7990k|  5480k|     0 |   0.0 |3089M| 261 |   - | 400 | 705k|   0 |   0 |   0 |7135k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1365.21/1365.29	c  1310s|  8000k|  5480k|     0 |   0.0 |3098M| 261 |   - | 400 | 728k|   0 |   0 |   0 |7170k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1367.71/1367.79	c  1313s|  8010k|  5480k|     0 |   0.0 |3103M| 261 |   - | 400 | 747k|   0 |   0 |   0 |7203k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1370.10/1370.12	c  1315s|  8020k|  5480k|     0 |   0.0 |3108M| 261 |   - | 400 | 767k|   0 |   0 |   0 |7236k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1372.00/1372.06	c  1317s|  8030k|  5480k|     0 |   0.0 |3113M| 261 |   - | 400 | 785k|   0 |   0 |   0 |7262k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1374.10/1374.12	c  1319s|  8040k|  5480k|     0 |   0.0 |3117M| 261 |   - | 400 | 802k|   0 |   0 |   0 |7289k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1376.31/1376.33	c  1321s|  8050k|  5480k|     0 |   0.0 |3123M| 261 |   - | 400 | 822k|   0 |   0 |   0 |7320k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1378.31/1378.33	c  1323s|  8060k|  5480k|     0 |   0.0 |3128M| 261 |   - | 400 | 839k|   0 |   0 |   0 |7347k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1380.51/1380.51	c  1325s|  8070k|  5480k|     0 |   0.0 |3132M| 261 |   - | 400 | 858k|   0 |   0 |   0 |7376k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1382.41/1382.49	c  1327s|  8080k|  5480k|     0 |   0.0 |3137M| 261 |   - | 400 | 873k|   0 |   0 |   0 |7401k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1384.61/1384.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1384.61/1384.61	c  1329s|  8090k|  5480k|     0 |   0.0 |3141M| 261 |   - | 400 | 890k|   0 |   0 |   0 |7429k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1387.01/1387.02	c  1331s|  8100k|  5480k|     0 |   0.0 |3146M| 261 |   - | 400 | 907k|   0 |   0 |   0 |7460k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1394.01/1394.09	c  1338s|  8110k|  5480k|     0 |   0.0 |3133M| 261 |   - | 400 | 849k|   0 |   0 |   0 |7486k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1397.31/1397.34	c  1341s|  8120k|  5480k|     0 |   0.0 |3136M| 261 |   - | 400 | 858k|   0 |   0 |   0 |7509k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1400.01/1400.03	c  1344s|  8130k|  5480k|     0 |   0.0 |3140M| 261 |   - | 400 | 868k|   0 |   0 |   0 |7530k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1402.90/1402.98	c  1346s|  8140k|  5480k|     0 |   0.0 |3142M| 261 |   - | 400 | 877k|   0 |   0 |   0 |7553k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1405.71/1405.78	c  1349s|  8150k|  5480k|     0 |   0.0 |3147M| 261 |   - | 400 | 889k|   0 |   0 |   0 |7579k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1409.21/1409.25	c  1352s|  8160k|  5480k|     0 |   0.0 |3151M| 261 |   - | 400 | 899k|   0 |   0 |   0 |7607k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1412.20/1412.21	c  1355s|  8170k|  5480k|     0 |   0.0 |3154M| 261 |   - | 400 | 910k|   0 |   0 |   0 |7632k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1414.91/1414.97	c  1358s|  8180k|  5480k|     0 |   0.0 |3156M| 261 |   - | 400 | 919k|   0 |   0 |   0 |7654k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1417.41/1417.42	c  1360s|  8190k|  5480k|     0 |   0.0 |3160M| 261 |   - | 400 | 933k|   0 |   0 |   0 |7680k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1419.81/1419.86	c  1363s|  8200k|  5480k|     0 |   0.0 |3165M| 261 |   - | 400 | 951k|   0 |   0 |   0 |7712k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1422.01/1422.02	c  1365s|  8210k|  5480k|     0 |   0.0 |3170M| 261 |   - | 400 | 969k|   0 |   0 |   0 |7741k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1424.31/1424.36	c  1367s|  8220k|  5480k|     0 |   0.0 |3174M| 261 |   - | 400 | 984k|   0 |   0 |   0 |7768k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1426.71/1426.77	c  1369s|  8230k|  5480k|     0 |   0.0 |3179M| 261 |   - | 400 |1002k|   0 |   0 |   0 |7799k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1431.41/1431.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1431.41/1431.46	c  1374s|  8240k|  5480k|     0 |   0.0 |3174M| 261 |   - | 400 | 983k|   0 |   0 |   0 |7826k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1434.31/1434.38	c  1376s|  8250k|  5480k|     0 |   0.0 |3176M| 261 |   - | 400 | 993k|   0 |   0 |   0 |7851k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1437.31/1437.36	c  1379s|  8260k|  5480k|     0 |   0.0 |3179M| 261 |   - | 400 |1002k|   0 |   0 |   0 |7876k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1440.51/1440.52	c  1382s|  8270k|  5480k|     0 |   0.0 |3181M| 261 |   - | 400 |1012k|   0 |   0 |   0 |7899k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1443.41/1443.48	c  1385s|  8280k|  5480k|     0 |   0.0 |3184M| 261 |   - | 400 |1021k|   0 |   0 |   0 |7921k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1445.81/1445.87	c  1387s|  8290k|  5480k|     0 |   0.0 |3188M| 261 |   - | 400 |1030k|   0 |   0 |   0 |7942k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1449.11/1449.12	c  1391s|  8300k|  5480k|     0 |   0.0 |3193M| 261 |   - | 400 |1044k|   0 |   0 |   0 |7971k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1452.31/1452.37	c  1394s|  8310k|  5480k|     0 |   0.0 |3198M| 261 |   - | 400 |1056k|   0 |   0 |   0 |7996k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1454.71/1454.78	c  1396s|  8320k|  5480k|     0 |   0.0 |3203M| 261 |   - | 400 |1066k|   0 |   0 |   0 |8018k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1457.31/1457.37	c  1399s|  8330k|  5480k|     0 |   0.0 |3205M| 261 |   - | 400 |1075k|   0 |   0 |   0 |8041k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1459.92/1459.94	c  1401s|  8340k|  5480k|     0 |   0.0 |3208M| 261 |   - | 400 |1086k|   0 |   0 |   0 |8065k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1462.21/1462.23	c  1403s|  8350k|  5480k|     0 |   0.0 |3212M| 261 |   - | 400 |1100k|   0 |   0 |   0 |8092k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1464.51/1464.53	c  1405s|  8360k|  5480k|     0 |   0.0 |3217M| 261 |   - | 400 |1117k|   0 |   0 |   0 |8120k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1466.91/1466.96	c  1408s|  8370k|  5480k|     0 |   0.0 |3222M| 261 |   - | 400 |1138k|   0 |   0 |   0 |8154k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1469.11/1469.18	c  1410s|  8380k|  5480k|     0 |   0.0 |3227M| 261 |   - | 400 |1157k|   0 |   0 |   0 |8184k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1471.51/1471.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1471.51/1471.54	c  1412s|  8390k|  5480k|     0 |   0.0 |3231M| 261 |   - | 400 |1172k|   0 |   0 |   0 |8213k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1474.02/1474.07	c  1414s|  8400k|  5480k|     0 |   0.0 |3236M| 261 |   - | 400 |1188k|   0 |   0 |   0 |8243k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1479.21/1479.25	c  1419s|  8410k|  5480k|     0 |   0.0 |3228M| 261 |   - | 400 |1161k|   0 |   0 |   0 |8268k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1482.21/1482.24	c  1422s|  8420k|  5480k|     0 |   0.0 |3231M| 261 |   - | 400 |1171k|   0 |   0 |   0 |8292k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1485.21/1485.27	c  1425s|  8430k|  5480k|     0 |   0.0 |3234M| 261 |   - | 400 |1181k|   0 |   0 |   0 |8316k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1488.01/1488.00	c  1428s|  8440k|  5480k|     0 |   0.0 |3236M| 261 |   - | 400 |1190k|   0 |   0 |   0 |8339k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1490.41/1490.49	c  1430s|  8450k|  5480k|     0 |   0.0 |3239M| 261 |   - | 400 |1199k|   0 |   0 |   0 |8362k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1493.11/1493.13	c  1433s|  8460k|  5480k|     0 |   0.0 |3241M| 261 |   - | 400 |1209k|   0 |   0 |   0 |8385k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1496.02/1496.04	c  1435s|  8470k|  5480k|     0 |   0.0 |3244M| 261 |   - | 400 |1218k|   0 |   0 |   0 |8407k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1499.51/1499.50	c  1439s|  8480k|  5480k|     0 |   0.0 |3250M| 261 |   - | 400 |1228k|   0 |   0 |   0 |8432k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1502.11/1502.16	c  1441s|  8490k|  5480k|     0 |   0.0 |3254M| 261 |   - | 400 |1242k|   0 |   0 |   0 |8459k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1505.02/1505.08	c  1444s|  8500k|  5480k|     0 |   0.0 |3257M| 261 |   - | 400 |1257k|   0 |   0 |   0 |8486k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1508.31/1508.36	c  1447s|  8510k|  5480k|     0 |   0.0 |3262M| 261 |   - | 400 |1273k|   0 |   0 |   0 |8518k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1511.21/1511.28	c  1450s|  8520k|  5480k|     0 |   0.0 |3268M| 261 |   - | 400 |1289k|   0 |   0 |   0 |8549k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1514.01/1514.06	c  1453s|  8530k|  5480k|     0 |   0.0 |3272M| 261 |   - | 400 |1302k|   0 |   0 |   0 |8579k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1516.91/1516.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1516.91/1516.91	c  1455s|  8540k|  5480k|     0 |   0.0 |3275M| 261 |   - | 400 |1315k|   0 |   0 |   0 |8607k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1519.91/1519.90	c  1458s|  8550k|  5480k|     0 |   0.0 |3279M| 261 |   - | 400 |1330k|   0 |   0 |   0 |8637k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1522.91/1522.95	c  1461s|  8560k|  5480k|     0 |   0.0 |3282M| 261 |   - | 400 |1341k|   0 |   0 |   0 |8664k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1525.72/1525.77	c  1464s|  8570k|  5480k|     0 |   0.0 |3285M| 261 |   - | 400 |1351k|   0 |   0 |   0 |8689k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1528.22/1528.22	c  1466s|  8580k|  5480k|     0 |   0.0 |3288M| 261 |   - | 400 |1363k|   0 |   0 |   0 |8713k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1531.11/1531.15	c  1469s|  8590k|  5480k|     0 |   0.0 |3311M| 261 |   - | 400 |1371k|   0 |   0 |   0 |8736k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1533.32/1533.38	c  1471s|  8600k|  5480k|     0 |   0.0 |3314M| 261 |   - | 400 |1385k|   0 |   0 |   0 |8760k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1536.12/1536.18	c  1474s|  8610k|  5480k|     0 |   0.0 |3315M| 261 |   - | 400 |1387k|   0 |   0 |   0 |8780k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1538.82/1538.83	c  1476s|  8620k|  5480k|     0 |   0.0 |3317M| 261 |   - | 400 |1396k|   0 |   0 |   0 |8802k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1541.81/1541.85	c  1479s|  8630k|  5480k|     0 |   0.0 |3320M| 261 |   - | 400 |1404k|   0 |   0 |   0 |8826k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1544.82/1544.86	c  1482s|  8640k|  5480k|     0 |   0.0 |3324M| 261 |   - | 400 |1415k|   0 |   0 |   0 |8852k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1547.81/1547.83	c  1485s|  8650k|  5480k|     0 |   0.0 |3327M| 261 |   - | 400 |1424k|   0 |   0 |   0 |8877k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1549.92/1549.99	c  1487s|  8660k|  5480k|     0 |   0.0 |3331M| 261 |   - | 400 |1438k|   0 |   0 |   0 |8903k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1552.31/1552.37	c  1489s|  8670k|  5480k|     0 |   0.0 |3333M| 261 |   - | 400 |1447k|   0 |   0 |   0 |8923k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1554.72/1554.73	c  1491s|  8680k|  5480k|     0 |   0.0 |3334M| 261 |   - | 400 |1451k|   0 |   0 |   0 |8942k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1557.22/1557.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1557.22/1557.26	c  1494s|  8690k|  5480k|     0 |   0.0 |3337M| 261 |   - | 400 |1461k|   0 |   0 |   0 |8966k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1560.01/1560.04	c  1497s|  8700k|  5480k|     0 |   0.0 |3341M| 261 |   - | 400 |1470k|   0 |   0 |   0 |8990k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1562.71/1562.74	c  1499s|  8710k|  5480k|     0 |   0.0 |3343M| 261 |   - | 400 |1479k|   0 |   0 |   0 |9014k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1565.32/1565.35	c  1502s|  8720k|  5480k|     0 |   0.0 |3346M| 261 |   - | 400 |1488k|   0 |   0 |   0 |9039k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1568.01/1568.06	c  1504s|  8730k|  5480k|     0 |   0.0 |3348M| 261 |   - | 400 |1497k|   0 |   0 |   0 |9064k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1571.21/1571.21	c  1507s|  8740k|  5480k|     0 |   0.0 |3351M| 261 |   - | 400 |1506k|   0 |   0 |   0 |9088k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1574.31/1574.36	c  1510s|  8750k|  5480k|     0 |   0.0 |3356M| 261 |   - | 400 |1517k|   0 |   0 |   0 |9112k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1576.81/1576.86	c  1513s|  8760k|  5480k|     0 |   0.0 |3360M| 261 |   - | 400 |1533k|   0 |   0 |   0 |9142k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1579.21/1579.29	c  1515s|  8770k|  5480k|     0 |   0.0 |3364M| 261 |   - | 400 |1550k|   0 |   0 |   0 |9170k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1581.72/1581.75	c  1517s|  8780k|  5480k|     0 |   0.0 |3370M| 261 |   - | 400 |1570k|   0 |   0 |   0 |9203k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1584.22/1584.21	c  1520s|  8790k|  5480k|     0 |   0.0 |3375M| 261 |   - | 400 |1591k|   0 |   0 |   0 |9237k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1586.52/1586.59	c  1522s|  8800k|  5480k|     0 |   0.0 |3379M| 261 |   - | 400 |1605k|   0 |   0 |   0 |9264k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1588.81/1588.84	c  1524s|  8810k|  5480k|     0 |   0.0 |3383M| 261 |   - | 400 |1620k|   0 |   0 |   0 |9289k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1591.32/1591.35	c  1526s|  8820k|  5480k|     0 |   0.0 |3389M| 261 |   - | 400 |1635k|   0 |   0 |   0 |9319k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1597.12/1597.12	c  1532s|  8830k|  5480k|     0 |   0.0 |3384M| 261 |   - | 400 |1603k|   0 |   0 |   0 |9343k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1600.31/1600.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1600.31/1600.32	c  1535s|  8840k|  5480k|     0 |   0.0 |3387M| 261 |   - | 400 |1614k|   0 |   0 |   0 |9367k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1603.32/1603.38	c  1538s|  8850k|  5480k|     0 |   0.0 |3390M| 261 |   - | 400 |1623k|   0 |   0 |   0 |9390k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1606.22/1606.23	c  1541s|  8860k|  5480k|     0 |   0.0 |3393M| 261 |   - | 400 |1634k|   0 |   0 |   0 |9415k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1609.41/1609.48	c  1544s|  8870k|  5480k|     0 |   0.0 |3395M| 261 |   - | 400 |1642k|   0 |   0 |   0 |9439k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1612.62/1612.65	c  1547s|  8880k|  5480k|     0 |   0.0 |3400M| 261 |   - | 400 |1653k|   0 |   0 |   0 |9464k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1615.61/1615.62	c  1550s|  8890k|  5480k|     0 |   0.0 |3404M| 261 |   - | 400 |1665k|   0 |   0 |   0 |9491k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1618.61/1618.69	c  1553s|  8900k|  5480k|     0 |   0.0 |3406M| 261 |   - | 400 |1674k|   0 |   0 |   0 |9516k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1621.62/1621.65	c  1556s|  8910k|  5480k|     0 |   0.0 |3409M| 261 |   - | 400 |1685k|   0 |   0 |   0 |9541k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1624.11/1624.19	c  1558s|  8920k|  5480k|     0 |   0.0 |3415M| 261 |   - | 400 |1695k|   0 |   0 |   0 |9563k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1627.41/1627.45	c  1561s|  8930k|  5480k|     0 |   0.0 |3418M| 261 |   - | 400 |1704k|   0 |   0 |   0 |9586k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1630.82/1630.86	c  1564s|  8940k|  5480k|     0 |   0.0 |3420M| 261 |   - | 400 |1714k|   0 |   0 |   0 |9610k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1634.21/1634.22	c  1568s|  8950k|  5480k|     0 |   0.0 |3423M| 261 |   - | 400 |1723k|   0 |   0 |   0 |9634k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1637.51/1637.51	c  1571s|  8960k|  5480k|     0 |   0.0 |3426M| 261 |   - | 400 |1733k|   0 |   0 |   0 |9658k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1640.51/1640.58	c  1574s|  8970k|  5480k|     0 |   0.0 |3429M| 261 |   - | 400 |1744k|   0 |   0 |   0 |9682k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1643.61/1643.66	c  1577s|  8980k|  5480k|     0 |   0.0 |3431M| 261 |   - | 400 |1754k|   0 |   0 |   0 |9707k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1646.51/1646.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1646.51/1646.58	c  1579s|  8990k|  5480k|     0 |   0.0 |3434M| 261 |   - | 400 |1765k|   0 |   0 |   0 |9731k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1649.62/1649.62	c  1582s|  9000k|  5480k|     0 |   0.0 |3437M| 261 |   - | 400 |1775k|   0 |   0 |   0 |9756k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1652.41/1652.48	c  1585s|  9010k|  5480k|     0 |   0.0 |3439M| 261 |   - | 400 |1784k|   0 |   0 |   0 |9780k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1655.02/1655.04	c  1588s|  9020k|  5480k|     0 |   0.0 |3442M| 261 |   - | 400 |1792k|   0 |   0 |   0 |9801k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1658.51/1658.53	c  1591s|  9030k|  5480k|     0 |   0.0 |3444M| 261 |   - | 400 |1803k|   0 |   0 |   0 |9825k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1661.91/1661.92	c  1594s|  9040k|  5480k|     0 |   0.0 |3447M| 261 |   - | 400 |1813k|   0 |   0 |   0 |9849k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1665.21/1665.23	c  1597s|  9050k|  5480k|     0 |   0.0 |3450M| 261 |   - | 400 |1824k|   0 |   0 |   0 |9875k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1668.32/1668.37	c  1600s|  9060k|  5480k|     0 |   0.0 |3453M| 261 |   - | 400 |1835k|   0 |   0 |   0 |9902k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1671.42/1671.43	c  1603s|  9070k|  5480k|     0 |   0.0 |3459M| 261 |   - | 400 |1845k|   0 |   0 |   0 |9926k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1674.81/1674.89	c  1607s|  9080k|  5480k|     0 |   0.0 |3461M| 261 |   - | 400 |1855k|   0 |   0 |   0 |9949k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1678.32/1678.32	c  1610s|  9090k|  5480k|     0 |   0.0 |3464M| 261 |   - | 400 |1864k|   0 |   0 |   0 |9971k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1681.72/1681.72	c  1613s|  9100k|  5480k|     0 |   0.0 |3466M| 261 |   - | 400 |1873k|   0 |   0 |   0 |9994k|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1685.12/1685.15	c  1616s|  9110k|  5480k|     0 |   0.0 |3469M| 261 |   - | 400 |1882k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1688.52/1688.52	c  1620s|  9120k|  5480k|     0 |   0.0 |3472M| 261 |   - | 400 |1892k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1691.72/1691.79	c  1623s|  9130k|  5480k|     0 |   0.0 |3475M| 261 |   - | 400 |1904k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1695.12/1695.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1695.12/1695.11	c  1626s|  9140k|  5480k|     0 |   0.0 |3478M| 261 |   - | 400 |1915k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1698.61/1698.63	c  1629s|  9150k|  5480k|     0 |   0.0 |3480M| 261 |   - | 400 |1925k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1702.12/1702.11	c  1633s|  9160k|  5480k|     0 |   0.0 |3483M| 261 |   - | 400 |1936k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1705.11/1705.16	c  1636s|  9170k|  5480k|     0 |   0.0 |3486M| 261 |   - | 400 |1945k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1708.11/1708.12	c  1638s|  9180k|  5480k|     0 |   0.0 |3489M| 261 |   - | 400 |1956k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1711.42/1711.46	c  1642s|  9190k|  5480k|     0 |   0.0 |3492M| 261 |   - | 400 |1966k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1714.62/1714.64	c  1645s|  9200k|  5480k|     0 |   0.0 |3499M| 261 |   - | 400 |1977k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1717.61/1717.64	c  1648s|  9210k|  5480k|     0 |   0.0 |3501M| 261 |   - | 400 |1986k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1720.71/1720.78	c  1651s|  9220k|  5480k|     0 |   0.0 |3503M| 261 |   - | 400 |1994k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1723.72/1723.73	c  1653s|  9230k|  5480k|     0 |   0.0 |3506M| 261 |   - | 400 |2005k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1726.42/1726.48	c  1656s|  9240k|  5480k|     0 |   0.0 |3509M| 261 |   - | 400 |2013k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1729.02/1729.02	c  1659s|  9250k|  5480k|     0 |   0.0 |3513M| 261 |   - | 400 |2028k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1731.92/1731.93	c  1661s|  9260k|  5480k|     0 |   0.0 |3515M| 261 |   - | 400 |2038k|   0 |   0 |   0 |  10M|   0 | 0.000000e+00 | 9.280000e+02 |    Inf 
1735.02/1735.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1735.02/1735.00	c 
1735.02/1735.00	c SCIP Status        : solving was interrupted [user interrupt]
1735.02/1735.00	c Solving Time (sec) : 1664.28
1735.02/1735.00	c Solving Nodes      : 9269700
1735.02/1735.00	c Primal Bound       : +9.28000000000000e+02 (5 solutions)
1735.02/1735.00	c Dual Bound         : +0.00000000000000e+00
1735.02/1735.00	c Gap                : infinite
1735.02/1735.00	s SATISFIABLE
1735.02/1735.00	v -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 x280 -x279 
1735.02/1735.00	v -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 x261 -x260 -x259 -x258 
1735.02/1735.00	v -x257 -x256 -x255 -x254 -x253 x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 
1735.02/1735.00	v -x236 -x235 x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 
1735.02/1735.00	v -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 
1735.02/1735.00	v -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 
1735.02/1735.00	v -x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 
1735.02/1735.00	v -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 
1735.02/1735.00	v -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 
1735.02/1735.00	v -x110 -x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 
1735.02/1735.00	v -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 
1735.02/1735.00	v -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 
1735.02/1735.00	v -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 
1735.02/1735.00	v -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1735.02/1735.00	c SCIP Status        : solving was interrupted [user interrupt]
1735.02/1735.00	c Solving Time       :    1664.28
1735.02/1735.00	c Original Problem   :
1735.02/1735.00	c   Problem name     : HOME/instance-2694003-1277921020.wbo
1735.02/1735.00	c   Variables        : 400 (350 binary, 0 integer, 0 implicit integer, 50 continuous)
1735.02/1735.00	c   Constraints      : 101 initial, 101 maximal
1735.02/1735.00	c Presolved Problem  :
1735.02/1735.00	c   Problem name     : t_HOME/instance-2694003-1277921020.wbo
1735.02/1735.00	c   Variables        : 400 (350 binary, 0 integer, 0 implicit integer, 50 continuous)
1735.02/1735.00	c   Constraints      : 100 initial, 2042331 maximal
1735.02/1735.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1735.02/1735.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1735.02/1735.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1735.02/1735.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1735.02/1735.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1735.02/1735.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1735.02/1735.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1735.02/1735.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1735.02/1735.00	c   linear           :       0.00          0          0          0         50          0          1          0          0
1735.02/1735.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1735.02/1735.00	c   root node        :          -          0          -          -          0          -          -          -          -
1735.02/1735.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1735.02/1735.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1735.02/1735.00	c   indicator        :         50          0    8631146          0    1617499          2    4150240          0          0          0
1735.02/1735.00	c   linear           :         50          0   19943269          0    8078100    1032772   63421744          0          0          0
1735.02/1735.00	c   logicor          :          0+         0   11682297          0          0     659676   22799873          0          0          0
1735.02/1735.00	c   countsols        :          0          0          0          0    8078101          0          0          0          0          0
1735.02/1735.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1735.02/1735.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1735.02/1735.00	c   indicator        :       7.45       0.00       5.97       0.00       1.48
1735.02/1735.00	c   linear           :     260.32       0.00     257.29       0.00       3.03
1735.02/1735.00	c   logicor          :     351.71       0.00     351.71       0.00       0.00
1735.02/1735.00	c   countsols        :       1.49       0.00       0.00       0.00       1.49
1735.02/1735.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1735.02/1735.00	c   vbounds          :       4.98          2          0          0
1735.02/1735.00	c   rootredcost      :       4.59          0          0          0
1735.02/1735.00	c   pseudoobj        :     121.12   21350671     579679          1
1735.02/1735.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1735.02/1735.00	c   propagation      :     230.23    2272123    2272123   13296443       58.3    7225867       10.6          -
1735.02/1735.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1735.02/1735.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1735.02/1735.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1735.02/1735.00	c   pseudo solution  :       0.00          4          4         28       57.7         27       11.0          -
1735.02/1735.00	c   applied globally :          -          -          -    8757233       13.8          -          -          -
1735.02/1735.00	c   applied locally  :          -          -          -    1647913       52.6          -          -          -
1735.02/1735.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1735.02/1735.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1735.02/1735.00	c   redcost          :       0.00          0          0          0          0          0
1735.02/1735.00	c   impliedbounds    :       0.00          0          0          0          0          0
1735.02/1735.00	c   intobj           :       0.00          0          0          0          0          0
1735.02/1735.00	c   cgmip            :       0.00          0          0          0          0          0
1735.02/1735.00	c   gomory           :       0.00          0          0          0          0          0
1735.02/1735.00	c   strongcg         :       0.00          0          0          0          0          0
1735.02/1735.00	c   cmir             :       0.00          0          0          0          0          0
1735.02/1735.00	c   flowcover        :       0.00          0          0          0          0          0
1735.02/1735.00	c   clique           :       0.00          0          0          0          0          0
1735.02/1735.00	c   zerohalf         :       0.00          0          0          0          0          0
1735.02/1735.00	c   mcf              :       0.00          0          0          0          0          0
1735.02/1735.00	c   rapidlearning    :       0.00          0          0          0          0          0
1735.02/1735.00	c Pricers            :       Time      Calls       Vars
1735.02/1735.00	c   problem variables:       0.00          0          0
1735.02/1735.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1735.02/1735.00	c   relpscost        :       0.00          0          0          0          0          0          0
1735.02/1735.00	c   pscost           :       0.00          0          0          0          0          0          0
1735.02/1735.00	c   inference        :     105.03    8078100          0          0          0          0   16156200
1735.02/1735.00	c   mostinf          :       0.00          0          0          0          0          0          0
1735.02/1735.00	c   leastinf         :       0.00          0          0          0          0          0          0
1735.02/1735.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1735.02/1735.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1735.02/1735.00	c   random           :       0.00          0          0          0          0          0          0
1735.02/1735.00	c Primal Heuristics  :       Time      Calls      Found
1735.02/1735.00	c   LP solutions     :       0.00          -          0
1735.02/1735.00	c   pseudo solutions :       0.01          -          1
1735.02/1735.00	c   oneopt           :       2.74          0          0
1735.02/1735.00	c   trivial          :       0.00          2          3
1735.02/1735.00	c   simplerounding   :       0.00          0          0
1735.02/1735.00	c   zirounding       :       0.00          0          0
1735.02/1735.00	c   rounding         :       0.00          0          0
1735.02/1735.00	c   shifting         :       0.00          0          0
1735.02/1735.00	c   intshifting      :       0.00          0          0
1735.02/1735.00	c   twoopt           :       0.00          0          0
1735.02/1735.00	c   fixandinfer      :       0.00          0          0
1735.02/1735.00	c   feaspump         :       0.00          0          0
1735.02/1735.00	c   coefdiving       :       0.00          0          0
1735.02/1735.00	c   pscostdiving     :       0.00          0          0
1735.02/1735.00	c   fracdiving       :       0.00          0          0
1735.02/1735.00	c   veclendiving     :       0.00          0          0
1735.02/1735.00	c   intdiving        :       0.00          0          0
1735.02/1735.00	c   actconsdiving    :       0.00          0          0
1735.02/1735.00	c   objpscostdiving  :       0.00          0          0
1735.02/1735.00	c   rootsoldiving    :       0.00          0          0
1735.02/1735.00	c   linesearchdiving :       0.00          0          0
1735.02/1735.00	c   guideddiving     :       0.00          0          0
1735.02/1735.00	c   octane           :       0.00          0          0
1735.02/1735.00	c   rens             :       0.00          0          0
1735.02/1735.00	c   rins             :       0.00          0          0
1735.02/1735.00	c   localbranching   :       0.00          0          0
1735.02/1735.00	c   mutation         :       0.00          0          0
1735.02/1735.00	c   crossover        :       0.00          0          0
1735.02/1735.00	c   dins             :       0.00          0          0
1735.02/1735.00	c   undercover       :       0.00          0          0
1735.02/1735.00	c   nlp              :       2.17          0          0
1735.02/1735.00	c   trysol           :       1.85          1          1
1735.02/1735.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1735.02/1735.00	c   primal LP        :       0.00          0          0       0.00          -
1735.02/1735.00	c   dual LP          :       0.00          0          0       0.00          -
1735.02/1735.00	c   lex dual LP      :       0.00          0          0       0.00          -
1735.02/1735.00	c   barrier LP       :       0.00          0          0       0.00          -
1735.02/1735.00	c   diving/probing LP:       0.00          0          0       0.00          -
1735.02/1735.00	c   strong branching :       0.00          0          0       0.00          -
1735.02/1735.00	c     (at root node) :          -          0          0       0.00          -
1735.02/1735.00	c   conflict analysis:       0.00          0          0       0.00          -
1735.02/1735.00	c B&B Tree           :
1735.02/1735.00	c   number of runs   :          1
1735.02/1735.00	c   nodes            :    9269700
1735.02/1735.00	c   nodes (total)    :    9269700
1735.02/1735.00	c   nodes left       :    5480580
1735.02/1735.00	c   max depth        :        261
1735.02/1735.00	c   max depth (total):        261
1735.02/1735.00	c   backtracks       :    1127683 (12.2%)
1735.02/1735.00	c   delayed cutoffs  :    1405921
1735.02/1735.00	c   repropagations   :    2521817 (38591250 domain reductions, 1080534 cutoffs)
1735.02/1735.00	c   avg switch length:       6.52
1735.02/1735.00	c   switching time   :     578.22
1735.02/1735.00	c Solution           :
1735.02/1735.00	c   Solutions found  :          5 (2 improvements)
1735.02/1735.00	c   First Solution   : +2.72500000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1735.02/1735.00	c   Primal Bound     : +9.28000000000000e+02   (in run 1, after 1114215 nodes, 123.54 seconds, depth 239, found by <relaxation>)
1735.02/1735.00	c   Dual Bound       : +0.00000000000000e+00
1735.02/1735.00	c   Gap              :   infinite
1735.02/1735.00	c   Root Dual Bound  : +0.00000000000000e+00
1735.02/1735.00	c   Root Iterations  :          0

Verifier Data

OK	928

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 4/196 16309
/proc/meminfo: memFree=31292916/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=8384 CPUtime=0
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 1572 0 0 0 0 0 0 0 25 0 1 0 133396666 8585216 1495 4089446400 4194304 7136930 140735395660480 18446744073709551615 4333519 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16309/statm: 2096 1495 276 719 0 1375 0

[startup+0.055522 s]
/proc/loadavg: 1.92 1.99 1.99 4/196 16309
/proc/meminfo: memFree=31292916/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=12852 CPUtime=0.05
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 3166 0 0 0 4 1 0 0 25 0 1 0 133396666 13160448 2479 4089446400 4194304 7136930 140735395660480 18446744073709551615 5507373 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 3213 2479 390 719 0 2492 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12852

[startup+0.100512 s]
/proc/loadavg: 1.92 1.99 1.99 4/196 16309
/proc/meminfo: memFree=31292916/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=13376 CPUtime=0.09
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 3300 0 0 0 8 1 0 0 25 0 1 0 133396666 13697024 2613 4089446400 4194304 7136930 140735395660480 18446744073709551615 5905656 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 3344 2613 390 719 0 2623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13376

[startup+0.300476 s]
/proc/loadavg: 1.92 1.99 1.99 4/196 16309
/proc/meminfo: memFree=31292916/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=16024 CPUtime=0.29
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 3973 0 0 0 27 2 0 0 25 0 1 0 133396666 16408576 3286 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 4006 3286 390 719 0 3285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16024

[startup+0.700404 s]
/proc/loadavg: 1.92 1.99 1.99 4/196 16309
/proc/meminfo: memFree=31292916/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=18192 CPUtime=0.69
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 4551 0 0 0 65 4 0 0 25 0 1 0 133396666 18628608 3864 4089446400 4194304 7136930 140735395660480 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 4548 3864 390 719 0 3827 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18192

[startup+1.50026 s]
/proc/loadavg: 1.92 1.99 1.99 3/197 16310
/proc/meminfo: memFree=31277780/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=22376 CPUtime=1.49
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 5619 0 0 0 138 11 0 0 25 0 1 0 133396666 22913024 4932 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 5594 4932 390 719 0 4873 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22376

[startup+3.10097 s]
/proc/loadavg: 1.92 1.99 1.99 3/197 16310
/proc/meminfo: memFree=31271952/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=31064 CPUtime=3.09
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 7868 0 0 0 285 24 0 0 25 0 1 0 133396666 31809536 7181 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 7766 7181 390 719 0 7045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31064

[startup+6.30038 s]
/proc/loadavg: 1.93 1.99 1.99 3/197 16310
/proc/meminfo: memFree=31256028/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=45004 CPUtime=6.29
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 11458 0 0 0 586 43 0 0 25 0 1 0 133396666 46084096 10771 4089446400 4194304 7136930 140735395660480 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 11251 10771 390 719 0 10530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45004

[startup+12.7002 s]
/proc/loadavg: 1.93 1.99 1.99 3/197 16310
/proc/meminfo: memFree=31222056/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=81784 CPUtime=12.68
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 20453 0 0 0 1172 96 0 0 25 0 1 0 133396666 83746816 19766 4089446400 4194304 7136930 140735395660480 18446744073709551615 4643155 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 20446 19766 390 719 0 19725 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81784

[startup+25.5009 s]
/proc/loadavg: 1.95 1.99 1.99 3/197 16310
/proc/meminfo: memFree=31154344/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=150176 CPUtime=25.49
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 37070 0 0 0 2356 193 0 0 25 0 1 0 133396666 153780224 36383 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 37544 36383 390 719 0 36823 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150176

[startup+51.1002 s]
/proc/loadavg: 1.97 1.99 1.99 3/197 16311
/proc/meminfo: memFree=31046168/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=263268 CPUtime=51.08
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 64161 0 0 0 4749 359 0 0 25 0 1 0 133396666 269586432 63474 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 65817 63474 390 719 0 65096 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 263268

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/197 16312
/proc/meminfo: memFree=30869776/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=418768 CPUtime=102.28
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 103888 0 0 0 9635 593 0 0 25 0 1 0 133396666 428818432 103201 4089446400 4194304 7136930 140735395660480 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 104692 103201 390 719 0 103971 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 418768

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 16314
/proc/meminfo: memFree=30666480/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=633220 CPUtime=162.28
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 155315 0 0 0 15287 941 0 0 25 0 1 0 133396666 648417280 154628 4089446400 4194304 7136930 140735395660480 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 158305 154628 390 719 0 157584 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 633220

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 16316
/proc/meminfo: memFree=30432764/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=855564 CPUtime=222.29
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 212886 0 0 0 20923 1306 0 0 25 0 1 0 133396666 876097536 212199 4089446400 4194304 7136930 140735395660480 18446744073709551615 5956715 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 213891 212199 390 719 0 213170 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 855564

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 16317
/proc/meminfo: memFree=30215060/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=1099772 CPUtime=282.28
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 267606 0 0 0 26591 1637 0 0 25 0 1 0 133396666 1126166528 266919 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 274943 266919 390 719 0 274222 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1099772

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 16319
/proc/meminfo: memFree=30039160/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=1270156 CPUtime=342.28
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 311633 0 0 0 32325 1903 0 0 25 0 1 0 133396666 1300639744 310946 4089446400 4194304 7136930 140735395660480 18446744073709551615 4660829 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 317539 310946 390 719 0 316818 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1270156

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 16320
/proc/meminfo: memFree=29864844/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=1438768 CPUtime=402.29
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 355058 0 0 0 38069 2160 0 0 25 0 1 0 133396666 1473298432 354371 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 359692 354371 390 719 0 358971 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1438768

[startup+462.301 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 16322
/proc/meminfo: memFree=29705184/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=1588984 CPUtime=462.28
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 393807 0 0 0 43812 2416 0 0 25 0 1 0 133396666 1627119616 393120 4089446400 4194304 7136930 140735395660480 18446744073709551615 4704988 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 397246 393120 390 719 0 396525 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1588984

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 16324
/proc/meminfo: memFree=29511804/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=1767784 CPUtime=522.29
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 439749 0 0 0 49536 2693 0 0 25 0 1 0 133396666 1810210816 439062 4089446400 4194304 7136930 140735395660480 18446744073709551615 4703349 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 441946 439062 390 719 0 441225 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1767784

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16325
/proc/meminfo: memFree=29339880/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=1935420 CPUtime=582.29
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 482962 0 0 0 55272 2957 0 0 25 0 1 0 133396666 1981870080 482275 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 483855 482275 390 719 0 483134 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1935420

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16327
/proc/meminfo: memFree=29209864/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=2056228 CPUtime=642.3
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 513930 0 0 0 61066 3164 0 0 25 0 1 0 133396666 2105577472 513243 4089446400 4194304 7136930 140735395660480 18446744073709551615 4219832 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 514057 513243 390 719 0 513336 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2056228

[startup+702.301 s]

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

/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 672066 0 0 0 96067 4163 0 0 25 0 1 0 133396666 2804641792 671379 4089446400 4194304 7136930 140735395660480 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16309/statm: 684727 671379 390 719 0 684006 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2738908

[startup+1062.3 s]
/proc/loadavg: 1.92 1.97 1.99 3/179 16421
/proc/meminfo: memFree=28639868/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=2836644 CPUtime=1062.3
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 697132 0 0 0 101901 4329 0 0 25 0 1 0 133396666 2904723456 696445 4089446400 4194304 7136930 140735395660480 18446744073709551615 5955584 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 709161 696445 390 719 0 708440 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2836644

[startup+1122.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/179 16423
/proc/meminfo: memFree=28540608/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=2933752 CPUtime=1122.3
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 721639 0 0 0 107759 4471 0 0 25 0 1 0 133396666 3004162048 720952 4089446400 4194304 7136930 140735395660480 18446744073709551615 4618482 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 733438 720952 390 719 0 732717 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 2933752

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 16424
/proc/meminfo: memFree=28448164/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3025436 CPUtime=1182.31
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 745127 0 0 0 113616 4615 0 0 25 0 1 0 133396666 3098046464 744440 4089446400 4194304 7136930 140735395660480 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 756359 744440 390 719 0 755638 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 3025436

[startup+1242.3 s]
/proc/loadavg: 2.03 1.99 1.99 3/179 16426
/proc/meminfo: memFree=28336280/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3143352 CPUtime=1242.3
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 794336 0 0 0 119338 4892 0 0 25 0 1 0 133396666 3218792448 772193 4089446400 4194304 7136930 140735395660480 18446744073709551615 6166801 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 785838 772193 391 719 0 785117 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 3143352

[startup+1302.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/179 16427
/proc/meminfo: memFree=28243472/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3234780 CPUtime=1302.31
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 816955 0 0 0 125050 5181 0 0 25 0 1 0 133396666 3312414720 794812 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 808695 794812 391 719 0 807974 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 3234780

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16429
/proc/meminfo: memFree=28152148/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3330072 CPUtime=1362.3
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 840083 0 0 0 130760 5470 0 0 25 0 1 0 133396666 3409993728 817940 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 832518 817940 391 719 0 831797 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 3330072

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16431
/proc/meminfo: memFree=28042108/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3436428 CPUtime=1422.31
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 867207 0 0 0 136490 5741 0 0 25 0 1 0 133396666 3518902272 845064 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 859107 845064 391 719 0 858386 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 3436428

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16432
/proc/meminfo: memFree=27956112/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3525184 CPUtime=1482.31
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 888591 0 0 0 142232 5999 0 0 25 0 1 0 133396666 3609788416 866448 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 881296 866448 391 719 0 880575 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 3525184

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16434
/proc/meminfo: memFree=27832172/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3649208 CPUtime=1542.31
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 919466 0 0 0 147961 6270 0 0 25 0 1 0 133396666 3736788992 897323 4089446400 4194304 7136930 140735395660480 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 912302 897323 391 719 0 911581 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 3649208

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16435
/proc/meminfo: memFree=27749416/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3731828 CPUtime=1602.31
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 940161 0 0 0 153697 6534 0 0 25 0 1 0 133396666 3821391872 918018 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16309/statm: 932957 918018 391 719 0 932236 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 3731828

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16437
/proc/meminfo: memFree=27679924/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3801824 CPUtime=1662.31
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 957460 0 0 0 159450 6781 0 0 25 0 1 0 133396666 3893067776 935317 4089446400 4194304 7136930 140735395660480 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16309/statm: 950456 935317 391 719 0 949735 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 3801824

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16442
/proc/meminfo: memFree=27605532/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3879828 CPUtime=1722.31
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 976072 0 0 0 165210 7021 0 0 25 0 1 0 133396666 3972943872 953929 4089446400 4194304 7136930 140735395660480 18446744073709551615 4845030 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16309/statm: 969957 953929 391 719 0 969236 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 3879828



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1735 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 16442
/proc/meminfo: memFree=27591236/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3891776 CPUtime=1735.02
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 979349 0 0 0 166428 7074 0 0 25 0 1 0 133396666 3985178624 957206 4089446400 4194304 7136930 140735395660480 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16309/statm: 972944 957206 391 719 0 972223 0
Current children cumulated CPU time (s) 1735.02
Current children cumulated vsize (KiB) 3891776

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16309

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

[startup+1735.81 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 16443
/proc/meminfo: memFree=27577712/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3905480 CPUtime=1735.82
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 982738 0 0 0 166507 7075 0 0 18 0 1 0 133396666 3999211520 960595 4089446400 4194304 7136930 140735395660480 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16309/statm: 976370 960595 397 719 0 975649 0
Current children cumulated CPU time (s) 1735.82
Current children cumulated vsize (KiB) 3905480

[startup+1736.6 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 16443
/proc/meminfo: memFree=27577712/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3905480 CPUtime=1736.62
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 982738 0 0 0 166587 7075 0 0 20 0 1 0 133396666 3999211520 960595 4089446400 4194304 7136930 140735395660480 18446744073709551615 6165693 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16309/statm: 976370 960595 397 719 0 975649 0
Current children cumulated CPU time (s) 1736.62
Current children cumulated vsize (KiB) 3905480

[startup+1737 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 16443
/proc/meminfo: memFree=27577832/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=3905480 CPUtime=1737.02
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4202496 982738 0 0 0 166627 7075 0 0 21 0 1 0 133396666 3999211520 960595 4089446400 4194304 7136930 140735395660480 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16309/statm: 976370 960595 397 719 0 975649 0
Current children cumulated CPU time (s) 1737.02
Current children cumulated vsize (KiB) 3905480

[startup+1737.1 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 16443
/proc/meminfo: memFree=27577832/32951124 swapFree=67111528/67111528
[pid=16309] ppid=16307 vsize=0 CPUtime=1737.11
/proc/16309/stat : 16309 (pbscip.linux.x8) R 16307 16309 15305 0 -1 4203524 982738 0 0 0 166627 7084 0 0 21 0 1 0 133396666 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16309/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1737.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1737.13
CPU time (s): 1737.15
CPU user time (s): 1666.28
CPU system time (s): 70.8752
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3905480

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

runsolver used 2.6506 second user time and 6.22405 second system time

The end

Launcher Data

Begin job on node142 at 2010-06-30 20:03:40
IDJOB=2694003
IDBENCH=79167
IDSOLVER=1206
FILE ID=node142/2694003-1277921020
PBS_JOBID= 11197287
Free space on /tmp= 74180 MiB

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

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

MD5SUM BENCH= dbde182a3659a82e6c4ef24ee1922e32
RANDOM SEED=341259480

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31293444 kB
Buffers:        199552 kB
Cached:        1073332 kB
SwapCached:          0 kB
Active:         662648 kB
Inactive:       847528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31293444 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:      237968 kB
Mapped:          20260 kB
Slab:            80440 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1642624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74172 MiB
End job on node142 at 2010-06-30 20:32:37