Trace number 3734873

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1801.05 1801.43

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 1.1.0.7
0.00/0.00	c LP-Solver SoPlex 1.4.1
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c read problem <HOME/instance-3734873-1338705644.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 start presolving problem
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (3 rounds):
0.00/0.00	c  1 deleted vars, 6 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.00	c       5 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.01	c OPT-LIN
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 = c 13950
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 = c 1791
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 = c 10000
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving problem
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    26 | 213k|   0 |   5 |  40 |   5 |   5 |  40 |   5 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    90 | 232k|   0 |   9 |  40 |   5 |   5 |  40 |   9 |   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    95 | 252k|   0 |  11 |  40 |   5 |   5 |  40 |  13 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    99 | 264k|   0 |  12 |  40 |   5 |   5 |  40 |  16 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   109 | 287k|   0 |  11 |  40 |   5 |   5 |  40 |  20 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   113 | 300k|   0 |  14 |  40 |   5 |   5 |  40 |  22 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.02	c   0.0s|     1 |     0 |   120 | 302k|   0 |  13 |  40 |   5 |   5 |  40 |  23 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.04	c   0.0s|     1 |     2 |   120 | 302k|   0 |  13 |  40 |   5 |   5 |  40 |  23 |  18 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
1.59/1.62	c   1.5s| 10000 |  2733 | 22022 |3514k|  35 |   5 |  40 |3367 |  42 |  40 |  13 |  18 |4859 | 548 | 0.000000e+00 |      --      |    Inf 
3.08/3.22	c   3.0s| 20000 |  5157 | 43912 |5157k|  35 |   - |  40 |3177 |  72 |   0 |   0 |  18 |  10k| 743 | 0.000000e+00 |      --      |    Inf 
4.78/4.86	c   4.6s| 30000 |  7447 | 65248 |7011k|  35 |   5 |  40 |3789 | 108 |  40 |  13 |  18 |  15k| 885 | 0.000000e+00 |      --      |    Inf 
6.49/6.52	c   6.1s| 40000 |  9562 | 86123 |8789k|  35 |   5 |  40 |4431 |  44 |  40 |  13 |  18 |  20k| 975 | 0.000000e+00 |      --      |    Inf 
8.29/8.32	c   7.8s| 50000 | 11584 |106774 |  10M|  35 |   5 |  40 |4810 | 135 |  40 |  13 |  18 |  26k|1052 | 0.000000e+00 |      --      |    Inf 
10.08/10.15	c   9.6s| 60000 | 13702 |127670 |  12M|  35 |   5 |  40 |4767 |   9 |  40 |  13 |  18 |  31k|1120 | 0.000000e+00 |      --      |    Inf 
11.88/11.99	c  11.3s| 70000 | 15730 |148784 |  13M|  35 |   5 |  40 |5463 | 195 |  40 |  13 |  18 |  37k|1192 | 0.000000e+00 |      --      |    Inf 
13.89/13.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.89/13.98	c  13.2s| 80000 | 17689 |169701 |  15M|  35 |   - |  40 |5843 |  30 |  40 |  13 |  18 |  43k|1267 | 0.000000e+00 |      --      |    Inf 
15.79/15.88	c  15.0s| 90000 | 19803 |189513 |  17M|  35 |   - |  40 |6321 | 151 |  40 |  13 |  18 |  48k|1335 | 0.000000e+00 |      --      |    Inf 
17.89/17.96	c  17.0s|100000 | 21677 |210471 |  19M|  35 |   5 |  40 |6948 |   7 |  40 |  13 |  18 |  54k|1393 | 0.000000e+00 |      --      |    Inf 
20.08/20.16	c  19.1s|110000 | 23487 |231161 |  20M|  35 |   5 |  40 |7424 |  46 |  40 |  13 |  18 |  59k|1439 | 0.000000e+00 |      --      |    Inf 
22.39/22.40	c  21.2s|120000 | 25270 |251825 |  22M|  35 |   - |  40 |7222 |  90 |  40 |  13 |  18 |  65k|1491 | 0.000000e+00 |      --      |    Inf 
24.68/24.77	c  23.5s|130000 | 26703 |272992 |  23M|  35 |   - |  40 |6803 |  50 |  40 |  13 |  18 |  71k|1531 | 0.000000e+00 |      --      |    Inf 
26.98/27.05	c  25.7s|140000 | 28274 |293677 |  24M|  35 |   - |  40 |7125 |  26 |   0 |   0 |  18 |  77k|1591 | 0.000000e+00 |      --      |    Inf 
29.29/29.37	c  27.9s|150000 | 29954 |314587 |  26M|  35 |   5 |  40 |7132 |  21 |  40 |  13 |  18 |  83k|1645 | 0.000000e+00 |      --      |    Inf 
31.58/31.66	c  30.1s|160000 | 31636 |335639 |  27M|  35 |   5 |  40 |7484 |  47 |  40 |  13 |  18 |  90k|1710 | 0.000000e+00 |      --      |    Inf 
33.79/33.85	c  32.2s|170000 | 33449 |355946 |  29M|  35 |   5 |  40 |8695 | 159 |  40 |  13 |  18 |  95k|1763 | 0.000000e+00 |      --      |    Inf 
36.09/36.11	c  34.4s|180000 | 35284 |376692 |  31M|  35 |   - |  40 |9164 | 315 |  40 |  13 |  18 | 101k|1809 | 0.000000e+00 |      --      |    Inf 
38.59/38.68	c  36.9s|190000 | 36744 |397227 |  32M|  35 |   5 |  40 |8046 |  51 |  40 |  13 |  18 | 107k|1857 | 0.000000e+00 |      --      |    Inf 
41.18/41.27	c  39.3s|200000 | 38086 |418058 |  33M|  35 |   5 |  40 |8658 |  14 |  40 |  13 |  18 | 113k|1896 | 0.000000e+00 |      --      |    Inf 
43.58/43.63	c  41.6s|210000 | 39677 |438859 |  35M|  35 |   5 |  40 |9368 |   8 |  40 |  13 |  18 | 119k|1917 | 0.000000e+00 |      --      |    Inf 
46.58/46.65	c  44.5s|220000 | 40665 |459824 |  36M|  35 |   - |  40 |8261 |  58 |  40 |  13 |  18 | 126k|1947 | 0.000000e+00 |      --      |    Inf 
49.18/49.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.18/49.20	c  47.0s|230000 | 42085 |480464 |  37M|  35 |   - |  40 |9361 |  20 |  40 |  13 |  18 | 132k|1974 | 0.000000e+00 |      --      |    Inf 
51.88/51.99	c  49.7s|240000 | 43263 |500901 |  38M|  35 |   5 |  40 |9194 |  38 |  40 |  13 |  18 | 138k|2002 | 0.000000e+00 |      --      |    Inf 
54.68/54.79	c  52.4s|250000 | 44662 |521437 |  40M|  35 |   5 |  40 |8791 | 189 |  40 |  13 |  18 | 145k|2031 | 0.000000e+00 |      --      |    Inf 
57.48/57.50	c  55.0s|260000 | 45899 |541748 |  41M|  35 |   5 |  40 |8512 | 165 |  40 |  13 |  18 | 151k|2054 | 0.000000e+00 |      --      |    Inf 
60.08/60.19	c  57.5s|270000 | 47209 |562194 |  42M|  35 |   5 |  40 |9173 |  71 |  40 |  13 |  18 | 157k|2080 | 0.000000e+00 |      --      |    Inf 
62.58/62.61	c  59.9s|280000 | 48854 |582515 |  44M|  35 |   - |  40 |  10k|  39 |  40 |  13 |  18 | 163k|2100 | 0.000000e+00 |      --      |    Inf 
65.48/65.57	c  62.7s|290000 | 49967 |603170 |  45M|  35 |   5 |  40 |9610 | 280 |  40 |  13 |  18 | 169k|2131 | 0.000000e+00 |      --      |    Inf 
68.58/68.68	c  65.7s|300000 | 51038 |623952 |  46M|  35 |   5 |  40 |9655 | 347 |  40 |  13 |  18 | 176k|2172 | 0.000000e+00 |      --      |    Inf 
71.18/71.21	c  68.2s|310000 | 52411 |645619 |  48M|  35 |   - |  40 |  11k|  29 |   0 |   0 |  18 | 182k|2206 | 0.000000e+00 |      --      |    Inf 
74.08/74.14	c  71.0s|320000 | 53779 |666032 |  49M|  35 |   - |  40 |  11k|  13 |  40 |  13 |  18 | 188k|2237 | 0.000000e+00 |      --      |    Inf 
77.18/77.23	c  74.0s|330000 | 55023 |686082 |  51M|  35 |   5 |  40 |  11k|  81 |  40 |  13 |  18 | 194k|2270 | 0.000000e+00 |      --      |    Inf 
80.38/80.41	c  77.0s|340000 | 56123 |706715 |  52M|  35 |   5 |  40 |  10k| 573 |  40 |  13 |  18 | 201k|2304 | 0.000000e+00 |      --      |    Inf 
83.08/83.12	c  79.7s|350000 | 57583 |727449 |  53M|  35 |   - |  40 |  12k|  82 |  40 |  13 |  18 | 207k|2339 | 0.000000e+00 |      --      |    Inf 
86.18/86.25	c  82.7s|360000 | 58701 |748009 |  54M|  35 |   5 |  40 |  11k|  21 |  40 |  13 |  18 | 213k|2362 | 0.000000e+00 |      --      |    Inf 
89.48/89.55	c  85.9s|370000 | 59655 |768970 |  56M|  35 |   5 |  40 |  11k|  74 |  40 |  13 |  18 | 220k|2396 | 0.000000e+00 |      --      |    Inf 
92.78/92.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.78/92.80	c  89.0s|380000 | 60652 |790040 |  57M|  35 |   5 |  40 |  11k|  39 |  40 |  13 |  18 | 227k|2441 | 0.000000e+00 |      --      |    Inf 
95.97/96.04	c  92.2s|390000 | 61786 |810622 |  58M|  35 |   5 |  40 |  12k| 561 |  40 |  13 |  18 | 233k|2478 | 0.000000e+00 |      --      |    Inf 
98.78/98.89	c  94.9s|400000 | 62936 |831510 |  60M|  35 |   5 |  40 |  13k|  72 |  40 |  13 |  18 | 240k|2500 | 0.000000e+00 |      --      |    Inf 
102.47/102.59	c  98.5s|410000 | 63865 |851760 |  60M|  35 |   5 |  40 |  12k|1314 |  40 |  13 |  18 | 246k|2545 | 0.000000e+00 |      --      |    Inf 
105.97/106.06	c   102s|420000 | 64918 |873010 |  62M|  35 |   5 |  40 |  12k|  91 |  40 |  13 |  18 | 253k|2583 | 0.000000e+00 |      --      |    Inf 
109.48/109.51	c   105s|430000 | 65908 |894104 |  63M|  35 |   - |  40 |  12k|  19 |  40 |  13 |  18 | 260k|2610 | 0.000000e+00 |      --      |    Inf 
112.47/112.56	c   108s|440000 | 67412 |915060 |  64M|  35 |   - |  40 |  13k|   8 |  40 |  13 |  18 | 266k|2638 | 0.000000e+00 |      --      |    Inf 
115.17/115.22	c   111s|450000 | 68608 |936155 |  66M|  35 |   - |  40 |  15k|  27 |  40 |  13 |  18 | 272k|2660 | 0.000000e+00 |      --      |    Inf 
118.78/118.82	c   114s|460000 | 69573 |957033 |  67M|  35 |   - |  40 |  13k|  14 |  40 |  13 |  18 | 279k|2679 | 0.000000e+00 |      --      |    Inf 
121.67/121.79	c   117s|470000 | 70925 |977145 |  68M|  35 |   5 |  40 |  14k|  45 |  40 |  13 |  18 | 285k|2703 | 0.000000e+00 |      --      |    Inf 
125.57/125.65	c   121s|480000 | 71708 |997322 |  69M|  35 |   5 |  40 |  13k| 196 |  40 |  13 |  18 | 292k|2728 | 0.000000e+00 |      --      |    Inf 
129.37/129.44	c   125s|490000 | 72495 |  1017k|  70M|  35 |   5 |  40 |  13k| 613 |  40 |  13 |  18 | 298k|2751 | 0.000000e+00 |      --      |    Inf 
132.97/133.00	c   128s|500000 | 73487 |  1038k|  71M|  35 |   5 |  40 |  12k|  42 |  40 |  13 |  18 | 305k|2777 | 0.000000e+00 |      --      |    Inf 
135.67/135.71	c   131s|510000 | 74909 |  1060k|  73M|  35 |   5 |  40 |  15k|  12 |  40 |  13 |  18 | 311k|2808 | 0.000000e+00 |      --      |    Inf 
139.17/139.27	c   134s|520000 | 75904 |  1080k|  75M|  35 |   5 |  40 |  16k|  17 |  40 |  13 |  18 | 318k|2833 | 0.000000e+00 |      --      |    Inf 
143.76/143.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.76/143.82	c   138s|530000 | 76731 |  1101k|  75M|  35 |   - |  40 |  13k|  89 |   0 |   0 |  18 | 325k|2855 | 0.000000e+00 |      --      |    Inf 
147.67/147.75	c   142s|540000 | 77635 |  1121k|  76M|  35 |   - |  40 |  13k|  36 |   0 |   0 |  18 | 331k|2876 | 0.000000e+00 |      --      |    Inf 
150.96/151.07	c   145s|550000 | 78812 |  1143k|  77M|  35 |   - |  40 |  14k| 328 |  40 |  13 |  18 | 338k|2909 | 0.000000e+00 |      --      |    Inf 
154.77/154.81	c   149s|560000 | 79767 |  1164k|  79M|  35 |   5 |  40 |  15k|  53 |  40 |  13 |  18 | 344k|2941 | 0.000000e+00 |      --      |    Inf 
158.56/158.64	c   153s|570000 | 80551 |  1184k|  79M|  35 |   - |  40 |  14k|  37 |  40 |  13 |  18 | 351k|2965 | 0.000000e+00 |      --      |    Inf 
163.16/163.22	c   157s|580000 | 81139 |  1205k|  80M|  35 |   - |  40 |  13k|  93 |  40 |  13 |  18 | 358k|2992 | 0.000000e+00 |      --      |    Inf 
166.77/166.89	c   161s|590000 | 82081 |  1226k|  82M|  35 |   5 |  40 |  14k|  50 |  40 |  13 |  18 | 365k|3018 | 0.000000e+00 |      --      |    Inf 
170.96/171.06	c   165s|600000 | 82896 |  1246k|  83M|  35 |   - |  40 |  14k|  17 |  40 |  13 |  18 | 371k|3037 | 0.000000e+00 |      --      |    Inf 
175.06/175.16	c   169s|610000 | 83782 |  1266k|  84M|  35 |   5 |  40 |  14k|  13 |  40 |  13 |  18 | 378k|3070 | 0.000000e+00 |      --      |    Inf 
178.66/178.78	c   172s|620000 | 84722 |  1286k|  85M|  35 |   - |  40 |  15k|  60 |  40 |  13 |  18 | 385k|3094 | 0.000000e+00 |      --      |    Inf 
182.76/182.86	c   176s|630000 | 85553 |  1307k|  86M|  35 |   5 |  40 |  15k|  69 |  40 |  13 |  18 | 391k|3113 | 0.000000e+00 |      --      |    Inf 
186.56/186.68	c   180s|640000 | 86469 |  1328k|  87M|  35 |   - |  40 |  15k|  30 |  40 |  13 |  18 | 398k|3139 | 0.000000e+00 |      --      |    Inf 
190.76/190.89	c   184s|650000 | 87270 |  1348k|  88M|  35 |   - |  40 |  15k|  89 |  40 |  13 |  18 | 404k|3172 | 0.000000e+00 |      --      |    Inf 
194.06/194.14	c   187s|660000 | 88252 |  1368k|  90M|  35 |   - |  40 |  17k|  13 |   0 |   0 |  18 | 411k|3184 | 0.000000e+00 |      --      |    Inf 
198.06/198.11	c   191s|670000 | 89274 |  1389k|  91M|  35 |   5 |  40 |  18k|  44 |  40 |  13 |  18 | 418k|3200 | 0.000000e+00 |      --      |    Inf 
202.37/202.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.37/202.42	c   195s|680000 | 90172 |  1409k|  92M|  35 |   5 |  40 |  16k|  27 |  40 |  13 |  18 | 424k|3220 | 0.000000e+00 |      --      |    Inf 
207.46/207.54	c   200s|690000 | 90667 |  1430k|  92M|  35 |   - |  40 |  14k|  10 |   0 |   0 |  18 | 431k|3229 | 0.000000e+00 |      --      |    Inf 
212.27/212.31	c   205s|700000 | 91150 |  1450k|  93M|  35 |   5 |  40 |  13k| 317 |  40 |  13 |  18 | 438k|3251 | 0.000000e+00 |      --      |    Inf 
216.16/216.20	c   209s|710000 | 92009 |  1471k|  94M|  35 |   5 |  40 |  14k| 172 |  40 |  13 |  18 | 445k|3265 | 0.000000e+00 |      --      |    Inf 
219.56/219.62	c   212s|720000 | 93013 |  1492k|  95M|  35 |   - |  40 |  14k|  23 |  40 |  13 |  18 | 452k|3287 | 0.000000e+00 |      --      |    Inf 
224.16/224.28	c   217s|730000 | 93552 |  1512k|  96M|  35 |   5 |  40 |  15k| 256 |  40 |  13 |  18 | 459k|3302 | 0.000000e+00 |      --      |    Inf 
228.05/228.18	c   221s|740000 | 94509 |  1533k|  97M|  35 |   - |  40 |  15k| 154 |  40 |  13 |  18 | 465k|3318 | 0.000000e+00 |      --      |    Inf 
232.16/232.25	c   224s|750000 | 95434 |  1553k|  99M|  35 |   - |  40 |  16k|  40 |  40 |  13 |  18 | 472k|3326 | 0.000000e+00 |      --      |    Inf 
235.86/235.91	c   228s|760000 | 96911 |  1575k| 100M|  35 |   5 |  40 |  16k|   6 |  40 |  13 |  18 | 478k|3340 | 0.000000e+00 |      --      |    Inf 
238.76/238.88	c   231s|770000 | 98545 |  1596k| 102M|  35 |   - |  40 |  18k| 122 |  40 |  13 |  18 | 484k|3356 | 0.000000e+00 |      --      |    Inf 
242.35/242.40	c   234s|780000 | 99826 |  1617k| 103M|  35 |   5 |  40 |  18k|  41 |  40 |  13 |  18 | 490k|3377 | 0.000000e+00 |      --      |    Inf 
245.56/245.61	c   237s|790000 |101484 |  1639k| 105M|  35 |   5 |  40 |  18k|  43 |  40 |  13 |  18 | 496k|3394 | 0.000000e+00 |      --      |    Inf 
249.66/249.80	c   241s|800000 |102289 |  1660k| 106M|  35 |   5 |  40 |  18k| 140 |  40 |  13 |  18 | 503k|3414 | 0.000000e+00 |      --      |    Inf 
253.35/253.44	c   245s|810000 |103523 |  1681k| 107M|  35 |   5 |  40 |  20k|  45 |  40 |  13 |  18 | 510k|3444 | 0.000000e+00 |      --      |    Inf 
257.75/257.84	c   249s|820000 |104320 |  1703k| 108M|  35 |   5 |  40 |  20k|  22 |  40 |  13 |  18 | 517k|3462 | 0.000000e+00 |      --      |    Inf 
262.05/262.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
262.05/262.19	c   254s|830000 |105238 |  1723k| 110M|  35 |   - |  40 |  20k|  67 |  40 |  13 |  18 | 523k|3479 | 0.000000e+00 |      --      |    Inf 
266.65/266.77	c   258s|840000 |105889 |  1744k| 110M|  35 |   5 |  40 |  20k|  68 |  40 |  13 |  18 | 530k|3501 | 0.000000e+00 |      --      |    Inf 
273.05/273.12	c   264s|850000 |106284 |  1765k| 111M|  35 |   5 |  40 |  18k|  22 |  40 |  13 |  18 | 537k|3522 | 0.000000e+00 |      --      |    Inf 
277.16/277.23	c   268s|860000 |107530 |  1787k| 112M|  35 |   5 |  40 |  18k|  66 |  40 |  13 |  18 | 544k|3540 | 0.000000e+00 |      --      |    Inf 
281.25/281.34	c   272s|870000 |108436 |  1809k| 114M|  35 |   5 |  40 |  20k| 260 |  40 |  13 |  18 | 551k|3558 | 0.000000e+00 |      --      |    Inf 
286.15/286.25	c   277s|880000 |109273 |  1831k| 114M|  35 |   5 |  40 |  18k| 293 |  40 |  13 |  18 | 557k|3572 | 0.000000e+00 |      --      |    Inf 
292.05/292.14	c   283s|890000 |109617 |  1852k| 115M|  35 |   - |  40 |  16k|   9 |   0 |   0 |  18 | 565k|3591 | 0.000000e+00 |      --      |    Inf 
298.06/298.12	c   289s|900000 |109903 |  1872k| 115M|  35 |   5 |  40 |  15k|  13 |  40 |  13 |  18 | 572k|3611 | 0.000000e+00 |      --      |    Inf 
302.15/302.26	c   293s|910000 |110909 |  1893k| 116M|  35 |   5 |  40 |  15k|   9 |  40 |  13 |  18 | 579k|3622 | 0.000000e+00 |      --      |    Inf 
305.35/305.45	c   296s|920000 |112363 |  1914k| 118M|  35 |   - |  40 |  17k| 122 |  40 |  13 |  18 | 585k|3632 | 0.000000e+00 |      --      |    Inf 
309.15/309.29	c   300s|930000 |113188 |  1935k| 119M|  35 |   - |  40 |  18k|  70 |  40 |  13 |  18 | 592k|3644 | 0.000000e+00 |      --      |    Inf 
313.14/313.26	c   303s|940000 |114263 |  1955k| 121M|  35 |   - |  40 |  19k|  24 |  40 |  13 |  18 | 598k|3668 | 0.000000e+00 |      --      |    Inf 
317.44/317.56	c   308s|950000 |114950 |  1977k| 122M|  35 |   5 |  40 |  19k|  44 |  40 |  13 |  18 | 605k|3680 | 0.000000e+00 |      --      |    Inf 
320.94/321.02	c   311s|960000 |116681 |  1998k| 123M|  35 |   - |  40 |  20k|  38 |  40 |  13 |  18 | 612k|3700 | 0.000000e+00 |      --      |    Inf 
324.84/324.94	c   315s|970000 |118125 |  2020k| 125M|  35 |   5 |  40 |  21k|  33 |  40 |  13 |  18 | 618k|3716 | 0.000000e+00 |      --      |    Inf 
329.14/329.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.14/329.23	c   319s|980000 |119593 |  2042k| 127M|  35 |   5 |  40 |  22k|  17 |  40 |  13 |  18 | 624k|3736 | 0.000000e+00 |      --      |    Inf 
334.34/334.41	c   324s|990000 |120490 |  2063k| 128M|  35 |   5 |  40 |  22k|  11 |  40 |  13 |  18 | 631k|3749 | 0.000000e+00 |      --      |    Inf 
339.44/339.57	c   329s|  1000k|121207 |  2085k| 129M|  35 |   5 |  40 |  23k|  18 |  40 |  13 |  18 | 638k|3771 | 0.000000e+00 |      --      |    Inf 
345.84/345.94	c   335s|  1010k|121500 |  2107k| 129M|  35 |   - |  40 |  22k|  17 |   0 |   0 |  18 | 645k|3792 | 0.000000e+00 |      --      |    Inf 
352.34/352.45	c   342s|  1020k|121914 |  2127k| 130M|  35 |   - |  40 |  21k|  15 |  40 |  13 |  18 | 653k|3808 | 0.000000e+00 |      --      |    Inf 
356.44/356.57	c   346s|  1030k|122976 |  2148k| 132M|  35 |   - |  40 |  24k|  21 |  40 |  13 |  18 | 659k|3828 | 0.000000e+00 |      --      |    Inf 
362.24/362.32	c   351s|  1040k|123718 |  2168k| 133M|  35 |   5 |  40 |  23k|  73 |  40 |  13 |  18 | 666k|3845 | 0.000000e+00 |      --      |    Inf 
367.34/367.40	c   356s|  1050k|124796 |  2190k| 133M|  35 |   - |  40 |  21k|  25 |  40 |  13 |  18 | 673k|3866 | 0.000000e+00 |      --      |    Inf 
375.23/375.38	c   364s|  1060k|124928 |  2211k| 133M|  35 |   - |  40 |  18k| 779 |  40 |  13 |  18 | 680k|3889 | 0.000000e+00 |      --      |    Inf 
382.02/382.16	c   371s|  1070k|125222 |  2231k| 133M|  35 |   5 |  40 |  16k|  11 |  40 |  13 |  18 | 687k|3913 | 0.000000e+00 |      --      |    Inf 
386.23/386.35	c   375s|  1080k|126068 |  2252k| 135M|  35 |   5 |  40 |  17k| 470 |  40 |  13 |  18 | 694k|3930 | 0.000000e+00 |      --      |    Inf 
392.02/392.18	c   381s|  1090k|126420 |  2273k| 135M|  35 |   5 |  40 |  15k|  13 |  40 |  13 |  18 | 701k|3947 | 0.000000e+00 |      --      |    Inf 
395.62/395.73	c   384s|  1100k|127216 |  2293k| 136M|  35 |   5 |  40 |  17k|  15 |  40 |  13 |  18 | 708k|3963 | 0.000000e+00 |      --      |    Inf 
400.91/401.07	c   389s|  1110k|127745 |  2314k| 137M|  35 |   5 |  40 |  17k|  44 |  40 |  13 |  18 | 715k|3989 | 0.000000e+00 |      --      |    Inf 
405.00/405.11	c   393s|  1120k|128526 |  2334k| 139M|  35 |   - |  40 |  19k|  12 |   0 |   0 |  18 | 722k|3998 | 0.000000e+00 |      --      |    Inf 
411.31/411.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
411.31/411.49	c   400s|  1130k|128930 |  2354k| 139M|  35 |   - |  40 |  16k|  50 |   0 |   0 |  18 | 729k|4016 | 0.000000e+00 |      --      |    Inf 
417.10/417.20	c   405s|  1140k|129343 |  2375k| 139M|  35 |   - |  40 |  15k|  52 |  40 |  13 |  18 | 736k|4036 | 0.000000e+00 |      --      |    Inf 
421.09/421.26	c   409s|  1150k|130092 |  2396k| 141M|  35 |   - |  40 |  16k|  15 |  40 |  13 |  18 | 743k|4054 | 0.000000e+00 |      --      |    Inf 
426.39/426.53	c   414s|  1160k|130379 |  2417k| 141M|  35 |   - |  40 |  16k|  22 |  40 |  13 |  18 | 751k|4069 | 0.000000e+00 |      --      |    Inf 
431.98/432.15	c   420s|  1170k|130768 |  2438k| 142M|  35 |   - |  40 |  15k|  73 |  40 |  13 |  18 | 758k|4088 | 0.000000e+00 |      --      |    Inf 
436.69/436.83	c   424s|  1180k|131224 |  2458k| 143M|  35 |   5 |  40 |  15k| 467 |  40 |  13 |  18 | 765k|4110 | 0.000000e+00 |      --      |    Inf 
441.77/441.96	c   429s|  1190k|131621 |  2478k| 143M|  35 |   5 |  40 |  16k|  78 |  40 |  13 |  18 | 772k|4127 | 0.000000e+00 |      --      |    Inf 
445.87/446.08	c   433s|  1200k|132127 |  2499k| 145M|  35 |   - |  40 |  17k|  30 |  40 |  13 |  18 | 779k|4142 | 0.000000e+00 |      --      |    Inf 
451.57/451.77	c   439s|  1210k|132363 |  2519k| 145M|  35 |   - |  40 |  15k| 106 |  40 |  13 |  18 | 786k|4159 | 0.000000e+00 |      --      |    Inf 
456.48/456.65	c   444s|  1220k|132748 |  2540k| 146M|  35 |   5 |  40 |  15k|  20 |  40 |  13 |  18 | 794k|4176 | 0.000000e+00 |      --      |    Inf 
459.86/460.09	c   447s|  1230k|134098 |  2560k| 147M|  35 |   5 |  40 |  17k|   8 |  40 |  13 |  18 | 800k|4192 | 0.000000e+00 |      --      |    Inf 
463.36/463.59	c   450s|  1240k|134767 |  2579k| 149M|  35 |   - |  40 |  18k|  18 |   0 |   0 |  18 | 807k|4210 | 0.000000e+00 |      --      |    Inf 
466.86/467.01	c   454s|  1250k|136102 |  2599k| 151M|  35 |   5 |  40 |  21k| 631 |  40 |  13 |  18 | 813k|4221 | 0.000000e+00 |      --      |    Inf 
471.15/471.31	c   458s|  1260k|136484 |  2618k| 151M|  35 |   - |  40 |  21k|  25 |  40 |  13 |  18 | 820k|4234 | 0.000000e+00 |      --      |    Inf 
474.55/474.71	c   461s|  1270k|137579 |  2638k| 153M|  35 |   - |  40 |  23k|   8 |  40 |  13 |  18 | 827k|4244 | 0.000000e+00 |      --      |    Inf 
479.14/479.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.14/479.35	c   466s|  1280k|138140 |  2659k| 154M|  35 |   5 |  40 |  22k| 354 |  40 |  13 |  18 | 834k|4264 | 0.000000e+00 |      --      |    Inf 
483.95/484.14	c   470s|  1290k|138378 |  2679k| 154M|  36 |   - |  40 |  21k|3669 |  40 |  13 |  18 | 842k|4273 | 0.000000e+00 |      --      |    Inf 
489.74/489.98	c   476s|  1300k|138882 |  2700k| 154M|  36 |   5 |  40 |  18k|  78 |  40 |  13 |  18 | 849k|4316 | 0.000000e+00 |      --      |    Inf 
492.94/493.11	c   479s|  1310k|140132 |  2720k| 156M|  36 |   5 |  40 |  19k| 106 |  40 |  13 |  18 | 855k|4316 | 0.000000e+00 |      --      |    Inf 
498.35/498.58	c   485s|  1320k|140272 |  2741k| 156M|  36 |   - |  40 |  18k|   7 |   0 |   0 |  18 | 862k|4319 | 0.000000e+00 |      --      |    Inf 
503.94/504.16	c   490s|  1330k|140646 |  2762k| 156M|  36 |   5 |  40 |  16k| 161 |  40 |  13 |  18 | 870k|4330 | 0.000000e+00 |      --      |    Inf 
508.04/508.21	c   494s|  1340k|141320 |  2783k| 158M|  36 |   - |  40 |  18k|  24 |  40 |  13 |  18 | 877k|4341 | 0.000000e+00 |      --      |    Inf 
512.65/512.84	c   498s|  1350k|141720 |  2804k| 158M|  36 |   - |  40 |  17k|   7 |  40 |  13 |  18 | 884k|4358 | 0.000000e+00 |      --      |    Inf 
517.04/517.22	c   503s|  1360k|142338 |  2824k| 159M|  36 |   - |  40 |  18k|  19 |  40 |  13 |  18 | 891k|4367 | 0.000000e+00 |      --      |    Inf 
521.94/522.15	c   508s|  1370k|142896 |  2844k| 160M|  36 |   5 |  40 |  16k|  37 |  40 |  13 |  18 | 898k|4382 | 0.000000e+00 |      --      |    Inf 
526.53/526.72	c   512s|  1380k|143273 |  2864k| 160M|  36 |   5 |  40 |  16k|  58 |  40 |  13 |  18 | 905k|4392 | 0.000000e+00 |      --      |    Inf 
530.74/530.94	c   516s|  1390k|143832 |  2884k| 161M|  36 |   - |  40 |  17k|   9 |   0 |   0 |  18 | 911k|4399 | 0.000000e+00 |      --      |    Inf 
536.34/536.50	c   522s|  1400k|144067 |  2904k| 162M|  36 |   - |  40 |  16k| 230 |  40 |  13 |  18 | 919k|4406 | 0.000000e+00 |      --      |    Inf 
538.74/538.97	c   524s|  1410k|146361 |  2925k| 164M|  36 |   - |  40 |  19k| 136 |  40 |  13 |  18 | 924k|4411 | 0.000000e+00 |      --      |    Inf 
542.04/542.26	c   527s|  1420k|147754 |  2947k| 166M|  36 |   5 |  40 |  20k| 142 |  40 |  13 |  18 | 930k|4417 | 0.000000e+00 |      --      |    Inf 
545.44/545.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
545.44/545.67	c   530s|  1430k|149102 |  2968k| 167M|  36 |   5 |  40 |  20k|  33 |  40 |  13 |  18 | 937k|4423 | 0.000000e+00 |      --      |    Inf 
549.63/549.84	c   534s|  1440k|149693 |  2990k| 168M|  36 |   - |  40 |  20k|  74 |  40 |  13 |  18 | 943k|4441 | 0.000000e+00 |      --      |    Inf 
553.04/553.27	c   538s|  1450k|150823 |  3011k| 170M|  36 |   5 |  40 |  22k| 201 |  40 |  13 |  18 | 950k|4454 | 0.000000e+00 |      --      |    Inf 
557.44/557.67	c   542s|  1460k|151390 |  3032k| 170M|  36 |   - |  40 |  22k|   6 |   0 |   0 |  18 | 957k|4471 | 0.000000e+00 |      --      |    Inf 
562.14/562.33	c   547s|  1470k|151781 |  3053k| 171M|  36 |   - |  40 |  21k|  17 |   0 |   0 |  18 | 964k|4491 | 0.000000e+00 |      --      |    Inf 
567.04/567.26	c   551s|  1480k|151873 |  3075k| 172M|  36 |   5 |  40 |  21k| 243 |  40 |  13 |  18 | 971k|4514 | 0.000000e+00 |      --      |    Inf 
571.63/571.82	c   556s|  1490k|152174 |  3096k| 172M|  36 |   5 |  40 |  22k| 188 |  40 |  13 |  18 | 979k|4531 | 0.000000e+00 |      --      |    Inf 
577.44/577.65	c   562s|  1500k|152529 |  3117k| 173M|  36 |   - |  40 |  21k| 904 |  40 |  13 |  18 | 986k|4551 | 0.000000e+00 |      --      |    Inf 
584.13/584.33	c   568s|  1510k|152806 |  3138k| 173M|  36 |   - |  40 |  18k|  15 |  40 |  13 |  18 | 993k|4565 | 0.000000e+00 |      --      |    Inf 
591.33/591.53	c   575s|  1520k|152837 |  3158k| 173M|  36 |   5 |  40 |  18k|  62 |  40 |  13 |  18 |1001k|4580 | 0.000000e+00 |      --      |    Inf 
597.03/597.27	c   581s|  1530k|153162 |  3178k| 174M|  36 |   - |  40 |  18k|  84 |  40 |  13 |  18 |1008k|4596 | 0.000000e+00 |      --      |    Inf 
602.13/602.32	c   586s|  1540k|153969 |  3198k| 175M|  36 |   5 |  40 |  18k|   9 |  40 |  13 |  18 |1015k|4612 | 0.000000e+00 |      --      |    Inf 
605.33/605.54	c   589s|  1550k|155401 |  3218k| 177M|  36 |   - |  40 |  20k|  17 |   0 |   0 |  18 |1021k|4630 | 0.000000e+00 |      --      |    Inf 
608.72/608.96	c   592s|  1560k|156479 |  3238k| 178M|  36 |   5 |  40 |  21k| 116 |  40 |  13 |  18 |1027k|4637 | 0.000000e+00 |      --      |    Inf 
612.42/612.63	c   596s|  1570k|157588 |  3257k| 179M|  36 |   - |  40 |  21k|  65 |  40 |  13 |  18 |1034k|4644 | 0.000000e+00 |      --      |    Inf 
616.42/616.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.42/616.63	c   600s|  1580k|158256 |  3277k| 180M|  36 |   - |  40 |  21k|  28 |   0 |   0 |  18 |1040k|4649 | 0.000000e+00 |      --      |    Inf 
620.72/620.99	c   604s|  1590k|158539 |  3297k| 181M|  36 |   - |  40 |  21k|  47 |  40 |  13 |  18 |1047k|4658 | 0.000000e+00 |      --      |    Inf 
626.23/626.47	c   609s|  1600k|158700 |  3317k| 181M|  36 |   5 |  40 |  20k|  10 |  40 |  13 |  18 |1054k|4673 | 0.000000e+00 |      --      |    Inf 
630.53/630.79	c   614s|  1610k|159660 |  3337k| 183M|  36 |   - |  40 |  21k|  44 |  40 |  13 |  18 |1061k|4685 | 0.000000e+00 |      --      |    Inf 
634.22/634.48	c   617s|  1620k|160151 |  3357k| 184M|  36 |   5 |  40 |  22k|  91 |  40 |  13 |  18 |1068k|4691 | 0.000000e+00 |      --      |    Inf 
640.93/641.18	c   624s|  1630k|160311 |  3377k| 183M|  36 |   5 |  40 |  18k| 933 |  40 |  13 |  18 |1075k|4705 | 0.000000e+00 |      --      |    Inf 
646.53/646.71	c   629s|  1640k|160627 |  3397k| 184M|  36 |   - |  40 |  18k|  71 |  40 |  13 |  18 |1083k|4713 | 0.000000e+00 |      --      |    Inf 
652.52/652.76	c   635s|  1650k|161036 |  3417k| 184M|  36 |   5 |  40 |  17k| 219 |  40 |  13 |  18 |1090k|4718 | 0.000000e+00 |      --      |    Inf 
659.02/659.27	c   641s|  1660k|161179 |  3438k| 185M|  36 |   - |  40 |  16k| 265 |   0 |   0 |  18 |1097k|4730 | 0.000000e+00 |      --      |    Inf 
665.52/665.72	c   648s|  1670k|161198 |  3459k| 185M|  36 |   5 |  40 |  16k|  52 |  40 |  13 |  18 |1105k|4740 | 0.000000e+00 |      --      |    Inf 
670.82/671.02	c   653s|  1680k|161482 |  3480k| 186M|  36 |   5 |  40 |  16k| 306 |  40 |  13 |  18 |1112k|4754 | 0.000000e+00 |      --      |    Inf 
675.41/675.65	c   658s|  1690k|161847 |  3500k| 187M|  36 |   5 |  40 |  17k|  16 |  40 |  13 |  18 |1119k|4767 | 0.000000e+00 |      --      |    Inf 
679.63/679.81	c   662s|  1700k|162343 |  3522k| 188M|  36 |   - |  40 |  19k|  17 |   0 |   0 |  18 |1127k|4774 | 0.000000e+00 |      --      |    Inf 
685.13/685.37	c   667s|  1710k|162572 |  3542k| 189M|  36 |   - |  40 |  19k| 101 |  40 |  13 |  18 |1134k|4783 | 0.000000e+00 |      --      |    Inf 
689.52/689.78	c   671s|  1720k|163159 |  3563k| 190M|  36 |   - |  40 |  19k|  78 |  40 |  13 |  18 |1141k|4802 | 0.000000e+00 |      --      |    Inf 
694.22/694.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
694.22/694.42	c   676s|  1730k|163776 |  3584k| 191M|  36 |   5 |  40 |  20k|  38 |  40 |  13 |  18 |1148k|4810 | 0.000000e+00 |      --      |    Inf 
699.12/699.37	c   681s|  1740k|164147 |  3604k| 191M|  36 |   5 |  40 |  19k|  45 |  40 |  13 |  18 |1155k|4819 | 0.000000e+00 |      --      |    Inf 
705.21/705.47	c   687s|  1750k|164353 |  3625k| 192M|  36 |   - |  40 |  18k|  20 |  40 |  13 |  18 |1163k|4826 | 0.000000e+00 |      --      |    Inf 
711.81/712.00	c   693s|  1760k|164515 |  3645k| 192M|  36 |   5 |  40 |  18k|  36 |  40 |  13 |  18 |1170k|4835 | 0.000000e+00 |      --      |    Inf 
716.51/716.72	c   698s|  1770k|165411 |  3666k| 193M|  36 |   5 |  40 |  19k|   7 |  40 |  13 |  18 |1177k|4843 | 0.000000e+00 |      --      |    Inf 
720.32/720.57	c   701s|  1780k|165965 |  3687k| 195M|  36 |   5 |  40 |  21k|  67 |  40 |  13 |  18 |1184k|4852 | 0.000000e+00 |      --      |    Inf 
726.71/726.97	c   708s|  1790k|166219 |  3707k| 195M|  36 |   5 |  40 |  20k|  16 |  40 |  13 |  18 |1191k|4862 | 0.000000e+00 |      --      |    Inf 
733.41/733.65	c   714s|  1800k|166342 |  3728k| 195M|  36 |   5 |  40 |  19k|  59 |  40 |  13 |  18 |1198k|4876 | 0.000000e+00 |      --      |    Inf 
738.11/738.37	c   719s|  1810k|166892 |  3748k| 196M|  36 |   - |  40 |  20k|  14 |  40 |  13 |  18 |1205k|4889 | 0.000000e+00 |      --      |    Inf 
743.70/743.96	c   724s|  1820k|167434 |  3768k| 197M|  36 |   5 |  40 |  20k|  79 |  40 |  13 |  18 |1212k|4898 | 0.000000e+00 |      --      |    Inf 
748.70/748.99	c   729s|  1830k|167948 |  3788k| 198M|  36 |   - |  40 |  20k|  61 |   0 |   0 |  18 |1219k|4918 | 0.000000e+00 |      --      |    Inf 
754.59/754.81	c   735s|  1840k|168211 |  3809k| 199M|  36 |   5 |  40 |  20k|  11 |  40 |  13 |  18 |1226k|4926 | 0.000000e+00 |      --      |    Inf 
758.90/759.14	c   739s|  1850k|168940 |  3828k| 200M|  36 |   5 |  40 |  22k| 166 |  40 |  13 |  18 |1233k|4935 | 0.000000e+00 |      --      |    Inf 
765.68/765.95	c   746s|  1860k|169135 |  3848k| 200M|  36 |   5 |  40 |  19k|  56 |  40 |  13 |  18 |1240k|4946 | 0.000000e+00 |      --      |    Inf 
770.18/770.41	c   750s|  1870k|169508 |  3870k| 201M|  36 |   5 |  40 |  20k| 837 |  40 |  13 |  18 |1248k|4959 | 0.000000e+00 |      --      |    Inf 
776.68/776.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.68/776.98	c   757s|  1880k|169588 |  3890k| 201M|  36 |   5 |  40 |  18k|  69 |  40 |  13 |  18 |1255k|4966 | 0.000000e+00 |      --      |    Inf 
780.18/780.43	c   760s|  1890k|170559 |  3911k| 203M|  36 |   5 |  40 |  20k| 283 |  40 |  13 |  18 |1262k|4975 | 0.000000e+00 |      --      |    Inf 
785.08/785.38	c   765s|  1900k|170940 |  3932k| 203M|  36 |   5 |  40 |  21k| 727 |  40 |  13 |  18 |1269k|4987 | 0.000000e+00 |      --      |    Inf 
791.18/791.43	c   771s|  1910k|171145 |  3953k| 204M|  36 |   5 |  40 |  19k|  59 |  40 |  13 |  18 |1276k|4991 | 0.000000e+00 |      --      |    Inf 
796.08/796.39	c   776s|  1920k|171570 |  3973k| 205M|  36 |   5 |  40 |  21k|  35 |  40 |  13 |  18 |1283k|5002 | 0.000000e+00 |      --      |    Inf 
800.58/800.83	c   780s|  1930k|172372 |  3994k| 206M|  36 |   - |  40 |  21k|  30 |   0 |   0 |  18 |1290k|5015 | 0.000000e+00 |      --      |    Inf 
803.98/804.23	c   783s|  1940k|173044 |  4015k| 207M|  36 |   - |  40 |  23k|  14 |  40 |  13 |  18 |1297k|5026 | 0.000000e+00 |      --      |    Inf 
808.38/808.60	c   788s|  1950k|173515 |  4038k| 208M|  36 |   5 |  40 |  23k| 173 |  40 |  13 |  18 |1305k|5030 | 0.000000e+00 |      --      |    Inf 
814.27/814.57	c   793s|  1960k|174005 |  4059k| 208M|  36 |   - |  40 |  21k|  23 |   0 |   0 |  18 |1312k|5221 | 0.000000e+00 |      --      |    Inf 
820.67/820.93	c   800s|  1970k|174241 |  4080k| 209M|  36 |   - |  40 |  20k| 123 |  40 |  13 |  18 |1320k|5222 | 0.000000e+00 |      --      |    Inf 
826.87/827.16	c   806s|  1980k|174511 |  4100k| 209M|  36 |   - |  40 |  18k| 105 |  40 |  13 |  18 |1327k|5286 | 0.000000e+00 |      --      |    Inf 
833.57/833.81	c   812s|  1990k|174511 |  4120k| 209M|  36 |   5 |  40 |  17k|  38 |  40 |  13 |  18 |1334k|5287 | 0.000000e+00 |      --      |    Inf 
838.67/838.92	c   817s|  2000k|174899 |  4140k| 209M|  36 |   - |  40 |  16k|  16 |  40 |  13 |  18 |1341k|5294 | 0.000000e+00 |      --      |    Inf 
843.77/844.05	c   822s|  2010k|175041 |  4161k| 210M|  36 |   - |  40 |  17k| 101 |  40 |  13 |  18 |1348k|5296 | 0.000000e+00 |      --      |    Inf 
850.17/850.42	c   829s|  2020k|174928 |  4181k| 210M|  36 |   - |  40 |  16k|  49 |  40 |  13 |  18 |1356k|5297 | 0.000000e+00 |      --      |    Inf 
855.47/855.79	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
855.47/855.79	c   834s|  2030k|175270 |  4201k| 211M|  36 |   5 |  40 |  17k|  78 |  40 |  13 |  18 |1363k|5297 | 0.000000e+00 |      --      |    Inf 
859.47/859.79	c   838s|  2040k|175813 |  4222k| 212M|  36 |   5 |  40 |  17k|  79 |  40 |  13 |  18 |1370k|5305 | 0.000000e+00 |      --      |    Inf 
863.17/863.46	c   841s|  2050k|177685 |  4245k| 213M|  36 |   5 |  40 |  17k|  40 |  40 |  13 |  18 |1376k|5305 | 0.000000e+00 |      --      |    Inf 
866.87/867.18	c   845s|  2060k|179097 |  4267k| 215M|  36 |   - |  40 |  18k|  45 |  40 |  13 |  18 |1383k|5305 | 0.000000e+00 |      --      |    Inf 
870.36/870.61	c   848s|  2070k|180535 |  4289k| 217M|  36 |   - |  40 |  20k| 117 |  40 |  13 |  18 |1389k|5305 | 0.000000e+00 |      --      |    Inf 
875.26/875.57	c   853s|  2080k|181300 |  4311k| 217M|  36 |   5 |  40 |  18k|  13 |  40 |  13 |  18 |1396k|5305 | 0.000000e+00 |      --      |    Inf 
879.87/880.16	c   858s|  2090k|182033 |  4333k| 218M|  36 |   5 |  40 |  19k|  86 |  40 |  13 |  18 |1403k|5305 | 0.000000e+00 |      --      |    Inf 
884.36/884.64	c   862s|  2100k|182747 |  4354k| 220M|  36 |   5 |  40 |  20k|  75 |  40 |  13 |  18 |1410k|5305 | 0.000000e+00 |      --      |    Inf 
888.86/889.17	c   866s|  2110k|183567 |  4375k| 221M|  36 |   - |  40 |  20k|  71 |  40 |  13 |  18 |1417k|5305 | 0.000000e+00 |      --      |    Inf 
893.06/893.32	c   870s|  2120k|184652 |  4397k| 222M|  36 |   5 |  40 |  21k|  21 |  40 |  13 |  18 |1424k|5305 | 0.000000e+00 |      --      |    Inf 
898.57/898.82	c   876s|  2130k|184966 |  4419k| 223M|  36 |   - |  40 |  20k| 128 |  40 |  13 |  18 |1431k|5305 | 0.000000e+00 |      --      |    Inf 
903.87/904.10	c   881s|  2140k|185332 |  4441k| 223M|  36 |   - |  40 |  19k| 168 |  40 |  13 |  18 |1438k|5311 | 0.000000e+00 |      --      |    Inf 
909.46/909.80	c   886s|  2150k|185269 |  4463k| 224M|  36 |   - |  40 |  19k|  13 |  40 |  13 |  18 |1446k|5316 | 0.000000e+00 |      --      |    Inf 
913.87/914.17	c   891s|  2160k|186126 |  4484k| 225M|  36 |   - |  40 |  21k|  27 |  40 |  13 |  18 |1453k|5322 | 0.000000e+00 |      --      |    Inf 
918.96/919.21	c   896s|  2170k|186493 |  4506k| 226M|  36 |   - |  40 |  21k|  10 |  40 |  13 |  18 |1460k|5331 | 0.000000e+00 |      --      |    Inf 
925.46/925.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
925.46/925.76	c   902s|  2180k|186549 |  4527k| 226M|  36 |   5 |  40 |  18k| 123 |  40 |  13 |  18 |1468k|5343 | 0.000000e+00 |      --      |    Inf 
932.56/932.84	c   909s|  2190k|186568 |  4547k| 225M|  36 |   - |  40 |  16k|  40 |  40 |  13 |  18 |1475k|5346 | 0.000000e+00 |      --      |    Inf 
938.96/939.26	c   915s|  2200k|186509 |  4567k| 226M|  36 |   5 |  40 |  16k|  54 |  40 |  13 |  18 |1483k|5352 | 0.000000e+00 |      --      |    Inf 
944.35/944.61	c   921s|  2210k|186668 |  4588k| 227M|  36 |   - |  40 |  17k|  15 |  40 |  13 |  18 |1490k|5372 | 0.000000e+00 |      --      |    Inf 
949.65/949.90	c   926s|  2220k|186955 |  4609k| 227M|  36 |   - |  40 |  17k| 177 |  40 |  13 |  18 |1497k|5384 | 0.000000e+00 |      --      |    Inf 
954.75/955.02	c   931s|  2230k|187456 |  4630k| 228M|  36 |   - |  40 |  18k|  41 |  40 |  13 |  18 |1505k|5398 | 0.000000e+00 |      --      |    Inf 
961.16/961.50	c   937s|  2240k|187378 |  4650k| 228M|  36 |   - |  40 |  17k|   7 |   0 |   0 |  18 |1512k|5408 | 0.000000e+00 |      --      |    Inf 
968.05/968.34	c   944s|  2250k|187440 |  4670k| 229M|  36 |   - |  40 |  16k|  21 |  40 |  13 |  18 |1519k|5414 | 0.000000e+00 |      --      |    Inf 
973.65/973.95	c   949s|  2260k|187571 |  4690k| 229M|  36 |   - |  40 |  16k|  33 |   0 |   0 |  18 |1527k|5430 | 0.000000e+00 |      --      |    Inf 
979.75/980.10	c   955s|  2270k|187552 |  4710k| 229M|  36 |   5 |  40 |  15k|  28 |  40 |  13 |  18 |1534k|5442 | 0.000000e+00 |      --      |    Inf 
985.25/985.55	c   961s|  2280k|187704 |  4731k| 230M|  36 |   - |  40 |  16k|   6 |  40 |  13 |  18 |1541k|5455 | 0.000000e+00 |      --      |    Inf 
988.76/989.01	c   964s|  2290k|188607 |  4751k| 232M|  36 |   5 |  40 |  19k|  35 |  40 |  13 |  18 |1548k|5461 | 0.000000e+00 |      --      |    Inf 
992.35/992.67	c   968s|  2300k|189270 |  4771k| 233M|  36 |   5 |  40 |  21k|  34 |  40 |  13 |  18 |1555k|5475 | 0.000000e+00 |      --      |    Inf 
997.35/997.63	c   972s|  2310k|189531 |  4791k| 234M|  36 |   - |  40 |  22k|  29 |  40 |  13 |  18 |1562k|5495 | 0.000000e+00 |      --      |    Inf 
1004.15/1004.48	c   979s|  2320k|189752 |  4811k| 234M|  36 |   5 |  40 |  18k| 236 |  40 |  13 |  18 |1570k|5507 | 0.000000e+00 |      --      |    Inf 
1009.65/1009.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1009.65/1009.97	c   985s|  2330k|190008 |  4832k| 234M|  36 |   - |  40 |  17k|  15 |   0 |   0 |  18 |1577k|5518 | 0.000000e+00 |      --      |    Inf 
1015.64/1015.96	c   990s|  2340k|190193 |  4852k| 234M|  36 |   5 |  40 |  17k| 105 |  40 |  13 |  18 |1584k|5526 | 0.000000e+00 |      --      |    Inf 
1019.34/1019.67	c   994s|  2350k|190736 |  4873k| 236M|  36 |   5 |  40 |  19k|  47 |  40 |  13 |  18 |1591k|5534 | 0.000000e+00 |      --      |    Inf 
1025.54/1025.80	c  1000s|  2360k|190924 |  4894k| 236M|  36 |   5 |  40 |  18k|  39 |  40 |  13 |  18 |1599k|5548 | 0.000000e+00 |      --      |    Inf 
1031.44/1031.72	c  1006s|  2370k|191097 |  4915k| 236M|  36 |   5 |  40 |  17k| 135 |  40 |  13 |  18 |1606k|5562 | 0.000000e+00 |      --      |    Inf 
1036.54/1036.85	c  1011s|  2380k|191267 |  4936k| 237M|  36 |   5 |  40 |  18k|  25 |  40 |  13 |  18 |1614k|5574 | 0.000000e+00 |      --      |    Inf 
1043.94/1044.26	c  1018s|  2390k|191010 |  4956k| 237M|  36 |   - |  40 |  16k|   8 |   0 |   0 |  18 |1621k|5585 | 0.000000e+00 |      --      |    Inf 
1050.04/1050.38	c  1024s|  2400k|191141 |  4977k| 237M|  36 |   5 |  40 |  15k|  36 |  40 |  13 |  18 |1629k|5599 | 0.000000e+00 |      --      |    Inf 
1053.64/1053.91	c  1028s|  2410k|191598 |  4998k| 239M|  36 |   5 |  40 |  19k|  15 |  40 |  13 |  18 |1636k|5613 | 0.000000e+00 |      --      |    Inf 
1058.63/1058.92	c  1033s|  2420k|191883 |  5019k| 239M|  36 |   5 |  40 |  18k|  51 |  40 |  13 |  18 |1643k|5628 | 0.000000e+00 |      --      |    Inf 
1062.24/1062.56	c  1036s|  2430k|192572 |  5040k| 241M|  36 |   - |  40 |  21k|  50 |  40 |  13 |  18 |1650k|5642 | 0.000000e+00 |      --      |    Inf 
1069.23/1069.58	c  1043s|  2440k|192585 |  5061k| 241M|  36 |   - |  40 |  18k|  63 |  40 |  13 |  18 |1658k|5657 | 0.000000e+00 |      --      |    Inf 
1076.13/1076.49	c  1050s|  2450k|192570 |  5081k| 241M|  36 |   5 |  40 |  18k| 115 |  40 |  13 |  18 |1665k|5677 | 0.000000e+00 |      --      |    Inf 
1081.94/1082.22	c  1055s|  2460k|192764 |  5102k| 241M|  36 |   - |  40 |  17k|  14 |  40 |  13 |  18 |1673k|5688 | 0.000000e+00 |      --      |    Inf 
1088.94/1089.24	c  1062s|  2470k|192556 |  5123k| 241M|  36 |   5 |  40 |  16k|  10 |  40 |  13 |  18 |1680k|5698 | 0.000000e+00 |      --      |    Inf 
1096.23/1096.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.23/1096.52	c  1069s|  2480k|192315 |  5143k| 241M|  36 |   - |  40 |  16k|  86 |  40 |  13 |  18 |1688k|5707 | 0.000000e+00 |      --      |    Inf 
1102.04/1102.31	c  1075s|  2490k|192404 |  5163k| 242M|  36 |   - |  40 |  17k|  11 |   0 |   0 |  18 |1695k|5722 | 0.000000e+00 |      --      |    Inf 
1107.54/1107.82	c  1081s|  2500k|192514 |  5183k| 243M|  36 |   - |  40 |  17k|  16 |  40 |  13 |  18 |1703k|5736 | 0.000000e+00 |      --      |    Inf 
1114.73/1115.06	c  1088s|  2510k|192350 |  5204k| 243M|  36 |   5 |  40 |  16k|  95 |  40 |  13 |  18 |1710k|5744 | 0.000000e+00 |      --      |    Inf 
1119.93/1120.24	c  1093s|  2520k|192522 |  5225k| 243M|  36 |   5 |  40 |  17k|  13 |  40 |  13 |  18 |1718k|5755 | 0.000000e+00 |      --      |    Inf 
1127.34/1127.69	c  1100s|  2530k|192135 |  5246k| 243M|  36 |   - |  40 |  15k|  72 |  40 |  13 |  18 |1726k|5767 | 0.000000e+00 |      --      |    Inf 
1130.93/1131.27	c  1104s|  2540k|192848 |  5267k| 245M|  36 |   - |  40 |  18k|   7 |   0 |   0 |  18 |1733k|5781 | 0.000000e+00 |      --      |    Inf 
1136.13/1136.42	c  1109s|  2550k|192931 |  5288k| 245M|  36 |   5 |  40 |  18k| 533 |  40 |  13 |  18 |1740k|5795 | 0.000000e+00 |      --      |    Inf 
1142.32/1142.63	c  1115s|  2560k|192941 |  5308k| 245M|  36 |   - |  40 |  18k| 112 |  40 |  13 |  18 |1748k|5805 | 0.000000e+00 |      --      |    Inf 
1148.42/1148.74	c  1121s|  2570k|193043 |  5329k| 246M|  36 |   5 |  40 |  18k|  37 |  40 |  13 |  18 |1755k|5815 | 0.000000e+00 |      --      |    Inf 
1153.22/1153.56	c  1125s|  2580k|193317 |  5349k| 247M|  36 |   5 |  40 |  19k|  32 |  40 |  13 |  18 |1763k|5832 | 0.000000e+00 |      --      |    Inf 
1159.62/1159.90	c  1132s|  2590k|193290 |  5370k| 247M|  36 |   5 |  40 |  18k|  20 |  40 |  13 |  18 |1770k|5842 | 0.000000e+00 |      --      |    Inf 
1167.02/1167.33	c  1139s|  2600k|193183 |  5391k| 247M|  36 |   5 |  40 |  17k|  55 |  40 |  13 |  18 |1778k|5851 | 0.000000e+00 |      --      |    Inf 
1173.22/1173.59	c  1145s|  2610k|193323 |  5411k| 247M|  36 |   5 |  40 |  17k| 178 |  40 |  13 |  18 |1785k|5859 | 0.000000e+00 |      --      |    Inf 
1176.62/1176.92	c  1148s|  2620k|195253 |  5432k| 249M|  36 |   - |  40 |  18k|  72 |  40 |  13 |  18 |1791k|5876 | 0.000000e+00 |      --      |    Inf 
1179.72/1180.09	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1179.72/1180.09	c  1151s|  2630k|197177 |  5453k| 252M|  36 |   - |  40 |  21k|  13 |  40 |  13 |  18 |1797k|5886 | 0.000000e+00 |      --      |    Inf 
1184.32/1184.60	c  1156s|  2640k|198541 |  5474k| 253M|  36 |   5 |  40 |  20k| 451 |  40 |  13 |  18 |1804k|5896 | 0.000000e+00 |      --      |    Inf 
1188.02/1188.36	c  1159s|  2650k|200187 |  5495k| 255M|  36 |   5 |  40 |  23k|  32 |  40 |  13 |  18 |1810k|5909 | 0.000000e+00 |      --      |    Inf 
1192.92/1193.29	c  1164s|  2660k|201277 |  5515k| 256M|  36 |   - |  40 |  22k|  19 |  40 |  13 |  18 |1817k|5918 | 0.000000e+00 |      --      |    Inf 
1197.81/1198.18	c  1169s|  2670k|202435 |  5535k| 257M|  36 |   - |  40 |  22k|  37 |  40 |  13 |  18 |1823k|5924 | 0.000000e+00 |      --      |    Inf 
1202.02/1202.33	c  1173s|  2680k|203638 |  5555k| 258M|  36 |   5 |  40 |  24k|  28 |  40 |  13 |  18 |1829k|5936 | 0.000000e+00 |      --      |    Inf 
1208.22/1208.57	c  1179s|  2690k|204260 |  5575k| 259M|  36 |   - |  40 |  23k|  50 |  40 |  13 |  18 |1836k|5945 | 0.000000e+00 |      --      |    Inf 
1214.02/1214.37	c  1185s|  2700k|204930 |  5595k| 260M|  36 |   - |  40 |  24k|  21 |  40 |  13 |  18 |1843k|5953 | 0.000000e+00 |      --      |    Inf 
1219.72/1220.05	c  1190s|  2710k|205721 |  5614k| 262M|  36 |   5 |  40 |  25k|1180 |  40 |  13 |  18 |1850k|5963 | 0.000000e+00 |      --      |    Inf 
1226.71/1227.09	c  1197s|  2720k|206162 |  5633k| 262M|  36 |   5 |  40 |  23k| 184 |  40 |  13 |  18 |1857k|5973 | 0.000000e+00 |      --      |    Inf 
1232.51/1232.81	c  1203s|  2730k|206797 |  5653k| 263M|  36 |   5 |  40 |  25k|   9 |  40 |  13 |  18 |1864k|5986 | 0.000000e+00 |      --      |    Inf 
1240.11/1240.45	c  1210s|  2740k|206914 |  5672k| 264M|  36 |   - |  40 |  24k|  12 |  40 |  13 |  18 |1871k|6000 | 0.000000e+00 |      --      |    Inf 
1246.81/1247.18	c  1217s|  2750k|207213 |  5692k| 265M|  36 |   5 |  40 |  25k|  15 |  40 |  13 |  18 |1878k|6009 | 0.000000e+00 |      --      |    Inf 
1253.20/1253.51	c  1223s|  2760k|207638 |  5712k| 266M|  36 |   5 |  40 |  26k|   7 |  40 |  13 |  18 |1885k|6021 | 0.000000e+00 |      --      |    Inf 
1259.61/1259.90	c  1230s|  2770k|208078 |  5731k| 266M|  36 |   5 |  40 |  26k|  24 |  40 |  13 |  18 |1892k|6030 | 0.000000e+00 |      --      |    Inf 
1265.41/1265.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1265.41/1265.71	c  1235s|  2780k|208740 |  5751k| 268M|  36 |   5 |  40 |  28k|  45 |  40 |  13 |  18 |1899k|6044 | 0.000000e+00 |      --      |    Inf 
1272.41/1272.72	c  1242s|  2790k|208969 |  5772k| 268M|  36 |   - |  40 |  26k|  13 |  40 |  13 |  18 |1906k|6053 | 0.000000e+00 |      --      |    Inf 
1279.59/1279.90	c  1249s|  2800k|209282 |  5792k| 269M|  36 |   5 |  40 |  27k|  39 |  40 |  13 |  18 |1914k|6061 | 0.000000e+00 |      --      |    Inf 
1284.09/1284.44	c  1254s|  2810k|210219 |  5812k| 271M|  36 |   5 |  40 |  30k|  72 |  40 |  13 |  18 |1920k|6073 | 0.000000e+00 |      --      |    Inf 
1293.09/1293.49	c  1263s|  2820k|210133 |  5831k| 271M|  36 |   5 |  40 |  28k|  71 |  40 |  13 |  18 |1927k|6085 | 0.000000e+00 |      --      |    Inf 
1300.68/1301.08	c  1270s|  2830k|210204 |  5851k| 271M|  36 |   - |  40 |  28k|  16 |  40 |  13 |  18 |1935k|6096 | 0.000000e+00 |      --      |    Inf 
1308.28/1308.62	c  1278s|  2840k|210144 |  5870k| 271M|  36 |   - |  40 |  27k| 133 |  40 |  13 |  18 |1942k|6106 | 0.000000e+00 |      --      |    Inf 
1314.88/1315.24	c  1284s|  2850k|210234 |  5890k| 272M|  36 |   5 |  40 |  28k|  65 |  40 |  13 |  18 |1949k|6116 | 0.000000e+00 |      --      |    Inf 
1321.68/1322.07	c  1291s|  2860k|210223 |  5909k| 272M|  36 |   - |  40 |  28k|  15 |   0 |   0 |  18 |1957k|6124 | 0.000000e+00 |      --      |    Inf 
1327.49/1327.85	c  1296s|  2870k|210601 |  5929k| 273M|  36 |   5 |  40 |  29k|  71 |  40 |  13 |  18 |1964k|6137 | 0.000000e+00 |      --      |    Inf 
1334.28/1334.61	c  1303s|  2880k|210431 |  5949k| 273M|  36 |   - |  40 |  29k|  47 |  40 |  13 |  18 |1971k|6151 | 0.000000e+00 |      --      |    Inf 
1342.18/1342.55	c  1311s|  2890k|210369 |  5968k| 273M|  36 |   - |  40 |  27k|  40 |   0 |   0 |  18 |1979k|6165 | 0.000000e+00 |      --      |    Inf 
1349.28/1349.64	c  1318s|  2900k|210550 |  5989k| 273M|  36 |   - |  40 |  24k| 119 |  40 |  13 |  18 |1986k|6172 | 0.000000e+00 |      --      |    Inf 
1356.38/1356.70	c  1325s|  2910k|210546 |  6009k| 273M|  36 |   5 |  40 |  22k|1157 |  40 |  13 |  18 |1993k|6179 | 0.000000e+00 |      --      |    Inf 
1363.48/1363.84	c  1332s|  2920k|210516 |  6029k| 273M|  36 |   - |  40 |  21k|   7 |   0 |   0 |  18 |2001k|6183 | 0.000000e+00 |      --      |    Inf 
1369.07/1369.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1369.07/1369.47	c  1337s|  2930k|210837 |  6049k| 274M|  36 |   5 |  40 |  21k|  32 |  40 |  13 |  18 |2008k|6197 | 0.000000e+00 |      --      |    Inf 
1372.49/1372.83	c  1341s|  2940k|211178 |  6068k| 275M|  36 |   5 |  40 |  23k| 154 |  40 |  13 |  18 |2015k|6207 | 0.000000e+00 |      --      |    Inf 
1379.48/1379.86	c  1347s|  2950k|211126 |  6088k| 274M|  36 |   - |  40 |  20k|  21 |  40 |  13 |  18 |2023k|6218 | 0.000000e+00 |      --      |    Inf 
1386.57/1386.98	c  1354s|  2960k|210909 |  6109k| 274M|  36 |   - |  40 |  18k|   9 |  40 |  13 |  18 |2031k|6224 | 0.000000e+00 |      --      |    Inf 
1392.47/1392.84	c  1360s|  2970k|210937 |  6129k| 275M|  36 |   - |  40 |  19k| 318 |  40 |  13 |  18 |2038k|6230 | 0.000000e+00 |      --      |    Inf 
1397.27/1397.69	c  1365s|  2980k|211395 |  6149k| 276M|  36 |   5 |  40 |  20k| 349 |  40 |  13 |  18 |2045k|6241 | 0.000000e+00 |      --      |    Inf 
1401.97/1402.33	c  1369s|  2990k|211736 |  6170k| 276M|  36 |   5 |  40 |  20k| 314 |  40 |  13 |  18 |2053k|6260 | 0.000000e+00 |      --      |    Inf 
1409.37/1409.74	c  1377s|  3000k|211458 |  6191k| 276M|  36 |   5 |  40 |  17k|  50 |  40 |  13 |  18 |2060k|6268 | 0.000000e+00 |      --      |    Inf 
1413.77/1414.12	c  1381s|  3010k|211826 |  6212k| 277M|  36 |   5 |  40 |  19k| 166 |  40 |  13 |  18 |2067k|6279 | 0.000000e+00 |      --      |    Inf 
1418.96/1419.39	c  1386s|  3020k|212025 |  6233k| 278M|  36 |   - |  40 |  19k|  32 |  40 |  13 |  18 |2075k|6286 | 0.000000e+00 |      --      |    Inf 
1426.17/1426.59	c  1393s|  3030k|211755 |  6253k| 277M|  36 |   - |  40 |  18k|  45 |  40 |  13 |  18 |2082k|6291 | 0.000000e+00 |      --      |    Inf 
1431.26/1431.69	c  1398s|  3040k|211979 |  6273k| 278M|  36 |   - |  40 |  19k|  11 |  40 |  13 |  18 |2089k|6311 | 0.000000e+00 |      --      |    Inf 
1436.27/1436.62	c  1403s|  3050k|212318 |  6293k| 279M|  36 |   5 |  40 |  20k|  12 |  40 |  13 |  18 |2096k|6316 | 0.000000e+00 |      --      |    Inf 
1442.17/1442.55	c  1409s|  3060k|212250 |  6314k| 279M|  36 |   - |  40 |  20k| 286 |  40 |  13 |  18 |2104k|6320 | 0.000000e+00 |      --      |    Inf 
1450.06/1450.47	c  1417s|  3070k|211945 |  6334k| 279M|  36 |   5 |  40 |  19k|  32 |  40 |  13 |  18 |2112k|6333 | 0.000000e+00 |      --      |    Inf 
1454.36/1454.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1454.36/1454.70	c  1421s|  3080k|212310 |  6355k| 280M|  36 |   - |  40 |  20k|  79 |   0 |   0 |  18 |2119k|6343 | 0.000000e+00 |      --      |    Inf 
1460.37/1460.71	c  1427s|  3090k|212476 |  6375k| 281M|  36 |   - |  40 |  20k|  15 |  40 |  13 |  18 |2126k|6355 | 0.000000e+00 |      --      |    Inf 
1465.16/1465.51	c  1431s|  3100k|212731 |  6395k| 282M|  36 |   - |  40 |  22k|  57 |  40 |  13 |  18 |2134k|6361 | 0.000000e+00 |      --      |    Inf 
1471.26/1471.69	c  1437s|  3110k|213165 |  6416k| 282M|  36 |   - |  40 |  21k|  24 |   0 |   0 |  18 |2141k|6367 | 0.000000e+00 |      --      |    Inf 
1475.97/1476.33	c  1442s|  3120k|213327 |  6436k| 282M|  36 |   - |  40 |  20k|  14 |  40 |  13 |  18 |2148k|6375 | 0.000000e+00 |      --      |    Inf 
1481.37/1481.71	c  1447s|  3130k|213601 |  6458k| 283M|  36 |   - |  40 |  21k|  87 |  40 |  13 |  18 |2155k|6387 | 0.000000e+00 |      --      |    Inf 
1489.16/1489.57	c  1455s|  3140k|213298 |  6478k| 283M|  36 |   5 |  40 |  19k|  15 |  40 |  13 |  18 |2163k|6393 | 0.000000e+00 |      --      |    Inf 
1493.16/1493.57	c  1459s|  3150k|214094 |  6499k| 284M|  36 |   5 |  40 |  22k|  47 |  40 |  13 |  18 |2170k|6409 | 0.000000e+00 |      --      |    Inf 
1500.25/1500.60	c  1466s|  3160k|213818 |  6520k| 284M|  36 |   5 |  40 |  19k| 122 |  40 |  13 |  18 |2178k|6417 | 0.000000e+00 |      --      |    Inf 
1506.76/1507.18	c  1472s|  3170k|213828 |  6540k| 284M|  36 |   5 |  40 |  18k|  28 |  40 |  13 |  18 |2185k|6426 | 0.000000e+00 |      --      |    Inf 
1512.75/1513.11	c  1478s|  3180k|213767 |  6561k| 284M|  36 |   5 |  40 |  18k|  15 |  40 |  13 |  18 |2193k|6439 | 0.000000e+00 |      --      |    Inf 
1518.05/1518.48	c  1483s|  3190k|214136 |  6582k| 285M|  36 |   5 |  40 |  18k|  11 |  40 |  13 |  18 |2200k|6448 | 0.000000e+00 |      --      |    Inf 
1522.95/1523.37	c  1488s|  3200k|214305 |  6603k| 286M|  36 |   5 |  40 |  19k|  21 |  40 |  13 |  18 |2208k|6464 | 0.000000e+00 |      --      |    Inf 
1528.66/1529.01	c  1494s|  3210k|214385 |  6623k| 286M|  36 |   - |  40 |  19k|  15 |  40 |  13 |  18 |2215k|6471 | 0.000000e+00 |      --      |    Inf 
1532.85/1533.28	c  1498s|  3220k|214874 |  6643k| 287M|  36 |   5 |  40 |  21k| 232 |  40 |  13 |  18 |2222k|6486 | 0.000000e+00 |      --      |    Inf 
1538.15/1538.50	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1538.15/1538.50	c  1503s|  3230k|215330 |  6663k| 288M|  36 |   5 |  40 |  21k| 272 |  40 |  13 |  18 |2229k|6492 | 0.000000e+00 |      --      |    Inf 
1541.85/1542.26	c  1507s|  3240k|215912 |  6685k| 289M|  36 |   5 |  40 |  23k|  17 |  40 |  13 |  18 |2236k|6503 | 0.000000e+00 |      --      |    Inf 
1548.74/1549.17	c  1513s|  3250k|215808 |  6706k| 289M|  36 |   - |  40 |  20k| 176 |  40 |  13 |  18 |2244k|6518 | 0.000000e+00 |      --      |    Inf 
1557.14/1557.58	c  1522s|  3260k|215536 |  6727k| 289M|  36 |   - |  40 |  18k|  13 |  40 |  13 |  18 |2252k|6525 | 0.000000e+00 |      --      |    Inf 
1562.64/1563.03	c  1527s|  3270k|215535 |  6748k| 289M|  36 |   - |  40 |  19k|  10 |  40 |  13 |  18 |2259k|6534 | 0.000000e+00 |      --      |    Inf 
1568.04/1568.42	c  1532s|  3280k|216007 |  6769k| 290M|  36 |   5 |  40 |  20k|  17 |  40 |  13 |  18 |2266k|6536 | 0.000000e+00 |      --      |    Inf 
1572.85/1573.21	c  1537s|  3290k|216578 |  6789k| 291M|  36 |   5 |  40 |  21k|   7 |  40 |  13 |  18 |2273k|6544 | 0.000000e+00 |      --      |    Inf 
1576.55/1576.95	c  1541s|  3300k|217362 |  6810k| 293M|  36 |   5 |  40 |  22k| 517 |  40 |  13 |  18 |2280k|6552 | 0.000000e+00 |      --      |    Inf 
1580.55/1580.92	c  1544s|  3310k|217735 |  6830k| 294M|  36 |   - |  40 |  24k|  37 |  40 |  13 |  18 |2287k|6558 | 0.000000e+00 |      --      |    Inf 
1585.64/1586.06	c  1549s|  3320k|217780 |  6851k| 294M|  36 |   5 |  40 |  24k|   8 |  40 |  13 |  18 |2295k|6567 | 0.000000e+00 |      --      |    Inf 
1591.04/1591.47	c  1555s|  3330k|218718 |  6872k| 295M|  36 |   - |  40 |  23k|  43 |   0 |   0 |  18 |2301k|6573 | 0.000000e+00 |      --      |    Inf 
1595.05/1595.45	c  1559s|  3340k|220091 |  6893k| 296M|  36 |   5 |  40 |  23k|  42 |  40 |  13 |  18 |2307k|6576 | 0.000000e+00 |      --      |    Inf 
1600.04/1600.47	c  1564s|  3350k|220691 |  6914k| 297M|  36 |   - |  40 |  24k|  17 |  40 |  13 |  18 |2314k|6583 | 0.000000e+00 |      --      |    Inf 
1604.94/1605.34	c  1568s|  3360k|221297 |  6934k| 299M|  36 |   - |  40 |  26k|   9 |  40 |  13 |  18 |2321k|6590 | 0.000000e+00 |      --      |    Inf 
1610.44/1610.83	c  1574s|  3370k|221685 |  6955k| 299M|  36 |   5 |  40 |  26k|  31 |  40 |  13 |  18 |2328k|6600 | 0.000000e+00 |      --      |    Inf 
1614.84/1615.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1614.84/1615.28	c  1578s|  3380k|222381 |  6977k| 301M|  36 |   5 |  40 |  27k|  26 |  40 |  13 |  18 |2335k|6609 | 0.000000e+00 |      --      |    Inf 
1619.73/1620.10	c  1583s|  3390k|223088 |  6997k| 302M|  36 |   5 |  40 |  29k| 151 |  40 |  13 |  18 |2341k|6614 | 0.000000e+00 |      --      |    Inf 
1625.33/1625.74	c  1588s|  3400k|223664 |  7018k| 303M|  36 |   - |  40 |  29k|  31 |  40 |  13 |  18 |2348k|6619 | 0.000000e+00 |      --      |    Inf 
1632.83/1633.21	c  1596s|  3410k|223439 |  7038k| 302M|  36 |   - |  40 |  27k|  52 |   0 |   0 |  18 |2355k|6629 | 0.000000e+00 |      --      |    Inf 
1641.14/1641.53	c  1604s|  3420k|223245 |  7059k| 302M|  36 |   - |  40 |  25k|  35 |   0 |   0 |  18 |2363k|6633 | 0.000000e+00 |      --      |    Inf 
1646.93/1647.36	c  1610s|  3430k|223600 |  7080k| 303M|  36 |   5 |  40 |  26k|   6 |  40 |  13 |  18 |2370k|6645 | 0.000000e+00 |      --      |    Inf 
1655.23/1655.67	c  1618s|  3440k|223608 |  7100k| 302M|  36 |   - |  40 |  22k|  28 |   0 |   0 |  18 |2377k|6648 | 0.000000e+00 |      --      |    Inf 
1662.03/1662.46	c  1624s|  3450k|223710 |  7121k| 302M|  36 |   5 |  40 |  21k|  10 |  40 |  13 |  18 |2385k|6651 | 0.000000e+00 |      --      |    Inf 
1668.83/1669.28	c  1631s|  3460k|223617 |  7141k| 302M|  36 |   5 |  40 |  20k|  14 |  40 |  13 |  18 |2392k|6654 | 0.000000e+00 |      --      |    Inf 
1675.93/1676.31	c  1638s|  3470k|223498 |  7161k| 302M|  36 |   5 |  40 |  19k|  10 |  40 |  13 |  18 |2400k|6665 | 0.000000e+00 |      --      |    Inf 
1679.52/1679.91	c  1641s|  3480k|224413 |  7181k| 304M|  36 |   - |  40 |  22k|  56 |  40 |  13 |  18 |2406k|6675 | 0.000000e+00 |      --      |    Inf 
1685.73/1686.18	c  1648s|  3490k|224229 |  7202k| 304M|  36 |   5 |  40 |  20k|  23 |  40 |  13 |  18 |2414k|6677 | 0.000000e+00 |      --      |    Inf 
1693.23/1693.64	c  1655s|  3500k|224082 |  7222k| 304M|  36 |   - |  40 |  19k| 188 |   0 |   0 |  18 |2422k|6688 | 0.000000e+00 |      --      |    Inf 
1700.03/1700.47	c  1662s|  3510k|224046 |  7243k| 304M|  36 |   - |  40 |  18k|  21 |   0 |   0 |  18 |2429k|6694 | 0.000000e+00 |      --      |    Inf 
1705.73/1706.11	c  1667s|  3520k|224178 |  7264k| 305M|  36 |   5 |  40 |  19k|  44 |  40 |  13 |  18 |2437k|6709 | 0.000000e+00 |      --      |    Inf 
1711.12/1711.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1711.12/1711.53	c  1672s|  3530k|224401 |  7285k| 305M|  36 |   5 |  40 |  20k| 253 |  40 |  13 |  18 |2444k|6715 | 0.000000e+00 |      --      |    Inf 
1717.13/1717.50	c  1678s|  3540k|224648 |  7306k| 306M|  36 |   - |  40 |  20k| 113 |  40 |  13 |  18 |2451k|6723 | 0.000000e+00 |      --      |    Inf 
1722.02/1722.46	c  1683s|  3550k|224756 |  7327k| 306M|  36 |   - |  40 |  20k|  46 |  40 |  13 |  18 |2459k|6729 | 0.000000e+00 |      --      |    Inf 
1728.12/1728.56	c  1689s|  3560k|224852 |  7347k| 307M|  36 |   - |  40 |  20k|  23 |  40 |  13 |  18 |2466k|6737 | 0.000000e+00 |      --      |    Inf 
1735.32/1735.77	c  1696s|  3570k|224710 |  7368k| 306M|  36 |   - |  40 |  18k|  11 |  40 |  13 |  18 |2474k|6744 | 0.000000e+00 |      --      |    Inf 
1740.72/1741.12	c  1701s|  3580k|224816 |  7388k| 307M|  36 |   - |  40 |  19k|  53 |  40 |  13 |  18 |2481k|6750 | 0.000000e+00 |      --      |    Inf 
1746.62/1747.09	c  1707s|  3590k|224801 |  7408k| 307M|  36 |   5 |  40 |  18k|  15 |  40 |  13 |  18 |2489k|6752 | 0.000000e+00 |      --      |    Inf 
1753.72/1754.14	c  1714s|  3600k|224625 |  7428k| 307M|  36 |   - |  40 |  17k|  55 |  40 |  13 |  18 |2496k|6765 | 0.000000e+00 |      --      |    Inf 
1760.42/1760.80	c  1721s|  3610k|224552 |  7449k| 308M|  36 |   5 |  40 |  18k|  13 |  40 |  13 |  18 |2504k|6774 | 0.000000e+00 |      --      |    Inf 
1767.43/1767.85	c  1728s|  3620k|224381 |  7469k| 308M|  36 |   5 |  40 |  17k|1193 |  40 |  13 |  18 |2512k|6785 | 0.000000e+00 |      --      |    Inf 
1772.41/1772.86	c  1733s|  3630k|224506 |  7490k| 309M|  36 |   - |  40 |  19k|  49 |  40 |  13 |  18 |2519k|6792 | 0.000000e+00 |      --      |    Inf 
1778.91/1779.36	c  1739s|  3640k|224537 |  7510k| 309M|  36 |   5 |  40 |  18k| 349 |  40 |  13 |  18 |2526k|6799 | 0.000000e+00 |      --      |    Inf 
1784.21/1784.64	c  1744s|  3650k|224697 |  7531k| 310M|  36 |   5 |  40 |  19k| 114 |  40 |  13 |  18 |2534k|6808 | 0.000000e+00 |      --      |    Inf 
1789.11/1789.51	c  1749s|  3660k|224866 |  7551k| 310M|  36 |   5 |  40 |  20k|  43 |  40 |  13 |  18 |2541k|6811 | 0.000000e+00 |      --      |    Inf 
1797.11/1797.53	c  1757s|  3670k|224634 |  7571k| 310M|  36 |   5 |  40 |  19k|  12 |  40 |  13 |  18 |2549k|6818 | 0.000000e+00 |      --      |    Inf 
1800.01/1800.40	c 
1800.01/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.40	c Solving Time (sec) : 1759.67
1800.01/1800.40	c Solving Nodes      : 3673797
1800.01/1800.40	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.40	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.40	c Gap                : infinite
1800.01/1800.40	c NODE         3673797
1800.01/1800.40	c DUAL BOUND   0
1800.01/1800.40	c PRIMAL BOUND 1e+20
1800.01/1800.40	c GAP          1e+20
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.40	c Solving Time       :    1759.67
1800.01/1800.40	c Original Problem   :
1800.01/1800.40	c   Problem name     : HOME/instance-3734873-1338705644.opb
1800.01/1800.40	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.40	c   Constraints      : 11 initial, 11 maximal
1800.01/1800.40	c Presolved Problem  :
1800.01/1800.40	c   Problem name     : t_HOME/instance-3734873-1338705644.opb
1800.01/1800.40	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.40	c   Constraints      : 5 initial, 30341 maximal
1800.01/1800.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.40	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.01/1800.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.40	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.40	c   linear           :       0.00          0          0          0          0          0          6          0          0
1800.01/1800.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.40	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.40	c   integral         :          0          0          0    2075894          0        857       3325          0          0    4143716
1800.01/1800.40	c   linear           :          5          6    9429678          0          0     525145    4772457          0          0          0
1800.01/1800.40	c   logicor          :          0+         0    4680508          0          0      16396    2045799          0          0          0
1800.01/1800.40	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.40	c   integral         :      12.04       0.00       0.00      12.04       0.00
1800.01/1800.40	c   linear           :     123.86       0.00     123.86       0.00       0.00
1800.01/1800.40	c   logicor          :     737.91       0.00     737.91       0.00       0.00
1800.01/1800.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.40	c   rootredcost      :       1.41          0          0          0
1800.01/1800.40	c   pseudoobj        :       0.88          0          0          0
1800.01/1800.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.40	c   propagation      :      16.16     541541     428137    1481578       28.7         91       23.4          -
1800.01/1800.40	c   infeasible LP    :      30.70    1274201    1274167    2477467       19.1      20417       22.9          0
1800.01/1800.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.40	c   applied globally :          -          -          -    2534463       19.3          -          -          -
1800.01/1800.40	c   applied locally  :          -          -          -      17940       31.3          -          -          -
1800.01/1800.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.40	c   cut pool         :       0.00          5          -          -         12          -    (maximal pool size: 69)
1800.01/1800.40	c   redcost          :       2.09    2075896          0          0          0          0
1800.01/1800.40	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.40	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.40	c   gomory           :       0.00          6          0          0          1          0
1800.01/1800.40	c   strongcg         :       0.00          6          0          0         25          0
1800.01/1800.40	c   cmir             :       0.01          6          0          0         22          0
1800.01/1800.40	c   flowcover        :       0.00          6          0          0         32          0
1800.01/1800.40	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.40	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.40	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.40	c Pricers            :       Time      Calls       Vars
1800.01/1800.40	c   problem variables:       0.00          0          0
1800.01/1800.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.40	c   relpscost        :      11.10    2075894        857       3325          0          0    4143716
1800.01/1800.40	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.40	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.40	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.40	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.40	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.40	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.40	c   LP solutions     :       0.00          -          0
1800.01/1800.40	c   pseudo solutions :       0.00          -          0
1800.01/1800.40	c   oneopt           :       0.67          0          0
1800.01/1800.40	c   crossover        :       0.37          0          0
1800.01/1800.40	c   guideddiving     :       0.22          0          0
1800.01/1800.40	c   fracdiving       :       0.07        110          0
1800.01/1800.40	c   coefdiving       :       0.12        110          0
1800.01/1800.40	c   pscostdiving     :       0.07        110          0
1800.01/1800.40	c   linesearchdiving :       0.13        110          0
1800.01/1800.40	c   veclendiving     :       0.13        111          0
1800.01/1800.40	c   rootsoldiving    :       0.13         56          0
1800.01/1800.40	c   feaspump         :       0.11         56          0
1800.01/1800.40	c   objpscostdiving  :       0.09         57          0
1800.01/1800.40	c   simplerounding   :       0.53          0          0
1800.01/1800.40	c   rounding         :       0.72      20446          0
1800.01/1800.40	c   shifting         :       1.36       6231          0
1800.01/1800.40	c   intshifting      :       0.03          0          0
1800.01/1800.40	c   fixandinfer      :       0.00          0          0
1800.01/1800.40	c   intdiving        :       0.00          0          0
1800.01/1800.40	c   actconsdiving    :       0.00          0          0
1800.01/1800.40	c   octane           :       0.00          0          0
1800.01/1800.40	c   rens             :       0.01          1          0
1800.01/1800.40	c   rins             :       0.00          0          0
1800.01/1800.40	c   localbranching   :       0.00          0          0
1800.01/1800.40	c   mutation         :       0.00          0          0
1800.01/1800.40	c   dins             :       0.00          0          0
1800.01/1800.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.40	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.40	c   dual LP          :     115.20    3233570    7576472       2.34   65767.99
1800.01/1800.40	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.40	c   diving/probing LP:       0.03       1557       2733       1.76   91100.00
1800.01/1800.40	c   strong branching :       0.49       6821      26357       3.86   53789.80
1800.01/1800.40	c     (at root node) :          -         13        297      22.85          -
1800.01/1800.40	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.40	c B&B Tree           :
1800.01/1800.40	c   number of runs   :          1
1800.01/1800.40	c   nodes            :    3673797
1800.01/1800.40	c   nodes (total)    :    3673797
1800.01/1800.40	c   nodes left       :     224494
1800.01/1800.40	c   max depth        :         36
1800.01/1800.40	c   max depth (total):         36
1800.01/1800.40	c   backtracks       :     868183 (23.6%)
1800.01/1800.40	c   delayed cutoffs  :     245426
1800.01/1800.40	c   repropagations   :    3439922 (3365727 domain reductions, 213329 cutoffs)
1800.01/1800.41	c   avg switch length:       5.87
1800.01/1800.41	c   switching time   :     501.12
1800.01/1800.41	c Solution           :
1800.01/1800.41	c   Solutions found  :          0 (0 improvements)
1800.01/1800.41	c   Primal Bound     :          -
1800.01/1800.41	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.41	c   Gap              :   infinite
1800.01/1800.41	c   Root Dual Bound  : +0.00000000000000e+00
1801.01/1801.43	c Time complete: 1801.05.

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-3734873-1338705644/watcher-3734873-1338705644 -o /tmp/evaluation-result-3734873-1338705644/solver-3734873-1338705644 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3734873-1338705644.opb 

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: 2.00 2.01 2.00 3/177 3187
/proc/meminfo: memFree=26083536/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=8476 CPUtime=0 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 1670 0 0 0 0 0 0 0 20 0 1 0 336689227 8679424 1269 33554432000 4194304 7823515 140736028341872 140736028207896 4402248 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 2119 1286 365 887 0 1229 0

