Trace number 3734879

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 NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1798.36 1798.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1307.56
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 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
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.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3734879-1338714616.opb>
0.00/0.00	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 add 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 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 6 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.01	c       5 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    25 |     - | 254k|   0 |   5 |  40 |  20 |  40 |   5 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    87 |     - | 288k|   0 |   8 |  40 |  28 |  40 |  10 |   5 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    93 |     - | 314k|   0 |  10 |  40 |  28 |  40 |  15 |  10 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   106 |     - | 340k|   0 |  10 |  40 |  28 |  40 |  18 |  13 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   113 |     - | 378k|   0 |  12 |  40 |  28 |  40 |  22 |  17 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   120 |     - | 392k|   0 |  14 |  40 |  28 |  40 |  25 |  20 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   122 |     - | 402k|   0 |  15 |  40 |  28 |  40 |  27 |  22 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.07	c   0.1s|     1 |     2 |   122 |     - | 403k|   0 |  15 |  40 |  28 |  40 |  27 |  22 |  15 |   9 | 0.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.4s| 10000 |  3388 | 21564 |   2.1 |3827k|  35 |   5 |  40 |3359 |  40 |  15 |  22 |4718 | 422 | 0.000000e+00 |      --      |    Inf 
2.78/2.88	c   2.9s| 20000 |  6180 | 42358 |   2.1 |5659k|  36 |   - |  40 |3244 |  40 |  15 |  22 |9802 | 590 | 0.000000e+00 |      --      |    Inf 
4.29/4.31	c   4.3s| 30000 |  8790 | 63083 |   2.1 |7577k|  36 |   5 |  40 |3776 |  40 |  15 |  22 |  14k| 711 | 0.000000e+00 |      --      |    Inf 
5.79/5.81	c   5.8s| 40000 | 11155 | 83760 |   2.1 |9331k|  36 |   - |  40 |3945 |   0 |   0 |  22 |  20k| 809 | 0.000000e+00 |      --      |    Inf 
7.28/7.36	c   7.4s| 50000 | 13307 |103905 |   2.1 |  10M|  36 |   5 |  40 |4256 |  40 |  15 |  22 |  25k| 902 | 0.000000e+00 |      --      |    Inf 
8.88/8.94	c   8.9s| 60000 | 15701 |124638 |   2.1 |  12M|  36 |   5 |  40 |4234 |  40 |  15 |  22 |  31k|1017 | 0.000000e+00 |      --      |    Inf 
10.48/10.52	c  10.5s| 70000 | 18109 |146571 |   2.1 |  14M|  36 |   5 |  40 |4775 |  40 |  15 |  22 |  36k|1107 | 0.000000e+00 |      --      |    Inf 
12.18/12.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.18/12.21	c  12.2s| 80000 | 20183 |167456 |   2.1 |  16M|  36 |   5 |  40 |5390 |  40 |  15 |  22 |  42k|1187 | 0.000000e+00 |      --      |    Inf 
13.89/13.95	c  13.9s| 90000 | 22013 |188389 |   2.1 |  17M|  36 |   - |  40 |5309 |   0 |   0 |  22 |  48k|1272 | 0.000000e+00 |      --      |    Inf 
15.58/15.69	c  15.7s|100000 | 23942 |209007 |   2.1 |  19M|  36 |   5 |  40 |5300 |  40 |  15 |  22 |  53k|1350 | 0.000000e+00 |      --      |    Inf 
17.38/17.44	c  17.4s|110000 | 25902 |230186 |   2.1 |  20M|  36 |   - |  40 |5387 |  40 |  15 |  22 |  59k|1425 | 0.000000e+00 |      --      |    Inf 
19.18/19.22	c  19.2s|120000 | 27742 |250742 |   2.1 |  22M|  36 |   - |  40 |5689 |  40 |  15 |  22 |  65k|1483 | 0.000000e+00 |      --      |    Inf 
20.98/21.02	c  21.0s|130000 | 29461 |270952 |   2.1 |  23M|  36 |   5 |  40 |5366 |  40 |  15 |  22 |  71k|1533 | 0.000000e+00 |      --      |    Inf 
22.78/22.88	c  22.9s|140000 | 31097 |291995 |   2.1 |  25M|  36 |   5 |  40 |5805 |  40 |  15 |  22 |  77k|1585 | 0.000000e+00 |      --      |    Inf 
24.58/24.66	c  24.7s|150000 | 32994 |313208 |   2.1 |  27M|  36 |   5 |  40 |7415 |  40 |  15 |  22 |  82k|1631 | 0.000000e+00 |      --      |    Inf 
26.48/26.50	c  26.5s|160000 | 35073 |334266 |   2.1 |  29M|  36 |   - |  40 |7789 |  40 |  15 |  22 |  88k|1687 | 0.000000e+00 |      --      |    Inf 
28.38/28.48	c  28.5s|170000 | 36887 |355493 |   2.1 |  30M|  36 |   5 |  40 |6409 |  40 |  15 |  22 |  94k|1737 | 0.000000e+00 |      --      |    Inf 
30.18/30.24	c  30.2s|180000 | 39214 |376649 |   2.1 |  32M|  36 |   5 |  40 |7606 |  40 |  15 |  22 |  99k|1795 | 0.000000e+00 |      --      |    Inf 
32.28/32.32	c  32.3s|190000 | 40773 |397467 |   2.1 |  33M|  36 |   5 |  40 |6072 |  40 |  15 |  22 | 105k|1837 | 0.000000e+00 |      --      |    Inf 
33.98/34.10	c  34.1s|200000 | 42844 |418057 |   2.1 |  35M|  36 |   5 |  40 |6879 |  40 |  15 |  22 | 111k|1897 | 0.000000e+00 |      --      |    Inf 
36.08/36.18	c  36.2s|210000 | 44305 |438673 |   2.1 |  36M|  36 |   - |  40 |6285 |  40 |  15 |  22 | 117k|1949 | 0.000000e+00 |      --      |    Inf 
37.88/37.98	c  38.0s|220000 | 46449 |460827 |   2.1 |  38M|  36 |   - |  40 |9315 |   0 |   0 |  22 | 123k|1995 | 0.000000e+00 |      --      |    Inf 
40.18/40.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.18/40.23	c  40.2s|230000 | 48073 |481848 |   2.1 |  39M|  36 |   - |  40 |7219 |  40 |  15 |  22 | 129k|2037 | 0.000000e+00 |      --      |    Inf 
42.28/42.38	c  42.4s|240000 | 49550 |501873 |   2.1 |  40M|  36 |   - |  40 |6289 |  40 |  15 |  22 | 135k|2086 | 0.000000e+00 |      --      |    Inf 
44.28/44.30	c  44.3s|250000 | 51136 |523080 |   2.1 |  42M|  36 |   5 |  40 |6845 |  40 |  15 |  22 | 141k|2148 | 0.000000e+00 |      --      |    Inf 
46.38/46.43	c  46.4s|260000 | 52488 |544000 |   2.1 |  43M|  36 |   5 |  40 |6710 |  40 |  15 |  22 | 148k|2195 | 0.000000e+00 |      --      |    Inf 
48.28/48.36	c  48.4s|270000 | 54344 |564909 |   2.1 |  44M|  36 |   5 |  40 |7149 |  40 |  15 |  22 | 153k|2243 | 0.000000e+00 |      --      |    Inf 
50.49/50.52	c  50.5s|280000 | 55687 |584991 |   2.1 |  46M|  36 |   5 |  40 |6548 |  40 |  15 |  22 | 159k|2287 | 0.000000e+00 |      --      |    Inf 
52.48/52.57	c  52.6s|290000 | 57246 |605313 |   2.1 |  47M|  36 |   - |  40 |6266 |   0 |   0 |  22 | 165k|2322 | 0.000000e+00 |      --      |    Inf 
54.58/54.65	c  54.7s|300000 | 58777 |626506 |   2.1 |  48M|  36 |   5 |  40 |6538 |  40 |  15 |  22 | 171k|2368 | 0.000000e+00 |      --      |    Inf 
56.58/56.67	c  56.7s|310000 | 60271 |647643 |   2.1 |  50M|  36 |   5 |  40 |6604 |  40 |  15 |  22 | 178k|2419 | 0.000000e+00 |      --      |    Inf 
58.78/58.82	c  58.8s|320000 | 61512 |667714 |   2.1 |  51M|  36 |   5 |  40 |6145 |  40 |  15 |  22 | 184k|2454 | 0.000000e+00 |      --      |    Inf 
60.77/60.87	c  60.9s|330000 | 62798 |688684 |   2.1 |  52M|  36 |   - |  40 |5891 |  40 |  15 |  22 | 190k|2510 | 0.000000e+00 |      --      |    Inf 
62.68/62.79	c  62.8s|340000 | 64332 |709740 |   2.1 |  53M|  36 |   - |  40 |7001 |  40 |  15 |  22 | 196k|2547 | 0.000000e+00 |      --      |    Inf 
64.67/64.74	c  64.7s|350000 | 65984 |730803 |   2.1 |  55M|  36 |   5 |  40 |7947 |  40 |  15 |  22 | 202k|2574 | 0.000000e+00 |      --      |    Inf 
67.08/67.16	c  67.2s|360000 | 67025 |751422 |   2.1 |  56M|  36 |   5 |  40 |6503 |  40 |  15 |  22 | 209k|2612 | 0.000000e+00 |      --      |    Inf 
69.17/69.26	c  69.3s|370000 | 68500 |772513 |   2.1 |  57M|  36 |   5 |  40 |6958 |  40 |  15 |  22 | 215k|2646 | 0.000000e+00 |      --      |    Inf 
71.37/71.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.37/71.50	c  71.5s|380000 | 69764 |793177 |   2.1 |  58M|  36 |   5 |  40 |6694 |  40 |  15 |  22 | 221k|2705 | 0.000000e+00 |      --      |    Inf 
73.68/73.72	c  73.7s|390000 | 70877 |813828 |   2.1 |  60M|  36 |   5 |  40 |6761 |  40 |  15 |  22 | 228k|2753 | 0.000000e+00 |      --      |    Inf 
75.68/75.75	c  75.8s|400000 | 72586 |835299 |   2.1 |  61M|  36 |   5 |  40 |7738 |  40 |  15 |  22 | 234k|2779 | 0.000000e+00 |      --      |    Inf 
77.88/78.00	c  78.0s|410000 | 74034 |857248 |   2.1 |  63M|  36 |   - |  40 |8757 |  40 |  15 |  22 | 240k|2806 | 0.000000e+00 |      --      |    Inf 
80.07/80.18	c  80.2s|420000 | 75763 |878666 |   2.1 |  65M|  36 |   5 |  40 |9494 |  40 |  15 |  22 | 246k|2838 | 0.000000e+00 |      --      |    Inf 
82.48/82.54	c  82.5s|430000 | 77242 |899473 |   2.1 |  66M|  36 |   5 |  40 |8696 |  40 |  15 |  22 | 252k|2878 | 0.000000e+00 |      --      |    Inf 
84.87/84.91	c  84.9s|440000 | 78508 |920520 |   2.1 |  67M|  36 |   - |  40 |7263 |  40 |  15 |  22 | 259k|2923 | 0.000000e+00 |      --      |    Inf 
87.17/87.29	c  87.3s|450000 | 79640 |940936 |   2.1 |  68M|  36 |   5 |  40 |6948 |  40 |  15 |  22 | 265k|2959 | 0.000000e+00 |      --      |    Inf 
89.47/89.56	c  89.6s|460000 | 80831 |961549 |   2.1 |  69M|  36 |   5 |  40 |7196 |  40 |  15 |  22 | 271k|2982 | 0.000000e+00 |      --      |    Inf 
91.77/91.84	c  91.8s|470000 | 82000 |982294 |   2.1 |  70M|  36 |   - |  40 |6783 |  40 |  15 |  22 | 278k|3017 | 0.000000e+00 |      --      |    Inf 
94.07/94.18	c  94.2s|480000 | 82981 |  1003k|   2.1 |  71M|  36 |   - |  40 |6852 |  40 |  15 |  22 | 284k|3061 | 0.000000e+00 |      --      |    Inf 
96.37/96.45	c  96.5s|490000 | 84073 |  1023k|   2.1 |  72M|  36 |   5 |  40 |6890 |  40 |  15 |  22 | 291k|3093 | 0.000000e+00 |      --      |    Inf 
98.77/98.82	c  98.8s|500000 | 85141 |  1044k|   2.1 |  73M|  36 |   - |  40 |6417 |  40 |  15 |  22 | 297k|3134 | 0.000000e+00 |      --      |    Inf 
100.87/100.91	c   101s|510000 | 86301 |  1064k|   2.1 |  75M|  36 |   - |  40 |7694 |   0 |   0 |  22 | 303k|3154 | 0.000000e+00 |      --      |    Inf 
103.17/103.24	c   103s|520000 | 87492 |  1085k|   2.1 |  75M|  36 |   - |  40 |6545 |  40 |  15 |  22 | 310k|3191 | 0.000000e+00 |      --      |    Inf 
105.37/105.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.37/105.47	c   105s|530000 | 88745 |  1105k|   2.1 |  77M|  36 |   - |  40 |6794 |   0 |   0 |  22 | 316k|3223 | 0.000000e+00 |      --      |    Inf 
107.77/107.85	c   108s|540000 | 89751 |  1127k|   2.1 |  78M|  36 |   5 |  40 |6310 |  40 |  15 |  22 | 322k|3268 | 0.000000e+00 |      --      |    Inf 
109.88/109.94	c   110s|550000 | 91047 |  1147k|   2.1 |  79M|  36 |   5 |  40 |7640 |  40 |  15 |  22 | 328k|3296 | 0.000000e+00 |      --      |    Inf 
112.27/112.37	c   112s|560000 | 91909 |  1168k|   2.1 |  80M|  36 |   5 |  40 |7002 |  40 |  15 |  22 | 335k|3329 | 0.000000e+00 |      --      |    Inf 
114.47/114.50	c   114s|570000 | 93048 |  1188k|   2.1 |  82M|  36 |   5 |  40 |8510 |  40 |  15 |  22 | 342k|3364 | 0.000000e+00 |      --      |    Inf 
116.86/116.97	c   117s|580000 | 94049 |  1209k|   2.1 |  82M|  36 |   - |  40 |7200 |   0 |   0 |  22 | 348k|3392 | 0.000000e+00 |      --      |    Inf 
118.96/119.08	c   119s|590000 | 95397 |  1230k|   2.1 |  84M|  36 |   5 |  40 |8532 |  40 |  15 |  22 | 354k|3418 | 0.000000e+00 |      --      |    Inf 
121.56/121.66	c   122s|600000 | 96349 |  1251k|   2.1 |  85M|  36 |   - |  40 |7553 |  40 |  15 |  22 | 361k|3438 | 0.000000e+00 |      --      |    Inf 
123.86/123.90	c   124s|610000 | 97769 |  1272k|   2.1 |  86M|  36 |   5 |  40 |9005 |  40 |  15 |  22 | 367k|3468 | 0.000000e+00 |      --      |    Inf 
126.36/126.42	c   126s|620000 | 98922 |  1293k|   2.1 |  87M|  36 |   - |  40 |7928 |   0 |   0 |  22 | 373k|3494 | 0.000000e+00 |      --      |    Inf 
128.76/128.84	c   129s|630000 | 99838 |  1314k|   2.1 |  88M|  36 |   - |  40 |7580 |  40 |  15 |  22 | 380k|3517 | 0.000000e+00 |      --      |    Inf 
131.16/131.22	c   131s|640000 |100908 |  1335k|   2.1 |  89M|  36 |   - |  40 |7069 |   0 |   0 |  22 | 386k|3552 | 0.000000e+00 |      --      |    Inf 
133.15/133.23	c   133s|650000 |102493 |  1356k|   2.1 |  91M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 392k|3575 | 0.000000e+00 |      --      |    Inf 
135.54/135.68	c   136s|660000 |103787 |  1376k|   2.1 |  93M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 398k|3605 | 0.000000e+00 |      --      |    Inf 
138.35/138.40	c   138s|670000 |104852 |  1397k|   2.1 |  93M|  36 |   - |  40 |7693 |  40 |  15 |  22 | 405k|3638 | 0.000000e+00 |      --      |    Inf 
140.75/140.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.75/140.82	c   141s|680000 |105860 |  1418k|   2.1 |  94M|  36 |   5 |  40 |7503 |  40 |  15 |  22 | 411k|3658 | 0.000000e+00 |      --      |    Inf 
143.14/143.26	c   143s|690000 |106910 |  1438k|   2.1 |  95M|  36 |   5 |  40 |7274 |  40 |  15 |  22 | 418k|3689 | 0.000000e+00 |      --      |    Inf 
145.34/145.43	c   145s|700000 |108239 |  1459k|   2.1 |  96M|  36 |   5 |  40 |7961 |  40 |  15 |  22 | 424k|3712 | 0.000000e+00 |      --      |    Inf 
147.34/147.41	c   147s|710000 |110300 |  1480k|   2.1 |  98M|  36 |   5 |  40 |9325 |  40 |  15 |  22 | 429k|3738 | 0.000000e+00 |      --      |    Inf 
149.55/149.60	c   150s|720000 |111990 |  1501k|   2.1 | 100M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 435k|3780 | 0.000000e+00 |      --      |    Inf 
151.93/152.03	c   152s|730000 |113762 |  1523k|   2.1 | 102M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 441k|3798 | 0.000000e+00 |      --      |    Inf 
154.73/154.84	c   155s|740000 |115123 |  1543k|   2.1 | 103M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 447k|3820 | 0.000000e+00 |      --      |    Inf 
157.63/157.78	c   158s|750000 |116341 |  1564k|   2.1 | 105M|  36 |   - |  40 |  13k|  40 |  15 |  22 | 453k|3851 | 0.000000e+00 |      --      |    Inf 
160.83/160.90	c   161s|760000 |117394 |  1584k|   2.1 | 106M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 459k|3875 | 0.000000e+00 |      --      |    Inf 
163.93/164.09	c   164s|770000 |118244 |  1605k|   2.1 | 106M|  36 |   5 |  40 |8552 |  40 |  15 |  22 | 466k|3895 | 0.000000e+00 |      --      |    Inf 
166.53/166.60	c   167s|780000 |119382 |  1626k|   2.1 | 107M|  36 |   5 |  40 |8219 |  40 |  15 |  22 | 472k|3918 | 0.000000e+00 |      --      |    Inf 
168.82/168.94	c   169s|790000 |120591 |  1647k|   2.1 | 108M|  36 |   5 |  40 |9410 |  40 |  15 |  22 | 479k|3953 | 0.000000e+00 |      --      |    Inf 
171.53/171.62	c   172s|800000 |121634 |  1668k|   2.1 | 109M|  36 |   5 |  40 |8512 |  40 |  15 |  22 | 485k|3984 | 0.000000e+00 |      --      |    Inf 
173.91/174.07	c   174s|810000 |122731 |  1688k|   2.1 | 110M|  36 |   5 |  40 |7757 |  40 |  15 |  22 | 491k|4013 | 0.000000e+00 |      --      |    Inf 
176.01/176.10	c   176s|820000 |123990 |  1709k|   2.1 | 112M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 498k|4032 | 0.000000e+00 |      --      |    Inf 
178.52/178.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
178.52/178.65	c   179s|830000 |125032 |  1729k|   2.1 | 113M|  36 |   5 |  40 |9404 |  40 |  15 |  22 | 504k|4049 | 0.000000e+00 |      --      |    Inf 
181.21/181.34	c   181s|840000 |125946 |  1750k|   2.1 | 114M|  36 |   5 |  40 |8377 |  40 |  15 |  22 | 511k|4072 | 0.000000e+00 |      --      |    Inf 
183.31/183.49	c   183s|850000 |127189 |  1770k|   2.1 | 115M|  36 |   5 |  40 |8950 |  40 |  15 |  22 | 517k|4100 | 0.000000e+00 |      --      |    Inf 
185.51/185.63	c   186s|860000 |128537 |  1791k|   2.1 | 116M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 523k|4127 | 0.000000e+00 |      --      |    Inf 
188.31/188.47	c   188s|870000 |129168 |  1812k|   2.1 | 116M|  36 |   5 |  40 |6978 |  40 |  15 |  22 | 530k|4160 | 0.000000e+00 |      --      |    Inf 
190.60/190.78	c   191s|880000 |129966 |  1832k|   2.1 | 117M|  36 |   5 |  40 |7480 |  40 |  15 |  22 | 536k|4181 | 0.000000e+00 |      --      |    Inf 
192.91/193.04	c   193s|890000 |130820 |  1852k|   2.1 | 119M|  36 |   5 |  40 |7877 |  40 |  15 |  22 | 543k|4205 | 0.000000e+00 |      --      |    Inf 
195.00/195.12	c   195s|900000 |132182 |  1873k|   2.1 | 120M|  36 |   5 |  40 |9247 |  40 |  15 |  22 | 549k|4232 | 0.000000e+00 |      --      |    Inf 
197.40/197.52	c   198s|910000 |133082 |  1894k|   2.1 | 121M|  36 |   5 |  40 |9322 |  40 |  15 |  22 | 556k|4257 | 0.000000e+00 |      --      |    Inf 
199.71/199.84	c   200s|920000 |134275 |  1915k|   2.1 | 123M|  36 |   - |  40 |9869 |  40 |  15 |  22 | 562k|4281 | 0.000000e+00 |      --      |    Inf 
202.40/202.53	c   203s|930000 |134964 |  1935k|   2.1 | 123M|  36 |   5 |  40 |8550 |  40 |  15 |  22 | 569k|4321 | 0.000000e+00 |      --      |    Inf 
204.70/204.80	c   205s|940000 |135946 |  1956k|   2.1 | 124M|  36 |   - |  40 |9384 |  40 |  15 |  22 | 575k|4328 | 0.000000e+00 |      --      |    Inf 
207.00/207.18	c   207s|950000 |136902 |  1977k|   2.1 | 125M|  36 |   5 |  40 |9452 |  40 |  15 |  22 | 582k|4341 | 0.000000e+00 |      --      |    Inf 
209.50/209.65	c   210s|960000 |138194 |  1997k|   2.1 | 126M|  36 |   5 |  40 |8662 |  40 |  15 |  22 | 588k|4410 | 0.000000e+00 |      --      |    Inf 
211.60/211.79	c   212s|970000 |139644 |  2018k|   2.1 | 128M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 594k|4410 | 0.000000e+00 |      --      |    Inf 
214.50/214.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.50/214.64	c   215s|980000 |140218 |  2038k|   2.1 | 128M|  36 |   5 |  40 |7671 |  40 |  15 |  22 | 601k|4417 | 0.000000e+00 |      --      |    Inf 
216.80/216.96	c   217s|990000 |141028 |  2058k|   2.1 | 130M|  36 |   5 |  40 |8897 |  40 |  15 |  22 | 607k|4430 | 0.000000e+00 |      --      |    Inf 
219.40/219.55	c   220s|  1000k|141675 |  2079k|   2.1 | 130M|  36 |   - |  40 |6967 |  40 |  15 |  22 | 614k|4438 | 0.000000e+00 |      --      |    Inf 
221.60/221.70	c   222s|  1010k|142695 |  2099k|   2.1 | 132M|  36 |   - |  40 |8684 |  40 |  15 |  22 | 620k|4458 | 0.000000e+00 |      --      |    Inf 
224.10/224.21	c   224s|  1020k|143519 |  2120k|   2.1 | 132M|  36 |   - |  40 |7598 |   0 |   0 |  22 | 627k|4470 | 0.000000e+00 |      --      |    Inf 
226.20/226.32	c   226s|  1030k|144733 |  2141k|   2.1 | 134M|  36 |   - |  40 |9766 |  40 |  15 |  22 | 634k|4488 | 0.000000e+00 |      --      |    Inf 
228.50/228.67	c   229s|  1040k|146112 |  2163k|   2.1 | 135M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 640k|4496 | 0.000000e+00 |      --      |    Inf 
230.80/230.95	c   231s|  1050k|147708 |  2185k|   2.1 | 137M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 646k|4512 | 0.000000e+00 |      --      |    Inf 
233.50/233.64	c   234s|  1060k|148855 |  2207k|   2.1 | 139M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 652k|4524 | 0.000000e+00 |      --      |    Inf 
236.59/236.75	c   237s|  1070k|149797 |  2229k|   2.1 | 140M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 659k|4539 | 0.000000e+00 |      --      |    Inf 
239.90/240.02	c   240s|  1080k|150357 |  2249k|   2.1 | 140M|  36 |   5 |  40 |8483 |  40 |  15 |  22 | 666k|4552 | 0.000000e+00 |      --      |    Inf 
242.60/242.70	c   243s|  1090k|151165 |  2270k|   2.1 | 140M|  36 |   - |  40 |8207 |  40 |  15 |  22 | 672k|4568 | 0.000000e+00 |      --      |    Inf 
245.20/245.38	c   245s|  1100k|151841 |  2291k|   2.1 | 141M|  36 |   - |  40 |7794 |  40 |  15 |  22 | 679k|4585 | 0.000000e+00 |      --      |    Inf 
247.40/247.57	c   248s|  1110k|153101 |  2312k|   2.1 | 143M|  36 |   5 |  40 |9683 |  40 |  15 |  22 | 686k|4622 | 0.000000e+00 |      --      |    Inf 
250.19/250.36	c   250s|  1120k|154072 |  2332k|   2.1 | 144M|  36 |   5 |  40 |9381 |  40 |  15 |  22 | 692k|4632 | 0.000000e+00 |      --      |    Inf 
253.00/253.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.00/253.17	c   253s|  1130k|154733 |  2353k|   2.1 | 145M|  36 |   5 |  40 |8586 |  40 |  15 |  22 | 699k|4661 | 0.000000e+00 |      --      |    Inf 
255.70/255.80	c   256s|  1140k|155608 |  2374k|   2.1 | 146M|  36 |   5 |  40 |8268 |  40 |  15 |  22 | 706k|4683 | 0.000000e+00 |      --      |    Inf 
258.20/258.37	c   258s|  1150k|156555 |  2395k|   2.1 | 147M|  36 |   - |  40 |8340 |   0 |   0 |  22 | 712k|4698 | 0.000000e+00 |      --      |    Inf 
260.40/260.55	c   261s|  1160k|157820 |  2416k|   2.1 | 149M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 718k|4720 | 0.000000e+00 |      --      |    Inf 
263.19/263.34	c   263s|  1170k|158639 |  2437k|   2.1 | 149M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 725k|4746 | 0.000000e+00 |      --      |    Inf 
265.89/266.01	c   266s|  1180k|159304 |  2458k|   2.1 | 150M|  36 |   - |  40 |9944 |  40 |  15 |  22 | 732k|4768 | 0.000000e+00 |      --      |    Inf 
268.99/269.12	c   269s|  1190k|159755 |  2478k|   2.1 | 150M|  36 |   - |  40 |7700 |  40 |  15 |  22 | 739k|4792 | 0.000000e+00 |      --      |    Inf 
271.19/271.38	c   271s|  1200k|160905 |  2499k|   2.1 | 152M|  36 |   - |  40 |9847 |  40 |  15 |  22 | 745k|4803 | 0.000000e+00 |      --      |    Inf 
273.59/273.73	c   274s|  1210k|162070 |  2520k|   2.1 | 153M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 752k|4872 | 0.000000e+00 |      --      |    Inf 
276.69/276.85	c   277s|  1220k|162836 |  2541k|   2.1 | 154M|  36 |   5 |  40 |9496 |  40 |  15 |  22 | 759k|4872 | 0.000000e+00 |      --      |    Inf 
279.59/279.78	c   280s|  1230k|163485 |  2561k|   2.1 | 154M|  36 |   5 |  40 |8009 |  40 |  15 |  22 | 765k|4872 | 0.000000e+00 |      --      |    Inf 
282.19/282.37	c   282s|  1240k|164371 |  2582k|   2.1 | 156M|  36 |   5 |  40 |8353 |  40 |  15 |  22 | 772k|4911 | 0.000000e+00 |      --      |    Inf 
284.39/284.57	c   285s|  1250k|165708 |  2601k|   2.1 | 157M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 778k|4928 | 0.000000e+00 |      --      |    Inf 
287.49/287.63	c   288s|  1260k|166337 |  2622k|   2.1 | 158M|  36 |   - |  40 |8800 |  40 |  15 |  22 | 785k|4937 | 0.000000e+00 |      --      |    Inf 
290.59/290.76	c   291s|  1270k|166714 |  2642k|   2.1 | 158M|  36 |   5 |  40 |7939 |  40 |  15 |  22 | 791k|4958 | 0.000000e+00 |      --      |    Inf 
293.09/293.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.09/293.29	c   293s|  1280k|167816 |  2663k|   2.1 | 160M|  36 |   5 |  40 |9527 |  40 |  15 |  22 | 798k|4975 | 0.000000e+00 |      --      |    Inf 
295.99/296.13	c   296s|  1290k|168498 |  2683k|   2.1 | 160M|  36 |   - |  40 |7816 |  40 |  15 |  22 | 804k|4986 | 0.000000e+00 |      --      |    Inf 
298.49/298.61	c   299s|  1300k|169382 |  2704k|   2.1 | 161M|  36 |   - |  40 |8857 |  40 |  15 |  22 | 811k|5014 | 0.000000e+00 |      --      |    Inf 
300.69/300.84	c   301s|  1310k|170741 |  2726k|   2.1 | 163M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 818k|5029 | 0.000000e+00 |      --      |    Inf 
303.98/304.13	c   304s|  1320k|171139 |  2747k|   2.1 | 163M|  36 |   5 |  40 |9018 |  40 |  15 |  22 | 825k|5046 | 0.000000e+00 |      --      |    Inf 
306.49/306.64	c   307s|  1330k|172156 |  2768k|   2.1 | 165M|  36 |   - |  40 |  10k|   0 |   0 |  22 | 831k|5057 | 0.000000e+00 |      --      |    Inf 
309.69/309.88	c   310s|  1340k|172732 |  2788k|   2.1 | 165M|  36 |   5 |  40 |8869 |  40 |  15 |  22 | 838k|5080 | 0.000000e+00 |      --      |    Inf 
312.48/312.63	c   313s|  1350k|173516 |  2809k|   2.1 | 166M|  36 |   5 |  40 |9409 |  40 |  15 |  22 | 845k|5098 | 0.000000e+00 |      --      |    Inf 
315.28/315.48	c   315s|  1360k|174194 |  2830k|   2.1 | 167M|  36 |   - |  40 |9407 |  40 |  15 |  22 | 851k|5116 | 0.000000e+00 |      --      |    Inf 
318.08/318.21	c   318s|  1370k|175132 |  2850k|   2.1 | 169M|  36 |   - |  40 |9779 |  40 |  15 |  22 | 858k|5130 | 0.000000e+00 |      --      |    Inf 
321.09/321.26	c   321s|  1380k|175675 |  2870k|   2.1 | 169M|  36 |   5 |  40 |8665 |  40 |  15 |  22 | 865k|5140 | 0.000000e+00 |      --      |    Inf 
323.78/323.94	c   324s|  1390k|176494 |  2891k|   2.1 | 170M|  36 |   5 |  40 |9147 |  40 |  15 |  22 | 871k|5154 | 0.000000e+00 |      --      |    Inf 
326.68/326.88	c   327s|  1400k|177235 |  2912k|   2.1 | 171M|  36 |   - |  40 |8022 |  40 |  15 |  22 | 878k|5178 | 0.000000e+00 |      --      |    Inf 
328.79/328.94	c   329s|  1410k|178762 |  2933k|   2.1 | 173M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 884k|5192 | 0.000000e+00 |      --      |    Inf 
331.48/331.68	c   332s|  1420k|179623 |  2955k|   2.1 | 174M|  36 |   - |  40 |  11k|  40 |  15 |  22 | 892k|5214 | 0.000000e+00 |      --      |    Inf 
334.29/334.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.29/334.45	c   334s|  1430k|180635 |  2976k|   2.1 | 176M|  36 |   5 |  40 |  14k|  40 |  15 |  22 | 898k|5237 | 0.000000e+00 |      --      |    Inf 
337.68/337.89	c   338s|  1440k|181572 |  2996k|   2.1 | 176M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 905k|5270 | 0.000000e+00 |      --      |    Inf 
340.69/340.90	c   341s|  1450k|182532 |  3016k|   2.1 | 177M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 911k|5287 | 0.000000e+00 |      --      |    Inf 
344.08/344.23	c   344s|  1460k|183179 |  3037k|   2.1 | 178M|  36 |   5 |  40 |9155 |  40 |  15 |  22 | 918k|5312 | 0.000000e+00 |      --      |    Inf 
346.68/346.81	c   347s|  1470k|184231 |  3057k|   2.1 | 179M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 924k|5330 | 0.000000e+00 |      --      |    Inf 
349.18/349.38	c   349s|  1480k|185342 |  3079k|   2.1 | 180M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 931k|5349 | 0.000000e+00 |      --      |    Inf 
351.79/351.95	c   352s|  1490k|186298 |  3099k|   2.1 | 182M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 937k|5371 | 0.000000e+00 |      --      |    Inf 
355.58/355.76	c   356s|  1500k|186598 |  3119k|   2.1 | 182M|  36 |   - |  40 |9905 |  40 |  15 |  22 | 944k|5381 | 0.000000e+00 |      --      |    Inf 
358.68/358.89	c   359s|  1510k|187182 |  3140k|   2.1 | 182M|  36 |   - |  40 |9382 |  40 |  15 |  22 | 951k|5404 | 0.000000e+00 |      --      |    Inf 
361.58/361.77	c   362s|  1520k|187712 |  3161k|   2.1 | 183M|  36 |   5 |  40 |9649 |  40 |  15 |  22 | 958k|5424 | 0.000000e+00 |      --      |    Inf 
363.89/364.08	c   364s|  1530k|189320 |  3182k|   2.1 | 185M|  36 |   - |  40 |  11k|   0 |   0 |  22 | 964k|5445 | 0.000000e+00 |      --      |    Inf 
366.57/366.73	c   367s|  1540k|190575 |  3204k|   2.1 | 187M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 971k|5469 | 0.000000e+00 |      --      |    Inf 
370.28/370.41	c   370s|  1550k|190983 |  3225k|   2.1 | 187M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 978k|5486 | 0.000000e+00 |      --      |    Inf 
373.67/373.85	c   374s|  1560k|191531 |  3245k|   2.1 | 187M|  36 |   5 |  40 |9754 |  40 |  15 |  22 | 985k|5501 | 0.000000e+00 |      --      |    Inf 
376.78/376.90	c   377s|  1570k|192139 |  3266k|   2.1 | 188M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 991k|5518 | 0.000000e+00 |      --      |    Inf 
380.17/380.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.17/380.37	c   380s|  1580k|192455 |  3287k|   2.1 | 189M|  36 |   5 |  40 |8683 |  40 |  15 |  22 | 998k|5535 | 0.000000e+00 |      --      |    Inf 
382.27/382.44	c   382s|  1590k|194024 |  3308k|   2.1 | 191M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1004k|5553 | 0.000000e+00 |      --      |    Inf 
385.48/385.69	c   386s|  1600k|194650 |  3328k|   2.1 | 191M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1011k|5575 | 0.000000e+00 |      --      |    Inf 
387.88/388.07	c   388s|  1610k|196696 |  3350k|   2.1 | 193M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1017k|5602 | 0.000000e+00 |      --      |    Inf 
390.68/390.83	c   391s|  1620k|198402 |  3371k|   2.1 | 195M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1023k|5615 | 0.000000e+00 |      --      |    Inf 
393.58/393.78	c   394s|  1630k|199832 |  3393k|   2.1 | 196M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1030k|5629 | 0.000000e+00 |      --      |    Inf 
397.17/397.34	c   397s|  1640k|200612 |  3414k|   2.1 | 197M|  36 |   - |  40 |  13k|  40 |  15 |  22 |1037k|5658 | 0.000000e+00 |      --      |    Inf 
400.17/400.31	c   400s|  1650k|202105 |  3436k|   2.1 | 199M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1043k|5676 | 0.000000e+00 |      --      |    Inf 
403.97/404.11	c   404s|  1660k|202953 |  3457k|   2.1 | 200M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1050k|5690 | 0.000000e+00 |      --      |    Inf 
407.87/408.05	c   408s|  1670k|203500 |  3478k|   2.1 | 201M|  36 |   - |  40 |  14k|   0 |   0 |  22 |1057k|5713 | 0.000000e+00 |      --      |    Inf 
412.17/412.40	c   412s|  1680k|203978 |  3499k|   2.1 | 201M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1065k|5733 | 0.000000e+00 |      --      |    Inf 
414.67/414.86	c   415s|  1690k|205718 |  3520k|   2.1 | 204M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1071k|5751 | 0.000000e+00 |      --      |    Inf 
417.87/418.03	c   418s|  1700k|206722 |  3541k|   2.1 | 204M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1077k|5763 | 0.000000e+00 |      --      |    Inf 
420.97/421.15	c   421s|  1710k|207590 |  3562k|   2.1 | 206M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1084k|5787 | 0.000000e+00 |      --      |    Inf 
423.97/424.17	c   424s|  1720k|208860 |  3585k|   2.1 | 208M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1091k|5799 | 0.000000e+00 |      --      |    Inf 
427.07/427.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.07/427.25	c   427s|  1730k|210371 |  3607k|   2.1 | 209M|  36 |   - |  40 |  17k|  40 |  15 |  22 |1098k|5816 | 0.000000e+00 |      --      |    Inf 
430.97/431.11	c   431s|  1740k|210977 |  3629k|   2.1 | 210M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1105k|5839 | 0.000000e+00 |      --      |    Inf 
435.57/435.71	c   436s|  1750k|211606 |  3649k|   2.1 | 210M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1112k|5858 | 0.000000e+00 |      --      |    Inf 
440.27/440.45	c   440s|  1760k|211841 |  3670k|   2.1 | 210M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1119k|5871 | 0.000000e+00 |      --      |    Inf 
443.46/443.68	c   444s|  1770k|212716 |  3690k|   2.1 | 211M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1125k|5883 | 0.000000e+00 |      --      |    Inf 
446.56/446.79	c   447s|  1780k|213357 |  3710k|   2.1 | 212M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1132k|5892 | 0.000000e+00 |      --      |    Inf 
449.97/450.14	c   450s|  1790k|214016 |  3731k|   2.1 | 212M|  36 |   - |  40 |9943 |  40 |  15 |  22 |1139k|5912 | 0.000000e+00 |      --      |    Inf 
452.76/452.97	c   453s|  1800k|215097 |  3752k|   2.1 | 214M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1145k|5927 | 0.000000e+00 |      --      |    Inf 
456.16/456.35	c   456s|  1810k|215720 |  3772k|   2.1 | 214M|  36 |   5 |  40 |9795 |  40 |  15 |  22 |1152k|5942 | 0.000000e+00 |      --      |    Inf 
459.17/459.31	c   459s|  1820k|216586 |  3793k|   2.1 | 215M|  36 |   5 |  40 |9708 |  40 |  15 |  22 |1159k|5955 | 0.000000e+00 |      --      |    Inf 
461.67/461.81	c   462s|  1830k|217389 |  3813k|   2.1 | 217M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1166k|5968 | 0.000000e+00 |      --      |    Inf 
465.06/465.22	c   465s|  1840k|218066 |  3834k|   2.1 | 217M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1172k|5993 | 0.000000e+00 |      --      |    Inf 
467.96/468.17	c   468s|  1850k|218734 |  3854k|   2.1 | 218M|  36 |   - |  40 |9842 |  40 |  15 |  22 |1179k|6007 | 0.000000e+00 |      --      |    Inf 
471.26/471.47	c   471s|  1860k|219190 |  3875k|   2.1 | 219M|  36 |   - |  40 |8510 |  40 |  15 |  22 |1186k|6031 | 0.000000e+00 |      --      |    Inf 
473.67/473.84	c   474s|  1870k|220409 |  3896k|   2.1 | 220M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1192k|6045 | 0.000000e+00 |      --      |    Inf 
476.07/476.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.07/476.27	c   476s|  1880k|221686 |  3918k|   2.1 | 222M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1199k|6060 | 0.000000e+00 |      --      |    Inf 
479.86/480.04	c   480s|  1890k|222392 |  3939k|   2.1 | 223M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1206k|6068 | 0.000000e+00 |      --      |    Inf 
482.96/483.13	c   483s|  1900k|223177 |  3960k|   2.1 | 224M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1212k|6086 | 0.000000e+00 |      --      |    Inf 
486.86/487.01	c   487s|  1910k|223563 |  3980k|   2.1 | 224M|  36 |   5 |  40 |9861 |  40 |  15 |  22 |1220k|6104 | 0.000000e+00 |      --      |    Inf 
489.75/489.94	c   490s|  1920k|224300 |  4001k|   2.1 | 225M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1226k|6120 | 0.000000e+00 |      --      |    Inf 
493.35/493.54	c   494s|  1930k|224710 |  4022k|   2.1 | 225M|  36 |   5 |  40 |9579 |  40 |  15 |  22 |1233k|6132 | 0.000000e+00 |      --      |    Inf 
496.56/496.70	c   497s|  1940k|225303 |  4042k|   2.1 | 226M|  36 |   5 |  40 |9562 |  40 |  15 |  22 |1240k|6155 | 0.000000e+00 |      --      |    Inf 
499.56/499.77	c   500s|  1950k|225926 |  4063k|   2.1 | 227M|  36 |   5 |  40 |8891 |  40 |  15 |  22 |1247k|6174 | 0.000000e+00 |      --      |    Inf 
502.46/502.65	c   503s|  1960k|226644 |  4083k|   2.1 | 228M|  36 |   5 |  40 |9872 |  40 |  15 |  22 |1254k|6187 | 0.000000e+00 |      --      |    Inf 
505.96/506.15	c   506s|  1970k|227002 |  4103k|   2.1 | 229M|  36 |   5 |  40 |8823 |  40 |  15 |  22 |1261k|6208 | 0.000000e+00 |      --      |    Inf 
508.85/509.04	c   509s|  1980k|227656 |  4124k|   2.1 | 230M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1268k|6219 | 0.000000e+00 |      --      |    Inf 
511.56/511.71	c   512s|  1990k|228491 |  4145k|   2.1 | 231M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1274k|6234 | 0.000000e+00 |      --      |    Inf 
514.85/515.06	c   515s|  2000k|229140 |  4166k|   2.1 | 232M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1281k|6247 | 0.000000e+00 |      --      |    Inf 
518.35/518.51	c   519s|  2010k|229660 |  4186k|   2.1 | 233M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1288k|6259 | 0.000000e+00 |      --      |    Inf 
521.95/522.10	c   522s|  2020k|230051 |  4207k|   2.1 | 233M|  36 |   5 |  40 |9281 |  40 |  15 |  22 |1295k|6271 | 0.000000e+00 |      --      |    Inf 
524.75/524.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.75/524.99	c   525s|  2030k|230878 |  4227k|   2.1 | 234M|  36 |   - |  40 |9768 |  40 |  15 |  22 |1302k|6291 | 0.000000e+00 |      --      |    Inf 
527.25/527.41	c   527s|  2040k|232183 |  4247k|   2.1 | 236M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1308k|6306 | 0.000000e+00 |      --      |    Inf 
530.75/530.99	c   531s|  2050k|232540 |  4267k|   2.1 | 236M|  36 |   - |  40 |9126 |  40 |  15 |  22 |1314k|6323 | 0.000000e+00 |      --      |    Inf 
534.15/534.39	c   534s|  2060k|232759 |  4287k|   2.1 | 236M|  36 |   5 |  40 |8321 |  40 |  15 |  22 |1321k|6335 | 0.000000e+00 |      --      |    Inf 
537.15/537.39	c   537s|  2070k|233315 |  4307k|   2.1 | 237M|  36 |   5 |  40 |9538 |  40 |  15 |  22 |1328k|6345 | 0.000000e+00 |      --      |    Inf 
540.26/540.40	c   540s|  2080k|233943 |  4328k|   2.1 | 238M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1335k|6359 | 0.000000e+00 |      --      |    Inf 
543.65/543.86	c   544s|  2090k|234207 |  4349k|   2.1 | 239M|  36 |   - |  40 |9525 |  40 |  15 |  22 |1342k|6375 | 0.000000e+00 |      --      |    Inf 
546.55/546.70	c   547s|  2100k|235058 |  4369k|   2.1 | 240M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1349k|6394 | 0.000000e+00 |      --      |    Inf 
549.45/549.63	c   550s|  2110k|235756 |  4389k|   2.1 | 241M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1356k|6403 | 0.000000e+00 |      --      |    Inf 
552.84/553.01	c   553s|  2120k|236384 |  4410k|   2.1 | 242M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1363k|6413 | 0.000000e+00 |      --      |    Inf 
555.95/556.15	c   556s|  2130k|237007 |  4430k|   2.1 | 243M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1370k|6425 | 0.000000e+00 |      --      |    Inf 
559.45/559.69	c   560s|  2140k|237500 |  4450k|   2.1 | 243M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1377k|6436 | 0.000000e+00 |      --      |    Inf 
563.15/563.36	c   563s|  2150k|237785 |  4471k|   2.1 | 244M|  36 |   5 |  40 |8781 |  40 |  15 |  22 |1384k|6447 | 0.000000e+00 |      --      |    Inf 
566.05/566.27	c   566s|  2160k|238455 |  4492k|   2.1 | 245M|  36 |   5 |  40 |9948 |  40 |  15 |  22 |1391k|6464 | 0.000000e+00 |      --      |    Inf 
569.44/569.65	c   570s|  2170k|238867 |  4513k|   2.1 | 245M|  36 |   5 |  40 |9319 |  40 |  15 |  22 |1398k|6480 | 0.000000e+00 |      --      |    Inf 
572.14/572.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.14/572.35	c   572s|  2180k|239621 |  4534k|   2.1 | 247M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1405k|6492 | 0.000000e+00 |      --      |    Inf 
575.54/575.71	c   576s|  2190k|240143 |  4554k|   2.1 | 248M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1412k|6504 | 0.000000e+00 |      --      |    Inf 
578.45/578.64	c   579s|  2200k|241082 |  4575k|   2.1 | 249M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1418k|6519 | 0.000000e+00 |      --      |    Inf 
582.25/582.41	c   582s|  2210k|241573 |  4595k|   2.1 | 249M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1425k|6536 | 0.000000e+00 |      --      |    Inf 
585.95/586.11	c   586s|  2220k|242115 |  4616k|   2.1 | 250M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1432k|6551 | 0.000000e+00 |      --      |    Inf 
589.04/589.24	c   589s|  2230k|242899 |  4637k|   2.1 | 251M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1439k|6571 | 0.000000e+00 |      --      |    Inf 
593.04/593.27	c   593s|  2240k|243193 |  4658k|   2.1 | 251M|  36 |   5 |  40 |9325 |  40 |  15 |  22 |1446k|6577 | 0.000000e+00 |      --      |    Inf 
596.14/596.31	c   596s|  2250k|243809 |  4678k|   2.1 | 252M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1453k|6589 | 0.000000e+00 |      --      |    Inf 
599.44/599.68	c   600s|  2260k|244238 |  4699k|   2.1 | 253M|  36 |   - |  40 |8559 |  40 |  15 |  22 |1459k|6608 | 0.000000e+00 |      --      |    Inf 
602.04/602.21	c   602s|  2270k|245012 |  4720k|   2.1 | 254M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1467k|6630 | 0.000000e+00 |      --      |    Inf 
605.54/605.70	c   606s|  2280k|245516 |  4741k|   2.1 | 255M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1474k|6641 | 0.000000e+00 |      --      |    Inf 
608.15/608.38	c   608s|  2290k|246431 |  4761k|   2.1 | 257M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1480k|6658 | 0.000000e+00 |      --      |    Inf 
611.64/611.80	c   612s|  2300k|246817 |  4781k|   2.1 | 257M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1487k|6671 | 0.000000e+00 |      --      |    Inf 
615.54/615.72	c   616s|  2310k|247023 |  4802k|   2.1 | 257M|  36 |   5 |  40 |8933 |  40 |  15 |  22 |1494k|6687 | 0.000000e+00 |      --      |    Inf 
618.34/618.54	c   619s|  2320k|247797 |  4823k|   2.1 | 258M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1501k|6699 | 0.000000e+00 |      --      |    Inf 
621.54/621.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.54/621.78	c   622s|  2330k|248311 |  4844k|   2.1 | 259M|  36 |   - |  40 |9974 |  40 |  15 |  22 |1508k|6710 | 0.000000e+00 |      --      |    Inf 
624.83/625.05	c   625s|  2340k|248793 |  4865k|   2.1 | 259M|  36 |   5 |  40 |9880 |  40 |  15 |  22 |1515k|6728 | 0.000000e+00 |      --      |    Inf 
627.93/628.16	c   628s|  2350k|249358 |  4885k|   2.1 | 260M|  36 |   - |  40 |9668 |  40 |  15 |  22 |1521k|6743 | 0.000000e+00 |      --      |    Inf 
631.03/631.27	c   631s|  2360k|249836 |  4906k|   2.1 | 261M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1528k|6754 | 0.000000e+00 |      --      |    Inf 
634.61/634.89	c   635s|  2370k|250031 |  4926k|   2.1 | 261M|  36 |   5 |  40 |8957 |  40 |  15 |  22 |1535k|6769 | 0.000000e+00 |      --      |    Inf 
637.42/637.65	c   638s|  2380k|250693 |  4947k|   2.1 | 263M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1542k|6783 | 0.000000e+00 |      --      |    Inf 
640.72/640.92	c   641s|  2390k|251213 |  4967k|   2.1 | 264M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1549k|6799 | 0.000000e+00 |      --      |    Inf 
644.01/644.20	c   644s|  2400k|251697 |  4988k|   2.1 | 264M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1556k|6815 | 0.000000e+00 |      --      |    Inf 
647.11/647.37	c   647s|  2410k|252193 |  5008k|   2.1 | 265M|  36 |   5 |  40 |9865 |  40 |  15 |  22 |1563k|6832 | 0.000000e+00 |      --      |    Inf 
650.11/650.38	c   650s|  2420k|252812 |  5030k|   2.1 | 266M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1570k|6843 | 0.000000e+00 |      --      |    Inf 
653.41/653.61	c   654s|  2430k|253295 |  5050k|   2.1 | 266M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1577k|6854 | 0.000000e+00 |      --      |    Inf 
656.91/657.14	c   657s|  2440k|253539 |  5071k|   2.1 | 267M|  36 |   5 |  40 |8853 |  40 |  15 |  22 |1584k|6866 | 0.000000e+00 |      --      |    Inf 
660.10/660.31	c   660s|  2450k|253913 |  5092k|   2.1 | 267M|  36 |   - |  40 |9251 |  40 |  15 |  22 |1591k|6885 | 0.000000e+00 |      --      |    Inf 
663.11/663.38	c   663s|  2460k|254304 |  5112k|   2.1 | 268M|  36 |   5 |  40 |9417 |  40 |  15 |  22 |1598k|6901 | 0.000000e+00 |      --      |    Inf 
666.40/666.63	c   667s|  2470k|254781 |  5133k|   2.1 | 268M|  36 |   - |  40 |8320 |  40 |  15 |  22 |1605k|6919 | 0.000000e+00 |      --      |    Inf 
668.39/668.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
668.39/668.66	c   669s|  2480k|257513 |  5155k|   2.1 | 270M|  36 |   5 |  40 |9531 |  40 |  15 |  22 |1610k|6938 | 0.000000e+00 |      --      |    Inf 
670.70/671.00	c   671s|  2490k|259658 |  5177k|   2.1 | 272M|  36 |   - |  40 |9655 |  40 |  15 |  22 |1616k|6949 | 0.000000e+00 |      --      |    Inf 
673.09/673.38	c   673s|  2500k|261628 |  5198k|   2.1 | 274M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1621k|6960 | 0.000000e+00 |      --      |    Inf 
675.79/676.07	c   676s|  2510k|263174 |  5219k|   2.1 | 275M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1627k|6970 | 0.000000e+00 |      --      |    Inf 
678.19/678.48	c   678s|  2520k|264961 |  5241k|   2.1 | 277M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1633k|6991 | 0.000000e+00 |      --      |    Inf 
680.99/681.21	c   681s|  2530k|266423 |  5263k|   2.1 | 278M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1639k|7001 | 0.000000e+00 |      --      |    Inf 
683.69/683.93	c   684s|  2540k|267863 |  5284k|   2.1 | 279M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1645k|7011 | 0.000000e+00 |      --      |    Inf 
686.48/686.75	c   687s|  2550k|269295 |  5306k|   2.1 | 281M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1651k|7023 | 0.000000e+00 |      --      |    Inf 
689.08/689.38	c   689s|  2560k|270787 |  5327k|   2.1 | 283M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1658k|7035 | 0.000000e+00 |      --      |    Inf 
692.27/692.54	c   693s|  2570k|271957 |  5349k|   2.1 | 284M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1664k|7047 | 0.000000e+00 |      --      |    Inf 
695.67/695.94	c   696s|  2580k|272944 |  5370k|   2.1 | 285M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1670k|7066 | 0.000000e+00 |      --      |    Inf 
698.87/699.13	c   699s|  2590k|274069 |  5391k|   2.1 | 286M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1677k|7076 | 0.000000e+00 |      --      |    Inf 
702.16/702.44	c   702s|  2600k|274903 |  5413k|   2.1 | 287M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1684k|7089 | 0.000000e+00 |      --      |    Inf 
705.27/705.52	c   706s|  2610k|275990 |  5435k|   2.1 | 288M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1690k|7106 | 0.000000e+00 |      --      |    Inf 
708.37/708.61	c   709s|  2620k|277068 |  5456k|   2.1 | 290M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1697k|7119 | 0.000000e+00 |      --      |    Inf 
711.26/711.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.26/711.55	c   712s|  2630k|278457 |  5478k|   2.1 | 291M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1703k|7131 | 0.000000e+00 |      --      |    Inf 
714.16/714.48	c   714s|  2640k|280279 |  5500k|   2.1 | 293M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1709k|7152 | 0.000000e+00 |      --      |    Inf 
717.16/717.45	c   717s|  2650k|281601 |  5522k|   2.1 | 295M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |1715k|7166 | 0.000000e+00 |      --      |    Inf 
721.16/721.41	c   721s|  2660k|282387 |  5543k|   2.1 | 295M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1722k|7182 | 0.000000e+00 |      --      |    Inf 
724.76/725.03	c   725s|  2670k|283123 |  5565k|   2.1 | 296M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1729k|7192 | 0.000000e+00 |      --      |    Inf 
728.45/728.73	c   729s|  2680k|283858 |  5587k|   2.1 | 297M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1736k|7200 | 0.000000e+00 |      --      |    Inf 
731.76/732.01	c   732s|  2690k|284828 |  5608k|   2.1 | 298M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1743k|7209 | 0.000000e+00 |      --      |    Inf 
734.86/735.12	c   735s|  2700k|286210 |  5630k|   2.1 | 300M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1749k|7226 | 0.000000e+00 |      --      |    Inf 
738.76/739.02	c   739s|  2710k|287031 |  5651k|   2.1 | 300M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1755k|7234 | 0.000000e+00 |      --      |    Inf 
742.76/743.05	c   743s|  2720k|287531 |  5672k|   2.1 | 301M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1762k|7243 | 0.000000e+00 |      --      |    Inf 
746.26/746.56	c   747s|  2730k|288273 |  5694k|   2.1 | 302M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1769k|7254 | 0.000000e+00 |      --      |    Inf 
750.56/750.88	c   751s|  2740k|288665 |  5715k|   2.1 | 303M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1776k|7269 | 0.000000e+00 |      --      |    Inf 
754.36/754.65	c   755s|  2750k|289212 |  5737k|   2.1 | 304M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1783k|7279 | 0.000000e+00 |      --      |    Inf 
758.15/758.45	c   758s|  2760k|289729 |  5758k|   2.1 | 304M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1790k|7293 | 0.000000e+00 |      --      |    Inf 
762.06/762.31	c   762s|  2770k|290146 |  5780k|   2.1 | 305M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1797k|7303 | 0.000000e+00 |      --      |    Inf 
765.75/766.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
765.75/766.01	c   766s|  2780k|290747 |  5802k|   2.1 | 306M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1804k|7312 | 0.000000e+00 |      --      |    Inf 
769.45/769.72	c   770s|  2790k|291391 |  5824k|   2.1 | 307M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1811k|7322 | 0.000000e+00 |      --      |    Inf 
773.66/773.91	c   774s|  2800k|291618 |  5845k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1818k|7337 | 0.000000e+00 |      --      |    Inf 
777.65/777.98	c   778s|  2810k|291896 |  5867k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1825k|7356 | 0.000000e+00 |      --      |    Inf 
781.25/781.51	c   782s|  2820k|292642 |  5888k|   2.1 | 310M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1832k|7372 | 0.000000e+00 |      --      |    Inf 
785.35/785.61	c   786s|  2830k|293299 |  5909k|   2.1 | 310M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1839k|7385 | 0.000000e+00 |      --      |    Inf 
788.65/788.93	c   789s|  2840k|293948 |  5929k|   2.1 | 311M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1846k|7401 | 0.000000e+00 |      --      |    Inf 
792.65/792.99	c   793s|  2850k|294368 |  5951k|   2.1 | 312M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1853k|7419 | 0.000000e+00 |      --      |    Inf 
796.65/796.91	c   797s|  2860k|295261 |  5972k|   2.1 | 313M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1859k|7426 | 0.000000e+00 |      --      |    Inf 
799.46/799.75	c   800s|  2870k|296544 |  5992k|   2.1 | 314M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1865k|7445 | 0.000000e+00 |      --      |    Inf 
803.24/803.50	c   804s|  2880k|296997 |  6012k|   2.1 | 315M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1872k|7456 | 0.000000e+00 |      --      |    Inf 
807.74/808.04	c   808s|  2890k|297352 |  6032k|   2.1 | 314M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1879k|7466 | 0.000000e+00 |      --      |    Inf 
811.45/811.73	c   812s|  2900k|297739 |  6053k|   2.1 | 315M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1886k|7482 | 0.000000e+00 |      --      |    Inf 
814.75/815.10	c   815s|  2910k|298155 |  6074k|   2.1 | 316M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1892k|7491 | 0.000000e+00 |      --      |    Inf 
818.64/818.91	c   819s|  2920k|298270 |  6094k|   2.1 | 316M|  36 |   - |  40 |9260 |  40 |  15 |  22 |1899k|7516 | 0.000000e+00 |      --      |    Inf 
821.15/821.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.15/821.46	c   821s|  2930k|299100 |  6116k|   2.1 | 318M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1907k|7528 | 0.000000e+00 |      --      |    Inf 
825.14/825.46	c   825s|  2940k|299305 |  6137k|   2.1 | 318M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1914k|7541 | 0.000000e+00 |      --      |    Inf 
828.74/829.07	c   829s|  2950k|299516 |  6158k|   2.1 | 318M|  36 |   5 |  40 |9476 |  40 |  15 |  22 |1921k|7559 | 0.000000e+00 |      --      |    Inf 
831.64/831.94	c   832s|  2960k|300451 |  6179k|   2.1 | 319M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1928k|7571 | 0.000000e+00 |      --      |    Inf 
834.75/835.09	c   835s|  2970k|300918 |  6200k|   2.1 | 320M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1935k|7582 | 0.000000e+00 |      --      |    Inf 
837.95/838.30	c   838s|  2980k|301725 |  6220k|   2.1 | 321M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1941k|7619 | 0.000000e+00 |      --      |    Inf 
841.25/841.52	c   842s|  2990k|302199 |  6242k|   2.1 | 322M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1948k|7619 | 0.000000e+00 |      --      |    Inf 
844.74/845.04	c   845s|  3000k|302810 |  6262k|   2.1 | 323M|  36 |   - |  40 |  11k|   0 |   0 |  22 |1955k|7627 | 0.000000e+00 |      --      |    Inf 
848.54/848.82	c   849s|  3010k|303109 |  6283k|   2.1 | 323M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1962k|7639 | 0.000000e+00 |      --      |    Inf 
851.24/851.56	c   852s|  3020k|303908 |  6304k|   2.1 | 325M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1969k|7651 | 0.000000e+00 |      --      |    Inf 
854.74/855.05	c   855s|  3030k|304453 |  6325k|   2.1 | 325M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1976k|7662 | 0.000000e+00 |      --      |    Inf 
858.54/858.80	c   859s|  3040k|304781 |  6346k|   2.1 | 326M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1983k|7672 | 0.000000e+00 |      --      |    Inf 
862.24/862.57	c   863s|  3050k|305054 |  6367k|   2.1 | 326M|  36 |   5 |  40 |9518 |  40 |  15 |  22 |1990k|7688 | 0.000000e+00 |      --      |    Inf 
865.44/865.77	c   866s|  3060k|305532 |  6387k|   2.1 | 327M|  36 |   5 |  40 |9904 |  40 |  15 |  22 |1997k|7702 | 0.000000e+00 |      --      |    Inf 
868.64/868.94	c   869s|  3070k|306010 |  6408k|   2.1 | 328M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2004k|7713 | 0.000000e+00 |      --      |    Inf 
871.83/872.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.83/872.15	c   872s|  3080k|306368 |  6429k|   2.1 | 328M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2011k|7721 | 0.000000e+00 |      --      |    Inf 
874.63/874.98	c   875s|  3090k|307008 |  6449k|   2.1 | 329M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2018k|7738 | 0.000000e+00 |      --      |    Inf 
878.44/878.80	c   879s|  3100k|307163 |  6469k|   2.1 | 329M|  36 |   5 |  40 |9817 |  40 |  15 |  22 |2025k|7753 | 0.000000e+00 |      --      |    Inf 
881.73/882.05	c   882s|  3110k|307570 |  6489k|   2.1 | 330M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2032k|7763 | 0.000000e+00 |      --      |    Inf 
885.24/885.54	c   886s|  3120k|307867 |  6510k|   2.1 | 331M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2039k|7775 | 0.000000e+00 |      --      |    Inf 
888.93/889.29	c   889s|  3130k|307833 |  6531k|   2.1 | 331M|  36 |   5 |  40 |9324 |  40 |  15 |  22 |2046k|7791 | 0.000000e+00 |      --      |    Inf 
892.24/892.59	c   893s|  3140k|308081 |  6551k|   2.1 | 332M|  36 |   - |  40 |9883 |  40 |  15 |  22 |2053k|7804 | 0.000000e+00 |      --      |    Inf 
895.64/895.99	c   896s|  3150k|308310 |  6572k|   2.1 | 332M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2060k|7820 | 0.000000e+00 |      --      |    Inf 
899.43/899.75	c   900s|  3160k|308305 |  6592k|   2.1 | 332M|  36 |   - |  40 |9324 |  40 |  15 |  22 |2067k|7828 | 0.000000e+00 |      --      |    Inf 
902.63/902.91	c   903s|  3170k|309087 |  6613k|   2.1 | 333M|  36 |   5 |  40 |9812 |  40 |  15 |  22 |2074k|7840 | 0.000000e+00 |      --      |    Inf 
905.23/905.59	c   906s|  3180k|309906 |  6635k|   2.1 | 335M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2081k|7846 | 0.000000e+00 |      --      |    Inf 
908.53/908.86	c   909s|  3190k|310453 |  6657k|   2.1 | 336M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2087k|7853 | 0.000000e+00 |      --      |    Inf 
911.43/911.77	c   912s|  3200k|312119 |  6677k|   2.1 | 337M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2093k|7864 | 0.000000e+00 |      --      |    Inf 
914.33/914.66	c   915s|  3210k|313498 |  6697k|   2.1 | 339M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2099k|7871 | 0.000000e+00 |      --      |    Inf 
917.53/917.82	c   918s|  3220k|314475 |  6717k|   2.1 | 340M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2106k|7884 | 0.000000e+00 |      --      |    Inf 
920.63/920.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
920.63/920.94	c   921s|  3230k|315514 |  6737k|   2.1 | 341M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2112k|7897 | 0.000000e+00 |      --      |    Inf 
924.33/924.69	c   925s|  3240k|316085 |  6757k|   2.1 | 342M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2119k|7913 | 0.000000e+00 |      --      |    Inf 
927.63/927.93	c   928s|  3250k|317052 |  6777k|   2.1 | 343M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2125k|7928 | 0.000000e+00 |      --      |    Inf 
930.83/931.14	c   931s|  3260k|317978 |  6797k|   2.1 | 345M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2132k|7934 | 0.000000e+00 |      --      |    Inf 
935.42/935.77	c   936s|  3270k|318022 |  6817k|   2.1 | 345M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2139k|7949 | 0.000000e+00 |      --      |    Inf 
939.14/939.46	c   939s|  3280k|318469 |  6837k|   2.1 | 346M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2146k|7967 | 0.000000e+00 |      --      |    Inf 
943.73/944.07	c   944s|  3290k|318649 |  6858k|   2.1 | 345M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2153k|7986 | 0.000000e+00 |      --      |    Inf 
946.83/947.14	c   947s|  3300k|320190 |  6880k|   2.1 | 347M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2159k|7995 | 0.000000e+00 |      --      |    Inf 
950.03/950.31	c   950s|  3310k|321554 |  6902k|   2.1 | 349M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2166k|8008 | 0.000000e+00 |      --      |    Inf 
954.23/954.56	c   955s|  3320k|322187 |  6924k|   2.1 | 350M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2173k|8017 | 0.000000e+00 |      --      |    Inf 
958.94/959.27	c   959s|  3330k|322467 |  6947k|   2.1 | 351M|  36 |   5 |  40 |  18k|  40 |  15 |  22 |2180k|8025 | 0.000000e+00 |      --      |    Inf 
963.82/964.18	c   964s|  3340k|322684 |  6968k|   2.1 | 351M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2188k|8037 | 0.000000e+00 |      --      |    Inf 
969.02/969.40	c   969s|  3350k|322770 |  6989k|   2.1 | 350M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2195k|8049 | 0.000000e+00 |      --      |    Inf 
973.13/973.42	c   973s|  3360k|323049 |  7009k|   2.1 | 351M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2202k|8060 | 0.000000e+00 |      --      |    Inf 
977.12/977.45	c   977s|  3370k|323216 |  7030k|   2.1 | 351M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2209k|8083 | 0.000000e+00 |      --      |    Inf 
980.02/980.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
980.02/980.36	c   980s|  3380k|323993 |  7052k|   2.1 | 352M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2216k|8096 | 0.000000e+00 |      --      |    Inf 
983.22/983.57	c   984s|  3390k|324514 |  7073k|   2.1 | 353M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2223k|8111 | 0.000000e+00 |      --      |    Inf 
987.12/987.45	c   987s|  3400k|324723 |  7094k|   2.1 | 353M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2230k|8128 | 0.000000e+00 |      --      |    Inf 
991.02/991.33	c   991s|  3410k|324893 |  7114k|   2.1 | 354M|  36 |   - |  40 |9699 |  40 |  15 |  22 |2238k|8147 | 0.000000e+00 |      --      |    Inf 
994.22/994.54	c   995s|  3420k|325402 |  7135k|   2.1 | 355M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2244k|8161 | 0.000000e+00 |      --      |    Inf 
998.02/998.34	c   998s|  3430k|325554 |  7156k|   2.1 | 355M|  36 |   - |  40 |9738 |  40 |  15 |  22 |2252k|8176 | 0.000000e+00 |      --      |    Inf 
1001.82/1002.14	c  1002s|  3440k|325632 |  7177k|   2.1 | 355M|  36 |   5 |  40 |9888 |  40 |  15 |  22 |2259k|8182 | 0.000000e+00 |      --      |    Inf 
1005.31/1005.68	c  1006s|  3450k|325877 |  7197k|   2.1 | 356M|  36 |   5 |  40 |9547 |  40 |  15 |  22 |2266k|8196 | 0.000000e+00 |      --      |    Inf 
1009.11/1009.43	c  1009s|  3460k|325934 |  7218k|   2.1 | 356M|  36 |   5 |  40 |8668 |  40 |  15 |  22 |2273k|8204 | 0.000000e+00 |      --      |    Inf 
1012.01/1012.35	c  1012s|  3470k|326371 |  7238k|   2.1 | 357M|  36 |   - |  40 |9849 |  40 |  15 |  22 |2280k|8219 | 0.000000e+00 |      --      |    Inf 
1015.02/1015.36	c  1015s|  3480k|326880 |  7258k|   2.1 | 358M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2286k|8224 | 0.000000e+00 |      --      |    Inf 
1018.71/1019.08	c  1019s|  3490k|326915 |  7279k|   2.1 | 358M|  36 |   5 |  40 |8406 |  40 |  15 |  22 |2294k|8240 | 0.000000e+00 |      --      |    Inf 
1021.21/1021.57	c  1022s|  3500k|327947 |  7300k|   2.1 | 360M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2300k|8249 | 0.000000e+00 |      --      |    Inf 
1025.02/1025.38	c  1025s|  3510k|328094 |  7321k|   2.1 | 360M|  36 |   5 |  40 |9236 |  40 |  15 |  22 |2307k|8257 | 0.000000e+00 |      --      |    Inf 
1027.31/1027.69	c  1028s|  3520k|329579 |  7342k|   2.1 | 362M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2313k|8272 | 0.000000e+00 |      --      |    Inf 
1030.42/1030.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1030.42/1030.74	c  1031s|  3530k|330250 |  7363k|   2.1 | 363M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2320k|8286 | 0.000000e+00 |      --      |    Inf 
1033.62/1033.99	c  1034s|  3540k|330540 |  7384k|   2.1 | 364M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2327k|8295 | 0.000000e+00 |      --      |    Inf 
1037.32/1037.61	c  1038s|  3550k|331141 |  7405k|   2.1 | 364M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2334k|8307 | 0.000000e+00 |      --      |    Inf 
1040.71/1041.07	c  1041s|  3560k|331476 |  7427k|   2.1 | 365M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2342k|8314 | 0.000000e+00 |      --      |    Inf 
1044.51/1044.90	c  1045s|  3570k|331757 |  7447k|   2.1 | 365M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2349k|8326 | 0.000000e+00 |      --      |    Inf 
1048.21/1048.57	c  1049s|  3580k|332030 |  7468k|   2.1 | 366M|  36 |   5 |  40 |9864 |  40 |  15 |  22 |2356k|8330 | 0.000000e+00 |      --      |    Inf 
1052.01/1052.37	c  1052s|  3590k|332056 |  7489k|   2.1 | 366M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2363k|8340 | 0.000000e+00 |      --      |    Inf 
1055.81/1056.15	c  1056s|  3600k|332147 |  7509k|   2.1 | 366M|  36 |   - |  40 |9541 |  40 |  15 |  22 |2370k|8354 | 0.000000e+00 |      --      |    Inf 
1059.02/1059.33	c  1059s|  3610k|332549 |  7530k|   2.1 | 367M|  36 |   - |  40 |9954 |  40 |  15 |  22 |2377k|8361 | 0.000000e+00 |      --      |    Inf 
1062.11/1062.48	c  1062s|  3620k|333347 |  7551k|   2.1 | 368M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2384k|8370 | 0.000000e+00 |      --      |    Inf 
1064.81/1065.12	c  1065s|  3630k|333979 |  7572k|   2.1 | 369M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2391k|8385 | 0.000000e+00 |      --      |    Inf 
1068.40/1068.70	c  1069s|  3640k|334162 |  7593k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2399k|8399 | 0.000000e+00 |      --      |    Inf 
1071.91/1072.27	c  1072s|  3650k|334483 |  7614k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2405k|8415 | 0.000000e+00 |      --      |    Inf 
1075.71/1076.07	c  1076s|  3660k|334652 |  7635k|   2.1 | 371M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2413k|8428 | 0.000000e+00 |      --      |    Inf 
1078.60/1078.95	c  1079s|  3670k|335385 |  7655k|   2.1 | 372M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2419k|8435 | 0.000000e+00 |      --      |    Inf 
1082.31/1082.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1082.31/1082.66	c  1083s|  3680k|335701 |  7676k|   2.1 | 372M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2427k|8460 | 0.000000e+00 |      --      |    Inf 
1085.41/1085.76	c  1086s|  3690k|337013 |  7697k|   2.1 | 374M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2433k|8469 | 0.000000e+00 |      --      |    Inf 
1088.20/1088.55	c  1089s|  3700k|338547 |  7718k|   2.1 | 376M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2439k|8479 | 0.000000e+00 |      --      |    Inf 
1091.61/1091.94	c  1092s|  3710k|339451 |  7739k|   2.1 | 377M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2446k|8489 | 0.000000e+00 |      --      |    Inf 
1095.00/1095.31	c  1095s|  3720k|340407 |  7761k|   2.1 | 378M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2452k|8507 | 0.000000e+00 |      --      |    Inf 
1099.11/1099.40	c  1099s|  3730k|341020 |  7782k|   2.1 | 380M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2459k|8516 | 0.000000e+00 |      --      |    Inf 
1103.70/1104.09	c  1104s|  3740k|341234 |  7803k|   2.1 | 380M|  36 |   - |  40 |  15k|  40 |  15 |  22 |2466k|8527 | 0.000000e+00 |      --      |    Inf 
1107.80/1108.10	c  1108s|  3750k|341881 |  7824k|   2.1 | 381M|  36 |   - |  40 |  18k|  40 |  15 |  22 |2473k|8539 | 0.000000e+00 |      --      |    Inf 
1113.50/1113.82	c  1114s|  3760k|341825 |  7844k|   2.1 | 381M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2481k|8553 | 0.000000e+00 |      --      |    Inf 
1118.20/1118.51	c  1119s|  3770k|342068 |  7865k|   2.1 | 381M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2488k|8569 | 0.000000e+00 |      --      |    Inf 
1122.20/1122.54	c  1123s|  3780k|342355 |  7886k|   2.1 | 382M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2495k|8580 | 0.000000e+00 |      --      |    Inf 
1126.00/1126.36	c  1126s|  3790k|342803 |  7906k|   2.1 | 382M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2502k|8594 | 0.000000e+00 |      --      |    Inf 
1130.00/1130.32	c  1130s|  3800k|343089 |  7927k|   2.1 | 383M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2509k|8608 | 0.000000e+00 |      --      |    Inf 
1133.00/1133.33	c  1133s|  3810k|343840 |  7948k|   2.1 | 384M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2516k|8621 | 0.000000e+00 |      --      |    Inf 
1137.39/1137.75	c  1138s|  3820k|343838 |  7968k|   2.1 | 384M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2523k|8637 | 0.000000e+00 |      --      |    Inf 
1141.40/1141.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1141.40/1141.78	c  1142s|  3830k|343923 |  7989k|   2.1 | 384M|  36 |   5 |  40 |9191 |  40 |  15 |  22 |2530k|8652 | 0.000000e+00 |      --      |    Inf 
1144.70/1145.03	c  1145s|  3840k|344305 |  8010k|   2.1 | 385M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2538k|8660 | 0.000000e+00 |      --      |    Inf 
1147.79/1148.16	c  1148s|  3850k|344757 |  8031k|   2.1 | 386M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2545k|8670 | 0.000000e+00 |      --      |    Inf 
1152.10/1152.42	c  1152s|  3860k|344806 |  8051k|   2.1 | 386M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2552k|8692 | 0.000000e+00 |      --      |    Inf 
1155.40/1155.79	c  1156s|  3870k|345258 |  8072k|   2.1 | 387M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2559k|8697 | 0.000000e+00 |      --      |    Inf 
1159.39/1159.77	c  1160s|  3880k|345336 |  8093k|   2.1 | 387M|  36 |   - |  40 |9953 |   0 |   0 |  22 |2566k|8711 | 0.000000e+00 |      --      |    Inf 
1162.99/1163.33	c  1163s|  3890k|345431 |  8113k|   2.1 | 387M|  36 |   5 |  40 |9096 |  40 |  15 |  22 |2573k|8718 | 0.000000e+00 |      --      |    Inf 
1166.40/1166.71	c  1167s|  3900k|345569 |  8135k|   2.1 | 388M|  36 |   5 |  40 |9637 |  40 |  15 |  22 |2581k|8732 | 0.000000e+00 |      --      |    Inf 
1169.39/1169.75	c  1170s|  3910k|345990 |  8156k|   2.1 | 389M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2587k|8751 | 0.000000e+00 |      --      |    Inf 
1172.69/1173.04	c  1173s|  3920k|346284 |  8176k|   2.1 | 390M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2595k|8757 | 0.000000e+00 |      --      |    Inf 
1176.20/1176.50	c  1176s|  3930k|346763 |  8197k|   2.1 | 390M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2602k|8765 | 0.000000e+00 |      --      |    Inf 
1179.50/1179.86	c  1180s|  3940k|347412 |  8217k|   2.1 | 391M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2609k|8776 | 0.000000e+00 |      --      |    Inf 
1182.89/1183.28	c  1183s|  3950k|347796 |  8238k|   2.1 | 392M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2616k|8792 | 0.000000e+00 |      --      |    Inf 
1185.99/1186.35	c  1186s|  3960k|348437 |  8259k|   2.1 | 393M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2622k|8796 | 0.000000e+00 |      --      |    Inf 
1189.49/1189.89	c  1190s|  3970k|348859 |  8279k|   2.1 | 393M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2629k|8805 | 0.000000e+00 |      --      |    Inf 
1193.39/1193.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.39/1193.72	c  1194s|  3980k|349084 |  8300k|   2.1 | 393M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2636k|8815 | 0.000000e+00 |      --      |    Inf 
1197.09/1197.41	c  1197s|  3990k|349256 |  8320k|   2.1 | 394M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2643k|8834 | 0.000000e+00 |      --      |    Inf 
1201.08/1201.43	c  1201s|  4000k|349230 |  8341k|   2.1 | 394M|  36 |   - |  40 |9353 |   0 |   0 |  22 |2651k|8844 | 0.000000e+00 |      --      |    Inf 
1204.68/1205.05	c  1205s|  4010k|349327 |  8362k|   2.1 | 394M|  36 |   - |  40 |9117 |   0 |   0 |  22 |2658k|8852 | 0.000000e+00 |      --      |    Inf 
1207.39/1207.74	c  1208s|  4020k|350020 |  8383k|   2.1 | 396M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2665k|8865 | 0.000000e+00 |      --      |    Inf 
1210.29/1210.64	c  1211s|  4030k|350639 |  8404k|   2.1 | 397M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2671k|8877 | 0.000000e+00 |      --      |    Inf 
1215.09/1215.41	c  1215s|  4040k|350559 |  8425k|   2.1 | 396M|  36 |   5 |  40 |9415 |  40 |  15 |  22 |2679k|8883 | 0.000000e+00 |      --      |    Inf 
1218.78/1219.18	c  1219s|  4050k|350478 |  8445k|   2.1 | 397M|  36 |   - |  40 |9430 |  40 |  15 |  22 |2686k|8896 | 0.000000e+00 |      --      |    Inf 
1222.08/1222.44	c  1222s|  4060k|350809 |  8466k|   2.1 | 397M|  36 |   5 |  40 |9601 |  40 |  15 |  22 |2693k|8914 | 0.000000e+00 |      --      |    Inf 
1225.88/1226.25	c  1226s|  4070k|350705 |  8486k|   2.1 | 398M|  36 |   5 |  40 |8622 |  40 |  15 |  22 |2701k|8922 | 0.000000e+00 |      --      |    Inf 
1228.58/1228.93	c  1229s|  4080k|351546 |  8507k|   2.1 | 399M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2707k|8930 | 0.000000e+00 |      --      |    Inf 
1231.59/1232.00	c  1232s|  4090k|352347 |  8529k|   2.1 | 400M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2714k|8944 | 0.000000e+00 |      --      |    Inf 
1234.49/1234.85	c  1235s|  4100k|353494 |  8550k|   2.1 | 402M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2721k|8949 | 0.000000e+00 |      --      |    Inf 
1237.89/1238.23	c  1238s|  4110k|354061 |  8570k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2728k|8967 | 0.000000e+00 |      --      |    Inf 
1242.08/1242.41	c  1242s|  4120k|354125 |  8589k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2735k|8979 | 0.000000e+00 |      --      |    Inf 
1246.18/1246.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1246.18/1246.53	c  1247s|  4130k|354489 |  8610k|   2.1 | 404M|  36 |   - |  40 |  13k|   0 |   0 |  22 |2742k|8990 | 0.000000e+00 |      --      |    Inf 
1249.08/1249.46	c  1249s|  4140k|355801 |  8632k|   2.1 | 406M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2748k|8999 | 0.000000e+00 |      --      |    Inf 
1252.59/1252.97	c  1253s|  4150k|356522 |  8653k|   2.1 | 407M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2755k|9025 | 0.000000e+00 |      --      |    Inf 
1258.08/1258.49	c  1258s|  4160k|356506 |  8674k|   2.1 | 406M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2763k|9041 | 0.000000e+00 |      --      |    Inf 
1262.68/1263.08	c  1263s|  4170k|356604 |  8694k|   2.1 | 406M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2770k|9052 | 0.000000e+00 |      --      |    Inf 
1266.18/1266.57	c  1267s|  4180k|357085 |  8715k|   2.1 | 407M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2777k|9063 | 0.000000e+00 |      --      |    Inf 
1269.68/1270.07	c  1270s|  4190k|357296 |  8735k|   2.1 | 408M|  36 |   - |  40 |  11k|   0 |   0 |  22 |2784k|9066 | 0.000000e+00 |      --      |    Inf 
1273.97/1274.35	c  1274s|  4200k|357390 |  8756k|   2.1 | 408M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2791k|9078 | 0.000000e+00 |      --      |    Inf 
1277.78/1278.17	c  1278s|  4210k|357457 |  8777k|   2.1 | 408M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2799k|9090 | 0.000000e+00 |      --      |    Inf 
1281.87/1282.29	c  1282s|  4220k|357563 |  8797k|   2.1 | 408M|  36 |   - |  40 |9790 |  40 |  15 |  22 |2806k|9104 | 0.000000e+00 |      --      |    Inf 
1285.59/1285.97	c  1286s|  4230k|357639 |  8818k|   2.1 | 409M|  36 |   5 |  40 |9539 |  40 |  15 |  22 |2814k|9108 | 0.000000e+00 |      --      |    Inf 
1289.28/1289.63	c  1290s|  4240k|357756 |  8839k|   2.1 | 409M|  36 |   5 |  40 |9666 |  40 |  15 |  22 |2821k|9122 | 0.000000e+00 |      --      |    Inf 
1292.37/1292.77	c  1293s|  4250k|358130 |  8859k|   2.1 | 410M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2828k|9127 | 0.000000e+00 |      --      |    Inf 
1295.67/1296.08	c  1296s|  4260k|358470 |  8880k|   2.1 | 411M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2835k|9136 | 0.000000e+00 |      --      |    Inf 
1299.77/1300.11	c  1300s|  4270k|358501 |  8901k|   2.1 | 411M|  36 |   5 |  40 |9571 |  40 |  15 |  22 |2842k|9147 | 0.000000e+00 |      --      |    Inf 
1303.17/1303.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1303.17/1303.53	c  1304s|  4280k|359108 |  8922k|   2.1 | 412M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2849k|9161 | 0.000000e+00 |      --      |    Inf 
1306.18/1306.52	c  1307s|  4290k|359595 |  8943k|   2.1 | 413M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2856k|9172 | 0.000000e+00 |      --      |    Inf 
1309.37/1309.73	c  1310s|  4300k|360190 |  8964k|   2.1 | 414M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2864k|9183 | 0.000000e+00 |      --      |    Inf 
1313.77/1314.19	c  1314s|  4310k|360248 |  8985k|   2.1 | 414M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2871k|9190 | 0.000000e+00 |      --      |    Inf 
1317.27/1317.60	c  1318s|  4320k|360771 |  9006k|   2.1 | 416M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2878k|9199 | 0.000000e+00 |      --      |    Inf 
1321.37/1321.72	c  1322s|  4330k|361007 |  9028k|   2.1 | 416M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2886k|9210 | 0.000000e+00 |      --      |    Inf 
1324.97/1325.40	c  1325s|  4340k|361350 |  9049k|   2.1 | 416M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2893k|9216 | 0.000000e+00 |      --      |    Inf 
1328.27/1328.68	c  1329s|  4350k|362040 |  9070k|   2.1 | 418M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2900k|9227 | 0.000000e+00 |      --      |    Inf 
1332.46/1332.81	c  1333s|  4360k|362355 |  9090k|   2.1 | 418M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2907k|9238 | 0.000000e+00 |      --      |    Inf 
1336.87/1337.25	c  1337s|  4370k|362381 |  9111k|   2.1 | 418M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2914k|9250 | 0.000000e+00 |      --      |    Inf 
1341.17/1341.50	c  1341s|  4380k|362404 |  9132k|   2.1 | 418M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2921k|9261 | 0.000000e+00 |      --      |    Inf 
1345.16/1345.57	c  1346s|  4390k|362438 |  9153k|   2.1 | 419M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2929k|9270 | 0.000000e+00 |      --      |    Inf 
1349.06/1349.42	c  1349s|  4400k|362624 |  9174k|   2.1 | 419M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2936k|9284 | 0.000000e+00 |      --      |    Inf 
1353.06/1353.46	c  1353s|  4410k|362748 |  9194k|   2.1 | 420M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2943k|9294 | 0.000000e+00 |      --      |    Inf 
1356.17/1356.53	c  1357s|  4420k|363626 |  9215k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2950k|9302 | 0.000000e+00 |      --      |    Inf 
1359.76/1360.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1359.76/1360.18	c  1360s|  4430k|363685 |  9234k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2957k|9305 | 0.000000e+00 |      --      |    Inf 
1363.76/1364.10	c  1364s|  4440k|363801 |  9255k|   2.1 | 421M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2964k|9318 | 0.000000e+00 |      --      |    Inf 
1367.76/1368.12	c  1368s|  4450k|363863 |  9276k|   2.1 | 422M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2972k|9328 | 0.000000e+00 |      --      |    Inf 
1371.66/1372.06	c  1372s|  4460k|363952 |  9296k|   2.1 | 422M|  36 |   5 |  40 |9497 |  40 |  15 |  22 |2979k|9339 | 0.000000e+00 |      --      |    Inf 
1374.46/1374.88	c  1375s|  4470k|364558 |  9317k|   2.1 | 423M|  36 |   - |  40 |  12k|   0 |   0 |  22 |2986k|9341 | 0.000000e+00 |      --      |    Inf 
1378.06/1378.46	c  1378s|  4480k|364954 |  9338k|   2.1 | 424M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2993k|9353 | 0.000000e+00 |      --      |    Inf 
1382.56/1382.92	c  1383s|  4490k|364763 |  9359k|   2.1 | 424M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3000k|9369 | 0.000000e+00 |      --      |    Inf 
1385.26/1385.63	c  1386s|  4500k|365463 |  9381k|   2.1 | 425M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3008k|9380 | 0.000000e+00 |      --      |    Inf 
1389.35/1389.70	c  1390s|  4510k|365717 |  9401k|   2.1 | 426M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3015k|9388 | 0.000000e+00 |      --      |    Inf 
1392.86/1393.25	c  1393s|  4520k|366356 |  9421k|   2.1 | 427M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3021k|9397 | 0.000000e+00 |      --      |    Inf 
1395.86/1396.20	c  1396s|  4530k|367392 |  9443k|   2.1 | 428M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3028k|9411 | 0.000000e+00 |      --      |    Inf 
1399.26/1399.68	c  1400s|  4540k|368084 |  9463k|   2.1 | 430M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3035k|9426 | 0.000000e+00 |      --      |    Inf 
1403.06/1403.48	c  1403s|  4550k|368633 |  9484k|   2.1 | 431M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3042k|9430 | 0.000000e+00 |      --      |    Inf 
1409.06/1409.43	c  1409s|  4560k|368373 |  9505k|   2.1 | 430M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3049k|9440 | 0.000000e+00 |      --      |    Inf 
1413.55/1413.96	c  1414s|  4570k|368437 |  9526k|   2.1 | 430M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3057k|9454 | 0.000000e+00 |      --      |    Inf 
1416.76/1417.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1416.76/1417.15	c  1417s|  4580k|369014 |  9546k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3064k|9464 | 0.000000e+00 |      --      |    Inf 
1420.65/1421.03	c  1421s|  4590k|369754 |  9567k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3070k|9477 | 0.000000e+00 |      --      |    Inf 
1424.06/1424.41	c  1424s|  4600k|370507 |  9588k|   2.1 | 433M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3077k|9484 | 0.000000e+00 |      --      |    Inf 
1428.96/1429.31	c  1429s|  4610k|370410 |  9609k|   2.1 | 433M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3085k|9499 | 0.000000e+00 |      --      |    Inf 
1433.45/1433.83	c  1434s|  4620k|370468 |  9629k|   2.1 | 433M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3092k|9507 | 0.000000e+00 |      --      |    Inf 
1437.45/1437.88	c  1438s|  4630k|370823 |  9651k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3099k|9520 | 0.000000e+00 |      --      |    Inf 
1441.35/1441.72	c  1442s|  4640k|371025 |  9672k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3107k|9533 | 0.000000e+00 |      --      |    Inf 
1445.25/1445.64	c  1446s|  4650k|371259 |  9693k|   2.1 | 435M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3114k|9545 | 0.000000e+00 |      --      |    Inf 
1449.75/1450.16	c  1450s|  4660k|371190 |  9714k|   2.1 | 435M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3122k|9556 | 0.000000e+00 |      --      |    Inf 
1453.45/1453.88	c  1454s|  4670k|371509 |  9734k|   2.1 | 436M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3129k|9559 | 0.000000e+00 |      --      |    Inf 
1457.85/1458.23	c  1458s|  4680k|371423 |  9755k|   2.1 | 435M|  36 |   - |  40 |9617 |  40 |  15 |  22 |3136k|9568 | 0.000000e+00 |      --      |    Inf 
1460.55/1460.99	c  1461s|  4690k|372617 |  9776k|   2.1 | 437M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3142k|9579 | 0.000000e+00 |      --      |    Inf 
1463.76/1464.18	c  1464s|  4700k|373645 |  9798k|   2.1 | 439M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3149k|9587 | 0.000000e+00 |      --      |    Inf 
1467.75/1468.10	c  1468s|  4710k|374165 |  9818k|   2.1 | 440M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3156k|9595 | 0.000000e+00 |      --      |    Inf 
1473.05/1473.42	c  1473s|  4720k|374009 |  9840k|   2.1 | 441M|  36 |   - |  40 |  18k|  40 |  15 |  22 |3164k|9612 | 0.000000e+00 |      --      |    Inf 
1478.25/1478.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1478.25/1478.60	c  1479s|  4730k|374271 |  9861k|   2.1 | 441M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3172k|9620 | 0.000000e+00 |      --      |    Inf 
1483.25/1483.66	c  1484s|  4740k|374471 |  9881k|   2.1 | 441M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3179k|9633 | 0.000000e+00 |      --      |    Inf 
1487.95/1488.34	c  1488s|  4750k|374694 |  9902k|   2.1 | 441M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3186k|9642 | 0.000000e+00 |      --      |    Inf 
1492.25/1492.65	c  1493s|  4760k|374891 |  9923k|   2.1 | 441M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3193k|9648 | 0.000000e+00 |      --      |    Inf 
1496.14/1496.56	c  1497s|  4770k|375096 |  9943k|   2.1 | 442M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3200k|9655 | 0.000000e+00 |      --      |    Inf 
1499.95/1500.35	c  1500s|  4780k|375364 |  9964k|   2.1 | 442M|  36 |   - |  40 |  11k|   0 |   0 |  22 |3207k|9665 | 0.000000e+00 |      --      |    Inf 
1502.74/1503.16	c  1503s|  4790k|376314 |  9986k|   2.1 | 444M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3214k|9674 | 0.000000e+00 |      --      |    Inf 
1507.04/1507.43	c  1507s|  4800k|376583 | 10007k|   2.1 | 444M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3221k|9690 | 0.000000e+00 |      --      |    Inf 
1511.14/1511.55	c  1512s|  4810k|377013 | 10027k|   2.1 | 445M|  36 |   - |  40 |  13k|  40 |  15 |  22 |3227k|9699 | 0.000000e+00 |      --      |    Inf 
1515.34/1515.73	c  1516s|  4820k|377151 | 10048k|   2.1 | 445M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3235k|9708 | 0.000000e+00 |      --      |    Inf 
1519.84/1520.25	c  1520s|  4830k|377205 | 10069k|   2.1 | 445M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3242k|9719 | 0.000000e+00 |      --      |    Inf 
1524.14/1524.60	c  1525s|  4840k|377229 | 10090k|   2.1 | 445M|  36 |   - |  40 |9955 |  40 |  15 |  22 |3250k|9724 | 0.000000e+00 |      --      |    Inf 
1528.14/1528.53	c  1529s|  4850k|377250 | 10110k|   2.1 | 446M|  36 |   - |  40 |9804 |   0 |   0 |  22 |3257k|9731 | 0.000000e+00 |      --      |    Inf 
1530.94/1531.31	c  1531s|  4860k|378965 | 10131k|   2.1 | 447M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3263k|9743 | 0.000000e+00 |      --      |    Inf 
1533.63/1534.04	c  1534s|  4870k|380450 | 10151k|   2.1 | 449M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3269k|9745 | 0.000000e+00 |      --      |    Inf 
1536.44/1536.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1536.44/1536.85	c  1537s|  4880k|381975 | 10171k|   2.1 | 450M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3275k|9753 | 0.000000e+00 |      --      |    Inf 
1539.43/1539.80	c  1540s|  4890k|383628 | 10192k|   2.1 | 452M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3281k|9764 | 0.000000e+00 |      --      |    Inf 
1542.43/1542.86	c  1543s|  4900k|385210 | 10213k|   2.1 | 454M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3287k|9778 | 0.000000e+00 |      --      |    Inf 
1545.93/1546.38	c  1546s|  4910k|386251 | 10234k|   2.1 | 455M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3294k|9791 | 0.000000e+00 |      --      |    Inf 
1549.63/1550.09	c  1550s|  4920k|387365 | 10255k|   2.1 | 456M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3300k|9793 | 0.000000e+00 |      --      |    Inf 
1553.23/1553.64	c  1554s|  4930k|388790 | 10276k|   2.1 | 457M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3306k|9809 | 0.000000e+00 |      --      |    Inf 
1556.73/1557.13	c  1557s|  4940k|389927 | 10297k|   2.1 | 459M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3313k|9817 | 0.000000e+00 |      --      |    Inf 
1560.83/1561.20	c  1561s|  4950k|390770 | 10317k|   2.1 | 459M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3319k|9822 | 0.000000e+00 |      --      |    Inf 
1564.73/1565.11	c  1565s|  4960k|391520 | 10338k|   2.1 | 460M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3326k|9827 | 0.000000e+00 |      --      |    Inf 
1568.33/1568.78	c  1569s|  4970k|392348 | 10358k|   2.1 | 461M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3332k|9829 | 0.000000e+00 |      --      |    Inf 
1572.33/1572.72	c  1573s|  4980k|393109 | 10379k|   2.1 | 462M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3339k|9834 | 0.000000e+00 |      --      |    Inf 
1576.23/1576.66	c  1577s|  4990k|393764 | 10400k|   2.1 | 463M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3346k|9845 | 0.000000e+00 |      --      |    Inf 
1580.23/1580.65	c  1581s|  5000k|394379 | 10420k|   2.1 | 464M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3353k|9852 | 0.000000e+00 |      --      |    Inf 
1584.33/1584.76	c  1585s|  5010k|394775 | 10440k|   2.1 | 465M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3360k|9855 | 0.000000e+00 |      --      |    Inf 
1588.23/1588.63	c  1589s|  5020k|395303 | 10461k|   2.1 | 466M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3367k|9865 | 0.000000e+00 |      --      |    Inf 
1592.73/1593.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1592.73/1593.11	c  1593s|  5030k|395631 | 10482k|   2.1 | 466M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3374k|9868 | 0.000000e+00 |      --      |    Inf 
1597.13/1597.55	c  1598s|  5040k|395862 | 10502k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3381k|9876 | 0.000000e+00 |      --      |    Inf 
1601.23/1601.67	c  1602s|  5050k|396208 | 10522k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3388k|9884 | 0.000000e+00 |      --      |    Inf 
1605.13/1605.54	c  1606s|  5060k|396669 | 10543k|   2.1 | 469M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3395k|9890 | 0.000000e+00 |      --      |    Inf 
1609.63/1610.00	c  1610s|  5070k|396934 | 10564k|   2.1 | 469M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3402k|9898 | 0.000000e+00 |      --      |    Inf 
1613.92/1614.30	c  1614s|  5080k|397240 | 10585k|   2.1 | 470M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3409k|9910 | 0.000000e+00 |      --      |    Inf 
1618.83/1619.26	c  1619s|  5090k|397272 | 10605k|   2.1 | 470M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3417k|9915 | 0.000000e+00 |      --      |    Inf 
1623.92/1624.38	c  1624s|  5100k|397023 | 10625k|   2.1 | 470M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3424k|9923 | 0.000000e+00 |      --      |    Inf 
1628.42/1628.89	c  1629s|  5110k|397054 | 10645k|   2.1 | 470M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3431k|9930 | 0.000000e+00 |      --      |    Inf 
1633.13/1633.54	c  1634s|  5120k|397164 | 10665k|   2.1 | 471M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3438k|9941 | 0.000000e+00 |      --      |    Inf 
1637.73/1638.13	c  1638s|  5130k|397250 | 10685k|   2.1 | 471M|  36 |   - |  40 |  15k|   0 |   0 |  22 |3445k|9949 | 0.000000e+00 |      --      |    Inf 
1641.72/1642.12	c  1642s|  5140k|397751 | 10705k|   2.1 | 473M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3452k|9960 | 0.000000e+00 |      --      |    Inf 
1648.01/1648.41	c  1648s|  5150k|397768 | 10726k|   2.1 | 472M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3459k|9973 | 0.000000e+00 |      --      |    Inf 
1653.61/1654.06	c  1654s|  5160k|397665 | 10746k|   2.1 | 472M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3467k|9982 | 0.000000e+00 |      --      |    Inf 
1658.01/1658.42	c  1658s|  5170k|397979 | 10768k|   2.1 | 473M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3474k|9994 | 0.000000e+00 |      --      |    Inf 
1662.71/1663.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1662.71/1663.14	c  1663s|  5180k|397961 | 10789k|   2.1 | 473M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3481k|9998 | 0.000000e+00 |      --      |    Inf 
1666.50/1666.90	c  1667s|  5190k|398210 | 10810k|   2.1 | 473M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3488k|  10k| 0.000000e+00 |      --      |    Inf 
1670.30/1670.76	c  1671s|  5200k|398527 | 10830k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3495k|  10k| 0.000000e+00 |      --      |    Inf 
1674.10/1674.51	c  1675s|  5210k|398759 | 10850k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3502k|  10k| 0.000000e+00 |      --      |    Inf 
1678.21/1678.68	c  1679s|  5220k|398782 | 10871k|   2.1 | 474M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3510k|  10k| 0.000000e+00 |      --      |    Inf 
1681.60/1682.07	c  1682s|  5230k|399148 | 10892k|   2.1 | 475M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3517k|  10k| 0.000000e+00 |      --      |    Inf 
1685.30/1685.70	c  1686s|  5240k|399299 | 10912k|   2.1 | 476M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3524k|  10k| 0.000000e+00 |      --      |    Inf 
1689.79/1690.25	c  1690s|  5250k|399080 | 10932k|   2.1 | 476M|  36 |   - |  40 |9919 |  40 |  15 |  22 |3531k|  10k| 0.000000e+00 |      --      |    Inf 
1693.99/1694.45	c  1694s|  5260k|398978 | 10953k|   2.1 | 476M|  36 |   - |  40 |9389 |  40 |  15 |  22 |3539k|  10k| 0.000000e+00 |      --      |    Inf 
1697.58/1698.01	c  1698s|  5270k|399167 | 10974k|   2.1 | 476M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3546k|  10k| 0.000000e+00 |      --      |    Inf 
1700.78/1701.25	c  1701s|  5280k|399654 | 10994k|   2.1 | 477M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3552k|  10k| 0.000000e+00 |      --      |    Inf 
1705.08/1705.50	c  1705s|  5290k|399617 | 11014k|   2.1 | 477M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3560k|  10k| 0.000000e+00 |      --      |    Inf 
1709.38/1709.85	c  1710s|  5300k|399544 | 11034k|   2.1 | 477M|  36 |   5 |  40 |9265 |  40 |  15 |  22 |3567k|  10k| 0.000000e+00 |      --      |    Inf 
1713.77/1714.22	c  1714s|  5310k|399265 | 11054k|   2.1 | 477M|  36 |   5 |  40 |9076 |  40 |  15 |  22 |3575k|  10k| 0.000000e+00 |      --      |    Inf 
1717.57/1718.02	c  1718s|  5320k|399120 | 11075k|   2.1 | 478M|  36 |   - |  40 |9596 |   0 |   0 |  22 |3582k|  10k| 0.000000e+00 |      --      |    Inf 
1721.27/1721.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1721.27/1721.71	c  1722s|  5330k|399092 | 11096k|   2.1 | 478M|  36 |   - |  40 |9139 |  40 |  15 |  22 |3589k|  10k| 0.000000e+00 |      --      |    Inf 
1724.26/1724.74	c  1725s|  5340k|399457 | 11117k|   2.1 | 479M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3596k|  10k| 0.000000e+00 |      --      |    Inf 
1727.67/1728.16	c  1728s|  5350k|399764 | 11137k|   2.1 | 480M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3604k|  10k| 0.000000e+00 |      --      |    Inf 
1731.46/1731.91	c  1732s|  5360k|400040 | 11157k|   2.1 | 480M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3611k|  10k| 0.000000e+00 |      --      |    Inf 
1734.16/1734.65	c  1735s|  5370k|401062 | 11179k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3618k|  10k| 0.000000e+00 |      --      |    Inf 
1738.16/1738.65	c  1739s|  5380k|401065 | 11200k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3626k|  10k| 0.000000e+00 |      --      |    Inf 
1742.45/1742.92	c  1743s|  5390k|401011 | 11221k|   2.1 | 482M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3633k|  10k| 0.000000e+00 |      --      |    Inf 
1746.36/1746.84	c  1747s|  5400k|400999 | 11241k|   2.1 | 482M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3640k|  10k| 0.000000e+00 |      --      |    Inf 
1749.74/1750.26	c  1750s|  5410k|401173 | 11262k|   2.1 | 483M|  36 |   - |  40 |9846 |  40 |  15 |  22 |3647k|  10k| 0.000000e+00 |      --      |    Inf 
1753.84/1754.35	c  1754s|  5420k|401027 | 11283k|   2.1 | 483M|  36 |   - |  40 |9574 |  40 |  15 |  22 |3655k|  10k| 0.000000e+00 |      --      |    Inf 
1756.94/1757.49	c  1757s|  5430k|401478 | 11304k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3662k|  10k| 0.000000e+00 |      --      |    Inf 
1760.54/1761.04	c  1761s|  5440k|401555 | 11325k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3669k|  10k| 0.000000e+00 |      --      |    Inf 
1764.04/1764.59	c  1765s|  5450k|401667 | 11346k|   2.1 | 485M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3677k|  10k| 0.000000e+00 |      --      |    Inf 
1767.54/1768.09	c  1768s|  5460k|401874 | 11367k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3684k|  10k| 0.000000e+00 |      --      |    Inf 
1771.44/1771.91	c  1772s|  5470k|401835 | 11387k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3691k|  10k| 0.000000e+00 |      --      |    Inf 
1775.34/1775.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.34/1775.84	c  1776s|  5480k|401725 | 11407k|   2.1 | 485M|  36 |   5 |  40 |9195 |  40 |  15 |  22 |3699k|  10k| 0.000000e+00 |      --      |    Inf 
1778.54/1779.09	c  1779s|  5490k|401899 | 11428k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3706k|  10k| 0.000000e+00 |      --      |    Inf 
1782.44/1782.91	c  1783s|  5500k|401898 | 11449k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3713k|  10k| 0.000000e+00 |      --      |    Inf 
1786.04/1786.59	c  1787s|  5510k|401926 | 11470k|   2.1 | 487M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3720k|  10k| 0.000000e+00 |      --      |    Inf 
1790.13/1790.67	c  1791s|  5520k|401577 | 11491k|   2.1 | 487M|  36 |   - |  40 |9639 |  40 |  15 |  22 |3728k|  10k| 0.000000e+00 |      --      |    Inf 
1793.64/1794.17	c  1794s|  5530k|401670 | 11511k|   2.1 | 487M|  36 |   - |  40 |9766 |  40 |  15 |  22 |3736k|  10k| 0.000000e+00 |      --      |    Inf 
1796.53/1797.00	c 
1796.53/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.53/1797.00	c Solving Time (sec) : 1797.00
1796.53/1797.00	c Solving Nodes      : 5538410
1796.53/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.53/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.53/1797.00	c Gap                : infinite
1796.53/1797.00	s UNKNOWN
1796.53/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.53/1797.00	c Total Time         :    1797.00
1796.53/1797.00	c   solving          :    1797.00
1796.53/1797.00	c   presolving       :       0.00 (included in solving)
1796.53/1797.00	c   reading          :       0.00 (included in solving)
1796.53/1797.00	c Original Problem   :
1796.53/1797.00	c   Problem name     : HOME/instance-3734879-1338714616.opb
1796.53/1797.00	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.53/1797.00	c   Constraints      : 11 initial, 11 maximal
1796.53/1797.00	c Presolved Problem  :
1796.53/1797.00	c   Problem name     : t_HOME/instance-3734879-1338714616.opb
1796.53/1797.00	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.53/1797.00	c   Constraints      : 5 initial, 19632 maximal
1796.53/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.53/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.53/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1796.53/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.53/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.53/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.53/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.53/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.53/1797.00	c   linear           :       0.00          0          0          0          0          0          6          0          0          0
1796.53/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.53/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.53/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.53/1797.00	c   integral         :          0          0          0    3157663          0          4          0       1458       5059          0          0    6302958
1796.53/1797.00	c   linear           :          5+         7   13863971          0          0          3    6853178     830970    7628171          0          0          0
1796.53/1797.00	c   logicor          :          0+         6    6791712          0          0          0    6340698      20227    2890207          0          0          0
1796.53/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.53/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.53/1797.00	c   integral         :      17.95       0.00       0.00      17.95       0.00       0.00       0.00
1796.53/1797.00	c   linear           :     116.31       0.00     102.80       0.00       0.00       0.00      13.50
1796.53/1797.00	c   logicor          :     596.23       0.00     589.33       0.00       0.00       0.00       6.89
1796.53/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.53/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.53/1797.00	c   vbounds          :          0          0          0          0
1796.53/1797.00	c   rootredcost      :          0          0          0          0
1796.53/1797.00	c   pseudoobj        :          0          0          0          0
1796.53/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.53/1797.00	c   vbounds          :       1.67       1.67       0.00
1796.53/1797.00	c   rootredcost      :       1.83       1.83       0.00
1796.53/1797.00	c   pseudoobj        :       1.22       1.22       0.00
1796.53/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.53/1797.00	c   propagation      :      25.03     851197     689361    2270344       28.5        107       23.6          -
1796.53/1797.00	c   infeasible LP    :      43.45    1861047    1860962    3513696       18.9      26021       22.9          0
1796.53/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.53/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.53/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.53/1797.00	c   applied globally :          -          -          -    3712533       19.3          -          -          -
1796.53/1797.00	c   applied locally  :          -          -          -      29550       31.4          -          -          -
1796.53/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.53/1797.00	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 104)
1796.53/1797.00	c   redcost          :       3.14    3157667          0          0          0          0
1796.53/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1796.53/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.53/1797.00	c   gomory           :       0.00          6          0          0          0          0
1796.53/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.53/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.53/1797.00	c   strongcg         :       0.00          6          0          0         26          0
1796.53/1797.00	c   cmir             :       0.01          6          0          0         46          0
1796.53/1797.00	c   flowcover        :       0.01          6          0          0         57          0
1796.53/1797.00	c   clique           :       0.00          1          0          0          0          0
1796.53/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.53/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.53/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.53/1797.00	c   rapidlearning    :       0.02          1          0          0          0          8
1796.53/1797.00	c Pricers            :       Time      Calls       Vars
1796.53/1797.00	c   problem variables:       0.00          0          0
1796.53/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.53/1797.00	c   relpscost        :      16.37    3157663       1458       5059          0          0    6302958
1796.53/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.53/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1796.53/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.53/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.53/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.53/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.53/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.53/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.53/1797.00	c   LP solutions     :       0.00          -          0
1796.53/1797.00	c   pseudo solutions :       0.00          -          0
1796.53/1797.00	c   oneopt           :       1.27          0          0
1796.53/1797.00	c   crossover        :       0.88          0          0
1796.53/1797.00	c   guideddiving     :       0.16          0          0
1796.53/1797.00	c   coefdiving       :       0.16        180          0
1796.53/1797.00	c   pscostdiving     :       0.17        180          0
1796.53/1797.00	c   fracdiving       :       0.14        180          0
1796.53/1797.00	c   veclendiving     :       0.15        180          0
1796.53/1797.00	c   linesearchdiving :       0.16        180          0
1796.53/1797.00	c   feaspump         :       0.15         90          0
1796.53/1797.00	c   objpscostdiving  :       0.13         91          0
1796.53/1797.00	c   rootsoldiving    :       0.16         91          0
1796.53/1797.00	c   trivial          :       0.00          2          0
1796.53/1797.00	c   shiftandpropagate:       0.00          1          0
1796.53/1797.00	c   simplerounding   :       0.48          0          0
1796.53/1797.00	c   zirounding       :       6.76          0          0
1796.53/1797.00	c   rounding         :       1.12      25100          0
1796.53/1797.00	c   shifting         :       1.56       7482          0
1796.53/1797.00	c   intshifting      :       0.07          0          0
1796.53/1797.00	c   twoopt           :       0.00          0          0
1796.53/1797.00	c   fixandinfer      :       0.00          0          0
1796.53/1797.00	c   clique           :       0.00          0          0
1796.53/1797.00	c   intdiving        :       0.00          0          0
1796.53/1797.00	c   actconsdiving    :       0.00          0          0
1796.53/1797.00	c   octane           :       0.00          0          0
1796.53/1797.00	c   rens             :       0.02          1          0
1796.53/1797.00	c   rins             :       0.00          0          0
1796.53/1797.00	c   localbranching   :       0.00          0          0
1796.53/1797.00	c   mutation         :       0.00          0          0
1796.53/1797.00	c   dins             :       0.00          0          0
1796.53/1797.00	c   vbounds          :       0.00          0          0
1796.53/1797.00	c   undercover       :       0.00          0          0
1796.53/1797.00	c   subnlp           :       0.68          0          0
1796.53/1797.00	c   trysol           :       0.82          0          0
1796.53/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.53/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.53/1797.00	c   dual LP          :     204.37    4867382   11525497       2.37   56396.14
1796.53/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.53/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.53/1797.00	c   diving/probing LP:       0.12       2439       3848       1.58   33455.92
1796.53/1797.00	c   strong branching :       0.75      10347      37478       3.62   49643.88
1796.53/1797.00	c     (at root node) :          -          9        315      35.00          -
1796.53/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.53/1797.00	c B&B Tree           :
1796.53/1797.00	c   number of runs   :          1
1796.53/1797.00	c   nodes            :    5538410
1796.53/1797.00	c   nodes (total)    :    5538410
1796.53/1797.00	c   nodes left       :     401786
1796.53/1797.00	c   max depth        :         36
1796.53/1797.00	c   max depth (total):         36
1796.53/1797.00	c   backtracks       :    1268049 (22.9%)
1796.53/1797.00	c   delayed cutoffs  :     362763
1796.53/1797.00	c   repropagations   :    4947593 (5023386 domain reductions, 324637 cutoffs)
1796.53/1797.00	c   avg switch length:       5.99
1796.53/1797.00	c   switching time   :     522.81
1796.53/1797.00	c Solution           :
1796.53/1797.00	c   Solutions found  :          0 (0 improvements)
1796.53/1797.00	c   Primal Bound     :          -
1796.53/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.53/1797.00	c   Gap              :   infinite
1796.53/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.53/1797.00	c   Root Iterations  :        122
1798.33/1798.81	c Time complete: 1798.35.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734879-1338714616/watcher-3734879-1338714616 -o /tmp/evaluation-result-3734879-1338714616/solver-3734879-1338714616 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734879-1338714616.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 682
/proc/meminfo: memFree=27675308/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=9180 CPUtime=0 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 1 0 337587537 9400320 1249 33554432000 4194304 9016284 140735773840160 140737194729096 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 2295 1256 206 1178 0 1113 0

