Trace number 1869549

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1802.08 1802.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver Clp 1.8.2
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1869549-1245178057.opb>
0.00/0.01	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  1 deleted vars, 6 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.02	c       5 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c OPT-LIN
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = c 1620
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = c 1791
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = c 10000
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving problem
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    26 | 213k|   0 |   5 |  40 |   5 |   5 |  40 |   5 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    77 | 231k|   0 |   6 |  40 |   5 |   5 |  40 |   7 |   2 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    81 | 252k|   0 |  10 |  40 |   5 |   5 |  40 |  11 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    92 | 274k|   0 |  11 |  40 |   5 |   5 |  40 |  14 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   100 | 301k|   0 |  14 |  40 |   5 |   5 |  40 |  19 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   107 | 325k|   0 |  14 |  40 |   5 |   5 |  40 |  22 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   110 | 346k|   0 |  16 |  40 |   5 |   5 |  40 |  24 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     2 |   110 | 346k|   0 |  16 |  40 |   5 |   5 |  40 |  24 |  19 |   0 |  16 | 0.000000e+00 |      --      |    Inf 
3.80/3.83	c   3.7s| 10000 |  2430 | 21777 |1629k|  35 |   - |  40 | 205 |   5 |   0 |   0 |  19 | 267 | 464 | 0.000000e+00 |      --      |    Inf 
7.39/7.47	c   7.1s| 20000 |  4595 | 43734 |2770k|  36 |   5 |  40 | 333 |  10 |  40 |  16 |  19 | 466 | 614 | 0.000000e+00 |      --      |    Inf 
11.09/11.15	c  10.6s| 30000 |  6768 | 65483 |3888k|  36 |   5 |  40 | 410 |  13 |  40 |  16 |  19 | 648 | 744 | 0.000000e+00 |      --      |    Inf 
14.79/14.82	c  14.1s| 40000 |  8799 | 87402 |4916k|  36 |   5 |  40 | 415 |  32 |  40 |  16 |  19 | 778 | 834 | 0.000000e+00 |      --      |    Inf 
18.39/18.42	c  17.6s| 50000 | 10726 |108118 |5928k|  36 |   5 |  40 | 478 |  13 |  40 |  16 |  19 |1014 | 917 | 0.000000e+00 |      --      |    Inf 
21.99/22.03	c  21.0s| 60000 | 12484 |128926 |6836k|  36 |   - |  40 | 438 |   7 |   0 |   0 |  19 |1125 | 981 | 0.000000e+00 |      --      |    Inf 
25.58/25.65	c  24.5s| 70000 | 14139 |149895 |7707k|  36 |   5 |  40 | 398 |  38 |  40 |  16 |  19 |1309 |1049 | 0.000000e+00 |      --      |    Inf 
29.19/29.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.19/29.26	c  27.9s| 80000 | 16059 |171345 |8678k|  36 |   5 |  40 | 406 |  12 |  40 |  16 |  19 |1450 |1097 | 0.000000e+00 |      --      |    Inf 
32.78/32.90	c  31.4s| 90000 | 17524 |192554 |9465k|  36 |   - |  40 | 366 |  17 |  40 |  16 |  19 |1581 |1164 | 0.000000e+00 |      --      |    Inf 
36.38/36.47	c  34.8s|100000 | 19015 |213940 |  10M|  36 |   5 |  40 | 384 |  23 |  40 |  16 |  19 |1762 |1219 | 0.000000e+00 |      --      |    Inf 
39.97/40.04	c  38.2s|110000 | 20579 |234806 |  11M|  36 |   5 |  40 | 364 |   7 |  40 |  16 |  19 |1904 |1278 | 0.000000e+00 |      --      |    Inf 
43.57/43.60	c  41.6s|120000 | 22173 |255817 |  12M|  36 |   - |  40 | 344 |   5 |  40 |  16 |  19 |2053 |1323 | 0.000000e+00 |      --      |    Inf 
47.06/47.16	c  45.0s|130000 | 23560 |276500 |  12M|  36 |   5 |  40 | 337 |   8 |  40 |  16 |  19 |2230 |1372 | 0.000000e+00 |      --      |    Inf 
50.67/50.72	c  48.3s|140000 | 25094 |297407 |  13M|  36 |   5 |  40 | 338 |   5 |  40 |  16 |  19 |2385 |1422 | 0.000000e+00 |      --      |    Inf 
54.27/54.32	c  51.8s|150000 | 26924 |318795 |  14M|  36 |   5 |  40 | 412 |  17 |  40 |  16 |  19 |2643 |1462 | 0.000000e+00 |      --      |    Inf 
57.76/57.88	c  55.2s|160000 | 28611 |339495 |  15M|  36 |   5 |  40 | 379 |  10 |  40 |  16 |  19 |2780 |1509 | 0.000000e+00 |      --      |    Inf 
61.37/61.45	c  58.6s|170000 | 30473 |361741 |  16M|  36 |   5 |  40 | 364 |   5 |  40 |  16 |  19 |2941 |1548 | 0.000000e+00 |      --      |    Inf 
64.97/65.02	c  62.0s|180000 | 32188 |382763 |  17M|  36 |   - |  40 | 355 |   6 |  40 |  16 |  19 |3122 |1588 | 0.000000e+00 |      --      |    Inf 
68.46/68.60	c  65.4s|190000 | 33821 |403789 |  18M|  36 |   5 |  40 | 374 |   6 |  40 |  16 |  19 |3361 |1620 | 0.000000e+00 |      --      |    Inf 
72.16/72.24	c  68.9s|200000 | 35586 |425867 |  19M|  36 |   - |  40 | 372 |   5 |  40 |  16 |  19 |3571 |1659 | 0.000000e+00 |      --      |    Inf 
75.66/75.79	c  72.3s|210000 | 37059 |446136 |  19M|  36 |   5 |  40 | 276 |   5 |  40 |  16 |  19 |3718 |1679 | 0.000000e+00 |      --      |    Inf 
79.16/79.29	c  75.6s|220000 | 39232 |467251 |  20M|  36 |   5 |  40 | 263 |   5 |  40 |  16 |  19 |3848 |1707 | 0.000000e+00 |      --      |    Inf 
82.76/82.86	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.76/82.86	c  79.0s|230000 | 41734 |490440 |  22M|  36 |   5 |  40 | 302 |   6 |  40 |  16 |  19 |3964 |1737 | 0.000000e+00 |      --      |    Inf 
86.25/86.38	c  82.3s|240000 | 44158 |512796 |  23M|  36 |   5 |  40 | 379 |   6 |  40 |  16 |  19 |4143 |1769 | 0.000000e+00 |      --      |    Inf 
89.86/89.94	c  85.7s|250000 | 45912 |533415 |  24M|  36 |   5 |  40 | 317 |  14 |  40 |  16 |  19 |4349 |1808 | 0.000000e+00 |      --      |    Inf 
93.36/93.49	c  89.1s|260000 | 47488 |554547 |  24M|  36 |   5 |  40 | 224 |  18 |  40 |  16 |  19 |4508 |1836 | 0.000000e+00 |      --      |    Inf 
97.05/97.12	c  92.6s|270000 | 49327 |577067 |  25M|  36 |   - |  40 | 195 |  19 |   0 |   0 |  19 |4669 |1873 | 0.000000e+00 |      --      |    Inf 
100.55/100.68	c  96.0s|280000 | 51109 |599106 |  26M|  36 |   - |  40 | 197 |   6 |  40 |  16 |  19 |4850 |1905 | 0.000000e+00 |      --      |    Inf 
104.14/104.28	c  99.4s|290000 | 52521 |621093 |  27M|  36 |   - |  40 | 185 |  18 |  40 |  16 |  19 |5067 |1934 | 0.000000e+00 |      --      |    Inf 
107.75/107.84	c   103s|300000 | 54405 |643267 |  28M|  36 |   - |  40 | 179 |   7 |  40 |  16 |  19 |5221 |1965 | 0.000000e+00 |      --      |    Inf 
111.24/111.37	c   106s|310000 | 56261 |664418 |  29M|  36 |   5 |  40 | 161 |  14 |  40 |  16 |  19 |5299 |1986 | 0.000000e+00 |      --      |    Inf 
114.85/114.95	c   110s|320000 | 57885 |686007 |  30M|  36 |   5 |  40 | 130 |   5 |  40 |  16 |  19 |5453 |2008 | 0.000000e+00 |      --      |    Inf 
118.45/118.51	c   113s|330000 | 59377 |707842 |  31M|  36 |   5 |  40 | 141 |   5 |  40 |  16 |  19 |5602 |2036 | 0.000000e+00 |      --      |    Inf 
121.84/121.99	c   116s|340000 | 60958 |729126 |  31M|  36 |   - |  40 | 169 |  14 |  40 |  16 |  19 |5751 |2053 | 0.000000e+00 |      --      |    Inf 
125.35/125.48	c   120s|350000 | 63037 |750469 |  32M|  36 |   - |  40 | 225 |  14 |  40 |  16 |  19 |5914 |2074 | 0.000000e+00 |      --      |    Inf 
128.95/129.01	c   123s|360000 | 64962 |771753 |  33M|  36 |   5 |  40 | 283 |   5 |  40 |  16 |  19 |6122 |2093 | 0.000000e+00 |      --      |    Inf 
132.45/132.58	c   126s|370000 | 66446 |793233 |  34M|  36 |   - |  40 | 167 |   5 |  40 |  16 |  19 |6338 |2124 | 0.000000e+00 |      --      |    Inf 
136.04/136.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.04/136.14	c   130s|380000 | 68436 |815515 |  35M|  36 |   5 |  40 | 169 |   5 |  40 |  16 |  19 |6492 |2147 | 0.000000e+00 |      --      |    Inf 
139.64/139.72	c   133s|390000 | 69844 |837316 |  36M|  36 |   - |  40 | 100 |   5 |  40 |  16 |  19 |6681 |2169 | 0.000000e+00 |      --      |    Inf 
143.14/143.21	c   136s|400000 | 71558 |858413 |  37M|  36 |   5 |  40 |  80 |   5 |  40 |  16 |  19 |6752 |2190 | 0.000000e+00 |      --      |    Inf 
146.54/146.68	c   140s|410000 | 73076 |879716 |  38M|  36 |   5 |  40 |  87 |   6 |  40 |  16 |  19 |6860 |2215 | 0.000000e+00 |      --      |    Inf 
150.14/150.24	c   143s|420000 | 74476 |901154 |  38M|  36 |   5 |  40 |  81 |   5 |  40 |  16 |  19 |6974 |2242 | 0.000000e+00 |      --      |    Inf 
153.73/153.84	c   147s|430000 | 76145 |923114 |  39M|  36 |   - |  40 |  87 |   7 |  40 |  16 |  19 |7091 |2267 | 0.000000e+00 |      --      |    Inf 
157.33/157.44	c   150s|440000 | 77313 |945216 |  40M|  36 |   5 |  40 |  91 |   5 |  40 |  16 |  19 |7256 |2282 | 0.000000e+00 |      --      |    Inf 
160.93/161.01	c   153s|450000 | 78704 |966857 |  41M|  36 |   5 |  40 | 125 |   9 |  40 |  16 |  19 |7458 |2302 | 0.000000e+00 |      --      |    Inf 
164.43/164.57	c   157s|460000 | 80018 |988388 |  41M|  36 |   5 |  40 |  77 |   5 |  40 |  16 |  19 |7583 |2325 | 0.000000e+00 |      --      |    Inf 
167.93/168.09	c   160s|470000 | 81618 |  1009k|  42M|  36 |   - |  40 | 139 |   5 |  40 |  16 |  19 |7745 |2340 | 0.000000e+00 |      --      |    Inf 
171.53/171.60	c   163s|480000 | 83259 |  1030k|  43M|  36 |   - |  40 | 137 |  13 |   0 |   0 |  19 |7848 |2359 | 0.000000e+00 |      --      |    Inf 
175.03/175.19	c   167s|490000 | 84614 |  1052k|  44M|  36 |   5 |  40 | 120 |   5 |  40 |  16 |  19 |8006 |2373 | 0.000000e+00 |      --      |    Inf 
178.63/178.79	c   170s|500000 | 86124 |  1074k|  45M|  36 |   5 |  40 | 130 |  11 |  40 |  16 |  19 |8144 |2403 | 0.000000e+00 |      --      |    Inf 
182.22/182.31	c   174s|510000 | 87740 |  1095k|  46M|  36 |   - |  40 | 122 |   6 |  40 |  16 |  19 |8334 |2423 | 0.000000e+00 |      --      |    Inf 
185.72/185.88	c   177s|520000 | 89710 |  1117k|  47M|  36 |   - |  40 | 193 |   5 |  40 |  16 |  19 |8535 |2436 | 0.000000e+00 |      --      |    Inf 
189.32/189.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.32/189.49	c   180s|530000 | 91079 |  1139k|  47M|  36 |   5 |  40 | 117 |   5 |  40 |  16 |  19 |8717 |2453 | 0.000000e+00 |      --      |    Inf 
193.02/193.10	c   184s|540000 | 92397 |  1161k|  48M|  36 |   - |  40 | 102 |   5 |  40 |  16 |  19 |8860 |2467 | 0.000000e+00 |      --      |    Inf 
196.52/196.66	c   187s|550000 | 93639 |  1182k|  49M|  36 |   5 |  40 |  84 |   5 |  40 |  16 |  19 |8991 |2484 | 0.000000e+00 |      --      |    Inf 
200.12/200.24	c   191s|560000 | 94998 |  1204k|  50M|  36 |   5 |  40 |  87 |   5 |  40 |  16 |  19 |9158 |2504 | 0.000000e+00 |      --      |    Inf 
203.63/203.79	c   194s|570000 | 96302 |  1226k|  50M|  36 |   - |  40 | 104 |   5 |  40 |  16 |  19 |9269 |2523 | 0.000000e+00 |      --      |    Inf 
207.22/207.36	c   197s|580000 | 97609 |  1248k|  51M|  36 |   - |  40 | 113 |   5 |  40 |  16 |  19 |9433 |2541 | 0.000000e+00 |      --      |    Inf 
210.81/210.95	c   201s|590000 | 99057 |  1270k|  52M|  36 |   5 |  40 | 110 |   5 |  40 |  16 |  19 |9577 |2559 | 0.000000e+00 |      --      |    Inf 
214.42/214.51	c   204s|600000 |100342 |  1291k|  53M|  36 |   - |  40 |  80 |   5 |   0 |   0 |  19 |9702 |2574 | 0.000000e+00 |      --      |    Inf 
217.92/218.10	c   208s|610000 |101668 |  1313k|  53M|  36 |   5 |  40 |  99 |  14 |  40 |  16 |  19 |9852 |2591 | 0.000000e+00 |      --      |    Inf 
221.51/221.63	c   211s|620000 |102813 |  1334k|  54M|  36 |   - |  40 | 116 |   5 |  40 |  16 |  19 |  10k|2609 | 0.000000e+00 |      --      |    Inf 
225.02/225.18	c   214s|630000 |104574 |  1356k|  55M|  36 |   - |  40 | 129 |   5 |  40 |  16 |  19 |  10k|2621 | 0.000000e+00 |      --      |    Inf 
228.62/228.76	c   218s|640000 |106027 |  1378k|  56M|  36 |   - |  40 | 143 |   5 |  40 |  16 |  19 |  10k|2635 | 0.000000e+00 |      --      |    Inf 
232.22/232.36	c   221s|650000 |107254 |  1399k|  56M|  36 |   - |  40 | 102 |   5 |  40 |  16 |  19 |  10k|2650 | 0.000000e+00 |      --      |    Inf 
235.81/235.97	c   225s|660000 |108659 |  1421k|  57M|  36 |   5 |  40 | 133 |   5 |  40 |  16 |  19 |  10k|2659 | 0.000000e+00 |      --      |    Inf 
239.41/239.57	c   228s|670000 |109800 |  1442k|  58M|  36 |   5 |  40 | 114 |   6 |  40 |  16 |  19 |  10k|2680 | 0.000000e+00 |      --      |    Inf 
243.01/243.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.01/243.14	c   231s|680000 |111075 |  1464k|  59M|  36 |   5 |  40 | 127 |   7 |  40 |  16 |  19 |  11k|2695 | 0.000000e+00 |      --      |    Inf 
246.61/246.71	c   235s|690000 |112404 |  1485k|  59M|  36 |   5 |  40 | 144 |   6 |  40 |  16 |  19 |  11k|2708 | 0.000000e+00 |      --      |    Inf 
250.20/250.33	c   238s|700000 |114829 |  1508k|  61M|  36 |   - |  40 | 224 |   5 |  40 |  16 |  19 |  11k|2724 | 0.000000e+00 |      --      |    Inf 
253.91/254.04	c   242s|710000 |116236 |  1531k|  61M|  36 |   5 |  40 | 169 |   8 |  40 |  16 |  19 |  11k|2742 | 0.000000e+00 |      --      |    Inf 
257.50/257.66	c   245s|720000 |117219 |  1552k|  62M|  36 |   5 |  40 |  75 |   5 |  40 |  16 |  19 |  11k|2757 | 0.000000e+00 |      --      |    Inf 
261.10/261.22	c   249s|730000 |118610 |  1574k|  63M|  36 |   5 |  40 | 101 |   5 |  40 |  16 |  19 |  11k|2780 | 0.000000e+00 |      --      |    Inf 
264.60/264.78	c   252s|740000 |119911 |  1595k|  63M|  36 |   - |  40 |  94 |   5 |  40 |  16 |  19 |  12k|2795 | 0.000000e+00 |      --      |    Inf 
268.20/268.34	c   255s|750000 |121207 |  1616k|  64M|  36 |   - |  40 |  94 |   5 |  40 |  16 |  19 |  12k|2814 | 0.000000e+00 |      --      |    Inf 
271.80/271.96	c   259s|760000 |122188 |  1638k|  65M|  36 |   - |  40 |  68 |   6 |  40 |  16 |  19 |  12k|2831 | 0.000000e+00 |      --      |    Inf 
275.40/275.56	c   262s|770000 |123244 |  1659k|  65M|  36 |   5 |  40 |  87 |   5 |  40 |  16 |  19 |  12k|2846 | 0.000000e+00 |      --      |    Inf 
278.99/279.17	c   266s|780000 |124567 |  1681k|  66M|  36 |   5 |  40 | 144 |   5 |  40 |  16 |  19 |  12k|2865 | 0.000000e+00 |      --      |    Inf 
282.70/282.81	c   269s|790000 |125863 |  1703k|  67M|  36 |   5 |  40 | 158 |   6 |  40 |  16 |  19 |  12k|2877 | 0.000000e+00 |      --      |    Inf 
286.29/286.48	c   273s|800000 |126997 |  1726k|  68M|  36 |   5 |  40 | 124 |   5 |  40 |  16 |  19 |  13k|2895 | 0.000000e+00 |      --      |    Inf 
289.90/290.07	c   276s|810000 |128611 |  1748k|  68M|  36 |   5 |  40 | 135 |   7 |  40 |  16 |  19 |  13k|2906 | 0.000000e+00 |      --      |    Inf 
293.60/293.71	c   280s|820000 |129982 |  1770k|  69M|  36 |   5 |  40 |  99 |   8 |  40 |  16 |  19 |  13k|2922 | 0.000000e+00 |      --      |    Inf 
297.09/297.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.09/297.27	c   283s|830000 |131584 |  1792k|  70M|  36 |   - |  40 | 123 |   6 |   0 |   0 |  19 |  13k|2943 | 0.000000e+00 |      --      |    Inf 
300.69/300.87	c   286s|840000 |132940 |  1813k|  71M|  36 |   5 |  40 | 129 |   7 |  40 |  16 |  19 |  13k|2962 | 0.000000e+00 |      --      |    Inf 
304.29/304.47	c   290s|850000 |135013 |  1836k|  72M|  36 |   5 |  40 | 216 |   5 |  40 |  16 |  19 |  13k|2978 | 0.000000e+00 |      --      |    Inf 
307.99/308.14	c   293s|860000 |136270 |  1858k|  72M|  36 |   5 |  40 | 216 |   5 |  40 |  16 |  19 |  14k|2991 | 0.000000e+00 |      --      |    Inf 
311.69/311.81	c   297s|870000 |137317 |  1879k|  73M|  36 |   - |  40 | 120 |   5 |  40 |  16 |  19 |  14k|3008 | 0.000000e+00 |      --      |    Inf 
315.29/315.49	c   300s|880000 |138306 |  1901k|  74M|  36 |   5 |  40 |  80 |   5 |  40 |  16 |  19 |  14k|3017 | 0.000000e+00 |      --      |    Inf 
318.89/319.06	c   304s|890000 |139613 |  1922k|  74M|  36 |   - |  40 | 102 |   5 |  40 |  16 |  19 |  14k|3026 | 0.000000e+00 |      --      |    Inf 
322.58/322.71	c   307s|900000 |140447 |  1944k|  75M|  36 |   5 |  40 |  96 |   5 |  40 |  16 |  19 |  14k|3039 | 0.000000e+00 |      --      |    Inf 
326.18/326.34	c   311s|910000 |141537 |  1965k|  76M|  36 |   5 |  40 | 181 |   5 |  40 |  16 |  19 |  14k|3050 | 0.000000e+00 |      --      |    Inf 
329.88/330.07	c   314s|920000 |142660 |  1988k|  76M|  36 |   - |  40 | 138 |   5 |  40 |  16 |  19 |  15k|3062 | 0.000000e+00 |      --      |    Inf 
333.59/333.72	c   318s|930000 |143815 |  2009k|  77M|  36 |   5 |  40 | 102 |   5 |  40 |  16 |  19 |  15k|3074 | 0.000000e+00 |      --      |    Inf 
337.18/337.30	c   321s|940000 |145062 |  2030k|  78M|  36 |   - |  40 | 101 |   5 |  40 |  16 |  19 |  15k|3087 | 0.000000e+00 |      --      |    Inf 
340.78/340.92	c   325s|950000 |146271 |  2052k|  78M|  36 |   - |  40 | 107 |   5 |   0 |   0 |  19 |  15k|3100 | 0.000000e+00 |      --      |    Inf 
344.28/344.47	c   328s|960000 |147288 |  2073k|  79M|  36 |   5 |  40 | 127 |   7 |  40 |  16 |  19 |  15k|3114 | 0.000000e+00 |      --      |    Inf 
347.88/348.04	c   331s|970000 |148618 |  2094k|  80M|  36 |   5 |  40 | 137 |   5 |  40 |  16 |  19 |  15k|3126 | 0.000000e+00 |      --      |    Inf 
351.57/351.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.57/351.70	c   335s|980000 |149589 |  2116k|  80M|  36 |   - |  40 | 132 |   5 |  40 |  16 |  19 |  15k|3140 | 0.000000e+00 |      --      |    Inf 
355.18/355.32	c   338s|990000 |150913 |  2137k|  81M|  36 |   5 |  40 | 136 |   7 |  40 |  16 |  19 |  16k|3153 | 0.000000e+00 |      --      |    Inf 
358.77/358.99	c   342s|  1000k|151892 |  2159k|  82M|  36 |   - |  40 | 158 |   9 |  40 |  16 |  19 |  16k|3167 | 0.000000e+00 |      --      |    Inf 
362.47/362.64	c   345s|  1010k|152993 |  2181k|  82M|  36 |   5 |  40 | 123 |   5 |  40 |  16 |  19 |  16k|3183 | 0.000000e+00 |      --      |    Inf 
365.97/366.15	c   349s|  1020k|154330 |  2202k|  83M|  36 |   5 |  40 | 196 |   5 |  40 |  16 |  19 |  16k|3195 | 0.000000e+00 |      --      |    Inf 
369.57/369.75	c   352s|  1030k|155586 |  2223k|  84M|  36 |   5 |  40 | 156 |  16 |  40 |  16 |  19 |  16k|3207 | 0.000000e+00 |      --      |    Inf 
373.27/373.40	c   355s|  1040k|157076 |  2245k|  85M|  36 |   5 |  40 | 177 |   6 |  40 |  16 |  19 |  17k|3218 | 0.000000e+00 |      --      |    Inf 
376.87/377.08	c   359s|  1050k|158043 |  2267k|  85M|  36 |   5 |  40 | 123 |   5 |  40 |  16 |  19 |  17k|3231 | 0.000000e+00 |      --      |    Inf 
380.58/380.73	c   362s|  1060k|159125 |  2288k|  86M|  36 |   5 |  40 | 124 |   5 |  40 |  16 |  19 |  17k|3248 | 0.000000e+00 |      --      |    Inf 
384.07/384.27	c   366s|  1070k|160745 |  2309k|  87M|  36 |   5 |  40 | 146 |   6 |  40 |  16 |  19 |  17k|3264 | 0.000000e+00 |      --      |    Inf 
387.67/387.85	c   369s|  1080k|161852 |  2330k|  87M|  36 |   5 |  40 | 174 |  10 |  40 |  16 |  19 |  17k|3277 | 0.000000e+00 |      --      |    Inf 
391.36/391.50	c   373s|  1090k|162909 |  2352k|  88M|  36 |   - |  40 |  95 |   5 |  40 |  16 |  19 |  17k|3297 | 0.000000e+00 |      --      |    Inf 
394.97/395.19	c   376s|  1100k|163941 |  2374k|  89M|  36 |   5 |  40 | 141 |   7 |  40 |  16 |  19 |  17k|3312 | 0.000000e+00 |      --      |    Inf 
398.67/398.86	c   380s|  1110k|164871 |  2395k|  89M|  36 |   - |  40 | 103 |   5 |   0 |   0 |  19 |  17k|3327 | 0.000000e+00 |      --      |    Inf 
402.27/402.49	c   383s|  1120k|165938 |  2417k|  90M|  36 |   - |  40 | 133 |  10 |   0 |   0 |  19 |  18k|3338 | 0.000000e+00 |      --      |    Inf 
406.06/406.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.06/406.21	c   387s|  1130k|166766 |  2439k|  90M|  36 |   - |  40 | 107 |   7 |   0 |   0 |  19 |  18k|3354 | 0.000000e+00 |      --      |    Inf 
409.66/409.87	c   390s|  1140k|168803 |  2462k|  91M|  36 |   5 |  40 | 170 |   6 |  40 |  16 |  19 |  18k|3366 | 0.000000e+00 |      --      |    Inf 
413.36/413.57	c   394s|  1150k|170247 |  2485k|  92M|  36 |   - |  40 | 240 |  26 |  40 |  16 |  19 |  18k|3375 | 0.000000e+00 |      --      |    Inf 
417.06/417.26	c   397s|  1160k|171178 |  2506k|  93M|  36 |   5 |  40 | 166 |   5 |  40 |  16 |  19 |  18k|3388 | 0.000000e+00 |      --      |    Inf 
420.76/420.91	c   401s|  1170k|172039 |  2528k|  93M|  36 |   - |  40 | 118 |   5 |  40 |  16 |  19 |  19k|3399 | 0.000000e+00 |      --      |    Inf 
424.35/424.53	c   404s|  1180k|173053 |  2549k|  94M|  36 |   - |  40 | 107 |   6 |  40 |  16 |  19 |  19k|3410 | 0.000000e+00 |      --      |    Inf 
427.96/428.12	c   408s|  1190k|173948 |  2570k|  95M|  36 |   - |  40 |  99 |   5 |   0 |   0 |  19 |  19k|3422 | 0.000000e+00 |      --      |    Inf 
431.56/431.75	c   411s|  1200k|174913 |  2592k|  95M|  36 |   5 |  40 | 109 |   5 |  40 |  16 |  19 |  19k|3436 | 0.000000e+00 |      --      |    Inf 
435.25/435.43	c   415s|  1210k|175765 |  2614k|  96M|  36 |   - |  40 | 121 |   5 |  40 |  16 |  19 |  19k|3449 | 0.000000e+00 |      --      |    Inf 
438.86/439.03	c   418s|  1220k|176881 |  2635k|  96M|  36 |   5 |  40 | 165 |   5 |  40 |  16 |  19 |  19k|3460 | 0.000000e+00 |      --      |    Inf 
442.45/442.66	c   421s|  1230k|177860 |  2657k|  97M|  36 |   5 |  40 | 135 |   5 |  40 |  16 |  19 |  19k|3472 | 0.000000e+00 |      --      |    Inf 
446.15/446.30	c   425s|  1240k|179431 |  2679k|  98M|  36 |   - |  40 | 164 |   7 |   0 |   0 |  19 |  20k|3482 | 0.000000e+00 |      --      |    Inf 
449.75/449.98	c   428s|  1250k|180732 |  2702k|  99M|  36 |   - |  40 | 179 |   9 |  40 |  16 |  19 |  20k|3496 | 0.000000e+00 |      --      |    Inf 
453.55/453.70	c   432s|  1260k|181656 |  2725k|  99M|  36 |   5 |  40 | 170 |   5 |  40 |  16 |  19 |  20k|3509 | 0.000000e+00 |      --      |    Inf 
457.25/457.42	c   436s|  1270k|182627 |  2748k| 100M|  36 |   5 |  40 | 135 |   5 |  40 |  16 |  19 |  20k|3514 | 0.000000e+00 |      --      |    Inf 
460.85/461.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
460.85/461.04	c   439s|  1280k|183688 |  2770k| 100M|  36 |   - |  40 | 169 |  17 |   0 |   0 |  19 |  20k|3525 | 0.000000e+00 |      --      |    Inf 
464.44/464.62	c   442s|  1290k|184915 |  2791k| 101M|  36 |   - |  40 | 119 |   5 |   0 |   0 |  19 |  20k|3537 | 0.000000e+00 |      --      |    Inf 
467.94/468.16	c   446s|  1300k|186017 |  2812k| 102M|  36 |   - |  40 | 155 |   5 |  40 |  16 |  19 |  21k|3551 | 0.000000e+00 |      --      |    Inf 
471.64/471.85	c   449s|  1310k|186936 |  2834k| 102M|  36 |   - |  40 | 125 |   5 |   0 |   0 |  19 |  21k|3557 | 0.000000e+00 |      --      |    Inf 
475.24/475.46	c   453s|  1320k|188314 |  2855k| 103M|  36 |   5 |  40 | 160 |   5 |  40 |  16 |  19 |  21k|3571 | 0.000000e+00 |      --      |    Inf 
478.74/478.92	c   456s|  1330k|189643 |  2874k| 104M|  36 |   5 |  40 | 159 |   5 |  40 |  16 |  19 |  21k|3578 | 0.000000e+00 |      --      |    Inf 
482.14/482.37	c   459s|  1340k|190746 |  2893k| 104M|  36 |   5 |  40 | 153 |  15 |  40 |  16 |  19 |  21k|3594 | 0.000000e+00 |      --      |    Inf 
485.84/486.00	c   463s|  1350k|191617 |  2915k| 105M|  36 |   - |  40 | 115 |   5 |  40 |  16 |  19 |  21k|3606 | 0.000000e+00 |      --      |    Inf 
489.44/489.63	c   466s|  1360k|192543 |  2936k| 106M|  36 |   - |  40 |  90 |   4 |   0 |   0 |  19 |  21k|3615 | 0.000000e+00 |      --      |    Inf 
493.13/493.31	c   470s|  1370k|193513 |  2959k| 106M|  36 |   5 |  40 | 119 |   5 |  40 |  16 |  19 |  22k|3628 | 0.000000e+00 |      --      |    Inf 
496.84/497.00	c   473s|  1380k|194865 |  2982k| 107M|  36 |   5 |  40 | 155 |   7 |  40 |  16 |  19 |  22k|3646 | 0.000000e+00 |      --      |    Inf 
500.34/500.58	c   477s|  1390k|195896 |  3004k| 108M|  36 |   - |  40 | 195 |   8 |  40 |  16 |  19 |  22k|3658 | 0.000000e+00 |      --      |    Inf 
504.04/504.26	c   480s|  1400k|196826 |  3025k| 108M|  36 |   5 |  40 | 168 |   5 |  40 |  16 |  19 |  22k|3662 | 0.000000e+00 |      --      |    Inf 
507.64/507.89	c   484s|  1410k|197693 |  3047k| 109M|  36 |   - |  40 |  94 |   5 |  40 |  16 |  19 |  22k|3670 | 0.000000e+00 |      --      |    Inf 
511.33/511.57	c   487s|  1420k|198520 |  3069k| 109M|  36 |   - |  40 | 185 |  14 |  40 |  16 |  19 |  23k|3677 | 0.000000e+00 |      --      |    Inf 
515.14/515.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.14/515.31	c   491s|  1430k|199562 |  3091k| 110M|  36 |   - |  40 | 127 |   5 |  40 |  16 |  19 |  23k|3692 | 0.000000e+00 |      --      |    Inf 
518.83/519.02	c   494s|  1440k|200576 |  3113k| 111M|  36 |   5 |  40 | 171 |   5 |  40 |  16 |  19 |  23k|3703 | 0.000000e+00 |      --      |    Inf 
522.43/522.67	c   498s|  1450k|201606 |  3136k| 111M|  36 |   5 |  40 | 246 |   9 |  40 |  16 |  19 |  23k|3715 | 0.000000e+00 |      --      |    Inf 
526.13/526.33	c   501s|  1460k|203019 |  3158k| 112M|  36 |   - |  40 | 269 |   5 |   0 |   0 |  19 |  23k|3730 | 0.000000e+00 |      --      |    Inf 
529.83/530.04	c   505s|  1470k|203854 |  3180k| 112M|  36 |   5 |  40 | 177 |   8 |  40 |  16 |  19 |  23k|3742 | 0.000000e+00 |      --      |    Inf 
533.43/533.66	c   508s|  1480k|205008 |  3201k| 113M|  36 |   5 |  40 | 150 |   7 |  40 |  16 |  19 |  24k|3750 | 0.000000e+00 |      --      |    Inf 
537.02/537.21	c   512s|  1490k|206284 |  3221k| 114M|  36 |   - |  40 | 130 |   5 |  40 |  16 |  19 |  24k|3762 | 0.000000e+00 |      --      |    Inf 
540.63/540.82	c   515s|  1500k|207489 |  3243k| 115M|  36 |   - |  40 | 128 |   5 |   0 |   0 |  19 |  24k|3770 | 0.000000e+00 |      --      |    Inf 
544.12/544.37	c   518s|  1510k|209875 |  3266k| 116M|  36 |   5 |  40 | 163 |   5 |  40 |  16 |  19 |  24k|3783 | 0.000000e+00 |      --      |    Inf 
547.73/547.95	c   522s|  1520k|212732 |  3289k| 117M|  36 |   5 |  40 | 225 |   5 |  40 |  16 |  19 |  24k|3792 | 0.000000e+00 |      --      |    Inf 
551.42/551.61	c   525s|  1530k|214823 |  3312k| 118M|  36 |   - |  40 | 220 |   5 |   0 |   0 |  19 |  24k|3804 | 0.000000e+00 |      --      |    Inf 
555.02/555.27	c   529s|  1540k|216699 |  3335k| 119M|  36 |   - |  40 | 215 |   5 |  40 |  16 |  19 |  24k|3816 | 0.000000e+00 |      --      |    Inf 
558.72/558.90	c   532s|  1550k|218748 |  3357k| 120M|  36 |   - |  40 | 184 |   9 |   0 |   0 |  19 |  25k|3827 | 0.000000e+00 |      --      |    Inf 
562.22/562.49	c   535s|  1560k|220873 |  3380k| 121M|  36 |   5 |  40 | 238 |   6 |  40 |  16 |  19 |  25k|3842 | 0.000000e+00 |      --      |    Inf 
565.92/566.10	c   539s|  1570k|222617 |  3402k| 122M|  36 |   5 |  40 | 209 |   5 |  40 |  16 |  19 |  25k|3850 | 0.000000e+00 |      --      |    Inf 
569.62/569.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.62/569.81	c   542s|  1580k|224188 |  3425k| 123M|  36 |   5 |  40 | 188 |   5 |  40 |  16 |  19 |  25k|3864 | 0.000000e+00 |      --      |    Inf 
573.31/573.53	c   546s|  1590k|225571 |  3448k| 123M|  36 |   5 |  40 | 187 |   5 |  40 |  16 |  19 |  25k|3872 | 0.000000e+00 |      --      |    Inf 
576.91/577.18	c   550s|  1600k|227632 |  3470k| 125M|  36 |   - |  40 | 225 |   5 |   0 |   0 |  19 |  25k|3886 | 0.000000e+00 |      --      |    Inf 
580.62/580.84	c   553s|  1610k|229284 |  3493k| 125M|  36 |   5 |  40 | 255 |   6 |  40 |  16 |  19 |  25k|3900 | 0.000000e+00 |      --      |    Inf 
584.31/584.55	c   556s|  1620k|230717 |  3516k| 126M|  36 |   5 |  40 | 217 |   5 |  40 |  16 |  19 |  25k|3919 | 0.000000e+00 |      --      |    Inf 
588.01/588.29	c   560s|  1630k|231989 |  3539k| 127M|  36 |   5 |  40 | 213 |   7 |  40 |  16 |  19 |  26k|3930 | 0.000000e+00 |      --      |    Inf 
591.81/592.03	c   564s|  1640k|233572 |  3563k| 128M|  36 |   - |  40 | 248 |   5 |  40 |  16 |  19 |  26k|3939 | 0.000000e+00 |      --      |    Inf 
595.51/595.72	c   567s|  1650k|235174 |  3585k| 129M|  36 |   5 |  40 | 265 |   6 |  40 |  16 |  19 |  26k|3951 | 0.000000e+00 |      --      |    Inf 
599.11/599.32	c   571s|  1660k|236826 |  3607k| 129M|  36 |   5 |  40 | 284 |   5 |  40 |  16 |  19 |  26k|3961 | 0.000000e+00 |      --      |    Inf 
602.81/603.06	c   574s|  1670k|238175 |  3630k| 130M|  36 |   - |  40 | 272 |   5 |  40 |  16 |  19 |  26k|3968 | 0.000000e+00 |      --      |    Inf 
606.61/606.83	c   578s|  1680k|239431 |  3653k| 131M|  36 |   - |  40 | 176 |   5 |  40 |  16 |  19 |  26k|3982 | 0.000000e+00 |      --      |    Inf 
610.20/610.50	c   581s|  1690k|241128 |  3676k| 132M|  36 |   - |  40 | 193 |   4 |   0 |   0 |  19 |  26k|3992 | 0.000000e+00 |      --      |    Inf 
613.90/614.19	c   585s|  1700k|242534 |  3698k| 133M|  36 |   5 |  40 | 203 |   8 |  40 |  16 |  19 |  26k|4002 | 0.000000e+00 |      --      |    Inf 
617.41/617.68	c   588s|  1710k|244326 |  3717k| 134M|  36 |   5 |  40 | 247 |  22 |  40 |  16 |  19 |  27k|4010 | 0.000000e+00 |      --      |    Inf 
621.01/621.20	c   591s|  1720k|245974 |  3738k| 134M|  36 |   5 |  40 | 252 |  12 |  40 |  16 |  19 |  27k|4019 | 0.000000e+00 |      --      |    Inf 
624.50/624.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.50/624.76	c   595s|  1730k|247866 |  3759k| 135M|  36 |   5 |  40 | 337 |   5 |  40 |  16 |  19 |  27k|4029 | 0.000000e+00 |      --      |    Inf 
628.20/628.40	c   598s|  1740k|249090 |  3780k| 136M|  36 |   5 |  40 | 253 |   5 |  40 |  16 |  19 |  27k|4036 | 0.000000e+00 |      --      |    Inf 
631.80/632.06	c   602s|  1750k|249995 |  3801k| 137M|  36 |   5 |  40 | 230 |   5 |  40 |  16 |  19 |  27k|4045 | 0.000000e+00 |      --      |    Inf 
635.60/635.85	c   605s|  1760k|250929 |  3824k| 137M|  36 |   - |  40 | 217 |   6 |  40 |  16 |  19 |  27k|4057 | 0.000000e+00 |      --      |    Inf 
639.30/639.54	c   609s|  1770k|252216 |  3846k| 138M|  36 |   5 |  40 | 256 |   5 |  40 |  16 |  19 |  28k|4066 | 0.000000e+00 |      --      |    Inf 
643.09/643.31	c   612s|  1780k|253133 |  3869k| 139M|  36 |   5 |  40 | 245 |   5 |  40 |  16 |  19 |  28k|4080 | 0.000000e+00 |      --      |    Inf 
646.79/647.03	c   616s|  1790k|254416 |  3891k| 139M|  36 |   - |  40 | 278 |   6 |  40 |  16 |  19 |  28k|4090 | 0.000000e+00 |      --      |    Inf 
650.59/650.81	c   620s|  1800k|255519 |  3914k| 140M|  36 |   5 |  40 | 267 |  29 |  40 |  16 |  19 |  28k|4099 | 0.000000e+00 |      --      |    Inf 
654.30/654.52	c   623s|  1810k|256820 |  3936k| 141M|  36 |   5 |  40 | 308 |   5 |  40 |  16 |  19 |  28k|4108 | 0.000000e+00 |      --      |    Inf 
657.99/658.29	c   627s|  1820k|257730 |  3958k| 141M|  36 |   - |  40 | 234 |   5 |  40 |  16 |  19 |  28k|4118 | 0.000000e+00 |      --      |    Inf 
661.79/662.03	c   630s|  1830k|258639 |  3980k| 142M|  36 |   - |  40 | 212 |   5 |  40 |  16 |  19 |  28k|4131 | 0.000000e+00 |      --      |    Inf 
665.49/665.77	c   634s|  1840k|259531 |  4002k| 142M|  36 |   5 |  40 | 241 |   6 |  40 |  16 |  19 |  29k|4142 | 0.000000e+00 |      --      |    Inf 
669.18/669.50	c   637s|  1850k|260827 |  4024k| 143M|  36 |   5 |  40 | 327 |   5 |  40 |  16 |  19 |  29k|4154 | 0.000000e+00 |      --      |    Inf 
672.99/673.21	c   641s|  1860k|261922 |  4045k| 144M|  36 |   - |  40 | 369 |   6 |  40 |  16 |  19 |  29k|4162 | 0.000000e+00 |      --      |    Inf 
676.68/676.92	c   644s|  1870k|263763 |  4068k| 145M|  36 |   5 |  40 | 382 |   5 |  40 |  16 |  19 |  29k|4171 | 0.000000e+00 |      --      |    Inf 
680.28/680.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
680.28/680.58	c   648s|  1880k|265355 |  4091k| 146M|  36 |   5 |  40 | 445 |   7 |  40 |  16 |  19 |  29k|4186 | 0.000000e+00 |      --      |    Inf 
684.09/684.31	c   652s|  1890k|266491 |  4114k| 146M|  36 |   - |  40 | 458 |   6 |  40 |  16 |  19 |  30k|4195 | 0.000000e+00 |      --      |    Inf 
687.78/688.07	c   655s|  1900k|267619 |  4136k| 147M|  36 |   - |  40 | 493 |  12 |  40 |  16 |  19 |  30k|4203 | 0.000000e+00 |      --      |    Inf 
691.68/691.95	c   659s|  1910k|268652 |  4160k| 148M|  36 |   5 |  40 | 437 |   6 |  40 |  16 |  19 |  30k|4214 | 0.000000e+00 |      --      |    Inf 
695.47/695.78	c   662s|  1920k|269703 |  4182k| 148M|  36 |   - |  40 | 442 |   5 |  40 |  16 |  19 |  30k|4223 | 0.000000e+00 |      --      |    Inf 
699.17/699.48	c   666s|  1930k|271014 |  4204k| 149M|  36 |   5 |  40 | 382 |   5 |  40 |  16 |  19 |  30k|4236 | 0.000000e+00 |      --      |    Inf 
702.88/703.15	c   670s|  1940k|272212 |  4225k| 150M|  36 |   5 |  40 | 392 |   5 |  40 |  16 |  19 |  30k|4246 | 0.000000e+00 |      --      |    Inf 
706.68/706.98	c   673s|  1950k|273019 |  4247k| 150M|  36 |   5 |  40 | 286 |   5 |  40 |  16 |  19 |  31k|4257 | 0.000000e+00 |      --      |    Inf 
710.37/710.70	c   677s|  1960k|274035 |  4268k| 151M|  36 |   5 |  40 | 323 |   6 |  40 |  16 |  19 |  31k|4269 | 0.000000e+00 |      --      |    Inf 
714.27/714.59	c   680s|  1970k|274881 |  4291k| 151M|  36 |   5 |  40 | 328 |   8 |  40 |  16 |  19 |  31k|4278 | 0.000000e+00 |      --      |    Inf 
718.07/718.31	c   684s|  1980k|276326 |  4313k| 152M|  36 |   5 |  40 | 306 |   9 |  40 |  16 |  19 |  31k|4290 | 0.000000e+00 |      --      |    Inf 
721.77/722.06	c   688s|  1990k|277770 |  4337k| 153M|  36 |   5 |  40 | 319 |   7 |  40 |  16 |  19 |  31k|4300 | 0.000000e+00 |      --      |    Inf 
725.47/725.74	c   691s|  2000k|278830 |  4358k| 154M|  36 |   5 |  40 | 312 |   6 |  40 |  16 |  19 |  31k|4307 | 0.000000e+00 |      --      |    Inf 
729.17/729.46	c   695s|  2010k|279867 |  4380k| 154M|  36 |   - |  40 | 350 |   5 |   0 |   0 |  19 |  31k|4309 | 0.000000e+00 |      --      |    Inf 
733.07/733.32	c   698s|  2020k|280483 |  4403k| 155M|  36 |   - |  40 | 305 |   5 |  40 |  16 |  19 |  32k|4317 | 0.000000e+00 |      --      |    Inf 
736.77/737.09	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
736.77/737.09	c   702s|  2030k|281401 |  4425k| 155M|  36 |   - |  40 | 290 |   6 |  40 |  16 |  19 |  32k|4324 | 0.000000e+00 |      --      |    Inf 
740.46/740.78	c   705s|  2040k|282343 |  4447k| 156M|  36 |   5 |  40 | 204 |   6 |  40 |  16 |  19 |  32k|4332 | 0.000000e+00 |      --      |    Inf 
744.26/744.51	c   709s|  2050k|283086 |  4469k| 156M|  36 |   - |  40 | 144 |   5 |  40 |  16 |  19 |  32k|4343 | 0.000000e+00 |      --      |    Inf 
747.96/748.21	c   712s|  2060k|284064 |  4491k| 157M|  36 |   5 |  40 | 138 |   5 |  40 |  16 |  19 |  32k|4351 | 0.000000e+00 |      --      |    Inf 
751.66/751.97	c   716s|  2070k|285667 |  4515k| 158M|  36 |   5 |  40 | 212 |  13 |  40 |  16 |  19 |  32k|4356 | 0.000000e+00 |      --      |    Inf 
755.46/755.73	c   720s|  2080k|286871 |  4538k| 158M|  36 |   5 |  40 | 209 |   5 |  40 |  16 |  19 |  32k|4362 | 0.000000e+00 |      --      |    Inf 
759.05/759.32	c   723s|  2090k|288251 |  4559k| 159M|  36 |   5 |  40 | 185 |   7 |  40 |  16 |  19 |  33k|4367 | 0.000000e+00 |      --      |    Inf 
762.66/762.93	c   727s|  2100k|289208 |  4581k| 160M|  36 |   - |  40 | 216 |   6 |  40 |  16 |  19 |  33k|4380 | 0.000000e+00 |      --      |    Inf 
766.35/766.63	c   730s|  2110k|290010 |  4602k| 160M|  36 |   - |  40 | 152 |   5 |  40 |  16 |  19 |  33k|4383 | 0.000000e+00 |      --      |    Inf 
770.05/770.39	c   734s|  2120k|290601 |  4624k| 161M|  36 |   - |  40 | 103 |   5 |  40 |  16 |  19 |  33k|4386 | 0.000000e+00 |      --      |    Inf 
773.75/774.03	c   737s|  2130k|291609 |  4645k| 161M|  36 |   5 |  40 | 148 |   5 |  40 |  16 |  19 |  33k|4389 | 0.000000e+00 |      --      |    Inf 
777.46/777.74	c   741s|  2140k|292449 |  4667k| 162M|  36 |   5 |  40 | 155 |   5 |  40 |  16 |  19 |  33k|4397 | 0.000000e+00 |      --      |    Inf 
781.15/781.47	c   744s|  2150k|293357 |  4688k| 162M|  36 |   - |  40 | 157 |   5 |   0 |   0 |  19 |  33k|4403 | 0.000000e+00 |      --      |    Inf 
784.85/785.15	c   748s|  2160k|294435 |  4710k| 163M|  36 |   - |  40 | 157 |   6 |  40 |  16 |  19 |  34k|4410 | 0.000000e+00 |      --      |    Inf 
788.55/788.84	c   751s|  2170k|295424 |  4732k| 164M|  36 |   5 |  40 | 144 |   7 |  40 |  16 |  19 |  34k|4419 | 0.000000e+00 |      --      |    Inf 
792.35/792.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
792.35/792.62	c   755s|  2180k|296492 |  4754k| 164M|  36 |   - |  40 | 126 |   5 |  40 |  16 |  19 |  34k|4425 | 0.000000e+00 |      --      |    Inf 
795.95/796.24	c   758s|  2190k|297428 |  4775k| 165M|  36 |   - |  40 | 153 |   9 |  40 |  16 |  19 |  34k|4430 | 0.000000e+00 |      --      |    Inf 
799.74/800.01	c   762s|  2200k|298272 |  4798k| 166M|  36 |   5 |  40 | 163 |   5 |  40 |  16 |  19 |  34k|4434 | 0.000000e+00 |      --      |    Inf 
803.44/803.79	c   765s|  2210k|299000 |  4820k| 166M|  36 |   5 |  40 | 157 |  29 |  40 |  16 |  19 |  34k|4440 | 0.000000e+00 |      --      |    Inf 
807.14/807.43	c   769s|  2220k|300297 |  4842k| 167M|  36 |   5 |  40 | 158 |   6 |  40 |  16 |  19 |  35k|4444 | 0.000000e+00 |      --      |    Inf 
810.84/811.14	c   772s|  2230k|301939 |  4864k| 168M|  36 |   5 |  40 | 200 |   5 |  40 |  16 |  19 |  35k|4451 | 0.000000e+00 |      --      |    Inf 
814.64/814.94	c   776s|  2240k|303059 |  4886k| 168M|  36 |   - |  40 | 256 |   5 |   0 |   0 |  19 |  35k|4457 | 0.000000e+00 |      --      |    Inf 
818.33/818.62	c   780s|  2250k|303832 |  4907k| 169M|  36 |   - |  40 | 328 |   9 |  40 |  16 |  19 |  35k|4460 | 0.000000e+00 |      --      |    Inf 
822.13/822.43	c   783s|  2260k|304815 |  4930k| 169M|  36 |   5 |  40 | 306 |   6 |  40 |  16 |  19 |  35k|4465 | 0.000000e+00 |      --      |    Inf 
825.83/826.17	c   787s|  2270k|305609 |  4951k| 170M|  36 |   5 |  40 | 201 |   6 |  40 |  16 |  19 |  36k|4470 | 0.000000e+00 |      --      |    Inf 
829.62/829.97	c   790s|  2280k|306752 |  4974k| 171M|  36 |   5 |  40 | 205 |  20 |  40 |  16 |  19 |  36k|4479 | 0.000000e+00 |      --      |    Inf 
833.42/833.79	c   794s|  2290k|307428 |  4996k| 171M|  36 |   - |  40 | 192 |   5 |  40 |  16 |  19 |  36k|4483 | 0.000000e+00 |      --      |    Inf 
837.32/837.64	c   798s|  2300k|308157 |  5019k| 172M|  36 |   - |  40 | 126 |   6 |  40 |  16 |  19 |  36k|4489 | 0.000000e+00 |      --      |    Inf 
841.02/841.31	c   801s|  2310k|309179 |  5040k| 172M|  36 |   - |  40 | 130 |   5 |  40 |  16 |  19 |  36k|4494 | 0.000000e+00 |      --      |    Inf 
844.63/844.97	c   805s|  2320k|310071 |  5061k| 173M|  36 |   5 |  40 | 141 |   8 |  40 |  16 |  19 |  36k|4501 | 0.000000e+00 |      --      |    Inf 
848.43/848.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
848.43/848.75	c   808s|  2330k|311026 |  5084k| 173M|  36 |   - |  40 | 138 |   9 |  40 |  16 |  19 |  36k|4510 | 0.000000e+00 |      --      |    Inf 
852.12/852.47	c   812s|  2340k|311879 |  5105k| 174M|  36 |   - |  40 | 160 |   6 |  40 |  16 |  19 |  37k|4515 | 0.000000e+00 |      --      |    Inf 
855.92/856.22	c   815s|  2350k|313401 |  5129k| 175M|  36 |   5 |  40 | 185 |   6 |  40 |  16 |  19 |  37k|4520 | 0.000000e+00 |      --      |    Inf 
859.62/859.95	c   819s|  2360k|314222 |  5150k| 175M|  36 |   - |  40 | 179 |  14 |  40 |  16 |  19 |  37k|4524 | 0.000000e+00 |      --      |    Inf 
863.42/863.70	c   823s|  2370k|315103 |  5172k| 176M|  36 |   - |  40 | 163 |   7 |  40 |  16 |  19 |  37k|4529 | 0.000000e+00 |      --      |    Inf 
867.11/867.48	c   826s|  2380k|315561 |  5194k| 176M|  36 |   5 |  40 | 116 |   6 |  40 |  16 |  19 |  37k|4536 | 0.000000e+00 |      --      |    Inf 
871.01/871.35	c   830s|  2390k|316799 |  5219k| 177M|  36 |   5 |  40 | 184 |   7 |  40 |  16 |  19 |  37k|4541 | 0.000000e+00 |      --      |    Inf 
874.71/875.02	c   833s|  2400k|319076 |  5242k| 178M|  36 |   - |  40 | 287 |   6 |  40 |  16 |  19 |  38k|4545 | 0.000000e+00 |      --      |    Inf 
878.41/878.70	c   837s|  2410k|320881 |  5264k| 179M|  36 |   5 |  40 | 299 |   5 |  40 |  16 |  19 |  38k|4549 | 0.000000e+00 |      --      |    Inf 
882.01/882.38	c   840s|  2420k|322497 |  5286k| 180M|  36 |   5 |  40 | 305 |   5 |  40 |  16 |  19 |  38k|4553 | 0.000000e+00 |      --      |    Inf 
885.71/886.10	c   844s|  2430k|323779 |  5308k| 181M|  36 |   5 |  40 | 350 |   5 |  40 |  16 |  19 |  38k|4557 | 0.000000e+00 |      --      |    Inf 
889.51/889.83	c   847s|  2440k|325054 |  5329k| 181M|  36 |   - |  40 | 386 |  35 |   0 |   0 |  19 |  38k|4563 | 0.000000e+00 |      --      |    Inf 
893.31/893.67	c   851s|  2450k|325941 |  5352k| 182M|  36 |   - |  40 | 363 |   6 |   0 |   0 |  19 |  39k|4568 | 0.000000e+00 |      --      |    Inf 
897.10/897.49	c   855s|  2460k|326615 |  5373k| 183M|  36 |   - |  40 | 371 |   6 |  40 |  16 |  19 |  39k|4572 | 0.000000e+00 |      --      |    Inf 
901.00/901.30	c   858s|  2470k|327597 |  5396k| 183M|  36 |   - |  40 | 425 |   4 |   0 |   0 |  19 |  39k|4579 | 0.000000e+00 |      --      |    Inf 
904.71/905.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
904.71/905.02	c   862s|  2480k|328728 |  5417k| 184M|  36 |   5 |  40 | 443 |   6 |  40 |  16 |  19 |  39k|4583 | 0.000000e+00 |      --      |    Inf 
908.30/908.67	c   865s|  2490k|329797 |  5437k| 184M|  36 |   5 |  40 | 346 |   7 |  40 |  16 |  19 |  40k|4591 | 0.000000e+00 |      --      |    Inf 
912.10/912.47	c   869s|  2500k|330483 |  5458k| 185M|  36 |   5 |  40 | 254 |  11 |  40 |  16 |  19 |  40k|4596 | 0.000000e+00 |      --      |    Inf 
915.80/916.20	c   873s|  2510k|331504 |  5479k| 185M|  36 |   5 |  40 | 202 |   5 |  40 |  16 |  19 |  40k|4602 | 0.000000e+00 |      --      |    Inf 
919.60/919.98	c   876s|  2520k|332166 |  5501k| 186M|  36 |   5 |  40 | 187 |   5 |  40 |  16 |  19 |  40k|4611 | 0.000000e+00 |      --      |    Inf 
923.40/923.72	c   880s|  2530k|332925 |  5522k| 186M|  36 |   5 |  40 | 169 |   5 |  40 |  16 |  19 |  40k|4615 | 0.000000e+00 |      --      |    Inf 
927.20/927.53	c   883s|  2540k|333514 |  5544k| 187M|  36 |   - |  40 | 176 |   5 |  40 |  16 |  19 |  40k|4620 | 0.000000e+00 |      --      |    Inf 
931.00/931.35	c   887s|  2550k|334317 |  5566k| 187M|  36 |   - |  40 | 169 |   5 |  40 |  16 |  19 |  41k|4625 | 0.000000e+00 |      --      |    Inf 
934.59/934.97	c   890s|  2560k|335155 |  5586k| 188M|  36 |   5 |  40 | 196 |   8 |  40 |  16 |  19 |  41k|4629 | 0.000000e+00 |      --      |    Inf 
938.40/938.73	c   894s|  2570k|335712 |  5608k| 188M|  36 |   5 |  40 | 113 |   5 |  40 |  16 |  19 |  41k|4636 | 0.000000e+00 |      --      |    Inf 
942.10/942.46	c   898s|  2580k|336994 |  5630k| 189M|  36 |   5 |  40 | 168 |   5 |  40 |  16 |  19 |  41k|4643 | 0.000000e+00 |      --      |    Inf 
945.80/946.11	c   901s|  2590k|337907 |  5651k| 190M|  36 |   5 |  40 | 198 |   5 |  40 |  16 |  19 |  41k|4650 | 0.000000e+00 |      --      |    Inf 
949.59/949.97	c   905s|  2600k|338426 |  5673k| 190M|  36 |   5 |  40 | 146 |   5 |  40 |  16 |  19 |  41k|4653 | 0.000000e+00 |      --      |    Inf 
953.39/953.71	c   908s|  2610k|339355 |  5694k| 191M|  36 |   - |  40 | 189 |   6 |   0 |   0 |  19 |  42k|4657 | 0.000000e+00 |      --      |    Inf 
957.19/957.53	c   912s|  2620k|340608 |  5717k| 191M|  36 |   5 |  40 | 260 |   5 |  40 |  16 |  19 |  42k|4662 | 0.000000e+00 |      --      |    Inf 
960.99/961.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.99/961.30	c   915s|  2630k|342087 |  5740k| 192M|  36 |   - |  40 | 242 |   5 |  40 |  16 |  19 |  42k|4666 | 0.000000e+00 |      --      |    Inf 
964.79/965.13	c   919s|  2640k|343291 |  5764k| 193M|  36 |   - |  40 | 260 |   6 |  40 |  16 |  19 |  42k|4670 | 0.000000e+00 |      --      |    Inf 
968.68/969.06	c   923s|  2650k|343965 |  5787k| 193M|  36 |   - |  40 | 242 |   5 |  40 |  16 |  19 |  42k|4677 | 0.000000e+00 |      --      |    Inf 
972.59/972.97	c   927s|  2660k|344628 |  5810k| 194M|  36 |   - |  40 | 206 |   5 |  40 |  16 |  19 |  43k|4680 | 0.000000e+00 |      --      |    Inf 
976.49/976.83	c   930s|  2670k|345220 |  5832k| 194M|  36 |   5 |  40 | 145 |   5 |  40 |  16 |  19 |  43k|4688 | 0.000000e+00 |      --      |    Inf 
980.28/980.60	c   934s|  2680k|345813 |  5853k| 195M|  36 |   5 |  40 | 143 |   6 |  40 |  16 |  19 |  43k|4694 | 0.000000e+00 |      --      |    Inf 
984.07/984.41	c   938s|  2690k|346465 |  5876k| 195M|  36 |   - |  40 | 125 |   4 |   0 |   0 |  19 |  43k|4701 | 0.000000e+00 |      --      |    Inf 
987.88/988.22	c   941s|  2700k|347002 |  5898k| 196M|  36 |   5 |  40 | 102 |  14 |  40 |  16 |  19 |  43k|4706 | 0.000000e+00 |      --      |    Inf 
991.68/992.03	c   945s|  2710k|348049 |  5921k| 196M|  36 |   5 |  40 | 163 |   9 |  40 |  16 |  19 |  44k|4710 | 0.000000e+00 |      --      |    Inf 
995.48/995.80	c   948s|  2720k|349055 |  5942k| 197M|  36 |   - |  40 | 145 |   6 |  40 |  16 |  19 |  44k|4718 | 0.000000e+00 |      --      |    Inf 
999.17/999.54	c   952s|  2730k|349632 |  5963k| 197M|  36 |   - |  40 | 133 |   7 |   0 |   0 |  19 |  44k|4726 | 0.000000e+00 |      --      |    Inf 
1002.87/1003.23	c   955s|  2740k|351609 |  5986k| 198M|  36 |   - |  40 | 184 |  10 |  40 |  16 |  19 |  44k|4732 | 0.000000e+00 |      --      |    Inf 
1006.68/1007.06	c   959s|  2750k|352846 |  6010k| 199M|  36 |   - |  40 | 209 |   6 |   0 |   0 |  19 |  44k|4739 | 0.000000e+00 |      --      |    Inf 
1010.58/1010.94	c   963s|  2760k|353953 |  6033k| 200M|  36 |   - |  40 | 227 |   7 |   0 |   0 |  19 |  44k|4750 | 0.000000e+00 |      --      |    Inf 
1014.47/1014.85	c   967s|  2770k|354781 |  6056k| 200M|  36 |   - |  40 | 264 |   5 |  40 |  16 |  19 |  45k|4756 | 0.000000e+00 |      --      |    Inf 
1018.37/1018.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1018.37/1018.71	c   970s|  2780k|355950 |  6079k| 201M|  36 |   5 |  40 | 277 |   6 |  40 |  16 |  19 |  45k|4760 | 0.000000e+00 |      --      |    Inf 
1022.17/1022.50	c   974s|  2790k|356912 |  6101k| 202M|  36 |   - |  40 | 333 |   5 |  40 |  16 |  19 |  45k|4765 | 0.000000e+00 |      --      |    Inf 
1025.97/1026.34	c   978s|  2800k|357662 |  6124k| 202M|  36 |   - |  40 | 206 |   5 |  40 |  16 |  19 |  45k|4770 | 0.000000e+00 |      --      |    Inf 
1029.76/1030.15	c   981s|  2810k|358446 |  6146k| 203M|  36 |   5 |  40 | 179 |   5 |  40 |  16 |  19 |  45k|4779 | 0.000000e+00 |      --      |    Inf 
1033.66/1034.06	c   985s|  2820k|358882 |  6168k| 203M|  36 |   - |  40 | 134 |   5 |  40 |  16 |  19 |  45k|4783 | 0.000000e+00 |      --      |    Inf 
1037.36/1037.77	c   988s|  2830k|360160 |  6190k| 204M|  36 |   5 |  40 | 205 |   7 |  40 |  16 |  19 |  46k|4787 | 0.000000e+00 |      --      |    Inf 
1041.06/1041.45	c   992s|  2840k|361193 |  6211k| 204M|  36 |   5 |  40 | 236 |   5 |  40 |  16 |  19 |  46k|4792 | 0.000000e+00 |      --      |    Inf 
1044.96/1045.34	c   996s|  2850k|361527 |  6233k| 205M|  36 |   5 |  40 | 194 |   5 |  40 |  16 |  19 |  46k|4796 | 0.000000e+00 |      --      |    Inf 
1048.66/1049.08	c   999s|  2860k|362734 |  6255k| 205M|  36 |   5 |  40 | 176 |   6 |  40 |  16 |  19 |  46k|4800 | 0.000000e+00 |      --      |    Inf 
1052.56/1052.97	c  1003s|  2870k|363334 |  6277k| 206M|  36 |   - |  40 | 133 |   5 |  40 |  16 |  19 |  46k|4808 | 0.000000e+00 |      --      |    Inf 
1056.46/1056.81	c  1007s|  2880k|363956 |  6299k| 206M|  36 |   5 |  40 | 131 |   5 |  40 |  16 |  19 |  46k|4813 | 0.000000e+00 |      --      |    Inf 
1060.26/1060.65	c  1010s|  2890k|364658 |  6321k| 207M|  36 |   5 |  40 | 130 |   5 |  40 |  16 |  19 |  47k|4817 | 0.000000e+00 |      --      |    Inf 
1063.95/1064.34	c  1014s|  2900k|365400 |  6342k| 207M|  36 |   - |  40 | 166 |   5 |  40 |  16 |  19 |  47k|4825 | 0.000000e+00 |      --      |    Inf 
1067.75/1068.17	c  1017s|  2910k|366162 |  6364k| 208M|  36 |   - |  40 | 169 |  11 |   0 |   0 |  19 |  47k|4829 | 0.000000e+00 |      --      |    Inf 
1071.55/1071.98	c  1021s|  2920k|367188 |  6386k| 209M|  36 |   - |  40 | 175 |   5 |   0 |   0 |  19 |  47k|4835 | 0.000000e+00 |      --      |    Inf 
1075.35/1075.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1075.35/1075.70	c  1025s|  2930k|369068 |  6409k| 209M|  36 |   5 |  40 | 220 |  14 |  40 |  16 |  19 |  47k|4838 | 0.000000e+00 |      --      |    Inf 
1079.05/1079.45	c  1028s|  2940k|370491 |  6432k| 210M|  36 |   5 |  40 | 236 |   6 |  40 |  16 |  19 |  47k|4845 | 0.000000e+00 |      --      |    Inf 
1082.85/1083.22	c  1032s|  2950k|371651 |  6455k| 211M|  36 |   5 |  40 | 239 |   7 |  40 |  16 |  19 |  48k|4850 | 0.000000e+00 |      --      |    Inf 
1086.65/1087.03	c  1035s|  2960k|372396 |  6477k| 211M|  36 |   5 |  40 | 282 |   6 |  40 |  16 |  19 |  48k|4853 | 0.000000e+00 |      --      |    Inf 
1090.55/1090.91	c  1039s|  2970k|372959 |  6500k| 212M|  36 |   - |  40 | 243 |   5 |  40 |  16 |  19 |  48k|4857 | 0.000000e+00 |      --      |    Inf 
1094.45/1094.84	c  1043s|  2980k|373336 |  6523k| 212M|  36 |   - |  40 | 154 |   5 |  40 |  16 |  19 |  48k|4869 | 0.000000e+00 |      --      |    Inf 
1098.24/1098.63	c  1046s|  2990k|374300 |  6545k| 213M|  36 |   5 |  40 | 179 |   5 |  40 |  16 |  19 |  48k|4877 | 0.000000e+00 |      --      |    Inf 
1101.94/1102.39	c  1050s|  3000k|375169 |  6568k| 213M|  36 |   5 |  40 | 179 |   5 |  40 |  16 |  19 |  49k|4888 | 0.000000e+00 |      --      |    Inf 
1105.84/1106.20	c  1054s|  3010k|375782 |  6590k| 214M|  36 |   - |  40 | 183 |   5 |  40 |  16 |  19 |  49k|4897 | 0.000000e+00 |      --      |    Inf 
1109.64/1110.04	c  1057s|  3020k|376222 |  6611k| 214M|  36 |   - |  40 | 135 |   5 |  40 |  16 |  19 |  49k|4900 | 0.000000e+00 |      --      |    Inf 
1113.44/1113.87	c  1061s|  3030k|376897 |  6633k| 215M|  36 |   5 |  40 | 113 |   9 |  40 |  16 |  19 |  49k|4904 | 0.000000e+00 |      --      |    Inf 
1117.24/1117.68	c  1065s|  3040k|377554 |  6655k| 215M|  36 |   5 |  40 | 163 |   5 |  40 |  16 |  19 |  49k|4912 | 0.000000e+00 |      --      |    Inf 
1121.14/1121.54	c  1068s|  3050k|378133 |  6677k| 216M|  36 |   5 |  40 | 169 |   5 |  40 |  16 |  19 |  49k|4921 | 0.000000e+00 |      --      |    Inf 
1124.94/1125.34	c  1072s|  3060k|378766 |  6699k| 216M|  36 |   - |  40 | 140 |   6 |   0 |   0 |  19 |  50k|4928 | 0.000000e+00 |      --      |    Inf 
1128.73/1129.16	c  1076s|  3070k|379348 |  6721k| 217M|  36 |   - |  40 | 177 |   5 |  40 |  16 |  19 |  50k|4934 | 0.000000e+00 |      --      |    Inf 
1132.53/1132.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1132.53/1132.95	c  1079s|  3080k|380120 |  6743k| 217M|  36 |   5 |  40 | 222 |   5 |  40 |  16 |  19 |  50k|4942 | 0.000000e+00 |      --      |    Inf 
1136.33/1136.78	c  1083s|  3090k|380827 |  6766k| 218M|  36 |   5 |  40 | 191 |   6 |  40 |  16 |  19 |  50k|4951 | 0.000000e+00 |      --      |    Inf 
1140.13/1140.59	c  1087s|  3100k|381399 |  6788k| 218M|  36 |   - |  40 | 160 |  10 |   0 |   0 |  19 |  50k|4957 | 0.000000e+00 |      --      |    Inf 
1143.92/1144.38	c  1090s|  3110k|382376 |  6810k| 219M|  36 |   5 |  40 | 129 |   6 |  40 |  16 |  19 |  50k|4962 | 0.000000e+00 |      --      |    Inf 
1147.73/1148.17	c  1094s|  3120k|383707 |  6833k| 219M|  36 |   5 |  40 | 191 |   5 |  40 |  16 |  19 |  51k|4968 | 0.000000e+00 |      --      |    Inf 
1151.63/1152.06	c  1097s|  3130k|384347 |  6857k| 220M|  36 |   - |  40 | 280 |  37 |  40 |  16 |  19 |  51k|4979 | 0.000000e+00 |      --      |    Inf 
1155.42/1155.87	c  1101s|  3140k|385016 |  6878k| 220M|  36 |   - |  40 | 142 |   5 |   0 |   0 |  19 |  51k|4986 | 0.000000e+00 |      --      |    Inf 
1159.13/1159.53	c  1105s|  3150k|385947 |  6899k| 221M|  36 |   5 |  40 | 152 |   5 |  40 |  16 |  19 |  51k|4995 | 0.000000e+00 |      --      |    Inf 
1162.82/1163.26	c  1108s|  3160k|387056 |  6921k| 222M|  36 |   - |  40 | 216 |   5 |  40 |  16 |  19 |  51k|5003 | 0.000000e+00 |      --      |    Inf 
1166.62/1167.05	c  1112s|  3170k|387941 |  6944k| 222M|  36 |   5 |  40 | 254 |   6 |  40 |  16 |  19 |  52k|5009 | 0.000000e+00 |      --      |    Inf 
1170.42/1170.88	c  1115s|  3180k|388975 |  6967k| 223M|  36 |   - |  40 | 207 |   5 |  40 |  16 |  19 |  52k|5019 | 0.000000e+00 |      --      |    Inf 
1174.32/1174.77	c  1119s|  3190k|389669 |  6990k| 223M|  36 |   5 |  40 | 253 |  11 |  40 |  16 |  19 |  52k|5028 | 0.000000e+00 |      --      |    Inf 
1178.21/1178.61	c  1123s|  3200k|390378 |  7012k| 224M|  36 |   - |  40 | 269 |   5 |  40 |  16 |  19 |  52k|5034 | 0.000000e+00 |      --      |    Inf 
1181.92/1182.37	c  1126s|  3210k|391772 |  7034k| 225M|  36 |   - |  40 | 304 |   5 |  40 |  16 |  19 |  52k|5040 | 0.000000e+00 |      --      |    Inf 
1185.81/1186.25	c  1130s|  3220k|392298 |  7057k| 225M|  36 |   5 |  40 | 304 |   5 |  40 |  16 |  19 |  52k|5050 | 0.000000e+00 |      --      |    Inf 
1189.72/1190.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1189.72/1190.19	c  1134s|  3230k|392777 |  7079k| 225M|  36 |   - |  40 | 366 |   6 |  40 |  16 |  19 |  53k|5059 | 0.000000e+00 |      --      |    Inf 
1193.71/1194.13	c  1138s|  3240k|393339 |  7101k| 226M|  36 |   - |  40 | 326 |   5 |  40 |  16 |  19 |  53k|5066 | 0.000000e+00 |      --      |    Inf 
1197.61/1198.01	c  1141s|  3250k|394745 |  7125k| 227M|  36 |   - |  40 | 462 |   5 |   0 |   0 |  19 |  53k|5073 | 0.000000e+00 |      --      |    Inf 
1201.51/1201.91	c  1145s|  3260k|395705 |  7149k| 227M|  36 |   - |  40 | 557 |   5 |  40 |  16 |  19 |  53k|5080 | 0.000000e+00 |      --      |    Inf 
1205.41/1205.87	c  1149s|  3270k|396990 |  7173k| 228M|  36 |   5 |  40 | 575 |   7 |  40 |  16 |  19 |  54k|5085 | 0.000000e+00 |      --      |    Inf 
1209.51/1209.93	c  1153s|  3280k|397805 |  7198k| 229M|  36 |   5 |  40 | 623 |   5 |  40 |  16 |  19 |  54k|5095 | 0.000000e+00 |      --      |    Inf 
1213.60/1214.04	c  1157s|  3290k|398454 |  7223k| 229M|  36 |   5 |  40 | 561 |   5 |  40 |  16 |  19 |  54k|5103 | 0.000000e+00 |      --      |    Inf 
1217.70/1218.13	c  1161s|  3300k|399066 |  7247k| 230M|  36 |   - |  40 | 535 |   5 |  40 |  16 |  19 |  55k|5111 | 0.000000e+00 |      --      |    Inf 
1221.51/1222.00	c  1164s|  3310k|399844 |  7269k| 230M|  36 |   5 |  40 | 421 |   6 |  40 |  16 |  19 |  55k|5118 | 0.000000e+00 |      --      |    Inf 
1225.40/1225.90	c  1168s|  3320k|400789 |  7292k| 231M|  36 |   - |  40 | 367 |   5 |  40 |  16 |  19 |  55k|5124 | 0.000000e+00 |      --      |    Inf 
1229.41/1229.84	c  1172s|  3330k|401351 |  7315k| 231M|  36 |   5 |  40 | 227 |   5 |  40 |  16 |  19 |  55k|5131 | 0.000000e+00 |      --      |    Inf 
1233.30/1233.77	c  1176s|  3340k|401928 |  7339k| 231M|  36 |   5 |  40 | 192 |  11 |  40 |  16 |  19 |  55k|5135 | 0.000000e+00 |      --      |    Inf 
1237.40/1237.80	c  1179s|  3350k|402433 |  7363k| 232M|  36 |   5 |  40 | 194 |   6 |  40 |  16 |  19 |  56k|5140 | 0.000000e+00 |      --      |    Inf 
1241.19/1241.68	c  1183s|  3360k|403101 |  7387k| 232M|  36 |   - |  40 | 186 |   5 |  40 |  16 |  19 |  56k|5150 | 0.000000e+00 |      --      |    Inf 
1245.10/1245.55	c  1187s|  3370k|404069 |  7412k| 233M|  36 |   - |  40 | 238 |   5 |   0 |   0 |  19 |  56k|5156 | 0.000000e+00 |      --      |    Inf 
1248.90/1249.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1248.90/1249.37	c  1190s|  3380k|405080 |  7435k| 233M|  36 |   5 |  40 | 250 |   7 |  40 |  16 |  19 |  56k|5159 | 0.000000e+00 |      --      |    Inf 
1252.79/1253.22	c  1194s|  3390k|406749 |  7459k| 234M|  36 |   5 |  40 | 312 |   7 |  40 |  16 |  19 |  56k|5165 | 0.000000e+00 |      --      |    Inf 
1256.69/1257.17	c  1198s|  3400k|407516 |  7483k| 235M|  36 |   - |  40 | 264 |   5 |  40 |  16 |  19 |  56k|5172 | 0.000000e+00 |      --      |    Inf 
1260.59/1261.03	c  1201s|  3410k|408778 |  7508k| 236M|  36 |   - |  40 | 323 |   5 |   0 |   0 |  19 |  57k|5177 | 0.000000e+00 |      --      |    Inf 
1264.48/1264.91	c  1205s|  3420k|409477 |  7530k| 236M|  36 |   5 |  40 | 263 |   6 |  40 |  16 |  19 |  57k|5190 | 0.000000e+00 |      --      |    Inf 
1268.39/1268.80	c  1209s|  3430k|410006 |  7553k| 237M|  36 |   5 |  40 | 183 |   8 |  40 |  16 |  19 |  57k|5195 | 0.000000e+00 |      --      |    Inf 
1272.18/1272.67	c  1213s|  3440k|410539 |  7575k| 237M|  36 |   5 |  40 | 204 |  17 |  40 |  16 |  19 |  57k|5198 | 0.000000e+00 |      --      |    Inf 
1276.09/1276.59	c  1216s|  3450k|411036 |  7599k| 237M|  36 |   - |  40 | 152 |   5 |  40 |  16 |  19 |  57k|5200 | 0.000000e+00 |      --      |    Inf 
1279.88/1280.39	c  1220s|  3460k|412155 |  7622k| 238M|  36 |   5 |  40 | 239 |  10 |  40 |  16 |  19 |  58k|5207 | 0.000000e+00 |      --      |    Inf 
1283.68/1284.18	c  1224s|  3470k|412918 |  7643k| 239M|  36 |   5 |  40 | 325 |   5 |  40 |  16 |  19 |  58k|5210 | 0.000000e+00 |      --      |    Inf 
1287.58/1288.04	c  1227s|  3480k|413738 |  7666k| 239M|  36 |   - |  40 | 287 |   5 |  40 |  16 |  19 |  58k|5215 | 0.000000e+00 |      --      |    Inf 
1291.58/1292.01	c  1231s|  3490k|414416 |  7691k| 240M|  36 |   - |  40 | 342 |   9 |  40 |  16 |  19 |  58k|5221 | 0.000000e+00 |      --      |    Inf 
1295.49/1295.95	c  1235s|  3500k|414847 |  7714k| 240M|  36 |   - |  40 | 188 |   6 |  40 |  16 |  19 |  59k|5225 | 0.000000e+00 |      --      |    Inf 
1299.38/1299.80	c  1238s|  3510k|415434 |  7737k| 240M|  36 |   - |  40 | 193 |   8 |   0 |   0 |  19 |  59k|5228 | 0.000000e+00 |      --      |    Inf 
1303.18/1303.62	c  1242s|  3520k|416202 |  7759k| 241M|  36 |   5 |  40 | 230 |   6 |  40 |  16 |  19 |  59k|5232 | 0.000000e+00 |      --      |    Inf 
1306.98/1307.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1306.98/1307.42	c  1246s|  3530k|416921 |  7781k| 241M|  36 |   5 |  40 | 212 |   5 |  40 |  16 |  19 |  59k|5243 | 0.000000e+00 |      --      |    Inf 
1310.88/1311.37	c  1250s|  3540k|417405 |  7804k| 242M|  36 |   - |  40 | 207 |   6 |  40 |  16 |  19 |  59k|5252 | 0.000000e+00 |      --      |    Inf 
1314.77/1315.28	c  1253s|  3550k|417810 |  7828k| 242M|  36 |   5 |  40 | 181 |   5 |  40 |  16 |  19 |  60k|5259 | 0.000000e+00 |      --      |    Inf 
1318.47/1318.99	c  1257s|  3560k|418823 |  7849k| 243M|  36 |   5 |  40 | 297 |   7 |  40 |  16 |  19 |  60k|5263 | 0.000000e+00 |      --      |    Inf 
1322.37/1322.81	c  1260s|  3570k|419541 |  7871k| 243M|  36 |   5 |  40 | 316 |   6 |  40 |  16 |  19 |  60k|5271 | 0.000000e+00 |      --      |    Inf 
1326.17/1326.64	c  1264s|  3580k|420489 |  7895k| 244M|  36 |   - |  40 | 338 |   6 |  40 |  16 |  19 |  60k|5279 | 0.000000e+00 |      --      |    Inf 
1330.07/1330.60	c  1268s|  3590k|421091 |  7918k| 244M|  36 |   5 |  40 | 277 |  21 |  40 |  16 |  19 |  61k|5286 | 0.000000e+00 |      --      |    Inf 
1334.07/1334.58	c  1272s|  3600k|421573 |  7941k| 245M|  36 |   5 |  40 | 177 |  10 |  40 |  16 |  19 |  61k|5292 | 0.000000e+00 |      --      |    Inf 
1338.07/1338.55	c  1275s|  3610k|421889 |  7964k| 245M|  36 |   5 |  40 | 158 |   5 |  40 |  16 |  19 |  61k|5296 | 0.000000e+00 |      --      |    Inf 
1341.67/1342.17	c  1279s|  3620k|422573 |  7984k| 245M|  36 |   5 |  40 | 219 |   5 |  40 |  16 |  19 |  61k|5299 | 0.000000e+00 |      --      |    Inf 
1345.56/1346.07	c  1283s|  3630k|423119 |  8008k| 246M|  36 |   5 |  40 | 224 |   5 |  40 |  16 |  19 |  61k|5302 | 0.000000e+00 |      --      |    Inf 
1349.46/1349.95	c  1286s|  3640k|423401 |  8031k| 246M|  36 |   5 |  40 | 129 |  10 |  40 |  16 |  19 |  61k|5308 | 0.000000e+00 |      --      |    Inf 
1353.26/1353.77	c  1290s|  3650k|424278 |  8055k| 247M|  36 |   - |  40 | 149 |   5 |  40 |  16 |  19 |  62k|5311 | 0.000000e+00 |      --      |    Inf 
1357.16/1357.60	c  1294s|  3660k|424826 |  8078k| 247M|  36 |   - |  40 | 155 |  10 |  40 |  16 |  19 |  62k|5316 | 0.000000e+00 |      --      |    Inf 
1360.96/1361.42	c  1297s|  3670k|425444 |  8101k| 248M|  36 |   - |  40 | 173 |   5 |   0 |   0 |  19 |  62k|5323 | 0.000000e+00 |      --      |    Inf 
1364.66/1365.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1364.66/1365.17	c  1301s|  3680k|426159 |  8125k| 248M|  36 |   5 |  40 | 206 |   6 |  40 |  16 |  19 |  62k|5327 | 0.000000e+00 |      --      |    Inf 
1368.66/1369.10	c  1305s|  3690k|426873 |  8149k| 249M|  36 |   5 |  40 | 188 |   6 |  40 |  16 |  19 |  62k|5331 | 0.000000e+00 |      --      |    Inf 
1372.46/1372.96	c  1308s|  3700k|427627 |  8174k| 249M|  36 |   - |  40 | 196 |   5 |  40 |  16 |  19 |  62k|5335 | 0.000000e+00 |      --      |    Inf 
1376.35/1376.88	c  1312s|  3710k|428223 |  8198k| 250M|  36 |   - |  40 | 158 |   5 |  40 |  16 |  19 |  63k|5341 | 0.000000e+00 |      --      |    Inf 
1380.25/1380.73	c  1316s|  3720k|428784 |  8222k| 250M|  36 |   5 |  40 | 205 |   5 |  40 |  16 |  19 |  63k|5345 | 0.000000e+00 |      --      |    Inf 
1383.75/1384.20	c  1319s|  3730k|429750 |  8242k| 251M|  36 |   5 |  40 | 245 |   7 |  40 |  16 |  19 |  63k|5351 | 0.000000e+00 |      --      |    Inf 
1387.45/1387.97	c  1322s|  3740k|430208 |  8264k| 251M|  36 |   5 |  40 | 155 |   5 |  40 |  16 |  19 |  63k|5357 | 0.000000e+00 |      --      |    Inf 
1391.35/1391.87	c  1326s|  3750k|430851 |  8289k| 251M|  36 |   - |  40 | 168 |   5 |  40 |  16 |  19 |  63k|5365 | 0.000000e+00 |      --      |    Inf 
1395.24/1395.79	c  1330s|  3760k|432019 |  8315k| 252M|  36 |   - |  40 | 191 |   6 |  40 |  16 |  19 |  63k|5368 | 0.000000e+00 |      --      |    Inf 
1399.25/1399.74	c  1334s|  3770k|432537 |  8342k| 252M|  36 |   - |  40 | 237 |   5 |  40 |  16 |  19 |  64k|5377 | 0.000000e+00 |      --      |    Inf 
1403.05/1403.55	c  1337s|  3780k|433879 |  8366k| 253M|  36 |   5 |  40 | 265 |   5 |  40 |  16 |  19 |  64k|5384 | 0.000000e+00 |      --      |    Inf 
1407.04/1407.54	c  1341s|  3790k|434376 |  8391k| 254M|  36 |   - |  40 | 241 |   5 |  40 |  16 |  19 |  64k|5393 | 0.000000e+00 |      --      |    Inf 
1411.04/1411.53	c  1345s|  3800k|434633 |  8415k| 254M|  36 |   5 |  40 | 163 |   5 |  40 |  16 |  19 |  64k|5396 | 0.000000e+00 |      --      |    Inf 
1414.84/1415.36	c  1349s|  3810k|435147 |  8438k| 254M|  36 |   - |  40 | 156 |   7 |  40 |  16 |  19 |  64k|5401 | 0.000000e+00 |      --      |    Inf 
1418.64/1419.19	c  1352s|  3820k|435622 |  8461k| 255M|  36 |   - |  40 | 137 |   5 |  40 |  16 |  19 |  64k|5404 | 0.000000e+00 |      --      |    Inf 
1422.53/1423.05	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1422.53/1423.05	c  1356s|  3830k|436158 |  8485k| 255M|  36 |   5 |  40 | 158 |   5 |  40 |  16 |  19 |  65k|5408 | 0.000000e+00 |      --      |    Inf 
1426.44/1426.90	c  1360s|  3840k|436937 |  8509k| 256M|  36 |   - |  40 | 202 |   5 |  40 |  16 |  19 |  65k|5411 | 0.000000e+00 |      --      |    Inf 
1430.24/1430.75	c  1363s|  3850k|437548 |  8532k| 256M|  36 |   - |  40 | 199 |  14 |  40 |  16 |  19 |  65k|5416 | 0.000000e+00 |      --      |    Inf 
1434.14/1434.67	c  1367s|  3860k|438075 |  8556k| 256M|  36 |   - |  40 | 167 |   5 |  40 |  16 |  19 |  65k|5421 | 0.000000e+00 |      --      |    Inf 
1437.94/1438.47	c  1371s|  3870k|439409 |  8579k| 257M|  36 |   5 |  40 | 176 |   9 |  40 |  16 |  19 |  65k|5427 | 0.000000e+00 |      --      |    Inf 
1441.74/1442.26	c  1374s|  3880k|440934 |  8604k| 258M|  36 |   - |  40 | 237 |   5 |  40 |  16 |  19 |  66k|5431 | 0.000000e+00 |      --      |    Inf 
1445.63/1446.19	c  1378s|  3890k|441746 |  8628k| 259M|  36 |   5 |  40 | 236 |   8 |  40 |  16 |  19 |  66k|5439 | 0.000000e+00 |      --      |    Inf 
1449.63/1450.11	c  1382s|  3900k|442475 |  8653k| 259M|  36 |   - |  40 | 242 |  27 |   0 |   0 |  19 |  66k|5447 | 0.000000e+00 |      --      |    Inf 
1453.53/1454.09	c  1386s|  3910k|443038 |  8676k| 260M|  36 |   5 |  40 | 307 |   6 |  40 |  16 |  19 |  66k|5451 | 0.000000e+00 |      --      |    Inf 
1457.53/1458.09	c  1389s|  3920k|443381 |  8699k| 260M|  36 |   - |  40 | 283 |  20 |  40 |  16 |  19 |  67k|5454 | 0.000000e+00 |      --      |    Inf 
1461.53/1462.01	c  1393s|  3930k|443786 |  8722k| 260M|  36 |   5 |  40 | 199 |   5 |  40 |  16 |  19 |  67k|5463 | 0.000000e+00 |      --      |    Inf 
1465.32/1465.90	c  1397s|  3940k|444513 |  8746k| 261M|  36 |   5 |  40 | 201 |   5 |  40 |  16 |  19 |  67k|5466 | 0.000000e+00 |      --      |    Inf 
1469.23/1469.75	c  1400s|  3950k|445869 |  8770k| 261M|  36 |   - |  40 | 248 |   6 |  40 |  16 |  19 |  67k|5472 | 0.000000e+00 |      --      |    Inf 
1473.12/1473.65	c  1404s|  3960k|446682 |  8794k| 262M|  36 |   - |  40 | 293 |   7 |  40 |  16 |  19 |  67k|5476 | 0.000000e+00 |      --      |    Inf 
1477.12/1477.62	c  1408s|  3970k|447333 |  8818k| 262M|  36 |   5 |  40 | 209 |   5 |  40 |  16 |  19 |  68k|5482 | 0.000000e+00 |      --      |    Inf 
1480.92/1481.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1480.92/1481.45	c  1412s|  3980k|448332 |  8841k| 263M|  36 |   - |  40 | 254 |   5 |  40 |  16 |  19 |  68k|5486 | 0.000000e+00 |      --      |    Inf 
1484.82/1485.38	c  1415s|  3990k|448748 |  8864k| 263M|  36 |   - |  40 | 226 |   8 |   0 |   0 |  19 |  68k|5490 | 0.000000e+00 |      --      |    Inf 
1488.72/1489.28	c  1419s|  4000k|449332 |  8888k| 264M|  36 |   5 |  40 | 208 |   6 |  40 |  16 |  19 |  68k|5493 | 0.000000e+00 |      --      |    Inf 
1492.71/1493.28	c  1423s|  4010k|449871 |  8912k| 264M|  36 |   5 |  40 | 203 |  10 |  40 |  16 |  19 |  68k|5498 | 0.000000e+00 |      --      |    Inf 
1496.72/1497.22	c  1427s|  4020k|450403 |  8935k| 265M|  36 |   - |  40 | 210 |  12 |   0 |   0 |  19 |  69k|5502 | 0.000000e+00 |      --      |    Inf 
1500.61/1501.12	c  1430s|  4030k|450928 |  8958k| 265M|  36 |   - |  40 | 184 |   5 |   0 |   0 |  19 |  69k|5509 | 0.000000e+00 |      --      |    Inf 
1504.41/1504.96	c  1434s|  4040k|451653 |  8981k| 266M|  36 |   - |  40 | 177 |   7 |  40 |  16 |  19 |  69k|5513 | 0.000000e+00 |      --      |    Inf 
1508.01/1508.58	c  1437s|  4050k|452601 |  9002k| 266M|  36 |   - |  40 | 223 |   6 |   0 |   0 |  19 |  69k|5516 | 0.000000e+00 |      --      |    Inf 
1511.81/1512.36	c  1441s|  4060k|453618 |  9024k| 267M|  36 |   5 |  40 | 266 |   9 |  40 |  16 |  19 |  69k|5521 | 0.000000e+00 |      --      |    Inf 
1515.41/1515.94	c  1445s|  4070k|454565 |  9043k| 267M|  36 |   5 |  40 | 281 |   8 |  40 |  16 |  19 |  69k|5524 | 0.000000e+00 |      --      |    Inf 
1519.21/1519.71	c  1448s|  4080k|454960 |  9063k| 268M|  36 |   - |  40 | 243 |   5 |   0 |   0 |  19 |  70k|5528 | 0.000000e+00 |      --      |    Inf 
1523.01/1523.54	c  1452s|  4090k|455473 |  9085k| 268M|  36 |   5 |  40 | 231 |  16 |  40 |  16 |  19 |  70k|5531 | 0.000000e+00 |      --      |    Inf 
1526.80/1527.35	c  1455s|  4100k|456564 |  9109k| 269M|  36 |   5 |  40 | 300 |   5 |  40 |  16 |  19 |  70k|5537 | 0.000000e+00 |      --      |    Inf 
1530.71/1531.27	c  1459s|  4110k|457321 |  9132k| 269M|  36 |   - |  40 | 256 |   7 |  40 |  16 |  19 |  70k|5540 | 0.000000e+00 |      --      |    Inf 
1534.60/1535.14	c  1463s|  4120k|458031 |  9154k| 270M|  36 |   - |  40 | 194 |   5 |   0 |   0 |  19 |  70k|5544 | 0.000000e+00 |      --      |    Inf 
1538.51/1539.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1538.51/1539.01	c  1467s|  4130k|458592 |  9179k| 270M|  36 |   - |  40 | 182 |   5 |   0 |   0 |  19 |  70k|5552 | 0.000000e+00 |      --      |    Inf 
1542.41/1542.93	c  1470s|  4140k|459059 |  9204k| 271M|  36 |   5 |  40 | 198 |   5 |  40 |  16 |  19 |  71k|5553 | 0.000000e+00 |      --      |    Inf 
1546.20/1546.76	c  1474s|  4150k|461073 |  9231k| 272M|  36 |   - |  40 | 263 |   5 |  40 |  16 |  19 |  71k|5561 | 0.000000e+00 |      --      |    Inf 
1550.19/1550.71	c  1478s|  4160k|462195 |  9256k| 272M|  36 |   5 |  40 | 280 |   5 |  40 |  16 |  19 |  71k|5568 | 0.000000e+00 |      --      |    Inf 
1554.10/1554.67	c  1481s|  4170k|463057 |  9281k| 273M|  36 |   - |  40 | 301 |   7 |  40 |  16 |  19 |  71k|5577 | 0.000000e+00 |      --      |    Inf 
1558.20/1558.75	c  1485s|  4180k|463511 |  9306k| 273M|  36 |   - |  40 | 319 |  11 |  40 |  16 |  19 |  71k|5586 | 0.000000e+00 |      --      |    Inf 
1562.30/1562.80	c  1489s|  4190k|463686 |  9331k| 273M|  36 |   - |  40 | 179 |   5 |  40 |  16 |  19 |  72k|5591 | 0.000000e+00 |      --      |    Inf 
1566.20/1566.73	c  1493s|  4200k|464265 |  9356k| 274M|  36 |   5 |  40 | 196 |   5 |  40 |  16 |  19 |  72k|5599 | 0.000000e+00 |      --      |    Inf 
1570.10/1570.66	c  1497s|  4210k|464710 |  9378k| 274M|  36 |   5 |  40 | 166 |   5 |  40 |  16 |  19 |  72k|5605 | 0.000000e+00 |      --      |    Inf 
1573.99/1574.58	c  1500s|  4220k|465110 |  9401k| 275M|  36 |   - |  40 | 166 |   5 |   0 |   0 |  19 |  72k|5610 | 0.000000e+00 |      --      |    Inf 
1577.99/1578.57	c  1504s|  4230k|465388 |  9424k| 275M|  36 |   5 |  40 | 167 |   5 |  40 |  16 |  19 |  72k|5615 | 0.000000e+00 |      --      |    Inf 
1581.79/1582.37	c  1508s|  4240k|465915 |  9445k| 275M|  36 |   - |  40 | 206 |   7 |  40 |  16 |  19 |  73k|5620 | 0.000000e+00 |      --      |    Inf 
1585.69/1586.28	c  1512s|  4250k|466423 |  9467k| 276M|  36 |   - |  40 | 203 |   5 |  40 |  16 |  19 |  73k|5623 | 0.000000e+00 |      --      |    Inf 
1589.69/1590.29	c  1515s|  4260k|466888 |  9492k| 276M|  36 |   - |  40 | 224 |   5 |  40 |  16 |  19 |  73k|5629 | 0.000000e+00 |      --      |    Inf 
1593.59/1594.18	c  1519s|  4270k|468046 |  9515k| 277M|  36 |   5 |  40 | 276 |   6 |  40 |  16 |  19 |  73k|5632 | 0.000000e+00 |      --      |    Inf 
1597.59/1598.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1597.59/1598.10	c  1523s|  4280k|468766 |  9539k| 277M|  36 |   - |  40 | 299 |   8 |  40 |  16 |  19 |  73k|5639 | 0.000000e+00 |      --      |    Inf 
1601.48/1602.01	c  1527s|  4290k|469706 |  9562k| 278M|  36 |   5 |  40 | 296 |   6 |  40 |  16 |  19 |  74k|5647 | 0.000000e+00 |      --      |    Inf 
1605.38/1605.91	c  1530s|  4300k|470170 |  9585k| 278M|  36 |   - |  40 | 220 |   8 |  40 |  16 |  19 |  74k|5657 | 0.000000e+00 |      --      |    Inf 
1609.28/1609.80	c  1534s|  4310k|470932 |  9608k| 279M|  36 |   5 |  40 | 237 |   5 |  40 |  16 |  19 |  74k|5662 | 0.000000e+00 |      --      |    Inf 
1613.19/1613.73	c  1538s|  4320k|471565 |  9632k| 279M|  36 |   - |  40 | 258 |  11 |  40 |  16 |  19 |  74k|5664 | 0.000000e+00 |      --      |    Inf 
1617.08/1617.67	c  1542s|  4330k|472329 |  9655k| 280M|  36 |   - |  40 | 283 |   5 |  40 |  16 |  19 |  74k|5675 | 0.000000e+00 |      --      |    Inf 
1621.08/1621.61	c  1545s|  4340k|472803 |  9678k| 280M|  36 |   5 |  40 | 198 |   5 |  40 |  16 |  19 |  75k|5681 | 0.000000e+00 |      --      |    Inf 
1624.67/1625.21	c  1549s|  4350k|474875 |  9698k| 281M|  36 |   5 |  40 | 204 |   5 |  40 |  16 |  19 |  75k|5684 | 0.000000e+00 |      --      |    Inf 
1628.18/1628.73	c  1552s|  4360k|476947 |  9717k| 282M|  36 |   5 |  40 | 197 |   6 |  40 |  16 |  19 |  75k|5686 | 0.000000e+00 |      --      |    Inf 
1631.68/1632.25	c  1556s|  4370k|478866 |  9737k| 283M|  36 |   5 |  40 | 234 |   7 |  40 |  16 |  19 |  75k|5690 | 0.000000e+00 |      --      |    Inf 
1635.28/1635.89	c  1559s|  4380k|480390 |  9756k| 284M|  36 |   5 |  40 | 250 |   6 |  40 |  16 |  19 |  75k|5695 | 0.000000e+00 |      --      |    Inf 
1638.97/1639.52	c  1562s|  4390k|481677 |  9776k| 285M|  36 |   5 |  40 | 236 |  36 |  40 |  16 |  19 |  76k|5698 | 0.000000e+00 |      --      |    Inf 
1642.58/1643.11	c  1566s|  4400k|483487 |  9796k| 286M|  36 |   - |  40 | 246 |   5 |  40 |  16 |  19 |  76k|5701 | 0.000000e+00 |      --      |    Inf 
1646.18/1646.73	c  1569s|  4410k|485075 |  9816k| 286M|  36 |   5 |  40 | 243 |   7 |  40 |  16 |  19 |  76k|5704 | 0.000000e+00 |      --      |    Inf 
1649.87/1650.44	c  1573s|  4420k|486098 |  9836k| 287M|  36 |   5 |  40 | 218 |   6 |  40 |  16 |  19 |  76k|5707 | 0.000000e+00 |      --      |    Inf 
1653.47/1654.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1653.47/1654.08	c  1576s|  4430k|487218 |  9855k| 288M|  36 |   5 |  40 | 227 |   5 |  40 |  16 |  19 |  76k|5712 | 0.000000e+00 |      --      |    Inf 
1657.17/1657.71	c  1580s|  4440k|488379 |  9875k| 288M|  36 |   5 |  40 | 209 |   5 |  40 |  16 |  19 |  76k|5717 | 0.000000e+00 |      --      |    Inf 
1660.77/1661.39	c  1583s|  4450k|489454 |  9895k| 289M|  36 |   - |  40 | 233 |   7 |   0 |   0 |  19 |  76k|5725 | 0.000000e+00 |      --      |    Inf 
1664.46/1665.06	c  1587s|  4460k|490425 |  9914k| 290M|  36 |   5 |  40 | 233 |   5 |  40 |  16 |  19 |  77k|5728 | 0.000000e+00 |      --      |    Inf 
1668.07/1668.65	c  1590s|  4470k|491872 |  9934k| 290M|  36 |   - |  40 | 232 |   6 |  40 |  16 |  19 |  77k|5735 | 0.000000e+00 |      --      |    Inf 
1671.76/1672.39	c  1594s|  4480k|492660 |  9954k| 291M|  36 |   - |  40 | 240 |   5 |  40 |  16 |  19 |  77k|5742 | 0.000000e+00 |      --      |    Inf 
1675.47/1676.07	c  1597s|  4490k|493484 |  9973k| 291M|  36 |   5 |  40 | 237 |   5 |  40 |  16 |  19 |  77k|5745 | 0.000000e+00 |      --      |    Inf 
1679.17/1679.76	c  1601s|  4500k|494398 |  9993k| 292M|  36 |   - |  40 | 248 |   5 |   0 |   0 |  19 |  77k|5747 | 0.000000e+00 |      --      |    Inf 
1682.86/1683.47	c  1604s|  4510k|495115 | 10012k| 292M|  36 |   5 |  40 | 237 |   5 |  40 |  16 |  19 |  78k|5752 | 0.000000e+00 |      --      |    Inf 
1686.46/1687.01	c  1608s|  4520k|496620 | 10031k| 293M|  36 |   - |  40 | 232 |   6 |  40 |  16 |  19 |  78k|5754 | 0.000000e+00 |      --      |    Inf 
1690.05/1690.61	c  1611s|  4530k|497671 | 10050k| 294M|  36 |   - |  40 | 276 |   5 |   0 |   0 |  19 |  78k|5758 | 0.000000e+00 |      --      |    Inf 
1693.75/1694.34	c  1615s|  4540k|498422 | 10070k| 294M|  36 |   - |  40 | 228 |   6 |   0 |   0 |  19 |  78k|5762 | 0.000000e+00 |      --      |    Inf 
1697.55/1698.14	c  1618s|  4550k|498947 | 10089k| 295M|  36 |   5 |  40 | 217 |  12 |  40 |  16 |  19 |  78k|5767 | 0.000000e+00 |      --      |    Inf 
1701.26/1701.82	c  1622s|  4560k|499599 | 10109k| 295M|  36 |   5 |  40 | 206 |   5 |  40 |  16 |  19 |  78k|5771 | 0.000000e+00 |      --      |    Inf 
1704.85/1705.48	c  1625s|  4570k|500487 | 10129k| 296M|  36 |   5 |  40 | 229 |   6 |  40 |  16 |  19 |  78k|5774 | 0.000000e+00 |      --      |    Inf 
1708.65/1709.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1708.65/1709.26	c  1629s|  4580k|500930 | 10148k| 296M|  36 |   - |  40 | 247 |   5 |  40 |  16 |  19 |  79k|5778 | 0.000000e+00 |      --      |    Inf 
1712.45/1713.03	c  1633s|  4590k|501364 | 10168k| 297M|  36 |   - |  40 | 251 |   5 |  40 |  16 |  19 |  79k|5782 | 0.000000e+00 |      --      |    Inf 
1716.15/1716.80	c  1636s|  4600k|501840 | 10187k| 297M|  36 |   - |  40 | 238 |   5 |  40 |  16 |  19 |  79k|5784 | 0.000000e+00 |      --      |    Inf 
1719.95/1720.53	c  1640s|  4610k|502528 | 10207k| 297M|  36 |   - |  40 | 240 |   5 |  40 |  16 |  19 |  79k|5789 | 0.000000e+00 |      --      |    Inf 
1723.64/1724.25	c  1643s|  4620k|502836 | 10226k| 298M|  36 |   - |  40 | 230 |   5 |  40 |  16 |  19 |  79k|5791 | 0.000000e+00 |      --      |    Inf 
1727.24/1727.89	c  1647s|  4630k|503286 | 10245k| 298M|  36 |   - |  40 | 229 |   4 |   0 |   0 |  19 |  79k|5797 | 0.000000e+00 |      --      |    Inf 
1731.05/1731.66	c  1650s|  4640k|503693 | 10265k| 298M|  36 |   - |  40 | 246 |   4 |   0 |   0 |  19 |  80k|5801 | 0.000000e+00 |      --      |    Inf 
1734.85/1735.48	c  1654s|  4650k|504102 | 10284k| 299M|  36 |   - |  40 | 237 |   5 |  40 |  16 |  19 |  80k|5876 | 0.000000e+00 |      --      |    Inf 
1738.74/1739.39	c  1658s|  4660k|504747 | 10306k| 299M|  36 |   5 |  40 | 192 |   6 |  40 |  16 |  19 |  80k|5881 | 0.000000e+00 |      --      |    Inf 
1742.74/1743.30	c  1661s|  4670k|505073 | 10327k| 299M|  36 |   - |  40 | 124 |   5 |  40 |  16 |  19 |  80k|5882 | 0.000000e+00 |      --      |    Inf 
1746.64/1747.20	c  1665s|  4680k|505297 | 10349k| 300M|  36 |   - |  40 | 132 |   5 |  40 |  16 |  19 |  80k|5882 | 0.000000e+00 |      --      |    Inf 
1750.34/1750.97	c  1669s|  4690k|505881 | 10368k| 300M|  36 |   - |  40 | 137 |   5 |  40 |  16 |  19 |  80k|5883 | 0.000000e+00 |      --      |    Inf 
1754.24/1754.88	c  1672s|  4700k|506259 | 10390k| 301M|  36 |   - |  40 | 146 |   5 |  40 |  16 |  19 |  80k|5887 | 0.000000e+00 |      --      |    Inf 
1758.13/1758.76	c  1676s|  4710k|506949 | 10412k| 301M|  36 |   5 |  40 | 201 |   5 |  40 |  16 |  19 |  81k|5890 | 0.000000e+00 |      --      |    Inf 
1762.03/1762.61	c  1680s|  4720k|507445 | 10434k| 301M|  36 |   - |  40 | 226 |   5 |   0 |   0 |  19 |  81k|5892 | 0.000000e+00 |      --      |    Inf 
1765.93/1766.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1765.93/1766.52	c  1684s|  4730k|507879 | 10456k| 302M|  36 |   5 |  40 | 198 |   5 |  40 |  16 |  19 |  81k|5896 | 0.000000e+00 |      --      |    Inf 
1769.63/1770.29	c  1687s|  4740k|508585 | 10476k| 302M|  36 |   5 |  40 | 174 |   5 |  40 |  16 |  19 |  81k|5899 | 0.000000e+00 |      --      |    Inf 
1773.53/1774.13	c  1691s|  4750k|509086 | 10497k| 303M|  36 |   5 |  40 | 134 |  12 |  40 |  16 |  19 |  81k|5901 | 0.000000e+00 |      --      |    Inf 
1777.43/1778.03	c  1694s|  4760k|509538 | 10517k| 303M|  36 |   5 |  40 | 174 |   7 |  40 |  16 |  19 |  81k|5906 | 0.000000e+00 |      --      |    Inf 
1781.23/1781.90	c  1698s|  4770k|510001 | 10539k| 303M|  36 |   - |  40 | 171 |   8 |  40 |  16 |  19 |  81k|5910 | 0.000000e+00 |      --      |    Inf 
1785.13/1785.74	c  1702s|  4780k|510472 | 10560k| 304M|  36 |   - |  40 | 187 |   5 |  40 |  16 |  19 |  82k|5915 | 0.000000e+00 |      --      |    Inf 
1788.93/1789.58	c  1706s|  4790k|511677 | 10582k| 304M|  36 |   - |  40 | 206 |   5 |  40 |  16 |  19 |  82k|5920 | 0.000000e+00 |      --      |    Inf 
1792.92/1793.57	c  1709s|  4800k|512170 | 10605k| 305M|  36 |   5 |  40 | 217 |   5 |  40 |  16 |  19 |  82k|5922 | 0.000000e+00 |      --      |    Inf 
1796.92/1797.55	c  1713s|  4810k|512604 | 10627k| 305M|  36 |   5 |  40 | 194 |   6 |  40 |  16 |  19 |  82k|5929 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.60	c 
1800.02/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.60	c Solving Time (sec) : 1716.00
1800.02/1800.60	c Solving Nodes      : 4817917
1800.02/1800.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.60	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.60	c Gap                : infinite
1800.02/1800.60	c NODE         4817917
1800.02/1800.60	c DUAL BOUND   0
1800.02/1800.60	c PRIMAL BOUND 1e+20
1800.02/1800.60	c GAP          1e+20
1800.02/1800.60	s UNKNOWN
1800.02/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.60	c Solving Time       :    1716.00
1800.02/1800.60	c Original Problem   :
1800.02/1800.60	c   Problem name     : HOME/instance-1869549-1245178057.opb
1800.02/1800.60	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.60	c   Constraints      : 11 initial, 11 maximal
1800.02/1800.60	c Presolved Problem  :
1800.02/1800.60	c   Problem name     : t_HOME/instance-1869549-1245178057.opb
1800.02/1800.60	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.60	c   Constraints      : 5 initial, 643 maximal
1800.02/1800.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.02/1800.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   linear           :       0.01          0          0          0          0          0          6          0          0
1800.02/1800.60	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.60	c   integral         :          0          0          0    2674352          0        510       2090          0          0    5343674
1800.02/1800.60	c   linear           :          5          6    6319520          0          0     551781    6304256          0          0          0
1800.02/1800.60	c   logicor          :          0+         0    2319905          0          0        211      50326          0          0          0
1800.02/1800.60	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.60	c   integral         :      28.15       0.00       0.00      28.15       0.00
1800.02/1800.60	c   linear           :     230.11       0.00     230.11       0.00       0.00
1800.02/1800.60	c   logicor          :      17.91       0.00      17.91       0.00       0.00
1800.02/1800.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.60	c   rootredcost      :       2.76          0          0          0
1800.02/1800.60	c   pseudoobj        :       1.63          0          0          0
1800.02/1800.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.60	c   propagation      :      31.10     551992      74675     130531       30.1          0        0.0          -
1800.02/1800.60	c   infeasible LP    :      13.62    1606830       6791       7751       17.3          3       27.3          0
1800.02/1800.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.60	c   applied globally :          -          -          -      55210       26.5          -          -          -
1800.02/1800.60	c   applied locally  :          -          -          -      27580       32.1          -          -          -
1800.02/1800.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.60	c   cut pool         :       0.00          5          -          -         11          -    (maximal pool size: 108)
1800.02/1800.60	c   redcost          :       4.81    2674357          0          0          0          0
1800.02/1800.60	c   impliedbounds    :       0.00          6          0          0          0          0
1800.02/1800.60	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.60	c   gomory           :       0.01          6          0          0          0          0
1800.02/1800.60	c   strongcg         :       0.00          6          0          0         43          0
1800.02/1800.60	c   cmir             :       0.01          6          0          0         36          0
1800.02/1800.60	c   flowcover        :       0.01          6          0          0         48          0
1800.02/1800.60	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.60	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.60	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.60	c Pricers            :       Time      Calls       Vars
1800.02/1800.60	c   problem variables:       0.00          0          0
1800.02/1800.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.60	c   relpscost        :      25.41    2674352        510       2090          0          0    5343674
1800.02/1800.60	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.60	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.60	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.60	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.60	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.60	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.60	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.60	c   LP solutions     :       0.00          -          0
1800.02/1800.60	c   pseudo solutions :       0.00          -          0
1800.02/1800.60	c   oneopt           :       2.16          0          0
1800.02/1800.60	c   crossover        :       1.20          0          0
1800.02/1800.60	c   guideddiving     :       0.40          0          0
1800.02/1800.60	c   coefdiving       :       0.24         54          0
1800.02/1800.60	c   pscostdiving     :       0.29         54          0
1800.02/1800.60	c   fracdiving       :       0.27         54          0
1800.02/1800.60	c   veclendiving     :       0.30         55          0
1800.02/1800.60	c   linesearchdiving :       0.29         55          0
1800.02/1800.60	c   objpscostdiving  :       0.17         28          0
1800.02/1800.60	c   rootsoldiving    :       0.34         28          0
1800.02/1800.60	c   feaspump         :       0.14         28          0
1800.02/1800.60	c   simplerounding   :       1.46          0          0
1800.02/1800.60	c   rounding         :       2.10      23205          0
1800.02/1800.60	c   shifting         :       3.78       6999          0
1800.02/1800.60	c   intshifting      :       0.17          0          0
1800.02/1800.60	c   fixandinfer      :       0.00          0          0
1800.02/1800.60	c   intdiving        :       0.00          0          0
1800.02/1800.60	c   actconsdiving    :       0.00          0          0
1800.02/1800.61	c   octane           :       0.00          0          0
1800.02/1800.61	c   rens             :       0.04          1          0
1800.02/1800.61	c   rins             :       0.00          0          0
1800.02/1800.61	c   localbranching   :       0.00          0          0
1800.02/1800.61	c   mutation         :       0.00          0          0
1800.02/1800.61	c   dins             :       0.00          0          0
1800.02/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.61	c   dual LP          :    1080.37    4283427   10642745       2.48    9851.02
1800.02/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.61	c   diving/probing LP:       0.24        802       1242       1.55    5175.00
1800.02/1800.61	c   strong branching :       0.90       5932      22784       3.84   25315.56
1800.02/1800.61	c     (at root node) :          -         16        536      33.50          -
1800.02/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.61	c B&B Tree           :
1800.02/1800.61	c   number of runs   :          1
1800.02/1800.61	c   nodes            :    4817917
1800.02/1800.61	c   nodes (total)    :    4817917
1800.02/1800.61	c   nodes left       :     513066
1800.02/1800.61	c   max depth        :         36
1800.02/1800.61	c   max depth (total):         36
1800.02/1800.61	c   backtracks       :    1027751 (21.3%)
1800.02/1800.61	c   delayed cutoffs  :      12692
1800.02/1800.61	c   repropagations   :      71721 (125760 domain reductions, 12623 cutoffs)
1800.02/1800.61	c   avg switch length:       4.95
1800.02/1800.61	c   switching time   :     150.47
1800.02/1800.61	c Solution           :
1800.02/1800.61	c   Solutions found  :          0 (0 improvements)
1800.02/1800.61	c   Primal Bound     :          -
1800.02/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.61	c   Gap              :   infinite
1800.02/1800.61	c   Root Dual Bound  : +0.00000000000000e+00

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869549-1245178057/watcher-1869549-1245178057 -o /tmp/evaluation-result-1869549-1245178057/solver-1869549-1245178057 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869549-1245178057.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12942
/proc/meminfo: memFree=1909368/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=5812 CPUtime=0
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 185406084 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/12942/statm: 1453 503 332 1256 0 192 0