[startup+0.0276641 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3187
/proc/meminfo: memFree=26083536/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=12764 CPUtime=0.02 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 2761 0 0 0 2 0 0 0 20 0 1 0 336689227 13070336 2360 33554432000 4194304 7823515 140736028341872 140736028207896 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 3191 2360 544 887 0 2301 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12764

[startup+0.100281 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3187
/proc/meminfo: memFree=26083536/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=12764 CPUtime=0.08 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 4165 0 0 0 8 0 0 0 20 0 1 0 336689227 13070336 2417 33554432000 4194304 7823515 140736028341872 140736028207896 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 3191 2417 566 887 0 2301 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12764

[startup+0.300223 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3187
/proc/meminfo: memFree=26083536/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=13032 CPUtime=0.29 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 4208 0 0 0 27 2 0 0 20 0 1 0 336689227 13344768 2460 33554432000 4194304 7823515 140736028341872 140736028207896 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 3258 2460 566 887 0 2368 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13032

[startup+0.700226 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3187
/proc/meminfo: memFree=26083536/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=15000 CPUtime=0.69 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 4696 0 0 0 63 6 0 0 20 0 1 0 336689227 15360000 2948 33554432000 4194304 7823515 140736028341872 140736028339128 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 3750 2948 566 887 0 2860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15000

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3188
/proc/meminfo: memFree=26072516/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=16600 CPUtime=1.49 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 5093 0 0 0 140 9 0 0 20 0 1 0 336689227 16998400 3345 33554432000 4194304 7823515 140736028341872 140736028337864 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 4150 3345 566 887 0 3260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16600

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3188
/proc/meminfo: memFree=26069780/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=18992 CPUtime=3.08 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 5706 0 0 0 289 19 0 0 20 0 1 0 336689227 19447808 3958 33554432000 4194304 7823515 140736028341872 140736028339528 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 4748 3958 566 887 0 3858 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18992

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3188
/proc/meminfo: memFree=26063340/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=23000 CPUtime=6.29 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 6688 0 0 0 591 38 0 0 20 0 1 0 336689227 23552000 4940 33554432000 4194304 7823515 140736028341872 140736028337672 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 5750 4940 566 887 0 4860 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23000

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3188
/proc/meminfo: memFree=26051932/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=29928 CPUtime=12.69 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 8393 0 0 0 1197 72 0 0 20 0 1 0 336689227 30646272 6645 33554432000 4194304 7823515 140736028341872 140736028338920 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 7482 6645 566 887 0 6592 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29928

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3188
/proc/meminfo: memFree=26033664/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=40880 CPUtime=25.48 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 11145 0 0 0 2421 127 0 0 20 0 1 0 336689227 41861120 9397 33554432000 4194304 7823515 140736028341872 140736028338616 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 10220 9397 566 887 0 9330 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40880

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3188
/proc/meminfo: memFree=25994976/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=56592 CPUtime=51.08 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 15151 0 0 0 4881 227 0 0 20 0 1 0 336689227 57950208 13403 33554432000 4194304 7823515 140736028341872 140736028338616 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 14148 13403 566 887 0 13258 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56592

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3188
/proc/meminfo: memFree=25931612/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=82848 CPUtime=102.28 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 21759 0 0 0 9823 405 0 0 20 0 1 0 336689227 84836352 20011 33554432000 4194304 7823515 140736028341872 140736028338616 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 20712 20011 566 887 0 19822 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 82848

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3189
/proc/meminfo: memFree=25862544/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=105404 CPUtime=162.27 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 26849 0 0 0 15637 590 0 0 20 0 1 0 336689227 107933696 25101 33554432000 4194304 7823515 140736028341872 140736028339704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 26351 25101 566 887 0 25461 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 105404

[startup+222.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3189
/proc/meminfo: memFree=25807984/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=122764 CPUtime=222.26 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 31202 0 0 0 21478 748 0 0 20 0 1 0 336689227 125710336 29454 33554432000 4194304 7823515 140736028341872 140736028339704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 30691 29454 566 887 0 29801 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 122764

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3189
/proc/meminfo: memFree=25735380/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=144412 CPUtime=282.24 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 36634 0 0 0 27322 902 0 0 20 0 1 0 336689227 147877888 34886 33554432000 4194304 7823515 140736028341872 140736028338632 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 36103 34886 566 887 0 35213 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 144412

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3189
/proc/meminfo: memFree=25679208/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=155804 CPUtime=342.24 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 39563 0 0 0 33178 1046 0 0 20 0 1 0 336689227 159543296 37815 33554432000 4194304 7823515 140736028341872 140736028339704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 38951 37815 566 887 0 38061 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 155804

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3228
/proc/meminfo: memFree=27150028/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=164668 CPUtime=402.21 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 41862 0 0 0 39058 1163 0 0 20 0 1 0 336689227 168620032 40139 33554432000 4194304 7823515 140736028341872 140736028338616 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 41167 40139 566 887 0 40277 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 164668

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3229
/proc/meminfo: memFree=27076772/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=176920 CPUtime=462.16 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 44914 0 0 0 44922 1294 0 0 20 0 1 0 336689227 181166080 43505 33554432000 4194304 7823515 140736028341872 140736028338904 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 44230 43505 566 887 0 43340 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 176920

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3229
/proc/meminfo: memFree=27013888/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=189208 CPUtime=522.14 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 47850 0 0 0 50770 1444 0 0 20 0 1 0 336689227 193748992 46578 33554432000 4194304 7823515 140736028341872 140736028339704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 47302 46578 566 887 0 46412 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 189208

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3232
/proc/meminfo: memFree=26953148/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=203740 CPUtime=582.13 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 51346 0 0 0 56618 1595 0 0 20 0 1 0 336689227 208629760 50074 33554432000 4194304 7823515 140736028341872 140736028338920 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 50935 50074 566 887 0 50045 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 203740

[startup+642.3 s]

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

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3233
/proc/meminfo: memFree=26530704/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=272304 CPUtime=1062.03 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 68488 0 0 0 103578 2625 0 0 20 0 1 0 336689227 278839296 67449 33554432000 4194304 7823515 140736028341872 140736028338904 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 68076 67449 566 887 0 67186 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 272304

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3234
/proc/meminfo: memFree=26484100/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=275568 CPUtime=1122.03 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 69313 0 0 0 109472 2731 0 0 20 0 1 0 336689227 282181632 68274 33554432000 4194304 7823515 140736028341872 140736028338616 4208137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 68892 68274 566 887 0 68002 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 275568

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3237
/proc/meminfo: memFree=26446568/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=286072 CPUtime=1182.02 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 70942 0 0 0 115343 2859 0 0 20 0 1 0 336689227 292937728 69903 33554432000 4194304 7823515 140736028341872 140736028337720 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 71518 69903 566 887 0 70628 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 286072

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 3260
/proc/meminfo: memFree=26409864/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=295072 CPUtime=1242.01 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 73282 0 0 0 121229 2972 0 0 20 0 1 0 336689227 302153728 72243 33554432000 4194304 7823515 140736028341872 140736028338616 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 73768 72243 566 887 0 72878 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 295072

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3260
/proc/meminfo: memFree=26364060/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=307340 CPUtime=1301.99 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 76114 0 0 0 127128 3071 0 0 20 0 1 0 336689227 314716160 75054 33554432000 4194304 7823515 140736028341872 140736028339704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 76835 75054 566 887 0 75945 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 307340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3260
/proc/meminfo: memFree=26323436/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=311420 CPUtime=1361.98 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 76916 0 0 0 133027 3171 0 0 20 0 1 0 336689227 318894080 76215 33554432000 4194304 7823515 140736028341872 140736028338616 5102336 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 77855 76215 566 887 0 76965 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 311420

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3261
/proc/meminfo: memFree=26284996/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=315644 CPUtime=1421.97 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 77980 0 0 0 138907 3290 0 0 20 0 1 0 336689227 323219456 77279 33554432000 4194304 7823515 140736028341872 140736028338616 5102847 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 78911 77279 566 887 0 78021 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 315644

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3261
/proc/meminfo: memFree=26244076/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=321596 CPUtime=1481.96 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 79521 0 0 0 144784 3412 0 0 20 0 1 0 336689227 329314304 78820 33554432000 4194304 7823515 140736028341872 140736028338904 5102332 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 80399 78820 566 887 0 79509 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 321596

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3261
/proc/meminfo: memFree=26195840/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=325448 CPUtime=1541.95 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 80474 0 0 0 150659 3536 0 0 20 0 1 0 336689227 333258752 79773 33554432000 4194304 7823515 140736028341872 140736028339512 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 81362 79773 566 887 0 80472 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 325448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3261
/proc/meminfo: memFree=26143140/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=333260 CPUtime=1601.94 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 82456 0 0 0 156530 3664 0 0 20 0 1 0 336689227 341258240 81755 33554432000 4194304 7823515 140736028341872 140736028338632 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 83315 81755 566 887 0 82425 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 333260

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 3261
/proc/meminfo: memFree=26095772/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=340044 CPUtime=1661.93 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 84182 0 0 0 162420 3773 0 0 20 0 1 0 336689227 348205056 83481 33554432000 4194304 7823515 140736028341872 140736028339704 5006130 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 85011 83481 566 887 0 84121 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 340044

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3262
/proc/meminfo: memFree=26050124/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=342900 CPUtime=1721.92 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 84902 0 0 0 168303 3889 0 0 20 0 1 0 336689227 351129600 84201 33554432000 4194304 7823515 140736028341872 140736028338904 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 85725 84201 566 887 0 84835 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 342900

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3265
/proc/meminfo: memFree=26002652/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=347060 CPUtime=1781.92 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 85950 0 0 0 174191 4001 0 0 20 0 1 0 336689227 355389440 85249 33554432000 4194304 7823515 140736028341872 140736028339704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 86765 85249 566 887 0 85875 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 347060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3265
/proc/meminfo: memFree=25986004/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=349236 CPUtime=1800.01 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 86501 0 0 0 175966 4035 0 0 20 0 1 0 336689227 357617664 85800 33554432000 4194304 7823515 140736028341872 140736028338904 4220501 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 87309 85800 566 887 0 86419 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 349236

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

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3266
/proc/meminfo: memFree=25985624/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=349236 CPUtime=1800.31 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 86503 0 0 0 175996 4035 0 0 20 0 1 0 336689227 357617664 85802 33554432000 4194304 7823515 140736028341872 140736028337384 5875134 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 87309 85802 568 887 0 86419 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 349236

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3266
/proc/meminfo: memFree=25985624/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=349236 CPUtime=1800.71 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 86503 0 0 0 176036 4035 0 0 20 0 1 0 336689227 357617664 85802 33554432000 4194304 7823515 140736028341872 140736028337384 5875143 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 87309 85802 568 887 0 86419 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 349236

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3266
/proc/meminfo: memFree=25985624/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=349236 CPUtime=1800.91 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 86503 0 0 0 176056 4035 0 0 20 0 1 0 336689227 357617664 85802 33554432000 4194304 7823515 140736028341872 140736028337384 5875149 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 87309 85802 568 887 0 86419 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 349236

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3266
/proc/meminfo: memFree=25985624/32873844 swapFree=6608/6608
[pid=3187] ppid=3185 vsize=349236 CPUtime=1801.01 cores=1,3,5,7
/proc/3187/stat : 3187 (pbscip.linux.x8) R 3185 3187 301 0 -1 4202496 86503 0 0 0 176066 4035 0 0 20 0 1 0 336689227 357617664 85802 33554432000 4194304 7823515 140736028341872 140736028337384 4805796 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3187/statm: 87309 85802 568 887 0 86419 0
Current children cumulated CPU time (s) 1801.01
Current children cumulated vsize (KiB) 349236

Child status: 0
Real time (s): 1801.43
CPU time (s): 1801.05
CPU user time (s): 1760.69
CPU system time (s): 40.3629
CPU usage (%): 99.9789
Max. virtual memory (cumulated for all children) (KiB): 349236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.69
system time used= 40.3629
maximum resident set size= 343208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86506
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= 133
involuntary context switches= 1850

runsolver used 4.02139 second user time and 9.70352 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 08:40:44
IDJOB=3734873
IDBENCH=2913
IDSOLVER=2321
FILE ID=node140/3734873-1338705644
RUNJOBID= node140-1338678631-321
PBS_JOBID= 14636673
Free space on /tmp= 70616 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734873-1338705644/watcher-3734873-1338705644 -o /tmp/evaluation-result-3734873-1338705644/solver-3734873-1338705644 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3734873-1338705644.opb

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=1116319893

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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	: 5331.91
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		: 2667.094
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		: 2667.094
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.92
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		: 2667.094
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.88
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		: 2667.094
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.90
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		: 2667.094
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:       32873844 kB
MemFree:        26084692 kB
Buffers:          408856 kB
Cached:          4216708 kB
SwapCached:         1664 kB
Active:          2529056 kB
Inactive:        3370044 kB
Active(anon):    1265916 kB
Inactive(anon):     9404 kB
Active(file):    1263140 kB
Inactive(file):  3360640 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:              9744 kB
Writeback:             0 kB
AnonPages:       1222464 kB
Mapped:            12524 kB
Shmem:                 8 kB
Slab:             748372 kB
SReclaimable:     190668 kB
SUnreclaim:       557704 kB
KernelStack:        1488 kB
PageTables:         6340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1397152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 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= 70608 MiB
End job on node140 at 2012-06-03 09:10:46