[startup+0.0152819 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 682
/proc/meminfo: memFree=27675308/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=18364 CPUtime=0 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 3728 0 0 0 0 0 0 0 20 0 1 0 337587537 18804736 3425 33554432000 4194304 9016284 140735773840160 140737194729096 6974656 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 4591 3440 618 1178 0 3409 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18364

[startup+0.100218 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 682
/proc/meminfo: memFree=27675308/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=26164 CPUtime=0.08 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 7255 0 0 0 7 1 0 0 20 0 1 0 337587537 26791936 5505 33554432000 4194304 9016284 140735773840160 140737194729096 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 6541 5505 683 1178 0 5359 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26164

[startup+0.300175 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 682
/proc/meminfo: memFree=27675308/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=26164 CPUtime=0.28 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 7256 0 0 0 26 2 0 0 20 0 1 0 337587537 26791936 5506 33554432000 4194304 9016284 140735773840160 140737194729096 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 6541 5506 683 1178 0 5359 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26164

[startup+0.700172 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 682
/proc/meminfo: memFree=27675308/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=26164 CPUtime=0.69 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 7261 0 0 0 64 5 0 0 20 0 1 0 337587537 26791936 5511 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 6541 5511 684 1178 0 5359 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26164

[startup+1.50019 s]
/proc/loadavg: 0.92 1.03 1.37 3/176 688
/proc/meminfo: memFree=27634704/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=26164 CPUtime=1.49 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 7268 0 0 0 142 7 0 0 20 0 1 0 337587537 26791936 5518 33554432000 4194304 9016284 140735773840160 140735773834488 4347574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 6541 5518 684 1178 0 5359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26164

[startup+3.10024 s]
/proc/loadavg: 0.92 1.03 1.37 3/176 688
/proc/meminfo: memFree=27633556/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=26476 CPUtime=3.08 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 7289 0 0 0 296 12 0 0 20 0 1 0 337587537 27111424 5697 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 6619 5697 684 1178 0 5437 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26476

[startup+6.30018 s]
/proc/loadavg: 1.01 1.05 1.37 3/176 688
/proc/meminfo: memFree=27630828/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=30856 CPUtime=6.29 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 8358 0 0 0 607 22 0 0 20 0 1 0 337587537 31596544 6766 33554432000 4194304 9016284 140735773840160 140735773834328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 7714 6766 684 1178 0 6532 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30856

[startup+12.7002 s]
/proc/loadavg: 1.09 1.07 1.37 3/176 688
/proc/meminfo: memFree=27612516/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=38880 CPUtime=12.69 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 10357 0 0 0 1231 38 0 0 20 0 1 0 337587537 39813120 8765 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 9720 8765 684 1178 0 8538 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38880

[startup+25.5002 s]
/proc/loadavg: 1.29 1.11 1.38 3/176 688
/proc/meminfo: memFree=27580920/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=50084 CPUtime=25.48 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 13225 0 0 0 2478 70 0 0 20 0 1 0 337587537 51286016 11633 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 12521 11633 684 1178 0 11339 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50084

[startup+51.1003 s]
/proc/loadavg: 1.53 1.18 1.40 3/175 688
/proc/meminfo: memFree=27520880/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=72240 CPUtime=51.08 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 18683 0 0 0 4982 126 0 0 20 0 1 0 337587537 73973760 17091 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 18060 17091 684 1178 0 16878 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72240

[startup+102.307 s]
/proc/loadavg: 1.79 1.30 1.43 3/175 688
/proc/meminfo: memFree=27451384/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=103468 CPUtime=102.28 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 26108 0 0 0 10003 225 0 0 20 0 1 0 337587537 105951232 24516 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 25867 24516 684 1178 0 24685 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 103468

[startup+162.3 s]
/proc/loadavg: 2.09 1.47 1.47 3/175 688
/proc/meminfo: memFree=27342880/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=137212 CPUtime=162.22 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 34606 0 0 0 15896 326 0 0 20 0 1 0 337587537 140505088 33163 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 34303 33163 684 1178 0 33121 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 137212

[startup+222.3 s]
/proc/loadavg: 2.03 1.57 1.50 3/175 688
/proc/meminfo: memFree=27276364/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=162820 CPUtime=222.2 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 41065 0 0 0 21791 429 0 0 20 0 1 0 337587537 166727680 39741 33554432000 4194304 9016284 140735773840160 140735773834072 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 40705 39741 684 1178 0 39523 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 162820

[startup+282.3 s]
/proc/loadavg: 2.01 1.64 1.53 3/175 688
/proc/meminfo: memFree=27202068/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=187556 CPUtime=282.19 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 47233 0 0 0 27694 525 0 0 20 0 1 0 337587537 192057344 45909 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 46889 45909 684 1178 0 45707 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 187556

[startup+342.3 s]
/proc/loadavg: 2.00 1.71 1.56 3/175 689
/proc/meminfo: memFree=27130036/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=211252 CPUtime=342.18 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 53228 0 0 0 33609 609 0 0 20 0 1 0 337587537 216322048 51904 33554432000 4194304 9016284 140735773840160 140735773834488 5326048 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 52813 51904 684 1178 0 51631 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 211252

[startup+402.3 s]
/proc/loadavg: 2.00 1.76 1.58 3/175 689
/proc/meminfo: memFree=27043528/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=237268 CPUtime=402.17 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 58691 0 0 0 39520 697 0 0 20 0 1 0 337587537 242962432 57367 33554432000 4194304 9016284 140735773840160 140735773834488 6469440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 59317 57367 684 1178 0 58135 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 237268

[startup+462.3 s]
/proc/loadavg: 2.00 1.80 1.61 3/175 689
/proc/meminfo: memFree=26963576/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=256664 CPUtime=462.16 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 63385 0 0 0 45443 773 0 0 20 0 1 0 337587537 262823936 62061 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 64166 62061 684 1178 0 62984 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 256664

[startup+522.3 s]
/proc/loadavg: 2.00 1.83 1.63 3/175 689
/proc/meminfo: memFree=26892956/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=272264 CPUtime=522.15 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 67371 0 0 0 51364 851 0 0 20 0 1 0 337587537 278798336 66047 33554432000 4194304 9016284 140735773840160 140735773834488 6469160 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 68066 66047 684 1178 0 66884 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 272264

[startup+582.3 s]
/proc/loadavg: 2.00 1.86 1.65 3/175 689
/proc/meminfo: memFree=26822772/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=290744 CPUtime=582.15 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 71969 0 0 0 57283 932 0 0 20 0 1 0 337587537 297721856 70645 33554432000 4194304 9016284 140735773840160 140735773834488 5325519 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 72686 70645 684 1178 0 71504 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 290744

[startup+642.3 s]

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

/proc/meminfo: memFree=26290600/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=422572 CPUtime=1121.99 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 105437 0 0 0 110572 1627 0 0 20 0 1 0 337587537 432713728 104388 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 105643 104388 684 1178 0 104461 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 422572

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/175 694
/proc/meminfo: memFree=26238856/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=432368 CPUtime=1181.99 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 107926 0 0 0 116503 1696 0 0 20 0 1 0 337587537 442744832 106877 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 108092 106877 684 1178 0 106910 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 432368

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/176 698
/proc/meminfo: memFree=26189152/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=443640 CPUtime=1241.98 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 110803 0 0 0 122424 1774 0 0 20 0 1 0 337587537 454287360 109754 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 110910 109754 684 1178 0 109728 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 443640

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/175 698
/proc/meminfo: memFree=26139572/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=452416 CPUtime=1301.98 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 112844 0 0 0 128357 1841 0 0 20 0 1 0 337587537 463273984 111795 33554432000 4194304 9016284 140735773840160 140735773834488 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 113104 111795 684 1178 0 111922 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 452416

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/175 698
/proc/meminfo: memFree=26090696/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=461500 CPUtime=1361.96 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 115163 0 0 0 134287 1909 0 0 20 0 1 0 337587537 472576000 114114 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 115375 114114 684 1178 0 114193 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 461500

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.83 3/175 698
/proc/meminfo: memFree=26042428/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=472316 CPUtime=1421.96 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 117955 0 0 0 140220 1976 0 0 20 0 1 0 337587537 483651584 116906 33554432000 4194304 9016284 140735773840160 140735773834328 4654064 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 118079 116906 684 1178 0 116897 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 472316

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/175 698
/proc/meminfo: memFree=25998088/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=481292 CPUtime=1481.94 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 119979 0 0 0 146157 2037 0 0 20 0 1 0 337587537 492843008 118930 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 120323 118930 684 1178 0 119141 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 481292

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/175 699
/proc/meminfo: memFree=25958284/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=490512 CPUtime=1541.93 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 122346 0 0 0 152087 2106 0 0 20 0 1 0 337587537 502284288 121297 33554432000 4194304 9016284 140735773840160 140735773834440 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 122628 121297 684 1178 0 121446 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 490512

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/175 699
/proc/meminfo: memFree=25910296/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=506756 CPUtime=1601.93 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 126484 0 0 0 158019 2174 0 0 20 0 1 0 337587537 518918144 125435 33554432000 4194304 9016284 140735773840160 140735773834488 4350033 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 126689 125435 684 1178 0 125507 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 506756

[startup+1662.3 s]
/proc/loadavg: 2.11 2.01 1.87 3/175 699
/proc/meminfo: memFree=25879584/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=513704 CPUtime=1661.9 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 128204 0 0 0 163961 2229 0 0 20 0 1 0 337587537 526032896 127145 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 128426 127145 684 1178 0 127244 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 513704

[startup+1722.3 s]
/proc/loadavg: 2.04 2.00 1.87 3/175 699
/proc/meminfo: memFree=25842908/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=518376 CPUtime=1721.87 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 129432 0 0 0 169892 2295 0 0 20 0 1 0 337587537 530817024 128332 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 129594 128332 684 1178 0 128412 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 518376

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 700
/proc/meminfo: memFree=25802528/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=526676 CPUtime=1781.84 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 131347 0 0 0 175815 2369 0 0 20 0 1 0 337587537 539316224 130500 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 131669 130500 684 1178 0 130487 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 526676

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 702
/proc/meminfo: memFree=25797436/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=528644 CPUtime=1791.45 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 131842 0 0 0 176765 2380 0 0 20 0 1 0 337587537 541331456 130995 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 132161 130995 684 1178 0 130979 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 528644

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 702
/proc/meminfo: memFree=25795700/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=528644 CPUtime=1794.64 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 131842 0 0 0 177080 2384 0 0 20 0 1 0 337587537 541331456 130995 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 132161 130995 684 1178 0 130979 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 528644

[startup+1796.7 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 702
/proc/meminfo: memFree=25794840/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=528644 CPUtime=1796.24 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 131843 0 0 0 177238 2386 0 0 20 0 1 0 337587537 541331456 130996 33554432000 4194304 9016284 140735773840160 140735773834488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 132161 130996 684 1178 0 130979 0
Current children cumulated CPU time (s) 1796.24
Current children cumulated vsize (KiB) 528644

[startup+1797.5 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 702
/proc/meminfo: memFree=25793724/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=528644 CPUtime=1797.03 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 131844 0 0 0 177317 2386 0 0 20 0 1 0 337587537 541331456 130997 33554432000 4194304 9016284 140735773840160 140735773835960 4839128 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 132161 130997 685 1178 0 130979 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 528644

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 702
/proc/meminfo: memFree=25793724/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=528644 CPUtime=1797.83 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 131844 0 0 0 177397 2386 0 0 20 0 1 0 337587537 541331456 130997 33554432000 4194304 9016284 140735773840160 140735773835960 6812690 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 132161 130997 685 1178 0 130979 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 528644

[startup+1798.7 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 702
/proc/meminfo: memFree=25793476/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=528644 CPUtime=1798.23 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 131844 0 0 0 177437 2386 0 0 20 0 1 0 337587537 541331456 130997 33554432000 4194304 9016284 140735773840160 140735773835960 4897769 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 132161 130997 685 1178 0 130979 0
Current children cumulated CPU time (s) 1798.23
Current children cumulated vsize (KiB) 528644

[startup+1798.8 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 702
/proc/meminfo: memFree=25793476/32873852 swapFree=6856/6856
[pid=682] ppid=680 vsize=528644 CPUtime=1798.33 cores=1,3,5,7
/proc/682/stat : 682 (scip-2.0.1.4b_2) R 680 682 643 0 -1 4202496 131844 0 0 0 177447 2386 0 0 20 0 1 0 337587537 541331456 130997 33554432000 4194304 9016284 140735773840160 140735773835960 4687815 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/682/statm: 132161 130997 685 1178 0 130979 0
Current children cumulated CPU time (s) 1798.33
Current children cumulated vsize (KiB) 528644

Child status: 0
Real time (s): 1798.81
CPU time (s): 1798.36
CPU user time (s): 1774.49
CPU system time (s): 23.8714
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 528644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.49
system time used= 23.8714
maximum resident set size= 523988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131849
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= 238
involuntary context switches= 1843

runsolver used 2.91356 second user time and 8.5717 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 11:10:16
IDJOB=3734879
IDBENCH=2913
IDSOLVER=2329
FILE ID=node128/3734879-1338714616
RUNJOBID= node128-1338714616-660
PBS_JOBID= 14636758
Free space on /tmp= 70420 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734879-1338714616/watcher-3734879-1338714616 -o /tmp/evaluation-result-3734879-1338714616/solver-3734879-1338714616 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734879-1338714616.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=918866561

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27675796 kB
Buffers:          543124 kB
Cached:          3749492 kB
SwapCached:          744 kB
Active:          2003960 kB
Inactive:        2299884 kB
Active(anon):       2172 kB
Inactive(anon):    11420 kB
Active(file):    2001788 kB
Inactive(file):  2288464 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             33480 kB
Writeback:             0 kB
AnonPages:         17304 kB
Mapped:            13368 kB
Shmem:               200 kB
Slab:             756524 kB
SReclaimable:     198640 kB
SUnreclaim:       557884 kB
KernelStack:        1376 kB
PageTables:         3904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70388 MiB
End job on node128 at 2012-06-03 11:40:15