[startup+0.103235 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12942
/proc/meminfo: memFree=1909368/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=22796 CPUtime=0.09
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 4434 0 0 0 8 1 0 0 18 0 1 0 185406084 23343104 4064 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 5699 4064 673 1256 0 4438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22796

[startup+0.201245 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12942
/proc/meminfo: memFree=1909368/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=15560 CPUtime=0.19
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 4510 0 0 0 18 1 0 0 18 0 1 0 185406084 15933440 2552 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 3890 2552 692 1256 0 2629 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15560

[startup+0.301256 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12942
/proc/meminfo: memFree=1909368/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=15704 CPUtime=0.3
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 4534 0 0 0 28 2 0 0 19 0 1 0 185406084 16080896 2576 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 3926 2576 692 1256 0 2665 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 15704

[startup+0.701297 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12942
/proc/meminfo: memFree=1909368/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=15704 CPUtime=0.69
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 4588 0 0 0 66 3 0 0 22 0 1 0 185406084 16080896 2630 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 3926 2630 692 1256 0 2665 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15704

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1901296/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=15704 CPUtime=1.49
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 4681 0 0 0 143 6 0 0 25 0 1 0 185406084 16080896 2723 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 3926 2723 692 1256 0 2665 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15704

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1900656/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=17320 CPUtime=3.09
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 4870 0 0 0 295 14 0 0 25 0 1 0 185406084 17735680 2912 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 4330 2912 692 1256 0 3069 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17320

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1899312/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=18716 CPUtime=6.29
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 5254 0 0 0 601 28 0 0 25 0 1 0 185406084 19165184 3296 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 4679 3296 692 1256 0 3418 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18716

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1896960/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=20660 CPUtime=12.69
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 5692 0 0 0 1210 59 0 0 25 0 1 0 185406084 21155840 3734 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 5165 3734 692 1256 0 3904 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20660

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1893824/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=24016 CPUtime=25.49
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 6462 0 0 0 2432 117 0 0 25 0 1 0 185406084 24592384 4504 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 6004 4504 692 1256 0 4743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24016

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1887296/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=30492 CPUtime=51.06
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 8120 0 0 0 4870 236 0 0 25 0 1 0 185406084 31223808 6162 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 7623 6162 692 1256 0 6362 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 30492

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1873536/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=43640 CPUtime=102.26
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 11519 0 0 0 9751 475 0 0 25 0 1 0 185406084 44687360 9561 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 10910 9561 692 1256 0 9649 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43640

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1858112/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=60604 CPUtime=162.23
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 15346 0 0 0 15461 762 0 0 25 0 1 0 185406084 62058496 13388 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 15151 13388 692 1256 0 13890 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 60604

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12943
/proc/meminfo: memFree=1845120/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=73884 CPUtime=222.22
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 18587 0 0 0 21165 1057 0 0 25 0 1 0 185406084 75657216 16629 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 18471 16629 692 1256 0 17210 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 73884

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12945
/proc/meminfo: memFree=1831616/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=86752 CPUtime=282.2
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 21894 0 0 0 26876 1344 0 0 25 0 1 0 185406084 88834048 19936 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 21688 19936 692 1256 0 20427 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 86752

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12945
/proc/meminfo: memFree=1819136/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=99116 CPUtime=342.18
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 25001 0 0 0 32587 1631 0 0 25 0 1 0 185406084 101494784 23043 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 24779 23043 692 1256 0 23518 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 99116

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12945
/proc/meminfo: memFree=1808064/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=110076 CPUtime=402.16
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 27760 0 0 0 38297 1919 0 0 25 0 1 0 185406084 112717824 25802 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 27519 25802 692 1256 0 26258 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 110076

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12945
/proc/meminfo: memFree=1797824/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=120308 CPUtime=462.15
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 30418 0 0 0 44018 2197 0 0 25 0 1 0 185406084 123195392 28460 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 30077 28460 692 1256 0 28816 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 120308

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12945
/proc/meminfo: memFree=1786304/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=135652 CPUtime=522.13
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 33160 0 0 0 49728 2485 0 0 25 0 1 0 185406084 138907648 31202 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 33913 31202 692 1256 0 32652 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 135652

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12945
/proc/meminfo: memFree=1770496/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=152292 CPUtime=582.12
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 37075 0 0 0 55437 2775 0 0 25 0 1 0 185406084 155947008 35117 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 38073 35117 692 1256 0 36812 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 152292

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12945
/proc/meminfo: memFree=1758144/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=164068 CPUtime=642.09
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 40148 0 0 0 61152 3057 0 0 25 0 1 0 185406084 168005632 38190 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 41017 38190 692 1256 0 39756 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 164068

[startup+702.302 s]

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

/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 57433 0 0 0 101177 5018 0 0 25 0 1 0 185406084 238161920 55473 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 58145 55473 692 1256 0 56884 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 232580

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1678400/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=243056 CPUtime=1121.94
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 60042 0 0 0 106906 5288 0 0 25 0 1 0 185406084 248889344 58082 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 60764 58082 692 1256 0 59503 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 243056

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1669376/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=251332 CPUtime=1181.92
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 62166 0 0 0 112634 5558 0 0 25 0 1 0 185406084 257363968 60206 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 62833 60206 692 1256 0 61572 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 251332

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1661568/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=259464 CPUtime=1241.89
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 64108 0 0 0 118365 5824 0 0 25 0 1 0 185406084 265691136 62148 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 64866 62148 692 1256 0 63605 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 259464

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1653184/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=268144 CPUtime=1301.88
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 66177 0 0 0 124083 6105 0 0 25 0 1 0 185406084 274579456 64217 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 67036 64217 692 1256 0 65775 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 268144

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1646400/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=274404 CPUtime=1361.86
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 67934 0 0 0 129801 6385 0 0 25 0 1 0 185406084 280989696 65973 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 68601 65973 692 1256 0 67340 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 274404

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1639104/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=281272 CPUtime=1421.84
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 69644 0 0 0 135523 6661 0 0 25 0 1 0 185406084 288022528 67683 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 70318 67683 692 1256 0 69057 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 281272

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1630272/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=290212 CPUtime=1481.82
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 71829 0 0 0 141242 6940 0 0 25 0 1 0 185406084 297177088 69868 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 72553 69868 692 1256 0 71292 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 290212

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1622528/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=306380 CPUtime=1541.8
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 73733 0 0 0 146964 7216 0 0 25 0 1 0 185406084 313733120 71772 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 76595 71772 692 1256 0 75334 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 306380

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1615232/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=313376 CPUtime=1601.78
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 75559 0 0 0 152696 7482 0 0 25 0 1 0 185406084 320897024 73598 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 78344 73598 692 1256 0 77083 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 313376

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1604672/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=323624 CPUtime=1661.76
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 78187 0 0 0 158416 7760 0 0 25 0 1 0 185406084 331390976 76226 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 80906 76226 692 1256 0 79645 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 323624

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1596736/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=331292 CPUtime=1721.74
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 80171 0 0 0 164134 8040 0 0 25 0 1 0 185406084 339243008 78210 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 82823 78210 692 1256 0 81562 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 331292

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1590272/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=338320 CPUtime=1781.73
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 81731 0 0 0 169856 8317 0 0 25 0 1 0 185406084 346439680 79770 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 84580 79770 692 1256 0 83319 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 338320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12951
/proc/meminfo: memFree=1588608/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=340168 CPUtime=1800.02
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 82140 0 0 0 171600 8402 0 0 25 0 1 0 185406084 348332032 80179 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12942/statm: 85042 80179 692 1256 0 83781 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 340168

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12942

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12952
/proc/meminfo: memFree=1588600/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=340168 CPUtime=1800.91
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 82141 0 0 0 171689 8402 0 0 25 0 1 0 185406084 348332032 80180 1992294400 4194304 9342243 548682068736 18446744073709551615 5855112 0 0 4096 0 0 0 0 17 1 0 0
/proc/12942/statm: 85042 80180 693 1256 0 83781 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 340168

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12952
/proc/meminfo: memFree=1588600/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=340168 CPUtime=1801.71
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 82141 0 0 0 171769 8402 0 0 25 0 1 0 185406084 348332032 80180 1992294400 4194304 9342243 548682068736 18446744073709551615 5854325 0 0 4096 0 0 0 0 17 1 0 0
/proc/12942/statm: 85042 80180 693 1256 0 83781 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 340168

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12952
/proc/meminfo: memFree=1588600/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=340168 CPUtime=1801.91
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 82141 0 0 0 171789 8402 0 0 25 0 1 0 185406084 348332032 80180 1992294400 4194304 9342243 548682068736 18446744073709551615 4805770 0 0 4096 0 0 0 0 17 1 0 0
/proc/12942/statm: 85042 80180 693 1256 0 83781 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 340168

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12952
/proc/meminfo: memFree=1588600/2055920 swapFree=4181836/4192956
[pid=12942] ppid=12940 vsize=340168 CPUtime=1802.01
/proc/12942/stat : 12942 (pbscip.linux.x8) R 12940 12942 12796 0 -1 4194304 82141 0 0 0 171799 8402 0 0 25 0 1 0 185406084 348332032 80180 1992294400 4194304 9342243 548682068736 18446744073709551615 4745004 0 0 4096 0 0 0 0 17 1 0 0
/proc/12942/statm: 85042 80180 693 1256 0 83781 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 340168

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.66
CPU time (s): 1802.08
CPU user time (s): 1718
CPU system time (s): 84.0792
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 340168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1718
system time used= 84.0792
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82141
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= 2
involuntary context switches= 2895

runsolver used 1.67674 second user time and 3.35249 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-16 20:47:37
IDJOB=1869549
IDBENCH=2929
IDSOLVER=684
FILE ID=node24/1869549-1245178057
PBS_JOBID= 9363903
Free space on /tmp= 66364 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869549-1245178057/watcher-1869549-1245178057 -o /tmp/evaluation-result-1869549-1245178057/solver-1869549-1245178057 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869549-1245178057.opb

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=1067250589

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1909784 kB
Buffers:         38056 kB
Cached:          65528 kB
SwapCached:       5284 kB
Active:          60288 kB
Inactive:        50960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909784 kB
SwapTotal:     4192956 kB
SwapFree:      4181836 kB
Dirty:           11728 kB
Writeback:           0 kB
Mapped:          12924 kB
Slab:            20740 kB
Committed_AS:   193256 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node24 at 2009-06-16 21:17:40